ERC20Bridgable (ERC-7802) (#5735)

Co-authored-by: ernestognw <ernestognw@gmail.com>
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
This commit is contained in:
Hadrien Croubois
2025-06-12 02:19:56 +02:00
committed by GitHub
parent bbc4d7ae67
commit 5c79432e40
7 changed files with 206 additions and 0 deletions

View File

@ -16,6 +16,7 @@ There are a few core contracts that implement the behavior specified in the ERC-
Additionally there are multiple custom extensions, including:
* {ERC20Permit}: gasless approval of tokens (standardized as ERC-2612).
* {ERC20Bridgeable}: compatibility with crosschain bridges through ERC-7802.
* {ERC20Burnable}: destruction of own tokens.
* {ERC20Capped}: enforcement of a cap to the total supply when minting tokens.
* {ERC20Pausable}: ability to pause token transfers.
@ -50,6 +51,8 @@ NOTE: This core set of contracts is designed to be unopinionated, allowing devel
{{ERC20Permit}}
{{ERC20Bridgeable}}
{{ERC20Burnable}}
{{ERC20Capped}}