Docs

Open Edition ERC721

The OpenEditionERC721 contract is an 'open edition' ERC721 NFT collection. The contract uses the ERC-721A standard.

The OpenEditionERC721 contract is ideal when you want to release an open edition of NFTs like the Base, Introduced collection.

All NFTs in the contract have shared metadata except that each NFT has its unique token ID appended to the NFT's name. An admin can set this shared metadata at any time.

The contract does not require the admin to set a limit to the total supply of NFTs. The admin can set claim phases (like in NFT Drop) to apply restrictions on the minting of NFTs, such as a price, mint start and end times, etc.

Extensions