Ali3NDately and Total avUSD Transactions and Users on Avalanche Over Time
    Updated 3 hours ago
    select date_Trunc (day,block_timestamp) as date,
    count (distinct tx_hash) as Transactions,
    count (distinct origin_from_address) as Active_Users,
    sum (transactions) over (order by date) as Total_Transactions
    from avalanche.core.ez_token_transfers
    where contract_address = '0x24de8771bc5ddb3362db529fc3358f2df3a0e346'
    group by 1
    order by 1 desc









    Last run: about 3 hours agoAuto-refreshes every 24 hours
    DATE
    TRANSACTIONS
    ACTIVE_USERS
    TOTAL_TRANSACTIONS
    1
    2025-04-21 00:00:00.0002154769695
    2
    2025-04-20 00:00:00.0003878269480
    3
    2025-04-19 00:00:00.0004217269093
    4
    2025-04-18 00:00:00.0003187568672
    5
    2025-04-17 00:00:00.0006767768354
    6
    2025-04-16 00:00:00.0008347267678
    7
    2025-04-15 00:00:00.0005988866844
    8
    2025-04-14 00:00:00.0008939166246
    9
    2025-04-13 00:00:00.0007408065353
    10
    2025-04-12 00:00:00.0006558764613
    11
    2025-04-11 00:00:00.00099513963958
    12
    2025-04-10 00:00:00.000117113762963
    13
    2025-04-09 00:00:00.000178515561792
    14
    2025-04-08 00:00:00.000114610960007
    15
    2025-04-07 00:00:00.000128813258861
    16
    2025-04-06 00:00:00.0005218457573
    17
    2025-04-05 00:00:00.0001664757052
    18
    2025-04-04 00:00:00.0006169556886
    19
    2025-04-03 00:00:00.00052010056270
    20
    2025-04-02 00:00:00.00072712855750
    ...
    130
    5KB
    112s