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
The total supply for this Token
const balance = await contract.token.totalSupply();
Signature:
totalSupply(): Promise<CurrencyValue>;
Returns:
Promise<CurrencyValue>
Get how much supply has been minted