freeman_7All user
    Updated 2025-01-23
    -- Odos volume
    With advancswapAndlimit as (
    select
    tx_hash as hash
    ,origin_from_address as user
    ,date_trunc('day',block_timestamp) as day
    from arbitrum.defi.ez_dex_swaps
    --where origin_to_address = lower('0x5e4EC180fA2BaBE43a97E40354fad873D4f2A05F')
    where origin_to_address = lower('0xa669e7A0d4b3e4Fa48af2dE86BD4CD7126Be4e13')



    union all

    select
    tx_hash as hash
    ,origin_from_address as user
    ,date_trunc('day',block_timestamp) as day
    from optimism.defi.ez_dex_swaps
    --where origin_to_address = lower('0x8525E1A0494877aF744E33C5982e9dfBe417B2F8')
    where origin_to_address = lower('0xCa423977156BB05b13A2BA3b76Bc5419E2fE9680')


    union all

    select
    tx_hash as hash
    ,origin_from_address as user
    ,date_trunc('day',block_timestamp) as day
    from ethereum.defi.ez_dex_swaps
    --where origin_to_address = lower('0xC6A5e5b46ea58D2DAdb150c7A53BEC8E7d3326A6')
    where origin_to_address = lower('0xCf5540fFFCdC3d510B18bFcA6d2b9987b0772559')



    union all
    Last run: about 2 months ago
    DAY
    TRANSACTION
    ALL_USERS
    Returning Users
    New User
    1
    2024-04-09 00:00:00.000227151104572903755
    2
    2023-10-09 00:00:00.0006525376116282133
    3
    2024-04-21 00:00:00.00017717860254013201
    4
    2023-08-21 00:00:00.00038071621754867
    5
    2024-06-03 00:00:00.00027321814354682675
    6
    2023-07-27 00:00:00.0004351165
    7
    2023-11-11 00:00:00.0006643375018951855
    8
    2024-05-25 00:00:00.00023648694446842260
    9
    2024-12-18 00:00:00.000423531071975993120
    10
    2024-07-21 00:00:00.00024561729350032290
    11
    2024-03-06 00:00:00.0008367361922691350
    12
    2024-02-08 00:00:00.000582829542186768
    13
    2024-02-17 00:00:00.00010417543630292407
    14
    2024-07-30 00:00:00.00033159717352111962
    15
    2024-09-16 00:00:00.00015766508637491337
    16
    2024-08-07 00:00:00.00033973740954381971
    17
    2024-09-25 00:00:00.00023725771154602251
    18
    2024-03-26 00:00:00.00017099878947404049
    19
    2023-10-19 00:00:00.0007334372618381888
    20
    2025-01-07 00:00:00.00035944865168791772
    ...
    558
    26KB
    66s