Nicolás Venturo bd0778461d Add EnumerableMap, refactor ERC721 (#2160) 5 سال پیش
..
Address.sol a8d6f13c94 Remove all 'available since' notices 5 سال پیش
Arrays.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 سال پیش
Counters.sol c9630526e2 Draft and lifecycles directories cleanup (#2122) 5 سال پیش
Create2.sol feb7ead005 Add revert if the bytecode length is zero (#2117) 5 سال پیش
EnumerableMap.sol bd0778461d Add EnumerableMap, refactor ERC721 (#2160) 5 سال پیش
EnumerableSet.sol bd0778461d Add EnumerableMap, refactor ERC721 (#2160) 5 سال پیش
Pausable.sol c9630526e2 Draft and lifecycles directories cleanup (#2122) 5 سال پیش
README.adoc c9630526e2 Draft and lifecycles directories cleanup (#2122) 5 سال پیش
ReentrancyGuard.sol a8d6f13c94 Remove all 'available since' notices 5 سال پیش
SafeCast.sol 4476a2d531 Unsigned conversion #2111 (#2123) 5 سال پیش
Strings.sol c9630526e2 Draft and lifecycles directories cleanup (#2122) 5 سال پیش

README.adoc

= Utilities

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

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{Counters}}

{{Strings}}

{{EnumerableSet}}

{{Create2}}

{{ReentrancyGuard}}

{{Pausable}}