ERC20
Functionality available for contracts that implement the IERC20
interface.
Allowance
Get the allowance of another wallet address over the connected wallet's funds.
"Allowance" refers to the number of tokens that another wallet is allowed to spend on behalf of the connected wallet.
AllowanceOf
The same as allowance
, but allows you to specify the owner wallet to check, instead of using the connected wallet.
Balance
View the balance (i.e. number of tokens) the connected wallet has in their wallet from this contract.
BalanceOf
The same as balance
, but allows you to specify the wallet address to check, instead of using the connected wallet.
Get
Get the metadata of the token smart contract, such as the name, symbol, and decimals.
SetAllowance
Grant allowance to another wallet address to spend the connected wallet's funds (of this token).
TotalSupply
Get the number of tokens in circulation for this contract.
Transfer
Transfer tokens from the connected wallet to another wallet.