BlockTrackerdisciplinary-lavender
    Updated 2025-02-13
    select min(block_timestamp)
    from ronin.core.fact_event_logs
    where contract_address = '0xa54b0184d12349cf65281c6f965a74828ddd9e8f'
    and topics[0] = '0xf372df0af3c16a1deb41b25691dd807a3836ba8f443e83d24c1406ae3748232e'

    -- answer : 2025-01-21 05:17:15.000

    -------------------------------------------------------------------
    select min(block_timestamp)
    from ronin.core.ez_decoded_event_logs
    where contract_address = '0xa54b0184d12349cf65281c6f965a74828ddd9e8f'
    and topics[0] = '0xf372df0af3c16a1deb41b25691dd807a3836ba8f443e83d24c1406ae3748232e'

    --answer : 2025-02-04 15:20:22.000



    -- , final as (
    -- select



    -- )

    -- select min(block_timestamp)
    -- from ronin.core.fact_event_logs
    -- where topics[0] = '0xf372df0af3c16a1deb41b25691dd807a3836ba8f443e83d24c1406ae3748232e'
    -- and contract_address = '0xa54b0184d12349cf65281c6f965a74828ddd9e8f'
    -- and TX_SUCCEEDED





    -- -- select *
    QueryRunArchived: QueryRun has been archived