DeFiFoundry
50,000 USDC
View results
Submission Details
Severity: low
Invalid

Unused Variable in KeeperProxy contract

Summary

An unused variable uint256 threshold; was found in the KeeperProxy.sol file.

Vulnerability Details

The variable uint256 threshold; is declared but never used in any function or logic within the contract.

The variable can be found on line no. 32 of the KeeperProxy.sol file.

Impact

Increased gas costs due to unnecessary storage allocation.

Tools Used

Manual code review

Recommendations

Remove the unused variable to optimize contract efficiency.

Updates

Lead Judging Commences

n0kto Lead Judge 6 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Informational or Gas

Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelihood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.

n0kto Lead Judge 6 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Informational or Gas

Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelihood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.

Support

FAQs

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