Interface of the ERC20 standard as defined in the EIP-20 specification.
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.
This interface is used by other contracts to interact with ERC20 tokens. It ensures compatibility and interoperability between different token contracts.
transfer(address recipient, uint256 amount)approve(address spender, uint256 amount)transferFrom(address sender, address recipient, uint256 amount)increaseAllowance(address spender, uint256 addedValue)decreaseAllowance(address spender, uint256 subtractedValue)Press Enter to send your query
Powered by Neuron AI • Press Enter to send