Updated 2024-05-18
    SELECT distinct
    from_address
    FROM
    arbitrum.core.fact_traces
    /*blast.core.fact_transactions*/
    WHERE
    to_address ='0x8e0415c372c77558dc9a0b9e1a0d6b43fc44b563'
    /*and from_address = '0x9d45426a63d71f59f30dbab17770239f27aeb88a'*/
    /*substring(input_DATA, 3, 8) = 'c2998238'*/
    /* and DATE(BLOCK_TIMESTAMP) = '2024-05-11*/


    /*
    SELECT distinct
    TO_ADDRESS
    FROM
    bsc.core.fact_traces
    WHERE
    substring(input, 3, 8) = 'd0febe4c' and DATE(BLOCK_TIMESTAMP) = '2023-05-22'*/
    QueryRunArchived: QueryRun has been archived