typescript-sdk

Home > @3rdweb/sdk > BundleDropModule > totalSupply

BundleDropModule.totalSupply() method

Returns the total supply of a specific token

Signature:

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

Parameters

Parameter Type Description
tokenId BigNumberish The token ID to get the total supply of

Returns:

Promise<BigNumber>