openzeppelin-contracts-docs
openzeppelin-contracts-docs copied to clipboard
Outdated token contracts in 'Learn About Access Control'
At the bottom of the Learn About Access Control tutorial, MyToken
inherits from DetailedERC20
and StandardToken
, which are no longer part of the OpenZeppelin library. A fix might involve rewriting MyToken
to inherit from ERC20
and ERC20Detailed
.