freemartiantransactions
    Updated 2022-08-20
    select
    tx_hash
    from optimism.core.fact_event_logs
    where origin_to_address = '0x170a5714112daeff20e798b6e92e25b86ea603c1'
    and event_name = 'Transfer'
    and origin_function_signature in ('0x8875eb84', '0x6cc5a6ff')
    and event_inputs:to = '0x170a5714112daeff20e798b6e92e25b86ea603c1'
    and event_inputs:from not in ('0x0000000000000000000000000000000000000000', '0x061b87122ed14b9526a813209c8a59a633257bab')
    and block_timestamp >= current_date - 14
    Run a query to Download Data