Erc1155Enumerable.totalCirculatingSupply() method
Get the supply of token for a given tokenId.
Signature:
totalCirculatingSupply(tokenId: BigNumberish): Promise<BigNumber>;
Parameters
Parameter | Type | Description |
---|---|---|
tokenId | BigNumberish |
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.