AzinActive wallets during the last 3 month
    Updated 7 hours ago

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