Anton Bukov 19417c7cd5 Rename CREATE2 argument from bytecodeHash to bytecode and add new method for precomputed bytecode hash (#2087) 5 years ago
..
Address.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 years ago
Arrays.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 years ago
Create2.sol 19417c7cd5 Rename CREATE2 argument from bytecodeHash to bytecode and add new method for precomputed bytecode hash (#2087) 5 years ago
EnumerableSet.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 years ago
README.adoc 1e0f07751e Implementation of an address Enumerable Set (#2061) 5 years ago
ReentrancyGuard.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 years ago
SafeCast.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 years ago

README.adoc

= Utilities

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

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{EnumerableSet}}

{{Create2}}

{{ReentrancyGuard}}