erc721r / ERC721R

An ERC721 base contract that mints tokens in a pseudo-random order. Because the token is revealed in the same transaction as the mint itself, this contract creates a fun but not fully secure experience.
MIT License
96 stars 22 forks source link

Starting NFT ID #4

Closed zquestz closed 2 years ago

zquestz commented 2 years ago

Could you include some docs on the lowest NFT ID that this contract generates?

Is the first NFT 0 or 1? There is mention of ERC721A where the ID is 0, and most other contracts use 1, it would be great to document this.

RogerPodacter commented 2 years ago

The first NFT is id 0! I will update the README