Attacker can create lottery with accounts that can't be called that will stop contract
In selectWinner
it's required that call to winner needs to be successful: (bool success,) = winner.call{value: prizePool}("");
. If attacker creates round with contracts have revert in their fallbacks, call to winner always will fail. So new nft can't be minted
Contract blockage
Do not require success of the call to the winner
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.