Skip to content

Commit

Permalink
Update contracts/token/ERC20/README.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Palladino <spalladino@gmail.com>
  • Loading branch information
frangio and spalladino committed Dec 9, 2020
1 parent f410734 commit 9d60a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/token/ERC20/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There a few core contracts that implement the behavior specified in the EIP:
Additionally there are multiple custom extensions, including:

* designation of addresses that can pause token transfers for all users ({ERC20Pausable}).
* usage of tokens without sending any transactions ({ERC20Permit}).
* gasless approval of tokens ({ERC20Permit}).
* efficient storage of past token balances to be later queried at any point in time ({ERC20Snapshot}).
* destruction of own tokens ({ERC20Burnable}).
* enforcement of a cap to the total supply when minting tokens ({ERC20Capped}).
Expand Down Expand Up @@ -53,4 +53,3 @@ NOTE: This core set of contracts is designed to be unopinionated, allowing devel
{{SafeERC20}}

{{TokenTimelock}}

0 comments on commit 9d60a71

Please sign in to comment.