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 8
instances of this issue:
Parameter DecentralizedStableCoin.burn(uint256)._amount is not in mixedCase
Parameter DecentralizedStableCoin.mint(address,uint256)._to is not in mixedCase
Parameter DecentralizedStableCoin.mint(address,uint256)._amount is not in mixedCase
Variable DSCEngine.s_priceFeeds is not in mixedCase
Variable DSCEngine.s_collateralDeposited is not in mixedCase
Variable DSCEngine.s_DSCMinted is not in mixedCase
Variable DSCEngine.s_collateralTokens is not in mixedCase
Variable DSCEngine.i_dsc 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.