Missing check in constructor
Missing checks for address(0x0) when assigning values to address state variables.
Zero-address check should be used, to avoid the risk of setting a storage variable as address(0) at deploying time.
Manual code
Check for zero-address to avoid the risk of setting address(0) for state variables after an update.
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.