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 8d166f3e35
Transfer replacement (#1962)
5 years ago
..
Address.sol Transfer replacement (#1962) 5 years ago
Arrays.sol Update Arrays.sol (#1863) 6 years ago
README.adoc Safe Casting Library from uint256 to uintXX (#1926) 5 years ago
ReentrancyGuard.sol Update ReentrancyGuard.sol (#1862) 6 years ago
SafeCast.sol Safe Casting Library from uint256 to uintXX (#1926) 5 years ago

README.adoc

= Utilities

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

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{ReentrancyGuard}}