EIP20NonStandardInterface
Overview
License: MIT
interface EIP20NonStandardInterfaceEvents 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
totalSupply (0x18160ddd)
function totalSupply() external view returns (uint256)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