freemartian2024-02-26 11:44 PM
Updated 2024-02-27
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
27
28
29
30
31
32
33
34
›
⌄
-- SELECT * FROM aptos.core.fact_events
-- WHERE tx_hash = '0x65ef1f16aeeba8535c36ed18a32335e8a57c564c1fb1af6392a5cc0c2c38a2d5'
SELECT *
FROM arbitrum.core.ez_decoded_event_logs
-- WHERE from_address = '0x1bacc2205312534375c8d1801c27d28370656cff'
WHERE origin_from_address = '0x9f403140bc0574d7d36ea472b82daa1bbd4ef327'
AND event_name IN ('SafeReceived','SafeMultiSigTransaction')
ORDER BY 2 DESC
LIMIT 100
-- select
-- ethereum.public.udf_hex_to_int(data:beforeEVMTransfers[0]:value :: STRING),
-- ethereum.public.udf_hex_to_int(data:beforeEVMTransfers[0]:value :: STRING),
-- *
-- from arbitrum.core.fact_traces
-- where tx_hash = '0xe6e32b3ea41fae495a1faab555c4ef08a59754b1e4a81a35c8932cdcdb1a69e1'
-- SELECT *
-- FROM arbitrum.core.ez_decoded_event_logs
-- WHERE contract_address = '0x1bacc2205312534375c8d1801c27d28370656cff'
-- limit 100
QueryRunArchived: QueryRun has been archived