Vaulta

zks4poorswap

Contract

The data structures defined by this contract.

  • Table row type of claimables

    Table row type of cycles

    {
      "name": "CycleData",
      "base": "",
      "fields": [
        {
          "name": "cycle",
          "type": "int64"
        },
        {
          "name": "tokens",
          "type": "asset"
        }
      ]
    }
  • Table row type of settings

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "setting",
          "type": "int64"
        }
      ]
    }
  • Action parameter in start

    {
      "name": "start",
      "base": "",
      "fields": []
    }
  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }