openzeppelin-contracts-docs icon indicating copy to clipboard operation
openzeppelin-contracts-docs copied to clipboard

Outdated token contracts in 'Learn About Access Control'

Open jdshutt opened this issue 6 years ago • 0 comments

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.

jdshutt avatar Nov 05 '18 21:11 jdshutt