Docs

ERC721Supply

Allows you to get the total supply of an ERC721 contract.

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();

TotalCount

Get the total number of NFTs minted in this contract.

var data = await contract.ERC721.TotalCount();