Vaulta

gempoolscode

Contract

  • Table row type of pools11

    {
      "name": "pool2",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "swap",
          "type": "name"
        },
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "total_staked",
          "type": "uint64"
        },
        {
          "name": "total_reward",
          "type": "asset"
        },
        {
          "name": "released_reward",
          "type": "asset"
        },
        {
          "name": "epoch_time",
          "type": "uint32"
        },
        {
          "name": "duration",
          "type": "uint32"
        },
        {
          "name": "is_stop",
          "type": "uint32"
        },
        {
          "name": "last_harvest_time",
          "type": "uint32"
        }
      ]
    }