Vaulta

gchiplottery

Contract

The data tables defined by this contract.

  • rows of Bet

    Field Type
    id uint64
    player name
    amount asset
    payout asset
    start uint64
    end uint64
  • rows of Config

    Field Type
    referrals_contract name
    servers name[]
    contracts name[]
    betting_enabled bool
    minting_enabled bool
    payout_enabled bool
    fee float64
    base_deferred_id uint64
  • rows of Game

    Field Type
    symbol symbol
    balance asset
    tickets uint64
    time time_point
    place int32
    state uint8
    history_id uint64
  • Field Type
    id uint64
    payout asset
    tickets uint64
    players name[]
    numbers uint64[]
    seeds string[]
    time_start time_point
    time_end time_point
  • Field Type
    account name
    inviter name
    statistics PlayerBetsStatistics[]
  • Field Type
    id uint64
    symbol symbol
  • Field Type
    symbol symbol
    owner name
    balance asset
    min_bet asset
    total_payout asset
    total_bet_amount asset
    period int32