Updated 2023-10-19
    /*
    select *
    from flow.core.fact_events
    where event_contract = 'A.097bafa4e0b48eef.FIND'
    and event_type = 'Register'
    order by block_height
    */


    select *
    FROM flow.core.ez_token_transfers
    where recipient = '0x097bafa4e0b48eef'
    and tx_succeeded = TRUE
    order by block_height

    Run a query to Download Data