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 cca71ab709
Fix deprecation warnings (#2115)
5 years ago
..
Address.sol Fix deprecation warnings (#2115) 5 years ago
Arrays.sol Migrate Contracts to Solidity v0.6 (#2080) 5 years ago
Counters.sol Draft and lifecycles directories cleanup (#2122) 5 years ago
Create2.sol Add revert if the bytecode length is zero (#2117) 5 years ago
EnumerableMap.sol Add EnumerableMap, refactor ERC721 (#2160) 5 years ago
EnumerableSet.sol Add EnumerableMap, refactor ERC721 (#2160) 5 years ago
Pausable.sol Fix Pausable docs 5 years ago
README.adoc Update docs (#2168) 5 years ago
ReentrancyGuard.sol Remove all 'available since' notices 5 years ago
SafeCast.sol Unsigned conversion #2111 (#2123) 5 years ago
Strings.sol Rename Strings.fromUint256 to Strings.toString (#2188) 5 years ago

README.adoc

= Utilities

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

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{Counters}}

{{Strings}}

{{EnumerableSet}}

{{EnumerableMap}}

{{Create2}}

{{ReentrancyGuard}}

{{Pausable}}