ERC1155ClaimPhases
Allow other wallets to claim/mint tokens from the contract under the criteria of claim conditions by
implementing ERC1155
and Drop
.
Unlike ERC1155ClaimCondition
, this extension allows you to set multiple claim phases.
This is an extension which is detectable in the dashboard if the smart contract implements the
ERC1155
and Drop
extensions.
View on GitHub
Usage
This is an example smart contract demonstrating how to inherit from the extensions which make up the ERC1155ClaimPhases
detectable extension.
The functions which are available to be (optionally) overridden are also detailed.
Base Contracts Implementing This Extension
None of the base contracts implement this extension.