Closed code423n4 closed 2 years ago
WatchPug
SafeMath is no longer needed starting with Solidity 0.8. The compiler now has built in overflow checking.
SafeMath
Removing SafeMath can save some gas.
Duplicate #53
Duplicate #246
Handle
WatchPug
Vulnerability details
SafeMath
is no longer needed starting with Solidity 0.8. The compiler now has built in overflow checking.Removing
SafeMath
can save some gas.