ERC721BatchMintable
Enable minting multiple NFTs at once in a single transaction by Implementing ERC721
, IMintableERC721
, and Multicall
extensions.
This is an extension which is detectable in the dashboard if the smart contract implements the ERC721, Multicall and ERC721Mintable extensions.
This is an example smart contract which will have ERC721BatchMintable detected on it in the dashboard. It also shows the functions which can be (optionally) overridden to add custom logic.