The contract sets the variables faucetDrip, sepEthAmountToDrip, and dailySepEthCap in the constructor, and their values never change after deployment. Declaring these as immutable would save gas and make it clear to anyone reading the code that these values are fixed for the lifetime of the contract.
Likelihood:
This issue is present in every deployment of the contract until the variable are made immutable.
Impact:
The contract uses more gas than necessary for these variables.
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.