centrifuge / tinlake-erc20

Minimal ERC20 token for use in Tinlake. Copied from dai.sol
GNU Affero General Public License v3.0
2 stars 8 forks source link

Support for EIP-2612: EIP712-signed token approvals #3

Closed lucasvo closed 4 years ago

lucasvo commented 4 years ago

This implements https://github.com/ethereum/EIPs/pull/2612 mostly inspired by uniswap's ERC20 code.