hess9. Share of Transactions per label type
    Updated 2025-04-09
    with platforms as ( select * from $query('798c2d2f-083d-45a4-90e3-262eb17af08f')
    )


    select
    case when label_type is null then 'Unknown' else label_type end as "Label Type",
    count(distinct FROM_ADDRESS) as address,
    count(distinct tx_hash) as transactions
    from ronin.core.fact_transactions a left outer join platforms b on a.to_address = b.address
    where block_timestamp::date >= '2025-01-01'
    and label_type not in ('operator','cex')
    group by 1
    Last run: 18 days ago
    Label Type
    ADDRESS
    TRANSACTIONS
    1
    dapp4770390715
    2
    games238019670134121
    3
    dex89276462271
    4
    token1902971065631
    5
    nft103135595648
    5
    117B
    27s