Files
openzeppelin-contracts/contracts/utils
Francisco Giordano 8b10cb38d8 Rename Strings.fromUint256 to Strings.toString (#2188)
* rename Strings.fromUint256 to Strings.toString

* add changelog entry

* fix conflict with js toString method
2020-04-15 18:04:00 -03:00
..
2020-04-03 17:06:33 -03:00
2020-04-03 13:17:24 -03:00
2020-03-27 10:56:30 -03:00

= 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}}