EIP20Interface
Overview
License: MIT
Events info
Transfer
Approval
Functions info
name (0x06fdde03)
symbol (0x95d89b41)
decimals (0x313ce567)
totalSupply (0x18160ddd)
Get the total number of tokens in circulation
Return values:
balanceOf (0x70a08231)
Gets the balance of the specified address
Parameters:
transfer (0xa9059cbb)
Transfer amount
tokens from msg.sender
to dst
Parameters:
transferFrom (0x23b872dd)
Transfer amount
tokens from src
to dst
Parameters:
approve (0x095ea7b3)
Approve spender
to transfer up to amount
from src
This will overwrite the approval amount for spender
and is subject to issues noted here
Parameters:
allowance (0xdd62ed3e)
Get the current allowance from owner
for spender
Parameters:
Last updated