ERC721.sol Smart contract is an NFT Contract for creating Custom NFT. The contract inherits from several OpenZeppelin libraries including ERC721, ERC721Enumerable, ERC721URIStorage, ERC721Burnable, and AccessControl.The contract defines a constant MINTER_ROLE that can be used to control who has permission to mint new NFTs.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | - | - | - | - | 0 |
Total | 1 | 0 | 0 | 0 | 1 |
# | File Name |
---|---|
1 | ERC721.sol |