Vaulta

luckyftlndld

Contract

The data tables defined by this contract.

  • rows of global

    Field Type
    var_id uint64
    value int64
  • Field Type
    asset_id uint64
    creator name
    symbol symbol
    total int64
    min_deposit int64
    fee int64
    state int64
  • rows of player

    Field Type
    player_id name
    assets contract_asset[]
    frozen_asset contract_asset
    inroom name
  • rows of room

    Field Type
    round_id uint64
    creator name
    PK string
    player1 win_amount
    player2 win_amount
    player3 win_amount
    used_asset_id uint64
    fee contract_asset
    state int64
    ctime int64
  • rows of round

    Field Type
    round_id uint64
    creator name
    PK string
    SK string
    player1 win_amount
    player2 win_amount
    player3 win_amount
    used_asset_id uint64
    boss name
    fee contract_asset
  • Field Type
    player_id name
    login_token string
    last_login_time int64