MorpheusAI

MorpheusAI
Foundry
22,500 USDC
View results
Submission Details
Severity: low
Invalid

Missing zero address checks

Summary

It is standard practice to check incoming addresses are not zero. Consider adding such a check in

function Distribution_init(
address depositToken_,
address l1Sender_,
Pool[] calldata poolsInfo_
) external initializer {
__Ownable_init();
__UUPSUpgradeable_init();
for (uint256 i; i < poolsInfo_.length; ++i) {
createPool(poolsInfo_[i]);
}
depositToken = depositToken_;
l1Sender = l1Sender_;
}
Updates

Lead Judging Commences

inallhonesty Lead Judge
over 1 year ago
inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Known issue

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.