Location: EggHuntGame.sol
, depositEggToVault()
function
The function performs an external call (NFT transfer) before updating state
Potential reentrancy attack if EggVault has callback functionality
Could allow malicious vault to reenter and manipulate game state
manual review
Implement checks-effects-interactions pattern
Add reentrancy guard (OpenZeppelin's ReentrancyGuard)
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.