checking a contract's balance twice.
uint256 tokenBalance = i_tokenContract.balanceOf(address(this)); => (This is enough to check tokenBalance)
tokenBalance = i_tokenContract.balanceOf(address(this)); => (Remove this line of code from resolveDispute function)
Gas cost will be reduced.
Manual Review
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.