15,000 USDC
View results
Submission Details
Severity: gas

Variables need not be initialized to zero

Variables need not be initialized to zero , since the default value of the uint is zero

for (uint256 i = 0; i < s_collateralTokens.length; i++) {

Recommendations

for (uint256 i ; i < s_collateralTokens.length; i++) {

2 instances are founded

Support

FAQs

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