August 2019
Intermediate to advanced
486 pages
13h 52m
English
The ERC721Enumerable interface is an optional interface for adding more features to the ERC721 NFT.
The interface defines the following view functions:
Let's look at the ERC721Enumerable interface code:
interface ERC721Enumerable is ERC721 { function totalSupply() external view returns (uint256); function tokenByIndex