mamad-5XN3k3creation
    Updated 2022-07-06
    select * from flow.core.fact_events
    where block_timestamp > '2022-05-01' -- can change as needed
    and event_type = 'AccountCreated'
    and event_data:address::string = '0xe98cc7c957016c06' -- user enters their Dapper Wallet here

    Run a query to Download Data