合约部署地址

StarBlock DAO的所有合约均已经开源至GitHub:https://github.com/StarBlockDAO,并已经部署到以太坊主网。

StarBlock Token(STB) Contract

Mainnet: 📃 0xC481A850aEad5002598b7eD355cBB3349c148072

StarBlock Exchange Contract

Mainnet: 📃 0x2bc04c703f44e3b1ab85283094c82d9091c90bdd

NFTMasterChef Contract

Mainnet: 📃 0xBbF9CC5DeCDB8e1d9895b7d98793136798BD512E

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.

WrappedNFTFactory Contract

Mainnet: 📃 0x6df4A699Ac7086Ee4a8d0602F2D00A0054a0930A

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.

最后更新于