Vaulta

eospandahero

Contract

The data tables defined by this contract.

  • rows of history

    Field Type
    id uint64
    uuids UUID[]
    buyer name
    seller name
    price asset
    fee asset
    create_time uint32
    sold_time uint32
  • rows of invite

    Field Type
    user name
    inviter name
    invitee_num uint32
    invitee_consume asset
    total_reward asset
    cur_reward asset
  • rows of market

    Field Type
    id uint64
    uuids UUID[]
    seller name
    price asset
    time uint32
  • rows of orders

    Field Type
    id uint64
    payer name
    quantity asset
    memo uint64
    paytime uint32
  • rows of shop

    Field Type
    id uint64
    uri string
    symbol string
    price asset
    init_supply uint32
    supply uint32
    expire uint32
    limit uint32
  • rows of reserve

    Field Type
    profit asset
    leaderboard asset
    invite asset
    buyback asset
    future_reward asset
  • rows of season

    Field Type
    id uint64
  • rows of shop

    Field Type
    id uint64
    uri string
    symbol string
    price asset
    init_supply uint32
    supply uint32
    expire uint32
    limit uint32
  • rows of token

    Field Type
    id uint64
    uuid UUID
    uri string
    owner name
    value asset
    sign signature
  • Field Type
    value asset