Strapontin
Results
1
issues of
Strapontin
At this page : https://github.com/crytic/building-secure-contracts/blob/master/learn_evm/arithmetic-checks.md#arithmetic-checks-for-int256-multiplication The first block of code is : ```solidity /// @notice versions >=0.8.0 && 0 && b > 0 && a > type(int256).max / b) arithmeticError();...