🛠️Contracts
Otterspace's contracts are open sourced and we welcome contributions. Please go to our github repository for more details
We essentially have 3 upgradable contracts, predominantly using OpenZeppelin libraries
Raft.sol
Badges.sol
SpecDataHolder.sol
For all minting interactions, you only need to use the Badges.sol
contract
Supported networks
Netrwork | Address |
---|---|
Optimism | Raft: 0xa6773847d3D2c8012C9cF62818b320eE278Ff722 Badges: 0x7F9279B24D1c36Fa3E517041fdb4E8788dc63D25 SpecDataHolder: 0x5c0B0B9c94f297f208375212AA70e5F86df6cb1B |
Polygon | Raft: 0xa74caa864A2562999faf38280A3aA3d09c248daA Badges: 0x147e0dF40fdD1340C604726c670329c08176F208 SpecDataHolder: 0xdB8346EAF8C4A7eF82B17Ce7843dF8A9d00dC524 |
Mainnet | Raft: 0x7465dA7E01A5FF3b2b1699EDa9E617A1329C14b8 Badges: 0x4537e34D5044626d72b3da203e7ffE997245947C SpecDataHolder: 0x39DfCa12FCf403aa027aa64C04bCfB5eFF95d402 |
Goerli | |
Optimism Goerli | |
Sepolia |
Authorization with a Raft NFT
A Raft token (NFT) is the authorization token needed to create badges withing your account. Please fill out this form to apply for a Raft token and one of our team members will contact you ASAP and help you get setup.
Last updated