Vaulta

boxbeijingpk

Contract

The data tables defined by this contract.

  • rows of global

    Field Type
    id uint64
    value uint64
  • rows of pubkey

    Field Type
    id uint64
    key public_key
  • rows of odds

    Field Type
    id uint64
    _odds float64
  • rows of dealer

    Field Type
    id uint64
    user name
    status uint64
    balance asset
    percent float64
  • rows of game

    Field Type
    id uint64
    type uint64
    status uint64
    end_time time_point_sec
    result uint32[]
    bet_amt asset
  • rows of bet

    Field Type
    id uint64
    game_id uint64
    player_id uint64
    player_name string
    referrer1_id uint64
    referrer2_id uint64
    referrer3_id uint64
    amount asset
    note_amount uint64
    num string
    type1 uint32
    type2 uint32
    rebate float64