Skip to main content

Erc20.totalSupply() method

The total supply for this Token

Example

const balance = await contract.token.totalSupply();

Signature:

totalSupply(): Promise<CurrencyValue>;

Returns:

Promise<CurrencyValue>

Remarks

Get how much supply has been minted