adam10Polyhunt
Updated 2021-08-19
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
block_timestamp,
symbol,
amount,
amount_usd,
origin_address,
to_address
from polygon.udm_events
WHERE
origin_address = Lower('0x04752c1A5013A42b400548D56AD5E0de64387DEf')
and amount_usd is not null
order by block_timestamp desc
Run a query to Download Data