shadilUntitled Query
Updated 2022-03-19
9
1
2
3
4
5
6
7
8
9
›
⌄
select *
from polygon.udm_events
-- where date(block_timestamp) > '2022-03-01'
-- and to_label = 'sushiswap'
where origin_function_name = 'removeLiquidityWithPermit'
-- and tx_id='0x46b146da188958da095476e1a9e80b93265e8f31f910181ad7e8d99708e9156e'
and SYMBOL IS NOT NULL
and from_address_name = 'SushiSwap WMATIC/TITAN Pool'
limit 10
Run a query to Download Data