Vaulta

dafitesaleva

Contract

  • Table row type of global

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "admin",
          "type": "name"
        },
        {
          "name": "released_token",
          "type": "name"
        },
        {
          "name": "pto_token",
          "type": "name"
        },
        {
          "name": "total_reward",
          "type": "asset"
        },
        {
          "name": "released_reward",
          "type": "asset"
        },
        {
          "name": "total_income",
          "type": "asset"
        },
        {
          "name": "target_income",
          "type": "asset"
        },
        {
          "name": "min_payed",
          "type": "asset"
        },
        {
          "name": "max_payed",
          "type": "asset"
        },
        {
          "name": "min_pto",
          "type": "asset"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "genesis",
          "type": "uint64"
        },
        {
          "name": "duration",
          "type": "uint64"
        },
        {
          "name": "claimable",
          "type": "uint64"
        },
        {
          "name": "ratio",
          "type": "uint64"
        }
      ]
    }