Vaulta

swapmine.wal

Contract

  • Table row type of tokenstats

    {
      "name": "token_stats",
      "base": "",
      "fields": [
        {
          "name": "token_id",
          "type": "uint32"
        },
        {
          "name": "timestamp",
          "type": "uint32"
        },
        {
          "name": "updated_time",
          "type": "uint32"
        },
        {
          "name": "hour_amount",
          "type": "float64"
        },
        {
          "name": "total_amount",
          "type": "float64"
        },
        {
          "name": "day_amount",
          "type": "float64"
        }
      ]
    }