PYRToken
Source:Verified
Read Functions / balanceOf
Overview

The balanceOf function in the ERC20 contract retrieves the balance of a specified account. It returns the amount of tokens held by the given address without modifying the state of the contract.

Inputs
  • account (address): The address of the account for which the token balance is being queried.
Outputs
  • Returns (uint256): The balance of the specified account in tokens.
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...