20,000 USDC
View results
Submission Details
Severity: gas
Valid

Variable names don't follow the Solidity style guide

Summary

Variable names don't follow the Solidity style guide

Vulnerability Details

For constant variable names, each word should use all capital letters,
with underscores separating each word (CONSTANT_CASE)

File: src/Fees.sol
16: ISwapRouter public constant swapRouter =

Link to code - https://github.com/Cyfrin/2023-07-beedle/tree/main/src/Fees.sol

Tools Used

Code Review

Recommendations

Follow the Solidity style guide

Auditor

NeoCrao

Support

FAQs

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