Nicolás Venturo 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 anni fa
..
ERC1046 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 anni fa
Counters.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 anni fa
ERC20Snapshot.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 anni fa
README.adoc 8e3563968f add explanation of drafts category 6 anni fa
SignedSafeMath.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 anni fa
Strings.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 anni fa
TokenVesting.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) 5 anni fa

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