Vaulta

puppymineral

Contract

  • Table row type of feepools

    {
      "name": "feepool",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "last_vol",
          "type": "uint64"
        },
        {
          "name": "vol",
          "type": "uint64"
        },
        {
          "name": "mined",
          "type": "uint64"
        },
        {
          "name": "utime",
          "type": "uint64"
        }
      ]
    }