The Standard

The Standard
DeFiHardhat
20,000 USDC
View results
Submission Details
Severity: low
Invalid

Use same naming convention for immutable variables

Summary

As shown below, some immutable variables are named using capital letters while some are not. For a better code quality, consider naming these immutable variables using the same naming convention.

address private immutable TST;
address private immutable EUROs;
address public immutable smartVaultManager;
address payable private immutable protocol;
address public immutable pool;

Tools Used

manual review

Updates

Lead Judging Commences

hrishibhat Lead Judge almost 2 years ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

informational/invalid

Support

FAQs

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

Give us feedback!