MasiTop Contracts by iETH Addresses
    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
    ifnull(label,to_address) as Contract,
    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
    order by 3 desc
    limit 30
    Last run: about 2 months ago
    CONTRACT
    USERS
    TRANSACTIONS
    1
    layer3 cube34880309238
    2
    wrapped ether54302258936
    3
    stargate56130149548
    4
    rebasing ink staked eth4627884017
    5
    hanft2028559795
    6
    ink staked eth2743254242
    7
    usd₮02296743267
    8
    zns connect3968441702
    9
    uniswap v3 positions nft-v12838439750
    10
    slipstream position nft v1.21189928639
    11
    nfts2me owners1950424623
    12
    ionic wrapped ether794921011
    13
    guild pin1947419515
    14
    andru kollor935412600
    15
    cat call agent732410301
    16
    pearl746810180
    17
    kraken58147644
    18
    inkyagent44145657
    19
    bronze supporter pin42574836
    20
    we are going to make ink21002851
    30
    925B
    3s