We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SafeMath
As mentioned in https://blog.openzeppelin.com/openzeppelin-contracts-4-0/
[...] Solidity 0.8 marks the end of the SafeMath era, as overflow checks are now built into the compiler. You will find that SafeMath is still in the repository, athough it is now just a wrapper over the built-in overflow checks.
[...] Solidity 0.8 marks the end of the SafeMath era, as overflow checks are now built into the compiler.
You will find that SafeMath is still in the repository, athough it is now just a wrapper over the built-in overflow checks.
See old issue Ethernautas/renpool#86.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As mentioned in https://blog.openzeppelin.com/openzeppelin-contracts-4-0/
See old issue Ethernautas/renpool#86.
The text was updated successfully, but these errors were encountered: