Last updated 1 year ago
This method returns the total amount of tokens stored by the contract.
function totalSupply() external view returns (uint256);
uint256 _val
The total amount of tokens stored by the contract.