Vaulta

velesfutures

Contract

The data tables defined by this contract.

  • rows of bet

    Field Type
    id uint64
    event_id uint64
    username name
    is_dice_account bool
    bet_number uint32
    ast asset
    is_won bool
    is_payed bool
  • rows of cbet

    Field Type
    id uint64
    event_id uint64
    username name
    is_dice_account bool
    bet_number uint32
    ast asset
    is_won bool
    is_payed bool
  • Field Type
    id uint64
    status uint32
    winning_bet_number uint32
    question string
    total_players uint32
    fund_amount asset
    bet_cases bet_case[]
  • rows of event

    Field Type
    id uint64
    status uint32
    winning_bet_number uint32
    timestamp uint64
    bet_timestamp uint64
    event_type string
    question string
    range string
    price string
    ticker string
    winning_price string
    total_players uint32
    fund_amount asset
    bet_cases bet_case[]
  • rows of options

    Field Type
    id uint64
    collector name
    fees uint64
    referrals uint64
    resolve_size uint64
    min_bet asset
    max_bet asset