NUMBER_OF_ACTIVE_WALLETS | BLOCKCHAIN | |
---|---|---|
1 | 104785267 | Solana |
2 | 39498825 | Near |
3 | 16190760 | Base |
4 | 15919742 | Aptos |
5 | 13807333 | Bsc |
6 | 5910291 | Polygon |
7 | 5149203 | Sei |
8 | 4301977 | Ethereum |
9 | 3965033 | arbitrum |
10 | 884317 | Optimism |
11 | 555412 | Avalanche |
12 | 260481 | Cosmos |
13 | 122327 | Osmosis |
14 | 32496 | Gnosis |
AzinActive wallets during the last 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
267B
312s