mamad-5XN3k3Untitled Query
    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 = '0xd34c7a8fffb7d90b' -- user enters their Dapper Wallet here
    limit 10
    Run a query to Download Data