Vaulta

fairbet.game

Contract

The data tables defined by this contract.

  • rows of r_bet

    Field Type
    id uint64
    game_id uint64
    timestamp time_point
    player name
    quantity asset
    number uint8
    coefficient uint8
    seed checksum256
    paid bool
    affiliates st_affiliate[]
  • rows of r_game

    Field Type
    id uint64
    timestamp time_point
    house_seed_hash checksum256
    players_seed checksum256
    rules game_rules
    bank asset
  • rows of state

    Field Type
    version uint64
    locked asset
    witness public_key