totalSupply

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

Function

function totalSupply() external view returns (uint256);

Return values

ValueDescription

uint256 _val

The total amount of tokens stored by the contract.

Last updated