Open code423n4 opened 2 years ago
pauliax
Some contracts, e.g. ERC20_8, WJLP. are compiled with Solidity version >0.8, but still use SafeMath library. It is not necessary, as with this new version safe operations are handled by default.
Duplicate #53
Taking as main
Handle
pauliax
Vulnerability details
Impact
Some contracts, e.g. ERC20_8, WJLP. are compiled with Solidity version >0.8, but still use SafeMath library. It is not necessary, as with this new version safe operations are handled by default.