Hessishxdefi-arb- weekly txs
    Updated 22 hours ago
    with swap_multi as (SELECT DISTINCT tx_hash as hash, ORIGIN_FROM_ADDRESS as swapper,count(*) as steps
    from arbitrum.defi.ez_dex_swaps
    where --tx_hash = '0x89a3e55cf2b71170881b3a1040d62baa5816a01a71cc74ad7d7b42976768d691'
    BLOCK_TIMESTAMP::date >= '2023-01-01' and
    ORIGIN_TO_ADDRESS in ('0xa2a42b7203b2dc0199b81039c6c4e1ef900e82a4','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 arbitrum.defi.ez_dex_swaps
    where --tx_hash = '0x89a3e55cf2b71170881b3a1040d62baa5816a01a71cc74ad7d7b42976768d691'
    BLOCK_TIMESTAMP::date >= '2023-01-01' and
    ORIGIN_TO_ADDRESS in ('0xa2a42b7203b2dc0199b81039c6c4e1ef900e82a4','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 arbitrum.core.ez_token_transfers
    join swap_multi on tx_hash = hash and
    FROM_ADDRESS = swapper
    Last run: about 22 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.000322.9950.99833333330.5952110.01797
    2
    2024-11-11 00:00:00.0005215845.42357639416.25814570.55371.776460886762.536270729
    3
    2023-10-30 00:00:00.00028135092.833990219363.77385644449.9952080.156515.278501971
    4
    2025-01-13 00:00:00.00010873.9557.39550.417540.61440.44373
    5
    2024-07-15 00:00:00.000652013.552377999335.5920633.82251998.467377999226.040657134
    6
    2023-08-21 00:00:00.000313.291.6451.6451.645330.00987
    7
    2024-04-29 00:00:00.000753534.914362724504.98776610320.9152448.6236018013310.604743088
    8
    2025-03-03 00:00:00.0001281601.339316082133.44494300740.2225520.411554519759.608035896
    9
    2024-01-15 00:00:00.00024172427.332540236121.36662701242.63710.954986803877.281997621
    10
    2024-06-03 00:00:00.00065727.415322239121.2358870427.265623.055322239232.182245967
    11
    2024-10-21 00:00:00.0002214568.0539892225.8206358743.77357.8408735441.704161968
    12
    2023-12-25 00:00:00.0001273531.826620278321.075147298245.3951005.9154810.595479861
    13
    2023-09-25 00:00:00.0001441111.611779608185.2686299350.1991158338812.388547941563.334835339
    14
    2024-05-06 00:00:00.00097174.58412070719.3982356341.345112.314614212340.5237523621
    15
    2024-01-29 00:00:00.00066111.90527.9762515.512573.965340.335715
    16
    2023-12-11 00:00:00.000128419.2359.8944.92142.185441.25769
    17
    2023-10-02 00:00:00.00016324
    18
    2024-01-22 00:00:00.00017154155.097119736244.41747763217.6952263.156512.465291359
    19
    2024-11-25 00:00:00.00022131971.9585069189.6344775875.491463.4798110995611.831751041
    20
    2024-11-18 00:00:00.00025102412.73072293796.5092289179.6551764.9492753637812.86189753
    83
    7KB
    517s