ERC20
Functionality available for contracts that implement the IERC20
interface.
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.
The same as allowance
, but allows you to specify the owner wallet to check, instead of using the connected wallet.
View the balance (i.e. number of tokens) the connected wallet has in their wallet from this contract.
The same as balance
, but allows you to specify the wallet address to check, instead of using the connected wallet.
Get the metadata of the token smart contract, such as the name, symbol, and decimals.
Grant allowance to another wallet address to spend the connected wallet's funds (of this token).
Get the number of tokens in circulation for this contract.
Transfer tokens from the connected wallet to another wallet.