The issue of "missing checks for address(0)" in smart contracts refers to the lack of validation to ensure that an address being assigned or used is not the zero address (0x0000000000000000000000000000000000000000). The zero address is a special address in Ethereum that often indicates an uninitialized state or serves as a null value for addresses.
can lead to loss of assets in the protocol
manual review
Add require statement in the constructor to check for address zero
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.