40,000 USDC
View results
Submission Details
Severity: gas

[I-6] Non-`external` variable and function names should begin with an underscore

Summary

According to the Solidity Style Guide, Non-external variable and function names should begin with an underscore

Vulnerability Details

Instances (7):

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;
26: State private s_state;

Impact

Tools Used

Recommendations

Support

FAQs

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