Skip to main content

Erc721Supply.totalCount() method

Get the number of NFTs minted

Signature:

totalCount(): Promise<BigNumber>;

Returns:

Promise<BigNumber>

the total number of NFTs minted in this contract

Remarks

This returns the total number of NFTs minted in this contract, **not** the total supply of a given token.