Closed 3esmit closed 1 year ago
Solidity compiler version 0.8 and above inserts overflow checks automatically. The usage of the safeMath.sol library seems completely redundant, unlike the original MiniMeToken.sol material that was on version 0.4.X and did need that.
Solidity compiler version 0.8 and above inserts overflow checks automatically. The usage of the safeMath.sol library seems completely redundant, unlike the original MiniMeToken.sol material that was on version 0.4.X and did need that.