You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`ERC20Collateral`: Extension of ERC-20 that limits the supply of tokens based on a collateral and time-based expiration.
4
+
5
+
## 10-10-2024
6
+
7
+
*`ERC20Allowlist`: Extension of ERC-20 that implements an allow list to enable token transfers, disabled by default.
8
+
*`ERC20Blocklist`: Extension of ERC-20 that implements a block list to restrict token transfers, enabled by default.
9
+
*`ERC20Custodian`: Extension of ERC-20 that allows a custodian to freeze user's tokens by a certain amount.
10
+
11
+
## 03-10-2024
12
+
13
+
*`OnTokenTransferAdapter`: An adapter that exposes `transferAndCall` on top of an ERC-1363 receiver.
14
+
15
+
## 15-05-2024
16
+
17
+
*`HybridProxy`: Add a proxy contract that can either use a beacon to retrieve the implementation or fallback to an address in the ERC-1967's implementation slot.
18
+
19
+
## 11-05-2024
20
+
21
+
*`AccessManagerLight`: Add a simpler version of the `AccessManager` in OpenZeppelin Contracts.
22
+
*`ERC4626Fees`: Extension of ERC-4626 that implements fees on entry and exit from the vault.
0 commit comments