Files
openzeppelin-contracts/contracts/utils/README.adoc
Nicolás Venturo c9630526e2 Draft and lifecycles directories cleanup (#2122)
* Move Pausable into utils

* Move Strings into utils

* Move Counters into utils

* Move SignedSafeMath into math

* Remove ERC1046

* Make ERC20Snapshot.snapshot internal

* Move ERC20Snapshot into ERC20

* Add drafts deprecation notice

* Remove drafts directory

* Add changelog entry

* Apply suggestions from code review

Co-Authored-By: Francisco Giordano <frangio.1@gmail.com>

Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
2020-03-16 16:27:15 -03:00

24 lines
266 B
Plaintext

= Utilities
Miscellaneous contracts containing utility functions, often related to working with different data types.
== Contracts
{{Address}}
{{SafeCast}}
{{Arrays}}
{{Counters}}
{{Strings}}
{{EnumerableSet}}
{{Create2}}
{{ReentrancyGuard}}
{{Pausable}}