brian-terracharm.fi testing
Updated 2021-08-24Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
⌄
/*select *
from ethereum.udm_events
where tx_id = '0x95ad29b06ce3c5871fe7dabc53968f38bf3f1ec0c02b5a31aedb7a9093767868'
and event_name = 'CollectFees'*/
select block_id,
block_timestamp,
tx_id,
event_index,
event_inputs,
event_inputs:feesFromPool0,
event_inputs:feesFromPool1,
event_inputs:feesToProtocol0,
event_inputs:feesToProtocol1
from ethereum.events_emitted
where tx_id = '0x95ad29b06ce3c5871fe7dabc53968f38bf3f1ec0c02b5a31aedb7a9093767868'
and event_name = 'CollectFees'
Run a query to Download Data