合约部署地址
Last updated
Last updated
StarBlock DAO的所有合约均已经开源至GitHub:,并已经部署到以太坊主网。
Mainnet: 📃
Mainnet: 📃
Mainnet: 📃
NFTMasterChef is the core contract of NFT staking and contains the main logic of staking NFT: reward and dividend. Every NFT Collection will have a pool in NFTMasterChef, which is responsible for ditributing the StarBlock Token: STB to all the staked NFTs in the pool.
Mainnet: 📃
WrappedNFTFactory is the contract to deploy Wrapped NFT Collection, which is used to wrap NFT. Every NFT contract will have a Wrapped NFT contract and every token ID in NFT collection can be wrapped to an Wrapp NFT in the Wrapp NFT collection with the same token ID. Also the Wrapp NFT can be unwapped to the NFT with the same token ID anytime without any permission. If you own a Wrapped NFT, you own the NFT with the same token ID indirectly which is managed by the Wrapped NFT contract. Nobody can unwrapped an Wrapped NFT without a NFT with the same token ID.