40,000 USDC
View results
Submission Details
Severity: gas
Valid

Constants in comparisons should appear on the left side

Summary

Constants in comparisons should appear on the left side

Vulnerability Details

File: /src/Escrow.sol
//@audit `0`
119: if (buyerAward > 0) {
//@audit `0`
122: if (i_arbiterFee > 0) {
//@audit `0`
126: if (tokenBalance > 0) {

Impact

Informational

Tools Used

Manual

Recommendations

Constants in comparisons should appear on the left side

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.