totalSupply

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

Function

function totalSupply() external view returns (uint256);

Return values

Value
Description

uint256 _val

The total amount of tokens stored by the contract.

Last updated