Rajiv Ishrani

Results 1 comments of Rajiv Ishrani

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+....