Description: The EggHuntGame::getGameStatus
function returns a human-readable string, which is not gas-efficient. Using strings in smart contracts, especially as return types, can significantly increase gas costs and should be avoided unless absolutely necessary.
Recommended Mitigation: Return a uint8
or a custom enum
instead of a string, which can then be interpreted off-chain.
Strategy to save gas and minimize transaction costs
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.