Vaulta

eosunitswaps

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "fee",
          "type": "uint32"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "minLiquidity",
          "type": "uint32"
        },
        {
          "name": "priceBase",
          "type": "uint64"
        },
        {
          "name": "minTimeElapsed",
          "type": "uint64"
        },
        {
          "name": "openProtocolFee",
          "type": "uint8"
        },
        {
          "name": "protocolFee",
          "type": "uint32"
        }
      ]
    }