PYRToken
Source:Verified
Read Functions / totalSupply
Overview

The totalSupply function in the ERC20 contract is a view function that returns the total supply of tokens in circulation. It retrieves the value of the internal _totalSupply variable, which represents the total number of tokens that have been minted.

Inputs
  • None: This function does not take any input variables.
Outputs
  • uint256: The function returns a single output, which is the total supply of the tokens as a uint256 value.
Emits Zero Events
Functions will often emit events during execution, often signifying key changes in state. There are no events emited by this function
Recent Transactions Calling This Function
This returns the latest 20 times that this function was called directly by a wallet or internally by another contract.
Looking for transactions where this function was called...