The data stored on chain can be seen by anyone, and can be read from the blockchain by just the basic knowledge of it.
`TwentyOne::availableCards` have "private" visibility but it can be seen by anyone, by reading from the blockchain directly
The basic rule of black jack states that the available cards should be hidden from the players but in the `TwentyOne::availableCards`, although having a private visibility it can be accessed by the off chain methodologies
the avaible cards are public
Due to this the structure of the game is completely unmangable and this can be fixed eigther storing the varibles that should be private off-chain or Re-structuring the whole the smart contract could be one fix for it
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.