marosicheck trace by function signature
    Updated 2024-07-01
    SELECT DISTINCT(to_address)
    FROM ethereum.core.fact_traces
    where ethereum.core.fact_traces.to_address not in (
    '0x9ea85bcb76e4d52b03c44366d72ca5915a9f156c',
    '0xaed37a234cc880a9e3d9fd9022013ee0a419493e',
    '0xd737ee2bb39f49c62a436002a77f2710cc45ed98',
    '0xf43ce1d09050bafd6980dd43cde2ab9f18c85b34')
    and substring(input, 0, 10) = '0x6f70e66f' or substring(input, 0, 10) = '0x1a96d9d5'
    LIMIT 10
    QueryRunArchived: QueryRun has been archived