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.
Nicolás Venturo
cca71ab709
|
5 years ago | |
---|---|---|
.. | ||
Address.sol | 5 years ago | |
Arrays.sol | 5 years ago | |
Counters.sol | 5 years ago | |
Create2.sol | 5 years ago | |
EnumerableMap.sol | 5 years ago | |
EnumerableSet.sol | 5 years ago | |
Pausable.sol | 5 years ago | |
README.adoc | 5 years ago | |
ReentrancyGuard.sol | 5 years ago | |
SafeCast.sol | 5 years ago | |
Strings.sol | 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}}