Vaulta

depositeos11

Contract

The data structures defined by this contract.

  • Table row type of available

    {
      "name": "available",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • 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 depositdtok

    {
      "name": "depositdtok",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "amountin",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in fix

    {
      "name": "fix",
      "base": "",
      "fields": []
    }
  • Action parameter in fixpatch

    {
      "name": "fixpatch",
      "base": "",
      "fields": []
    }
  • Table row type of fixsett1

    {
      "name": "fixsett",
      "base": "",
      "fields": [
        {
          "name": "isfixed",
          "type": "bool"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "feepercent",
          "type": "float32"
        }
      ]
    }
  • Action parameter in initpatch

    {
      "name": "initpatch",
      "base": "",
      "fields": []
    }
  • Table row type of patchsupp1

    {
      "name": "patchsupp",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "supply",
          "type": "asset"
        }
      ]
    }
  • Table row type of patchtab1

    {
      "name": "patchtab",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "requested_at",
          "type": "time_point_sec"
        },
        {
          "name": "isdeposit",
          "type": "bool"
        },
        {
          "name": "istransfer",
          "type": "bool"
        }
      ]
    }
  • Table row type of pricestat

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

    {
      "name": "resettotwt",
      "base": "",
      "fields": []
    }
  • Action parameter in resetusrwt

    {
      "name": "resetusrwt",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "round",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in rmvpatchsup

    {
      "name": "rmvpatchsup",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        }
      ]
    }
  • Table row type of rounddet1

    {
      "name": "rounddet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "currround",
          "type": "uint64"
        },
        {
          "name": "round_started",
          "type": "time_point_sec"
        },
        {
          "name": "round_ends",
          "type": "time_point_sec"
        },
        {
          "name": "lastcurveapp",
          "type": "uint64"
        },
        {
          "name": "currround_amount",
          "type": "asset"
        },
        {
          "name": "prev_roundamt",
          "type": "asset"
        }
      ]
    }
  • Table row type of configsett1

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

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

    {
      "name": "totalwght",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "totwght",
          "type": "float64"
        }
      ]
    }
  • Table row type of weightage3

    {
      "name": "weightage",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "userwgt",
          "type": "float64"
        },
        {
          "name": "updatedat",
          "type": "time_point_sec"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "withdrawamt",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of withdrawq3

    {
      "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"
        }
      ]
    }
  • Action parameter in withdrwq

    {
      "name": "withdrwq",
      "base": "",
      "fields": []
    }