Vaulta

prooperator1

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    balance asset
  • Field Type
    order_id uint64
    version string
    from name
    buyer uint64
    token_name symbol_code
    pre_buy_reserve_balance asset
    reserve_tokens_to_buy_with asset
  • Field Type
    owner uint64
    balance asset
  • Field Type
    holder_id uint64
    percentage float64
  • rows of setting

    Field Type
    key uint64
    settings_data settings_struct
  • Field Type
    numeric_data uint64
    name_data name
    string_data string
  • rows of token

    Field Type
    token_name symbol_code
    creator_id uint64
    supply asset
    drr float64
    initial_drr float64
    allowance_time_point uint64
    weekly_allowance float64
    reserve_balance asset
    reserve_holders uint64[]
    reserve_updated_at uint64
    num_of_holders uint64
    created_at uint64
  • rows of user

    Field Type
    id uint64
    social_id string
    user_name string
    domain string
    primary_public_key public_key
    secondary_public_key public_key
    ipns_data string
    redirect_link string
    flagged bool
    nonce uint64
  • Field Type
    owner uint64
    token_name symbol_code
    quantity asset
    meta_data string