_setFinallizedVaultBalance::BriVault is an internal function which is only called inside one function(i.e. setWinner), which also has the eventEndDate timestamp Check, hence check inside _setFinallizedVaultBalance is wasting gas.setWinner function already has a check for block.timestamp<=eventEndDate ,inside _setFinallizedVaultBalance timestamp check for block.timestamp<=eventStartDate is of no use .
Since, setWinner is checking for eventEndDate, the check for eventStartDate is already covered in it.
Likelihood: Low
Impact: Low/Gas
Remove the check inside _setFinallizedVaultBalance ,which is already covered inside getWinner function .
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.