Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

[L-1] Mark Unused `public` Functions as `external`

Description:

Consider marking functions as external instead of public if they are not used internally within the contract. This optimization can enhance gas efficiency and reduce contract complexity.

  • ChoosingRam::increaseValuesOfParticipants()

  • ChoosingRam::selectRamIfNotSelected()

  • Dussehra::enterPeopleWhoLikeRam()

  • Dussehra::killRavana()

  • Dussehra::withdraw()

Recommended Mitigation:

Mark the mentioned functions as external to improve gas efficiency and contract clarity.

Updates

Lead Judging Commences

bube Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Info/Gas/Invalid according to docs

Support

FAQs

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