An NFT Collection where MintTo can only be called once per address
This mapping was added to track mints to a wallet
_mintTo checks if this address has been mintedTo before and if not, allows the mint & then adds to the hasMinted mapping
This is vulnerable to sybil attacks.
Allow admins to set a max number of NFTs that can be minted
Feb 18, 2024
MIT, Apache-2.0