40,000 USDC
View results
Submission Details
Severity: gas

separated check with if() cost less gas

Summary

separated check with if() cost less gas

Vulnerability Details

using && in one check cost more gas than a separate check

Impact

Cost more gas to execute.

Tools Used

manually

Recommendations

Consider separated check instead of using && in one check.

Support

FAQs

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