TwentyOne
contract, it is not possible to reliably retrieve the dealer's hand because the dealer's cards are stored in dealersDeck[player]
, and this mapping is deleted in the endGame
function. As a result, after the game ends, the dealer's hand is permanently removed from the contract's state.Players cannot verify the fairness of the game's outcome.
Transparency is reduced, which could lead to trust issues between the contract owner and players.
endGame
function. Instead, retain the cards in dealersDeck[player]
until the player explicitly starts a new game.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.