Updated 2023-10-02
    select
    CONTRACT_ADDRESS,
    '0x' || substring(topics[1], 27, 67)
    from
    /*optimism.core.fact_event_logs*/
    /*arbitrum.core.fact_event_logs*/
    /*ethereum.core.fact_event_logs*/
    bsc.core.fact_event_logs
    /*polygon.core.fact_event_logs*/
    /*avalanche.core.fact_event_logs*/
    WHERE
    TOPICS[0] = '0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925'
    and TOPICS[2] = '0x000000000000000000000000df0dbc66f85979a1d54671c4d9e439f306be27ee'
    Run a query to Download Data