Vaulta

depositpool2

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "calcprice",
      "base": "",
      "fields": []
    },
    {
      "name": "checkliquid",
      "base": "",
      "fields": []
    },
    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        }
      ]
    },
    {
      "name": "init",
      "base": "",
      "fields": []
    },
    {
      "name": "initper",
      "base": "",
      "fields": [
        {
          "name": "liquiditypct",
          "type": "float32"
        },
        {
          "name": "lowerthrsld",
          "type": "float32"
        },
        {
          "name": "upperthrsld",
          "type": "float32"
        },
        {
          "name": "provider",
          "type": "name"
        },
        {
          "name": "service",
          "type": "name"
        },
        {
          "name": "package",
          "type": "name"
        }
      ]
    },
    {
      "name": "inittotal",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "asset"
        }
      ]
    },
    {
      "name": "pricestat",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "pricedeos",
          "type": "float32"
        }
      ]
    },
    {
      "name": "rebalance",
      "base": "",
      "fields": [
        {
          "name": "amountin",
          "type": "asset"
        }
      ]
    },
    {
      "name": "setliquid",
      "base": "",
      "fields": [
        {
          "name": "liquiditypct",
          "type": "float32"
        },
        {
          "name": "lowerthrsld",
          "type": "float32"
        },
        {
          "name": "upperthrsld",
          "type": "float32"
        }
      ]
    },
    {
      "name": "setprovider",
      "base": "",
      "fields": [
        {
          "name": "provider",
          "type": "name"
        },
        {
          "name": "service",
          "type": "name"
        },
        {
          "name": "package",
          "type": "name"
        }
      ]
    },
    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "liquiditypct",
          "type": "float32"
        },
        {
          "name": "lowerthrsld",
          "type": "float32"
        },
        {
          "name": "upperthrsld",
          "type": "float32"
        },
        {
          "name": "provider",
          "type": "name"
        },
        {
          "name": "service",
          "type": "name"
        },
        {
          "name": "package",
          "type": "name"
        }
      ]
    },
    {
      "name": "stakeinfo",
      "base": "",
      "fields": [
        {
          "name": "provider",
          "type": "name"
        },
        {
          "name": "service",
          "type": "name"
        },
        {
          "name": "staked",
          "type": "asset"
        },
        {
          "name": "unstake_req",
          "type": "asset"
        }
      ]
    },
    {
      "name": "stakes",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "asset"
        }
      ]
    },
    {
      "name": "tokenpool",
      "base": "",
      "fields": [
        {
          "name": "amountavail",
          "type": "asset"
        }
      ]
    },
    {
      "name": "tokenstat",
      "base": "",
      "fields": [
        {
          "name": "totalamountin",
          "type": "asset"
        }
      ]
    },
    {
      "name": "unstakes",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "asset"
        }
      ]
    },
    {
      "name": "withdrawq",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "requested_at",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "withdrwtok",
      "base": "",
      "fields": [
        {
          "name": "amountout",
          "type": "asset"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "calcprice",
      "type": "calcprice",
      "ricardian_contract": ""
    },
    {
      "name": "checkliquid",
      "type": "checkliquid",
      "ricardian_contract": ""
    },
    {
      "name": "init",
      "type": "init",
      "ricardian_contract": ""
    },
    {
      "name": "initper",
      "type": "initper",
      "ricardian_contract": ""
    },
    {
      "name": "inittotal",
      "type": "inittotal",
      "ricardian_contract": ""
    },
    {
      "name": "rebalance",
      "type": "rebalance",
      "ricardian_contract": ""
    },
    {
      "name": "setliquid",
      "type": "setliquid",
      "ricardian_contract": ""
    },
    {
      "name": "setprovider",
      "type": "setprovider",
      "ricardian_contract": ""
    },
    {
      "name": "stakes",
      "type": "stakes",
      "ricardian_contract": ""
    },
    {
      "name": "unstakes",
      "type": "unstakes",
      "ricardian_contract": ""
    },
    {
      "name": "withdrwtok",
      "type": "withdrwtok",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "configsett2",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "settings"
    },
    {
      "name": "pricestat",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "pricestat"
    },
    {
      "name": "stakeinfo",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "stakeinfo"
    },
    {
      "name": "stat",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "currency_stats"
    },
    {
      "name": "tokenpools",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "tokenpool"
    },
    {
      "name": "tokenstat1",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "tokenstat"
    },
    {
      "name": "withdrawq3",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "withdrawq"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}