40,000 USDC
View results
Submission Details
Severity: gas

Variable names don't follow the Solidity style guide

Summary

Variable names don't follow the Solidity style guide

Vulnerability Details

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

File: /src/Escrow.sol
17: uint256 private immutable i_price;
20: IERC20 private immutable i_tokenContract;
21: address private immutable i_buyer;
22: address private immutable i_seller;
23: address private immutable i_arbiter;
24: uint256 private immutable i_arbiterFee;

Impact

Informational

Tools Used

Manual

Recommendations

Support

FAQs

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