0xtollexAssignment
Updated 2024-02-02
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
SELECT
block_timestamp,
tx_hash,
event_name,
CONTRACT_ADDRESS,
symbol_in,
origin_from_address,
amount_in_usd
FROM
ethereum.defi.ez_dex_swaps
WHERE platform = 'uniswap-v2' AND amount_in_usd IS NOT NULL
ORDER BY amount_in_usd DESC
LIMIT 10;
QueryRunArchived: QueryRun has been archived