Skip to content

Commit 1ad485f

Browse files
docs: README update
1 parent 7ba7b3a commit 1ad485f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ It also contains generic contract interfaces (for EIP/ERC) that can be used.
66

77
## Current contracts
88

9-
| Name | Description | Type | Latest version |
10-
| ---------------- | ----------------------------------------------------------------------------------------------------------- | -------- | -------------- |
11-
| OwnableTwoSteps | Contract for managing ownership of a smart contract. The transfer of ownership is done in a 2-step process. | Contract | 1.0.0 |
12-
| SignatureChecker | Contract for verifying the validity of a signature for EOA (64-byte, 65-byte signatures) and EIP-1271. | Contract | 1.0.0 |
13-
| ReentrancyGuard | Contract with a modifier to prevent reentrancy calls. | Contract | 1.0.0 |
9+
| Name | Description | Type | Latest version |
10+
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------- | -------- | -------------- |
11+
| OwnableTwoSteps | Contract for managing ownership of a smart contract. The transfer of ownership is done in a 2-step process. | Contract | 2.0.0 |
12+
| SignatureChecker | Contract for verifying the validity of a signature for EOA (64-byte, 65-byte signatures) and EIP-1271. | Contract | 2.0.0 |
13+
| ReentrancyGuard | Contract with a modifier to prevent reentrancy calls. | Contract | 2.0.0 |
14+
| LowLevelETH | Low-level call functions to transfer ETH or return ETH back to sender in a payable function | Contract | 2.0.0 |
15+
| LowLevelWETH | Low-level call functions to transfer ETH with an option to wrap to WETH if the original ETH transfer fails within a gas limit | Contract | 2.0.0 |
16+
| LowLevelERC20 | Low-level call functions for ERC20 functions | Contract | 2.0.0 |
17+
| LowLevelERC721 | Low-level call functions for ERC721 functions | Contract | 2.0.0 |
18+
| LowLevelERC1155 | Low-level call functions for ERC1155 functions | Contract | 2.0.0 |
1419

1520
## About this repo
1621

0 commit comments

Comments
 (0)