Hessishxdefi-eth- weekly txs
    Updated 8 hours ago
    with swap_multi as (SELECT DISTINCT tx_hash as hash, ORIGIN_FROM_ADDRESS as swapper,count(*) as steps
    from ethereum.defi.ez_dex_swaps
    where --tx_hash = '0x89a3e55cf2b71170881b3a1040d62baa5816a01a71cc74ad7d7b42976768d691'
    BLOCK_TIMESTAMP::date >= '2023-09-01' and
    ORIGIN_TO_ADDRESS in ('0x4233df6bb8adcef7008b0b348b8a8779e778dc9f','0xd2667072a2a30e8c21fa276b474fd047ab5ff0f7')
    and ORIGIN_from_ADDRESS not in ('0x1e2c53ba467f6c4aa9325a7767a401b1999b2bf7',
    '0x90ab3b8deeaa6a3cfa3c6622f140ce56e62f47e3',
    '0x36e7556a3c68876387ad02196b7e125e73939115',
    '0xf91e863dcc42a81536695b2e6497797935ee5b95')
    GROUP by all
    having steps > 1),

    swap_single as (SELECT DISTINCT tx_hash as hash, ORIGIN_FROM_ADDRESS as swapper,count(*) as steps
    from ethereum.defi.ez_dex_swaps
    where --tx_hash = '0x89a3e55cf2b71170881b3a1040d62baa5816a01a71cc74ad7d7b42976768d691'
    BLOCK_TIMESTAMP::date >= '2023-09-01' and
    ORIGIN_TO_ADDRESS in ('0x4233df6bb8adcef7008b0b348b8a8779e778dc9f','0xd2667072a2a30e8c21fa276b474fd047ab5ff0f7')
    and ORIGIN_from_ADDRESS not in ('0x1e2c53ba467f6c4aa9325a7767a401b1999b2bf7',
    '0x90ab3b8deeaa6a3cfa3c6622f140ce56e62f47e3',
    '0x36e7556a3c68876387ad02196b7e125e73939115',
    '0xf91e863dcc42a81536695b2e6497797935ee5b95')
    GROUP by all
    having steps = 1),




    side_a as (
    SELECT BLOCK_TIMESTAMP::date as time_a,
    TX_HASH as tx_a,
    FROM_ADDRESS as swapper_a,
    SYMBOL as from_token,
    case when AMOUNT_USD is null then 0 else AMOUNT_USD end as amount_a
    from ethereum.core.ez_token_transfers
    join swap_multi on tx_hash = hash and
    FROM_ADDRESS = swapper
    Last run: about 8 hours agoAuto-refreshes every 24 hours
    DATE
    SWAPS
    TRADERS
    VOLUME
    Avg volume
    Median volume
    Max volume
    FROM_TOKENS
    TO_TOKENS
    fees
    1
    2025-04-21 00:00:00.000753885.374161763555.0534516836.0153588.0191617633323.312244971
    2
    2024-11-11 00:00:00.00011917746.8811711111613.352833737439.4458365.455453.240643513
    3
    2024-07-29 00:00:00.000171233453.146808851967.83216522631.3424289.45888573366100.359440427
    4
    2024-06-17 00:00:00.0003216805.2106966665601.7368988896860.26868159883.0270151663350.41563209
    5
    2025-01-27 00:00:00.000252177859.7997036143707.609509696499.21723344538670.773788683137467.158798222
    6
    2024-03-11 00:00:00.000161447174.2830233082948.3926889572460.18510793.59568141.52284907
    7
    2025-02-03 00:00:00.0004423832.0757596055958.0189399011925.07769471319960.3203701844142.992454558
    8
    2023-10-09 00:00:00.00021187505.742144276395.039060225112.3320044912531.2711722.517226433
    9
    2024-03-25 00:00:00.000161126630.6583928621775.377226191113.4913204.1615204335779.891975179
    10
    2025-02-17 00:00:00.000171349908.2663708392935.780374755135.55521696.52575299.449598225
    11
    2025-03-31 00:00:00.00024168804.207393411366.84197472531.08753861.2176839476752.82524436
    12
    2024-08-05 00:00:00.000121115311.4811119111275.956759326551.098412.770361927845.934443336
    13
    2024-01-15 00:00:00.000241826150.6836887171046.027347549125.86512346.37878.452051066
    14
    2024-06-03 00:00:00.0003322915.2247245727638.4082415247164.5662176715713.9937719593368.745674174
    15
    2024-10-21 00:00:00.000231533251.5147097091445.718030857410.5265207969883.28511599.754544129
    16
    2023-12-25 00:00:00.000322330314.71383822947.334807444560.90753121.794596028990.944141515
    17
    2024-04-08 00:00:00.000201973143.0286880083849.633088843891.63536462.82368800879219.429086064
    18
    2024-01-01 00:00:00.0004129117296.5068600112860.89041122597.4243438.2206211391510351.88952058
    19
    2024-05-20 00:00:00.0001194.1894.1894.1894.18110.28254
    20
    2024-01-08 00:00:00.0002817101363.902232353620.1393654411846.312516057.765129304.091706697
    82
    8KB
    890s