Vaulta

depositpool3

Contract

The data structures defined by this contract.

  • Table row type of accounts

    {
      "name": "account",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Action parameter in calcprice

    {
      "name": "calcprice",
      "base": "",
      "fields": []
    }
  • Action parameter in claimtoken

    {
      "name": "claimtoken",
      "base": "",
      "fields": []
    }
  • Table row type of stat

    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        }
      ]
    }
  • Action parameter in deposit

    {
      "name": "deposit",
      "base": "",
      "fields": []
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": []
    }
  • Table row type of pricestat

    {
      "name": "pricestat",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "pricedeos",
          "type": "float32"
        }
      ]
    }
  • Action parameter in rebalance

    {
      "name": "rebalance",
      "base": "",
      "fields": [
        {
          "name": "amountin",
          "type": "asset"
        }
      ]
    }
  • Action parameter in swap

    {
      "name": "swap",
      "base": "",
      "fields": []
    }
  • Table row type of tokenpools

    {
      "name": "tokenpool",
      "base": "",
      "fields": [
        {
          "name": "amountavail",
          "type": "asset"
        }
      ]
    }
  • Table row type of tokenstat1

    {
      "name": "tokenstat",
      "base": "",
      "fields": [
        {
          "name": "totalamountin",
          "type": "asset"
        }
      ]
    }
  • Action parameter in withdrwtok

    {
      "name": "withdrwtok",
      "base": "",
      "fields": [
        {
          "name": "amountout",
          "type": "asset"
        }
      ]
    }