Locked rewards in distributing rewards to winners
When distributing rewards for winners, the function erc20.safeTransfer(winners[i], amount);
is called inside a loop and there is no protection against a revert. therefore, as there is no check for the addresses used by winners, if a winner address is blacklisted then the safeTransfer()
function will revert each time that function is called. This leads to Blocking legitimate winners from receiving their funds.
Locked rewards
Manual
Check the winner's addresses before calling the distribution function for any possible address(0x0) address.
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.