Francisco Giordano 8c40a5b275 Create2 feature pending tasks (#2013) 5 年之前
..
Address.sol fbddf5ba5b Test common case first (#2023) 5 年之前
Arrays.sol bd1f2ededd Update Arrays.sol (#1863) 6 年之前
Create2.sol 8c40a5b275 Create2 feature pending tasks (#2013) 5 年之前
README.adoc 8c40a5b275 Create2 feature pending tasks (#2013) 5 年之前
ReentrancyGuard.sol 06983a2075 add note suggesting reentrancy post (#2059) 5 年之前
SafeCast.sol 2c11ed59fa Safe Casting Library from uint256 to uintXX (#1926) 6 年之前

README.adoc

= Utilities

Miscellaneous contracts containing utility functions, often related to working with different data types.

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{Create2}}

{{ReentrancyGuard}}