boomer77$OP after claim
    with claimer as (select date(block_timestamp) as dt, origin_from_address, event_inputs:amount/1e18) as op_claimed, tx_hash
    FROM optimism.core.fact_event_logs
    where contract_address = '0xfedfaf1a10335448b7fa0268f56d2b44dbd357de' and event_name = 'Claimed'
    and tx_status = 'SUCCESS')


    Run a query to Download Data