Unnecessary use of safeMath #7
Labels
bug
Something isn't working
G (Gas Optimization)
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
pants
Vulnerability details
In InvestorDistribution at line 19 you have
although you use solidity >0.8.0
therefore you don't need to use safeMath for uint256
The text was updated successfully, but these errors were encountered: