bobby_danielTop Swap Exchanges Used
    Updated 2025-03-19
    Select
    distinct s.platform,
    amount
    From base.defi.ez_dex_swaps s
    Left Join base.core.ez_token_transfers t ON s.tx_hash = t.tx_hash
    Left Join base.core.ez_decoded_event_logs e ON s.tx_hash = e.tx_hash
    WHERE t.contract_address = LOWER('0xe18c07D858fB1bbF8c06fD78c13b86AfD3d04e28')
    AND e.tx_status = 'SUCCESS'
    AND e.event_name = 'Approval'
    AND e.block_timestamp >= '2024-08-24';
    group by all
    order by 2


    Last run: 2 months ago
    PLATFORM
    AMOUNT
    1
    aerodrome0
    2
    aerodrome1e-18
    3
    uniswap-v22.649795376e-9
    4
    aerodrome2.649795376e-9
    5
    aerodrome0.08763089489
    6
    aerodrome0.08851605544
    7
    aerodrome0.529910933
    8
    aerodrome1.414321114
    9
    aerodrome1.428607186
    10
    aerodrome1.800206767
    11
    aerodrome1.818390673
    12
    uniswap-v33.127823831
    13
    aerodrome3.127823831
    14
    aerodrome3.159418011
    15
    uniswap-v33.159418011
    16
    aerodrome3.481254609
    17
    uniswap-v34.243477803
    18
    aerodrome4.243477803
    19
    aerodrome5.847245758
    20
    aerodrome7.05511538
    ...
    1895
    53KB
    118s