40,000 USDC
View results
Submission Details
Severity: gas

Gas use can be reduced by using Solidity 0.8.19 or later

Summary

See Preventing Dead Code in Runtime Bytecode for the full details.

Vulnerability Details

There are 2 instances of this issue.

File: src/Escrow.sol
2: pragma solidity 0.8.18;
File Link Instance Count Instance Link
Escrow.sol 1 2

File: src/EscrowFactory.sol
2: pragma solidity 0.8.18;
File Link Instance Count Instance Link
EscrowFactory.sol 1 2

Impact

indeterminate gas savings

Tools Used

baudit: a custom static code analysis tool; manual review

Recommendations

Use Solidity 0.8.19 or later.

Support

FAQs

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