totalSupply

This method returns the total amount of tokens stored by the contract.

Function

function totalSupply() external view returns (uint256);

Return values

Last updated