-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ mdi-align-vertical-bottom General
+
+
+ mdi-bank-outline FA1.2
+
+
+ mdi-bank FA2.0
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/stats/StatsTab.vue b/src/views/stats/StatsTab.vue
new file mode 100644
index 00000000..4f9eeb3d
--- /dev/null
+++ b/src/views/stats/StatsTab.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/stats/TokensTab.vue b/src/views/stats/TokensTab.vue
new file mode 100644
index 00000000..aee9aff6
--- /dev/null
+++ b/src/views/stats/TokensTab.vue
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+
+
+ {{
+ item.alias.length > aliasMaxLength
+ ? item.alias.slice(0, aliasMaxLength).trim()
+ : item.alias
+ }}
+
+
+
+ |
+
+ {{ item.last_action | fromNow }}
+ |
+
+
+ mdi-fire
+ {{ method.average_consumed_gas }}
+ |
+
+
+
+
+
+ Average gas consumption
+
+
+
+
+
+ {{ page*page_size }} - {{ endSlice }} of {{ total }}
+
+ mdi-chevron-left
+
+
+ mdi-chevron-right
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file