OpenZeppelin ContractsPrevious Versionsv4
Drafts
Outdated Version
You're viewing an older version (v4.x) The latest documentation is available for the current version. Click here to visit latest version.
All draft contracts were either moved into a different directory or removed from the OpenZeppelin Contracts library on the v3.0.0 release.
ERC20Migrator
: removed.ERC20Snapshot
: moved totoken/ERC20
.ERC20Detailed
andERC1046
: removed.TokenVesting
: removed. Pending a replacement that is being discussed in#1214
.Counters
: moved toutils
.Strings
: moved toutils
.SignedSafeMath
: moved toutils
.
Removed contracts are still available on the v2.5 release of OpenZeppelin Contracts, which you can install by running:
$ npm install @openzeppelin/[email protected]
Refer to the [v2.x documentation] when working with them.