freeman_730 days Transactions
    Updated 2025-01-21
    select
    date_trunc('day',block_timestamp) as Days,
    count(distinct tx_hash) as Total_transaction
    from optimism.defi.ez_dex_swaps
    where origin_to_address = lower('0xCa423977156BB05b13A2BA3b76Bc5419E2fE9680')
    and block_timestamp >= current_timestamp - interval '30 days'
    group by Days
    order by Days desc


    Last run: 3 months ago
    DAYS
    TOTAL_TRANSACTION
    1
    2025-01-21 00:00:00.000425
    2
    2025-01-20 00:00:00.0001139
    3
    2025-01-19 00:00:00.0001264
    4
    2025-01-18 00:00:00.0001112
    5
    2025-01-17 00:00:00.0001281
    6
    2025-01-16 00:00:00.0001291
    7
    2025-01-15 00:00:00.0001084
    8
    2025-01-14 00:00:00.000968
    9
    2025-01-13 00:00:00.0001603
    10
    2025-01-12 00:00:00.0001078
    11
    2025-01-11 00:00:00.000875
    12
    2025-01-10 00:00:00.0001430
    13
    2025-01-09 00:00:00.0001581
    14
    2025-01-08 00:00:00.0001759
    15
    2025-01-07 00:00:00.0001540
    16
    2025-01-06 00:00:00.0001760
    17
    2025-01-05 00:00:00.0001079
    18
    2025-01-04 00:00:00.0001124
    19
    2025-01-03 00:00:00.0001372
    20
    2025-01-02 00:00:00.0001701
    31
    1020B
    16s