MasiDaily Activity of iETH addresses on INK
    Updated 2025-03-08
    with tb0 as ( select trunc(hour,'day') as day,
    avg(price) as price
    from crosschain.price.ez_prices_hourly
    where token_address = lower('0xc383a3833a87009fd9597f8184979af5edfad019')
    and day = current_date - 1
    group by 1)
    ,
    tb1 as (select distinct origin_from_address
    from ink.core.ez_token_transfers
    where from_address = '0x0000000000000000000000000000000000000000'
    and contract_address = '0x11476323d8dfcbafac942588e2f38823d2dd308e'
    )

    select trunc(block_timestamp,'day') as day,
    label_type,
    count(distinct from_address) as users,
    count(distinct tx_hash) as transactions
    from ink.core.fact_transactions a join ink.core.dim_labels b on a.to_address = b.address
    group by 1,2
    Last run: about 2 months ago
    DAY
    LABEL_TYPE
    USERS
    TRANSACTIONS
    1
    2024-12-21 00:00:00.000dex2628
    2
    2025-02-10 00:00:00.000token21347510
    3
    2024-12-31 00:00:00.000dex78
    4
    2025-03-01 00:00:00.000dex56
    5
    2025-03-07 00:00:00.000dex33
    6
    2024-12-27 00:00:00.000token7352567
    7
    2025-01-31 00:00:00.000token310811634
    8
    2025-02-18 00:00:00.000nft723212934
    9
    2025-01-30 00:00:00.000bridge32895268
    10
    2025-02-13 00:00:00.000token33208581
    11
    2024-12-30 00:00:00.000dex1112
    12
    2024-12-12 00:00:00.000token11
    13
    2025-01-31 00:00:00.000bridge25734357
    14
    2025-01-03 00:00:00.000token13033220
    15
    2024-12-25 00:00:00.000bridge461557
    16
    2025-02-08 00:00:00.000token19236132
    17
    2025-01-24 00:00:00.000nft605211999
    18
    2024-12-18 00:00:00.000bridge211
    19
    2024-12-18 00:00:00.000dex912
    20
    2024-12-30 00:00:00.000token12943768
    ...
    333
    14KB
    13s