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 10
instances of this issue:
Parameter Ownable.transferOwnership(address)._owner is not in mixedCase
Parameter Fees.sellProfits(address)._profits is not in mixedCase
Parameter Staking.deposit(uint256)._amount is not in mixedCase
Parameter Staking.withdraw(uint256)._amount is not in mixedCase
Parameter Lender.setLenderFee(uint256)._fee is not in mixedCase
Parameter Lender.setBorrowerFee(uint256)._fee is not in mixedCase
Parameter Lender.setFeeReceiver(address)._feeReceiver 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.