In the constructor have check condition require(_donId != "", "DON ID must be set");
But in the setDonId
function don't not check this condition. So owner can set donId is empty.
In the constructor have check condition require(_donId != "", "DON ID must be set");
in the setDonId
function don't check newDonId != ""
so owner can set donId is empty.
Affecting the logic of the contract
Manual
Add check condition require(_donId != "", "DON ID must be set");
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.