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.
Francisco Giordano
8e3563968f
|
5 years ago | |
---|---|---|
.. | ||
ERC1046 | 6 years ago | |
.gitkeep | 7 years ago | |
Counters.sol | 5 years ago | |
ERC20Migrator.sol | 6 years ago | |
ERC20Snapshot.sol | 6 years ago | |
README.adoc | 5 years ago | |
SignedSafeMath.sol | 6 years ago | |
Strings.sol | 6 years ago | |
TokenVesting.sol | 6 years ago |
README.adoc
= Drafts
Contracts in this category should be considered unstable. They are as thoroughly reviewed as everything else in OpenZeppelin Contracts, but we have doubts about their API so we don't commit to backwards compatibility. This means these contracts can receive breaking changes in a minor version, so you should pay special attention to the changelog when upgrading. For anything that is outside of this category you can read more about xref:ROOT:api-stability.adoc[API Stability].
NOTE: This page is incomplete. We're working to improve it for the next release. Stay tuned!
== ERC 20
{{ERC20Migrator}}
{{ERC20Snapshot}}
{{TokenVesting}}
== Miscellaneous
{{Counters}}
{{SignedSafeMath}}
== ERC 1046
{{ERC1046}}