🎰Sic Bo
Understanding the Game
Game rule:
The game is based on random request id from Chainlink VRF (https://docs.chain.link/vrf) and current block timestamps.
Each round, a random request id is generated, and player must predict whether the resulting value is odd or even.
Ref number = the last number of random request id + current block timestamp
Over when ref number = 5, 6, 7, 8
Under when ref number = 1, 2, 3, 4
For example: if random request id = 60851191624912676464821336940335902086662159793846815250675819356968549261885, block timestamp = 1702785051 then ref number = 5 + 1 = 6, result is over.
If your prediction is correct, you win 1.88 times the amount of tokens you played.
Smart Contract Verification:
Our smart contract has been thoroughly verified on the blockchain network to ensure transparency and fairness.
Playing the Game
Place Your Bet:
Go to the game section and select the amount of [Your Token] you want to play.
Choose either "Over" or "Under" based on your prediction for the next hash.
Confirm Transaction:
A random request id will occur when you confirm your bet.
Confirm the transaction through your wallet.
Winning and Withdrawals
Winning:
If your prediction is correct, you will receive 1.88 times the amount of tokens you played.
Withdraw Your Winnings:
When you win, the tokens will be sent to the address you used to play
Last updated