20,000 USDC
View results
Submission Details
Severity: low

Use scientific notation (e.g. 1e18) rather than exponentiation (e.g. 10**18)

Summary

Vulnerability Details

While the compiler knows to optimize away the exponentiation, it’s still better coding practice to use idioms that do not require compiler optimization, if they exist.

Impact

Tools Used

Recommendations

Support

FAQs

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