The totalTokensAmount
function in the PYRToken
contract is a view function that retrieves the total amount of tokens available in the contract. It does not modify the state of the contract and simply returns a value.
uint256
: The function returns a single output, which represents the total amount of tokens in the contract.