Skip to main content

Erc721Supply.totalCirculatingSupply() method

Get the number of NFTs of this contract currently owned by end users

Signature:

totalCirculatingSupply(): Promise<BigNumber>;

Returns:

Promise<BigNumber>

the total number of NFTs of this contract in circulation (minted & not burned)