BLOCKCHAIN | TX_LAST_DAY | WALLETS_LAST_DAY | TX_LAST_7_DAYS | WALLETS_LAST_7_DAYS | TX_LAST_30_DAYS | WALLETS_LAST_30_DAYS | |
---|---|---|---|---|---|---|---|
1 | Polygon | 2883557 | 546998 | 21271842 | 3959500 | 82409086 | 15052257 |
2 | Arbitrum | 2182516 | 234091 | 15996741 | 1658926 | 59792815 | 6524061 |
3 | TON | 1937007 | 162259 | 13220024 | 1030283 | 58918891 | 4580178 |
4 | ethereum | 1362611 | 442042 | 10356425 | 3418008 | 39698373 | 12482385 |
5 | B3 | 1019824 | 36524 | 6735235 | 255970 | 24934945 | 1098709 |
6 | Ronin | 686473 | 287394 | 4187405 | 2230736 | 16629892 | 8387254 |
7 | Gunz | 112212 | 2329 | 959658 | 17710 | 1562482 | 27540 |
Updated 1 day ago
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
WITH
FLIPSIDE AS (
SELECT
blockchain,
tx_last_day,
wallets_last_day,
tx_last_7_days,
wallets_last_7_days,
tx_last_30_days,
wallets_last_30_days
FROM $query('6f7a7ddb-c198-4192-9c43-0adb9ccd1f0b')
),
-----------------------------------------------------------
TON AS (
SELECT
blockchain,
tx_last_day,
users_last_day,
tx_last_7_days,
users_last_7_days,
tx_last_30_days,
users_last_30_days
FROM $query('360b7caf-e486-41a8-a0a9-9a109df9ec3e')
),
------------------------------------------------------
B3 AS (
SELECT
blockchain,
tx_last_day,
users_last_day,
tx_last_7_days,
users_last_7_days,
tx_last_30_days,
users_last_30_days
Last run: 1 day ago
7
403B
2s