NFT (ERC721)
Last updated
Was this helpful?
Last updated
Was this helpful?
Address
0x
Explorer
Repository
ERC standard(s) - Non-Fungible Token Standard (variant: by Chiru Labs) - NFT Royalty Standard - Standard Interface Detection
The base NFT contract for zkRonins is deployed on one address, but split in two files for better readability (not counting contracts from third-parties like OpenZeppelin or Chiru Labs):
is the main contract and contains most of the basic NFT functionality; in particular to streamline the mint process.
about the main contract.
is inherited by ZkRoninsNft.sol and contains our (more advanced) approach to metadata handling, where some of the functions in this file are upgradable.
about the metadata contract.