nitsUntitled Query
Updated 2022-02-05
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
-- select *,
-- case when tx_from_address = '' or tx_to_address = '' then ''
-- when tx_from_address = '' or tx_to_address = '' then ''
-- from ethereum.transactions
-- where block_timestamp > (select block_timestamp from ethereum.transactions
-- where tx_id = '0xacd309b02e4b533484d148de9ab0adf367ed4e70ed751d1ff036152dc3bc0479')
-- limit 100
select * from ethereum.udm_events
where tx_id = '0x24c7d855a0a931561e412d809e2596c3fd861cc7385566fd1cb528f9e93e5f14'
Run a query to Download Data