Description:
The searchForEgg() function calls eggNFT.mintEgg() but ignores its return value:
Impact:
While the function has require() checks, ignoring the return value means:
Potential missed error handling if mint fails
Could mask reentrancy issues
Poor code quality practice
Recommended Mitigation:
Either:
Remove the return value from mintEgg() if not needed
Or properly handle the return value in searchForEgg()
Impact: Low
Likelihood: Low
Severity: Low
Returns a boolean value that isn't utilized by its caller
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.