Tagged: Unchecked Math

math

UnsafeMath for Solidity 0.8.0+

UnsafeMath is a Solidity library used to perform unchecked, or “unsafe”, math operations. Prior to version 0.8.0 all math was unchecked meaning that subtracting 1 from 0 would underflow and result in the max...