EIP20NonStandardInterface (EIP20NonStandardInterface.sol)
Contract Members
uint256 public totalSupply;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?