The current implementation does not provide a mechanism to update the totalClaims
variable after deployment. Although a comment suggests that totalClaims
could be modified within the resetGame
function if needed, no actual code exists to support this functionality when the need arises.
A comment was found in resetGame
function which states that "totalClaims is cumulative across rounds, not reset here, but could be if desired."
However, there's no further code implementation which enables the future desire to reset the totalClaims
.
Likelihood:
Shall there's a need to reset the totalClaims
in the future, the owner won't be able to do such changes as no code implementation that enables the update of totalClaims
Impact:
Owner can only use the cumulative totalClaims
for analytics purpose and won't be able to reset this value for new analytics study.
To add code implementation for future need to reset totalClaims
as proposed below:
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.