Vaulta

sovdexrelays

Contract

  • Table row type of pair

    {
      "name": "pair_stats",
      "base": "",
      "fields": [
        {
          "name": "pair",
          "type": "string"
        },
        {
          "name": "connectorbal",
          "type": "asset"
        },
        {
          "name": "outstandingbal",
          "type": "asset"
        },
        {
          "name": "cw",
          "type": "uint64"
        },
        {
          "name": "enabled",
          "type": "bool"
        },
        {
          "name": "reinvestfees",
          "type": "bool"
        },
        {
          "name": "price",
          "type": "float32"
        },
        {
          "name": "adminfees",
          "type": "asset"
        }
      ]
    }