ITokenERC20 Contract
This interface defines the standard functions for interacting with ERC20 compatible tokens. It outlines the fundamental methods for transferring tokens, checking balances, and retrieving token metadata.
Features
- Transfer tokens between accounts
- Retrieve the balance of an account
- Approve a spender to access a specific amount of tokens
- Check the allowance granted to a spender
- Retrieve the total supply of tokens
- Retrieve the name of the token
- Retrieve the symbol of the token
- Retrieve the number of decimals of the token
Usage
This interface is used by other contracts to interact with ERC20 tokens. It ensures compatibility and interoperability between different token contracts.