ERC721Supply
Functionality available for contracts that implement the
IERC721
and
`IERC721Supply
interfaces.
GetAll
Get the metadata and current owner of all NFTs in the contract.
By default, returns the first 100
NFTs (in order of token ID). Use queryParams
to paginate the results.
var data = await contract.ERC721.GetAll();
Configuration
TotalCount
Get the total number of NFTs minted in this contract.
var data = await contract.ERC721.TotalCount();