NUMBER_OF_ACTIVE_WALLETS | BLOCKCHAIN | |
---|---|---|
1 | 237763657 | Solana |
2 | 75142486 | Near |
3 | 48830480 | Base |
4 | 35790432 | Bsc |
5 | 25950921 | Aptos |
6 | 13206360 | Polygon |
7 | 9002066 | Sei |
8 | 8680197 | Ethereum |
9 | 7614637 | arbitrum |
10 | 2821528 | Optimism |
11 | 2426368 | Avalanche |
12 | 365429 | Cosmos |
13 | 168028 | Osmosis |
14 | 73832 | Gnosis |
AzinActive wallets during the last 3 month
Updated 7 hours 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 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: about 7 hours ago
14
270B
595s