EIP20Interface
Overview
License: MIT
interface EIP20InterfaceEvents info
Transfer
event Transfer(address indexed from, address indexed to, uint256 amount)Approval
event Approval(address indexed owner, address indexed spender, uint256 amount)Functions info
name (0x06fdde03)
function name() external view returns (string memory)symbol (0x95d89b41)
decimals (0x313ce567)
totalSupply (0x18160ddd)
Name
Type
Description
balanceOf (0x70a08231)
Name
Type
Description
transfer (0xa9059cbb)
Name
Type
Description
transferFrom (0x23b872dd)
Name
Type
Description
approve (0x095ea7b3)
Name
Type
Description
allowance (0xdd62ed3e)
Name
Type
Description
Last updated