Vaulta

yfcdsssystem

Contract

  • Table row type of holders

    {
      "name": "holder",
      "base": "",
      "fields": [
        {
          "name": "holder",
          "type": "name"
        },
        {
          "name": "bal",
          "type": "asset"
        },
        {
          "name": "pool",
          "type": "uint64"
        },
        {
          "name": "release_time",
          "type": "time_point_sec"
        },
        {
          "name": "last_drip",
          "type": "time_point_sec"
        }
      ]
    }