bachikashi mummy
Updated 2022-05-18
9
1
2
3
4
5
6
7
8
9
›
⌄
--and event_name='transfer' and to_address='0xc2edad668740f1aa35e4d8f227fb8e17dca888cd' and origin_function_signature='0xe2bbb158'
select
* from ethereum.udm_events where tx_id in (
select tx_id from ethereum.udm_events where event_name = 'LogAddCollateral')
--select * from ethereum.udm_events where tx_id = '0xbffe832d33d27d9f2bb4e9c2c91aee162d333b4f234795a69a15b0e51d510a33' -- withdraw
--select * from ethereum.udm_events where tx_id = '0x5f541b83b1546a2205206c2afe5fa2a2e97c87403301bd7a82372698baf4702c' -- deposit
--events_emitted
--select * from ethereum.events_emitted where tx_id='0x5f541b83b1546a2205206c2afe5fa2a2e97c87403301bd7a82372698baf4702c'
Run a query to Download Data