📌ERC721A
Overview
This contract, an extension of ERC721A, introduces a system with a maximum mint limit, total supply cap, and a variable mint rate. It's designed to manage NFT minting in a more efficient and controlled manner, leveraging the efficiency of ERC721A with additional features for supply and rate management.
Methods
mint
mint
Mints a specified quantity of NFTs.
Parameters
withdraw
withdraw
Allows the contract owner to withdraw the contract's balance.
setMintRate
setMintRate
Sets the rate at which tokens are minted.
Parameters
Last updated