No Data to Display
Ariolayerzero polygon
Updated 2024-02-19
99
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
›
⌄
select
*
from
polygon.core.ez_decoded_event_logs
where tx_hash = '0x390a56f0ac0218ef5c4c7cc7f9b8ee2689d4901e8937bb5789c4cf20168d81a2'
and block_timestamp::date = '2023-06-01'
select * from polygon.core.ez_decoded_event_logs
where contract_address = '0x9d1b1669c73b033dfe47ae5a0164ab96df25b944'
limit 10
SELECT
BLOCK_TIMESTAMP,
tx_hash,
DECODED_LOG:amount as Un_adj_amount,
DECODED_LOG:sender as sender,
DECODED_LOG:receiver as receiver,
DECODED_LOG:toChainId as Destination_chain_id,
DECODED_LOG:token as Token
from polygon.core.ez_decoded_event_logs
where CONTRACT_ADDRESS = '0x3a23f943181408eac424116af7b7790c94cb97a5'
and EVENT_NAME = 'SocketBridge'
and TX_STATUS = 'SUCCESS'
limit 10
Last run: about 1 year ago
0
2B
2s