NFT (ERC721)

Address 0x

Explorer https://explorer.zksync.io/address/0x

Repository https://github.com/zkronins/zkronins-erc721a

ERC standard(s) ERC721 - Non-Fungible Token Standard (variant: ERC721A by Chiru Labs) ERC2981 - NFT Royalty Standard ERC165 - 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.

Click to learn more 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.

Click to learn more about the metadata contract.

Last updated