BlockTrackerdisciplinary-lavender
Updated 2025-02-13
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
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