MorpheusAI

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

Potential Revert Risk with Loops Iterating Over Large State Arrays

Summary

If the computations within the loop are extensive enough to expend the entire transaction's gas, the function may fail.
Consider implementing mechanisms to check or limit the size of state arrays or to reduce the computational work within loops.

Vulnerability Details

File: contracts/Distribution.sol
62: for (uint256 i; i < poolsInfo_.length; ++i) {
Updates

Lead Judging Commences

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.