ERC-721 Enumerable NFT
An ERC-721 with Enumerable extension, allowing on-chain iteration of all minted tokens. An ERC-721 with Enumerable extension, allowing on-chain iteration of all minted tokens.Explanation
ERC721Enumerable adds on-chain indexing so you can query all tokens owned by an address without scanning logs. tokenOfOwnerByIndex returns the token ID at a given position. This is gas-expensive to deploy but convenient for dApps that need to display a user’s NFT collection.Code
Canonical knowledge ID:
code-example:erc-721-enumerable-nft