Open code423n4 opened 3 years ago
itsmeSTYJ
Since UToken.sol uses solidity 0.8.0 and above, it comes with built in overflow and underflow checks so the require statements can be removed.
Agree
Handle
itsmeSTYJ
Vulnerability details
Impact
Since UToken.sol uses solidity 0.8.0 and above, it comes with built in overflow and underflow checks so the require statements can be removed.