EVENT_SIG | TOPIC_DATA | |
---|---|---|
1 | 0x0000000000000000000000000000000000000000000000000019a72ad37eafec | 0x0000000000000000000000000000000000000000000000000019c2db53b048c0 |
2 | 0x00000000000000000000000000000000000000000000007a90f448f8f9fe1bea | 0x000000000000000000000000000000000000000000000000000003dbd9bb1803 |
3 | 0x00000000000000000000000000000000000000000000000001de5bc9110c01fb | 0x0000000000000000000000000000000000000000000000000000000000000000 |
4 | 0x000000000000000000000000000000134b79626572446d6d0000000000000000 | 0x00000000000000000000000049d5c2bdffac6ce2bfdb6640f4f80f226bc10bab |
5 | 0x000000000000000000000000000000000000000000000000000000000f0c74eb | |
6 | 0x00000000000000000000000049d5c2bdffac6ce2bfdb6640f4f80f226bc10bab | 0x000000000000000000000000a7d7079b0fead91f3e65f86e8915cb59c1a4c664 |
7 | 0x00000000000000000000000000000000000000000000000001de5bc9110c01fb | |
8 | 0x00000000000000000000000ffffffffffffffffffffffffc2b15b5cf6b009622 | |
9 | 0xffffffffffffffffffffffffffffffffffffffffffffff19519159a0bb147e8c | |
10 | 0x00000000000000000000000000000000000000000000000001de5bc9110c01fb | |
11 | 0x000000000000000000000000000000000000000000000000000000000f0c74eb |
Ant-DAO-MentArrays
Updated 2025-03-11
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
with raw_data as (
select
regexp_substr_all(SUBSTR(DATA, 3, len(DATA)), '.{64}') as logs_topics
from avalanche.core.fact_event_logs
where tx_hash = '0xeeccc41a9d8735957504aae0edcc372ffdfae2d5e7b655678c4eab2c1c20600a'
and block_number = 18808685
)
select
'0x' || logs_topics[0] as event_sig,
'0x' || logs_topics[1] as topic_data
from raw_data
Last run: 3 months ago
11
1KB
1s