In BaseGauge.sol, first-time users can bypass the minimum claim interval restriction (1 day) when claiming rewards due to uninitialized lastClaimTime.
When lastClaimTime[msg.sender] = 0:
block.timestamp - 0 will always be > MIN_CLAIM_INTERVAL
First claim succeeds regardless of time since staking
Subsequent claims enforce 1 day wait
New users that stakes can claim immediately after staking
manual review
Initialize lastClaimTime in stake():
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.