Interface for ERC721 Drop contracts
This interface defines the functions required for ERC721 Drop contracts, which are contracts that allow for the minting of a collection of ERC721 tokens in a single drop.
This interface can be implemented by any contract that wants to provide ERC721 Drop functionality. To use this interface, you will need to implement the functions defined in the interface.
setClaimerProof(bytes32)setMerkleRoot(bytes32)setClaimConditions(uint256[],uint256[],uint256[],uint256[],address)setQuantityLimitPerWallet(uint256)setRevealURI(string)setBaseURI(string)setPrimarySaleRecipient(address)setPlatformFeeRecipient(address)setPlatformFee(uint256)setMetadataURI(string)setPublicSale(bool)Press Enter to send your query
Powered by Neuron AI • Press Enter to send