hess7. Top by Transactions
    Updated 2025-04-09
    with games as ( select * from $query('798c2d2f-083d-45a4-90e3-262eb17af08f')
    where label_type = 'games')

    select
    label as platforms,
    count(distinct FROM_ADDRESS) as address,
    count(distinct tx_hash) as transactions
    from ronin.core.fact_transactions a join games b on a.to_address = b.address
    where block_timestamp::date >= '2025-01-01'
    group by 1
    order by 3 desc
    limit 10
    Last run: 18 days ago
    PLATFORMS
    ADDRESS
    TRANSACTIONS
    1
    Pixels106920523878814
    2
    AXIE Infinity46915321793855
    3
    The Machines Arena1725779712249
    4
    Apeiron1749534576811
    5
    Kaidro Chronicle71523979637
    6
    Wild Forest4150323030905
    7
    Pixel Dungeons11751846970
    8
    tanto kit87302633955
    9
    Pixel Heroes Adventure22845593269
    10
    Ragnarok: Monster World32535442441
    10
    333B
    14s