0xHedmanDaily Active Wallets
    Updated 2024-01-26


    -- with A as (
    SELECT
    date_trunc('day', block_timestamp) as days,
    count(distinct FROM_ADDRESS) as Active_Wallets

    FROM bsc.core.fact_transactions

    WHERE TO_ADDRESS = '0x98f39d0f8c67885071cc99c5af1d4cacbcc89b0c'

    GROUP BY 1
    ORDER BY days desc
    -- ),



    -- B as (SELECT
    -- date_trunc('day', block_timestamp) as days,
    -- count(distinct FROM_ADDRESS) as Active_Wallets_Base

    -- FROM base.core.fact_transactions

    -- WHERE TO_ADDRESS = '0x47fbe95e981c0df9737b6971b451fb15fdc989d9'

    -- GROUP BY 1
    -- ORDER BY days desc)


    -- SELECT A.days, Active_Wallets, Active_Wallets_Base

    -- FROM

    -- A LEFT JOIN B


    Last run: about 1 year ago
    DAYS
    ACTIVE_WALLETS
    1
    2024-01-26 00:00:00.00016762
    2
    2024-01-25 00:00:00.00024242
    3
    2024-01-24 00:00:00.00025554
    4
    2024-01-23 00:00:00.00018001
    5
    2024-01-22 00:00:00.00018038
    6
    2024-01-21 00:00:00.00018446
    7
    2024-01-20 00:00:00.00018706
    8
    2024-01-19 00:00:00.00016939
    9
    2024-01-18 00:00:00.00017612
    10
    2024-01-17 00:00:00.00016717
    11
    2024-01-16 00:00:00.00016687
    12
    2024-01-15 00:00:00.00016970
    13
    2024-01-14 00:00:00.00016749
    14
    2024-01-13 00:00:00.00016159
    15
    2024-01-12 00:00:00.00016278
    16
    2024-01-11 00:00:00.00015085
    17
    2024-01-10 00:00:00.00016585
    18
    2024-01-09 00:00:00.00016875
    19
    2024-01-08 00:00:00.00015578
    20
    2024-01-07 00:00:00.00015451
    ...
    370
    12KB
    39s