40,000 USDC
View results
Submission Details
Severity: gas

Variable name must be in mixedCase

Summary

Variable name must be in mixedCase

Vulnerability Details

Avoid using underscore for variable Names or parameters

File: /src/Escrow.sol
// @audit s_state
26: State private s_state;

Impact

Informational

Tools Used

Manual

Recommendations

Use mixedCase for variables

Support

FAQs

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