Syntax error prevents ETH game creation. The code uses invalid mapping access which would cause a compilation error, making all ETH-based games non-functional
The code attempts to access game storage using invalid array syntax [gameId]
instead of the correct mapping access games[gameId]
. This would cause a compilation error, but if it somehow compiled, would result in runtime failures.
Renders the game totally unplayable with native eth
Manual Review
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.