Vaulta

manager.xl

Contract

The data structures defined by this contract.

  • Action parameter in deposit

    {
      "name": "deposit",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "remain_usdt",
          "type": "int64"
        },
        {
          "name": "remain_usdc",
          "type": "int64"
        }
      ]
    }
  • Action parameter in usdc

    {
      "name": "usdc",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "r_usdc_amount",
          "type": "int64"
        },
        {
          "name": "usdc_threshold",
          "type": "int64"
        },
        {
          "name": "price_threshold",
          "type": "int64"
        }
      ]
    }
  • Action parameter in usdcusdt

    {
      "name": "usdcusdt",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "usdc_threshold",
          "type": "int64"
        },
        {
          "name": "price_threshold",
          "type": "int64"
        }
      ]
    }