_isActivePlayer()
is never called.
_isActivePlayer()
is intended to determine whether a player is participating in the raffle. However, it is marked as an internal function but is never actually called. This presents an issue, the users who wish to check whether they are part of the raffle are unable to do so because the function is inaccessible due to its internal visibility.
Function can't be called.
Manual review.
Set the function visibility to public.
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.