ERC1155ClaimCustom
Allow other wallets to claim/mint tokens that you have Lazy Minted by
implementing ERC1155 and ERC1155Claimable extensions.
This is an extension which is detectable in the dashboard if the smart contract implements the
ERC1155 and ERC1155Claimable extensions.
View on GitHub
Usage
This is an example smart contract demonstrating how to inherit from the extensions which make up the ERC1155ClaimCustom detectable extension.
The functions which are available to be (optionally) overridden are also detailed.