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

Constants should be defined rather than using magic numbers

Summary

Constants should be defined rather than using magic numbers

Vulnerability Details

Even assembly can benefit from using readable constants instead of hex/numeric literals

File: /src/EscrowFactory.sol
//@audit Try to make a `constant` with `0xff` value
72: bytes1(0xff),

Impact

Informational

Tools Used

Manual

Recommendations

Support

FAQs

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