#
Tactile NFT Smart Contracts
Contracts that the Merit Circle DAO utilizes for Tactile NFT
Name | Address |
---|---|
Tactile NFT | 0x1fAB9Ce233CC46E232BEEa3aeD92A7816B9258ea |
WhitelistedNFTSale | 0x4f59Cc0E919bE7EBbF1C33e6EEc8506dF4B72a8c |
MeritNFTDropFactory | 0x0c8015c94F21544AA958A55849a2af1F987e1f42 |
The Merit Circle liquidity mining utilizes the following smart contracts
MeritNFT.sol
is an NFT contract used for the Tactile NFT project. The contract includes a size mapping to track the size of each NFT and the burning function that is used on redemption of the underlying merch box.WhitelistedNFTSale.sol
is a contract used to do NFT sales using a whitelist that depends on a merkle root stored in the contract. Each user is able to mint an amount of NFTs according to the parameters of the sale which also define the total amount of the sale. For Tactile project no ETH was required to mint the NFTs except for the gas fees involved in the minting transaction.MeritNFTDropFactory.sol
is the contract that was used to deploy Tactile NFT contract and which also has the ability to set a merkle root for further drop. This contract is used to mint a subset of the NFT collections aimed to specific participants in the Merit Circle DAO.Last modified 4mo ago