raho[WIP] ShapeShift
Updated 2023-01-25
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
select
block_timestamp,
from_address,
to_address,
symbol,
amount,
amount_usd,
contract_address,
tx_hash
from ethereum.core.ez_token_transfers
where from_address = '0x90a48d5cf7343b08da12e067680b4c6dbfe551be'
and to_address = '0xcd18eaa163733da39c232722cbc4e8940b1d8888'
order by block_timestamp desc
Run a query to Download Data