Vaulta

epgamblerbcr

Contract

The data tables defined by this contract.

  • rows of game

    Field Type
    id uint64
    ttl uint32
    game_state uint8
    source checksum256
    commitment checksum256
    win uint8
    isBankerPair uint8
    isPlayerPair uint8
    banker string[]
    player string[]
    create_time time_point_sec
    update_time time_point_sec
  • rows of offer

    Field Type
    id uint64
    player name
    referral name
    bet asset
    gameid uint64
    offer_type uint32
    bet_odds uint32
    result uint8
    tranffer_state uint8
    create_time time_point_sec
    update_time time_point_sec
  • rows of st_global

    Field Type
    id uint64
    nextgameid uint64