Hadrien Croubois 6d202894b6 Merge branch 'master' 4 tahun lalu
..
EIP712.sol 6d202894b6 Merge branch 'master' 4 tahun lalu
ERC20Permit.sol 6d202894b6 Merge branch 'master' 4 tahun lalu
IERC20Permit.sol da00d28cb7 Rename "amount" to "value" in permit (#2445) 4 tahun lalu
README.adoc ecc66719bd Add ERC20 Permit (EIP-2612) (#2237) 4 tahun lalu

README.adoc

= Draft EIPs

This directory contains implementations of EIPs that are still in Draft status.

Due to their nature as drafts, the details of these contracts may change and we cannot guarantee their xref:ROOT:releases-stability.adoc[stability]. Minor releases of OpenZeppelin Contracts may contain breaking changes for the contracts in this directory, which will be duly announced in the https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md[changelog]. The EIPs included here are used by projects in production and this may make them less likely to change significantly.

== Cryptography

{{EIP712}}

== ERC 20

{{IERC20Permit}}

{{ERC20Permit}}