Soheil_MKarbitrage
Updated 2024-05-13
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
TX_HASH,
EVENT_INDEX,
AMOUNT_OUT_USD- AMOUNT_IN_USD as profit
from arbitrum.defi.ez_dex_swaps
where AMOUNT_OUT_USD >AMOUNT_IN_USD
and BLOCK_TIMESTAMP >='2024-05-13'
--and TOKEN_IN !=lower('0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA')
--and TOKEN_OUT !=lower('0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA')
order by 3 desc
limit 100
QueryRunArchived: QueryRun has been archived