Solidity defines a naming convention that should be followed.
Allow constant variable name/symbol/decimals to be lowercase (ERC20
).
Allow _
at the beginning of the mixed_case
match for private variables and unused parameters.
There are 7
instances of this issue:
Variable Escrow.i_price is not in mixedCase
Variable Escrow.i_tokenContract is not in mixedCase
Variable Escrow.i_buyer is not in mixedCase
Variable Escrow.i_seller is not in mixedCase
Variable Escrow.i_arbiter is not in mixedCase
Variable Escrow.i_arbiterFee is not in mixedCase
Variable Escrow.s_state is not in mixedCase
Follow the Solidity naming convention.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.