FlorentGvoltz fixed
    SELECT
    BLOCK_TIMESTAMP,
    DATA as encoded_rate
    FROM arbitrum.core.fact_event_logs
    WHERE contract_address = lower('0x22393f23f16925d282aeca0a8464dccaf10ee480')
    AND TOPICS[0] = '0x3de48b885df0271268324c099733a36a802c1cbb40c7272796b2b28addf04cd2'
    AND TX_STATUS = 'SUCCESS'

    Run a query to Download Data