ERC20BatchMintable
Enable minting multiple NFTs at once in a single transaction by Implementing ERC20
, IMintableERC20
, and Multicall
extensions.
This is an extension which is detectable in the dashboard if the smart contract implements the
ERC20
, Multicall
and ERC20Mintable
extensions.
This is an example smart contract that will have ERC20BatchMintable detected on it in the dashboard. It also shows the function that is overridable to add custom logic.