ERC721Claimable
Allow other wallets to claim NFTs that you have lazy-minted.
This is not an extension which is detectable on the dashboard without also inheriting from other extensions.
It is recommended to use this extension alongside the LazyMint
extension.
View on GitHub
This is an example smart contract demonstrating how to inherit from this extension and override the functions to add (optional) custom functionality.
This extension is used as part of the ERC721ClaimCustom extension. The base contracts which have ERC721ClaimCustom detected on them will also implement ERC721Claimable.