Warning

You are in the testnet. Please Change Metamask network to main.

Info

The Next Block

The Next Block is a blockchain game, where player predicts which miner will mine his transaction.

Player can place 1 bet per block. If a player predicts the correct miner, he earns 1 point. The game lasts till someone gets to {{player.requiredPoints}} points, winner gets 70% of prize pool, 20% will be collected to the next prize pool.

Game Rules:
  • If player doesn’t predict the correct block miner, he will lose all points or if other player wins the prize pool all other players points reduce to 0.
  • Players bets are collected to the prize pool plus the 20% from the previous pool.
  • Players can skip the blocks without losing points.

{{player.points}}

Your points.

{{player.requiredPoints}}

Points required to win.

Last {{blockCount}} Blocks # Miner
{{block.number}} {{block.miner}} {{getMinersBlockCount(block.miner)}} ({{formatFloat((getMinersBlockCount(block.miner) * 100)/blockCount, 2)}}%) {{minerNames[block.miner.toLowerCase()]}}
Bet By On Miner Mined By
(You) {{shortenStr(bet.returnValues.sender, 10)}} {{ compareAddr(bet.returnValues.betOnMiner, bet.returnValues.miner) ? '(Win)' : '(Loss)' }} {{shortenStr(bet.returnValues.betOnMiner, 10)}} {{minerNames[bet.returnValues.betOnMiner.toLowerCase()]}} {{shortenStr(bet.returnValues.miner, 10)}} {{minerNames[bet.returnValues.miner.toLowerCase()]}}
(You) {{shortenStr(bet.returnValues.sender, 10)}} {{ compareAddr(bet.returnValues.betOnMiner, bet.returnValues.miner) ? '(Win)' : '(Loss)' }} {{shortenStr(bet.returnValues.betOnMiner, 10)}} {{minerNames[bet.returnValues.betOnMiner.toLowerCase()]}} {{shortenStr(bet.returnValues.miner, 10)}} {{minerNames[bet.returnValues.miner.toLowerCase()]}}