feeAddress
could be set as address(0)
and can result in loss of fees.
Using the function changeFeeAddress(...)
, the owner can change the address unknowingly to the zero address. Then if someone calls the function withdrawFees(...)
after the winner is selected, then the fees will go to the zero address.
Loss of fees.
Manual Review
Make sure to check the address for zero address while setting up the feeAddress
in constructor
, as well as in the function changeFeeAddress(...)
.
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.