angel09-SK3z3aFlow Scavenger Hunt: Flowverse (June 29)
    Updated 2022-07-01
    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 = '0xb61c66d5a57fd2eb'
    Run a query to Download Data