v3.3.0
版本发布时间: 2020-11-28 03:23:49
OpenZeppelin/openzeppelin-contracts最新发布版本:v5.1.0-rc.0(2024-10-03 22:56:46)
Read the full announcement in the forum or check out the changelog.
- Now supports both Solidity 0.6 and 0.7. Compiling with solc 0.7 will result in warnings. Install the
solc-0.7
tag to compile without warnings. -
TimelockController
: added a contract to augment access control schemes with a delay. (#2354) -
Address
: addedfunctionStaticCall
, similar to the existingfunctionCall
. (#2333) -
EnumerableSet
: addedBytes32Set
, for sets ofbytes32
. (#2395)