15,000 USDC
View results
Submission Details
Severity: low
Valid

Empty Array's are not checked

Summary

No checks for for the scenario if an empty array is passed as an input in the constructor .

Vulnerability Details

See summary

Impact

Protocol will malfunction

Tools Used

Manual review

Recommendations

Consider adding this ,

require ( tokenAddresses.length !=0 , "array length 0 ")

Support

FAQs

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