Vaulta

eggameiobjpk

Contract

The data tables defined by this contract.

  • rows of global

    Field Type
    id uint64
    value uint64
  • rows of result

    Field Type
    bet_id uint64
    game_id uint64
    win_amount uint64
  • rows of pubkey

    Field Type
    id uint64
    key public_key
  • Field Type
    bet_id uint64
    game_id uint64
    user name
    quantity asset
    memo string
  • rows of odds

    Field Type
    id uint64
    _odds 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_name string
    referrer name
    amount asset
    note_amount uint64
    num string
    type1 uint32
    type2 uint32