0x6F99E90Dd385c23826b416528e325214671FeBf6stark - new wallets tot copy
    Updated 2023-08-12
    -- forked from Hessish / stark - new wallets tot @ https://flipsidecrypto.xyz/Hessish/q/KZgiSkZl0hJA/stark---new-wallets-tot
    with
    new_w as (
    SELECT DISTINCT
    CONTRACT,
    min(TIMESTAMP::date) as date
    from
    external.tokenflow_starknet.decoded_transactions
    group by
    1
    )
    SELECT
    count(DISTINCT CONTRACT) as "New wallets"
    from
    new_w
    where
    date >= '2023-05-02'
    Run a query to Download Data