HAECHI LABSActive wallets
    Updated 2024-08-19
    -- forked from Active wallets (excl. our bots) @ https://flipsidecrypto.xyz/edit/queries/a8f6827b-fb51-4386-a4a1-da0cc8081e42

    select
    trunc(block_timestamp, 'day') as daily,
    count(DISTINCT origin_from_address) as "Active wallets",
    from
    sei.core_evm.ez_native_transfers
    where
    to_address :: string = '0x8b4780d8bac4e0748bdc7b3da1e8853439bb3f0a'
    and block_timestamp :: date >= '2024-07-10'
    Group BY
    daily


    QueryRunArchived: QueryRun has been archived