Vaulta

wheatpoolxxx

Contract

  • Table row type of miners

    {
      "name": "miner",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "token",
          "type": "uint64"
        },
        {
          "name": "claimed",
          "type": "asset"
        },
        {
          "name": "matured",
          "type": "asset"
        },
        {
          "name": "unclaimed",
          "type": "asset"
        },
        {
          "name": "token_update_time",
          "type": "time_point_sec"
        },
        {
          "name": "harvest_start_time",
          "type": "time_point_sec"
        },
        {
          "name": "level",
          "type": "uint8"
        },
        {
          "name": "mature_hour",
          "type": "uint32"
        }
      ]
    }