DatingDapp

First Flight #33
Beginner FriendlyFoundrySolidityNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

Contract size can be reduced

Summary

There are variables and structs defined across multiple contracts left unused.

Vulnerability Details

LikeRegistry has a Like struct created but isn't used within the functions defined in the contract.

MultiSigWallet has the error NotEnoughApprovals created but also unsued.

Impact

  • Increases contract deployment cost.

Tools Used

Manual Review

Recommendations

Remove unused variables and structs to reduce contract bytecode and by extension deployment cost.

Updates

Appeal created

n0kto Lead Judge 5 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 likelyhood 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.