ERC721GeneralSequence
Last updated
Last updated
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.