Vaulta

pools.ogx

Contract

  • Table row type of ponds

    {
      "name": "pond",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "uint64"
        },
        {
          "name": "stake_code",
          "type": "name"
        },
        {
          "name": "stake_sym",
          "type": "symbol"
        },
        {
          "name": "code",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "weight",
          "type": "asset"
        },
        {
          "name": "status",
          "type": "uint64"
        },
        {
          "name": "start",
          "type": "uint64"
        },
        {
          "name": "rewards_duration",
          "type": "uint64"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "total_token",
          "type": "uint64"
        },
        {
          "name": "reward_rate",
          "type": "asset"
        },
        {
          "name": "last_update_time",
          "type": "uint64"
        },
        {
          "name": "reward_pt_stored",
          "type": "asset"
        },
        {
          "name": "period_finish",
          "type": "uint64"
        }
      ]
    }