withdrawFees require balance = totalFees, is it possible this might never be true?
it's possible the contract balance might not be equal to totalFees if no players are active. this would result in fees never being able to be withdrawn
possible that fees could never be withdrawn
VSCode
use a function to return the number of active players (ie. player's array length) instead of comparing balance to fees
and revert if # of players != 0 instead. Then when there are no active players, it will return 0 and will allow withdrawing of fees
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.