Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INFO:Detectors: 0: GasRefundEnabled.refundsGas(IGasRefunder,IReader4844) (src/libraries/GasRefundEnabled.sol#17-51) performs a multiplication on the result of a division: - calldataWords = (calldataSize + 31) / 32 (src/libraries/GasRefundEnabled.sol#22) - startGasLeft += calldataWords * 6 + (calldataWords ** 2) / 512 (src/libraries/GasRefundEnabled.sol#24) Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#divide-before-multiply Results to hide during next runs: "0,1,...,1" or "All" (enter to not hide results): All INFO:Detectors: 0: Multiple retryable tickets created in the same function: -_fundAndDeploy(_inbox,NICK_CREATE2_VALUE,NICK_CREATE2_DEPLOYER,NICK_CREATE2_PAYLOAD,isUsingFeeToken,_maxFeePerGas) (src/rollup/DeployHelper.sol#96-103) -_fundAndDeploy(_inbox,NICK_CREATE2_VALUE,NICK_CREATE2_DEPLOYER,NICK_CREATE2_PAYLOAD,isUsingFeeToken,_maxFeePerGas) (src/rollup/DeployHelper.sol#96-103)
- Loading branch information