Skip to main content

Erc1155Enumerable.totalCirculatingSupply() method

Get the supply of token for a given tokenId.

Signature:

totalCirculatingSupply(tokenId: BigNumberish): Promise<BigNumber>;

Parameters

ParameterTypeDescription
tokenIdBigNumberish

Returns:

Promise<BigNumber>

the total number of NFTs minted in this contract

Remarks

This is **not** the sum of supply of all NFTs in the contract.