wyeeehLiquidity Provider 0x6c6fc818b25df89a8ada8da5a43669023bad1f4c
    Updated 2024-06-30
    SELECT
    tx_hash,
    SPLIT(payload_function, ':')[0] AS contract_address,
    block_timestamp
    FROM aptos.core.fact_transactions
    WHERE success = TRUE
    AND tx_hash IN (SELECT DISTINCT tx_hash FROM aptos.core.fact_events WHERE event_type = '0x7e783b349d3e89cf5931af376ebeadbfab855b3fa239b7ada8f5a92fbea6b387::event::PriceFeedUpdate')

    QueryRunArchived: QueryRun has been archived