FlorentGUniV3 Decrease
    Updated 2023-08-23
    SELECT
    TOPICS[1] as token_id,
    data
    FROM arbitrum.core.fact_event_logs
    WHERE TOPICS[0] = '0x26f6a048ee9138f2c0ce266f322cb99228e8d619ae2bff30c67f8dcf9d2377b4' --decrease liquidity
    AND TX_STATUS = 'SUCCESS'
    LIMIT 10
    Run a query to Download Data