PYRToken
Source:Verified
Read Functions / allowance
Overview

The allowance function in the ERC20 contract retrieves the amount of tokens that an owner has allowed a spender to use on their behalf. It returns the allowance as a uint256 value, which represents the maximum number of tokens the spender can transfer from the owner's account.

Inputs
  • owner (address): The address of the token holder whose allowance is being queried.
  • spender (address): The address of the account that is allowed to spend the owner's tokens.
Outputs
  • uint256: The function returns the allowance amount that the spender is allowed to spend on behalf of the owner.
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...