Anton Bukov e2813df879 Use bytes32 explicitly for Create2.computeAddress() (#2088) 5 年之前
..
Address.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 年之前
Arrays.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 年之前
Create2.sol e2813df879 Use bytes32 explicitly for Create2.computeAddress() (#2088) 5 年之前
EnumerableSet.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 年之前
README.adoc 1e0f07751e Implementation of an address Enumerable Set (#2061) 5 年之前
ReentrancyGuard.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 年之前
SafeCast.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 年之前

README.adoc

= Utilities

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

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{EnumerableSet}}

{{Create2}}

{{ReentrancyGuard}}