Vaulta

onedex123451

Contract

The data tables defined by this contract.

  • rows of orders

    Field Type
    id uint64
    price uint64
    quantity asset
    maker name
    contract name
    source name
    uuid uint64
  • Field Type
    id uint32
    sym symbol_name
  • Field Type
    id uint16
    contract name
  • rows of trade

    Field Type
    id uint64
    contract name
    sym symbol_name
    bidscope uint64
    askscope uint64
    quantity asset
  • rows of balance

    Field Type
    id uint64
    scopeid uint64
    sysqty asset
    tokenqty asset
  • rows of details

    Field Type
    id uint64
    aorderid uint64
    borderid uint64
    amaker name
    bmaker name
    acontract name
    bcontract name
    aquantity asset
    bquantity asset
    afee asset
    bfee asset
    astatus uint64
    bstatus uint64
    aprice uint64
    bprice uint64
    action string
    createtime uint64