freeman_7ETH ODOS 30 Days Unique Users
    Updated 2025-01-21
    select
    date_trunc('day',block_timestamp) as Days,
    count(distinct origin_from_address) as Unique_Users
    from ethereum.defi.ez_dex_swaps
    where ORIGIN_TO_ADDRESS = lower('0xCf5540fFFCdC3d510B18bFcA6d2b9987b0772559')
    and block_timestamp >= current_timestamp - interval '30 days'
    group by Days
    order by Days desc
    Last run: about 2 months ago
    DAYS
    UNIQUE_USERS
    1
    2025-01-21 00:00:00.000298
    2
    2025-01-20 00:00:00.000373
    3
    2025-01-19 00:00:00.000419
    4
    2025-01-18 00:00:00.000519
    5
    2025-01-17 00:00:00.000539
    6
    2025-01-16 00:00:00.000567
    7
    2025-01-15 00:00:00.000574
    8
    2025-01-14 00:00:00.000565
    9
    2025-01-13 00:00:00.000619
    10
    2025-01-12 00:00:00.000870
    11
    2025-01-11 00:00:00.000684
    12
    2025-01-10 00:00:00.000516
    13
    2025-01-09 00:00:00.000718
    14
    2025-01-08 00:00:00.000679
    15
    2025-01-07 00:00:00.000660
    16
    2025-01-06 00:00:00.000592
    17
    2025-01-05 00:00:00.000694
    18
    2025-01-04 00:00:00.000751
    19
    2025-01-03 00:00:00.000724
    20
    2025-01-02 00:00:00.000623
    31
    993B
    4s