Vaulta

blocktivity1

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "average_row",
      "base": "",
      "fields": [
        {
          "name": "hour",
          "type": "uint64"
        },
        {
          "name": "day",
          "type": "uint64"
        },
        {
          "name": "week",
          "type": "uint64"
        },
        {
          "name": "last_updated",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "periods_row",
      "base": "",
      "fields": [
        {
          "name": "block_num",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "time_point_sec"
        },
        {
          "name": "transactions",
          "type": "uint64"
        },
        {
          "name": "actions",
          "type": "uint64"
        },
        {
          "name": "cpu_usage_us",
          "type": "uint64"
        },
        {
          "name": "net_usage_words",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "push",
      "base": "",
      "fields": [
        {
          "name": "block_num",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "time_point_sec"
        },
        {
          "name": "transactions",
          "type": "uint64"
        },
        {
          "name": "actions",
          "type": "uint64"
        },
        {
          "name": "cpu_usage_us",
          "type": "uint64"
        },
        {
          "name": "net_usage_words",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "record_row",
      "base": "",
      "fields": [
        {
          "name": "hour",
          "type": "uint64"
        },
        {
          "name": "day",
          "type": "uint64"
        },
        {
          "name": "week",
          "type": "uint64"
        },
        {
          "name": "last_updated",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "sum_row",
      "base": "",
      "fields": [
        {
          "name": "hour",
          "type": "uint64"
        },
        {
          "name": "day",
          "type": "uint64"
        },
        {
          "name": "week",
          "type": "uint64"
        },
        {
          "name": "last_updated",
          "type": "time_point_sec"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "push",
      "type": "push",
      "ricardian_contract": "---\nspec_version: \"0.2.0\"\ntitle: push\nsummary: Pushes hourly (7200 blocks) statistics of transaction & action counts.\nicon: https://raw.githubusercontent.com/EOS-Nation/blocktivity-eosio-stats/master/blocktivity.png#146e4613bef007c457f9b2157d3dd229cedbdfac9e6c78e2a78c0c9138c338c6\n---"
    }
  ],
  "tables": [
    {
      "name": "average",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "average_row"
    },
    {
      "name": "periods",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "periods_row"
    },
    {
      "name": "record",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "record_row"
    },
    {
      "name": "sum",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "sum_row"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}