You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the bottom of the Learn About Access Control tutorial,
MyToken
inherits fromDetailedERC20
andStandardToken
, which are no longer part of the OpenZeppelin library. A fix might involve rewritingMyToken
to inherit fromERC20
andERC20Detailed
.The text was updated successfully, but these errors were encountered: