L111 in Escrow.sol
could be unchecked since it never overflows for any reasonable ERC20 token.
For any real ERC20 token, L111 could be inside unchecked
blocked since i_arbiterFee
would be a comparatively small value and
even if the arbiter provides a large buyerAward
value, code still would revert to L120 due to not enough token balance:
unchecked
block could save some gas during each dispute resolving.
Manual review
Consider adding unchecked
block to line 111.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.