EOS

defislogsone

Contract

The data structures defined by this contract.

  • Action parameter in changelog

    { "name": "changelog", "base": "", "fields": [ { "name": "mid", "type": "uint64" }, { "name": "user", "type": "name" }, { "name": "q0", "type": "asset" }, { "name": "q1", "type": "asset" }, { "name": "bal0", "type": "asset" }, { "name": "bal1", "type": "asset" }, { "name": "token", "type": "uint64" } ] }
  • Action parameter in depositlog

    { "name": "depositlog", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "mid", "type": "uint64" }, { "name": "quantity0", "type": "asset" }, { "name": "quantity1", "type": "asset" } ] }
  • Table row type of liqs

    { "name": "liq", "base": "", "fields": [ { "name": "mid", "type": "uint64" }, { "name": "token", "type": "uint64" }, { "name": "start", "type": "time_point_sec" } ] }
  • Table row type of liqs2

    { "name": "liq2", "base": "", "fields": [ { "name": "mid", "type": "uint64" }, { "name": "token", "type": "uint64" }, { "name": "bal0", "type": "asset" }, { "name": "bal1", "type": "asset" }, { "name": "start", "type": "time_point_sec" } ] }
  • Table row type of records

    { "name": "record", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "bal0", "type": "asset" }, { "name": "bal1", "type": "asset" }, { "name": "start", "type": "time_point_sec" } ] }
  • Action parameter in swaplog

    { "name": "swaplog", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "mid", "type": "uint64" }, { "name": "amountIn", "type": "asset" }, { "name": "amountOut", "type": "asset" }, { "name": "memo", "type": "string" } ] }
  • Action parameter in withdrawlog

    { "name": "withdrawlog", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "mid", "type": "uint64" }, { "name": "amount", "type": "uint64" }, { "name": "quantity0", "type": "asset" }, { "name": "quantity1", "type": "asset" } ] }