Vaulta

biteyebiteye

Contract

The data tables defined by this contract.

  • rows of cur_stats

    Field Type
    supply asset
    max_supply asset
    issuer name
  • Field Type
    amount float64
    money float64
    open float64
    high float64
    low float64
    close float64
    time uint64
  • rows of hour_stat

    Field Type
    amount float64
    money float64
    open float64
    high float64
    low float64
    close float64
    time uint64
  • rows of day_stat

    Field Type
    amount float64
    money float64
    open float64
    high float64
    low float64
    close float64
    time uint64
  • rows of k_order

    Field Type
    account_name name
    amount float64
    money float64
    price float64
    is_buy_type bool
    fee float64
    time uint64
  • rows of st_game

    Field Type
    symbol symbol_type
    owner name
    base_eos int128
    base_stake int64
    base_option int64
    deserved_option int64
    claimed_option int64
    eos int128
    stake int64
    lock_up_period uint32
    start_time uint32
    base_fee_percent uint8
    init_fee_percent uint8
  • rows of st_refer

    Field Type
    fee_percent uint64
  • rows of st_trans

    Field Type
    trans uint64
  • rows of account

    Field Type
    balance asset