The contract declares an address[] private s_claimers
array intended to store addresses of claimers.
However, the array is never updated (no addresses are ever pushed), rendering it unused and occupying unnecessary storage space.
Likelihood:
This will always occur as the array is declared but never updated.
It does not affect contract logic or user interaction directly.
Impact:
Unnecessary storage consumes gas and increases deployment cost.
Maintaining unused variables adds code complexity and potential confusion.
or keep track of claimers:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.