EIP20Interface.sol
Contract Members
uint256 public totalSupply;
uint8 public decimals;event Transfer(address indexed _from, address indexed _to, uint256 _value);
event Approval(address indexed _owner, address indexed _spender, uint256 _value);Functions
balanceOf
transfer
transferFrom
approve
allowance
Last updated
Was this helpful?