ERC721GeneralSequence

This is the most standard contract type, with token IDs minting in sequential order as minting proceeds, and a distinct tokenURI per token built from a baseURI. This can be used for any kind of mint where the metadata is intended to vary among tokens. Note, however, that for generative projects, youโ€™ll want to use the ERC721GenerativeOnchain contract.

Last updated