contracts/erc20 library
Classes
- Approval
- Emitted when the allowance of a spender for an owner is set by a call to Erc20.approve. value is the new allowance.
- Erc20
- Interface of the ERC20 standard as defined in the EIP.
- Transfer
- Emitted when value tokens are moved from one account (from) to another (to). Note that value may be zero.