Vaulta

baccarat.e

Contract

The data tables defined by this contract.

  • rows of game

    Field Type
    id uint64
    end_time uint64
    player_cards uint16[]
    banker_cards uint16[]
    symbol symbol
    status uint8
    largest_winner name
    largest_win_amount asset
    seed checksum256
  • Field Type
    player name
    bet asset
  • rows of bet

    Field Type
    id uint64
    game_id uint64
    player name
    referer name
    bet asset
    bet_type uint8
  • Field Type
    id uint64
    val uint64
  • Field Type
    id uint64
    history_id uint64
    player name
    bet asset
    bet_type uint8
    payout asset
    close_time uint64
    result uint64
  • rows of randkey

    Field Type
    id uint64
    key public_key
  • rows of result

    Field Type
    id uint64
    game_id uint64
    result uint8