NUMBER_OF_ACTIVE_WALLETS | BLOCKCHAIN | |
---|---|---|
1 | 332062239 | Solana |
2 | 63905742 | Near |
3 | 46761144 | Base |
4 | 27668696 | Bsc |
5 | 25664148 | Aptos |
6 | 14578342 | Polygon |
7 | 10394103 | Sei |
8 | 9881915 | Ethereum |
9 | 7335766 | arbitrum |
10 | 2011647 | Optimism |
11 | 1134289 | Avalanche |
12 | 683193 | Cosmos |
13 | 285210 | Osmosis |
14 | 68980 | Gnosis |
AzinActive wallets during the last 3 month
Updated 2025-01-31
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 t1 as
((select
'arbitrum' as blockchain,
ORIGIN_FROM_ADDRESS as user,
BLOCK_TIMESTAMP
from
arbitrum.core.fact_event_logs
)
union all
(select
'Avalanche' as blockchain,
ORIGIN_FROM_ADDRESS as user,
BLOCK_TIMESTAMP
from
avalanche.core.fact_event_logs
)
union all
(select
'Base' as blockchain,
ORIGIN_FROM_ADDRESS as user,
BLOCK_TIMESTAMP
from
Base.core.fact_event_logs)
union all
(select
'Bsc' as blockchain,
ORIGIN_FROM_ADDRESS as user,
Last run: 13 days ago
14
271B
867s