Discussion about this post

User's avatar
Adegbenga Ogungbeje's avatar

Hi. Thanks for your great articles! I really enjoyed them. This information can be added to this article:

"Since Solidity 0.8, the overflow/underflow check is implemented on the language level - it adds the validation to the bytecode during compilation.

You don't need the SafeMath library for Solidity 0.8+. You're still free to use it in this version, it will just perform the same validation twice (one on the language level and one in the library)."

Keep up the good work! I look forward to the next article in the series.

Expand full comment
1 more comment...

No posts