Vaulta

dolphinsswap

Contract

The data tables defined by this contract.

  • rows of deposit

    Field Type
    owner name
    quantities asset[]
  • rows of global

    Field Type
    id uint64
    status uint8
    creator name
  • rows of lptoken

    Field Type
    owner name
    token uint64
  • Field Type
    id uint64
    hash checksum256
  • rows of pool

    Field Type
    id uint64
    code symbol_code
    swap_fee uint16
    total_lptoken uint64
    create_time uint32
    last_update_time uint32
    tokens pooltoken[]