Description: There is the issue of storing the address of the KittyCoin::pool
in the contract.
Impact: Storing the pool address in a private state variable costs more gas than storing it in an immutable state variable, which would only store it once during deployment.
Recommended Mitigation: Use an immutable state variable for the pool
address.
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.