mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/utils
Nicolás Venturo 941d305044 Update docs 5 years ago
..
Address.sol Test common case first (#2023) 5 years ago
Arrays.sol
Create2.sol Add 'available since' notes. Fixes #2054 5 years ago
EnumerableSet.sol Update docs 5 years ago
README.adoc Implementation of an address Enumerable Set (#2061) 5 years ago
ReentrancyGuard.sol add note suggesting reentrancy post (#2059) 5 years ago
SafeCast.sol Add 'available since' notes. Fixes #2054 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}}