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

Imports could be organized more systematically

Summary

Imports could be organized more systematically

Vulnerability Details

The contract used interfaces should be imported first, followed by all other files. The examples below do not follow this layout.

File: /src/EscrowFactory.sol
7: import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";

Impact

Informational

Tools Used

Recommendations

Support

FAQs

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