mhmUntitled Query
    Updated 2022-07-07
    select distinct tx_hash, *
    from arbitrum.core.fact_event_logs
    where event_inputs:from = '0x0000000000000000000000000000000000000000'
    and event_inputs:to = '0x74c764d41b77dbbb4fe771dab1939b00b146894a'
    -- origin_to_address = '0x4e8df9c66f055940190eb6593d919bb5ba6558a9'
    -- and ORIGIN_FUNCTION_SIGNATURE != '0x656f3d64'
    limit 100
    Run a query to Download Data