PLATFORMS | ADDRESS | TRANSACTIONS | |
---|---|---|---|
1 | pixels | 1072022 | 24007467 |
2 | AXIE Infinity | 469274 | 21834806 |
3 | Wild Forest | 415087 | 3031234 |
4 | Apeiron | 174974 | 4582664 |
5 | The Machines Arena | 172579 | 9712293 |
6 | tanto kit | 87323 | 634378 |
7 | Ragnarok: Monster World | 32585 | 442571 |
8 | Sunflower Land | 31126 | 178184 |
9 | Pixel Heroes Adventure | 22849 | 593527 |
10 | Forgotten Runiverse | 15121 | 43769 |
11 | Fishing Frenzy | 12540 | 133204 |
12 | Pixel Dungeons | 11751 | 848030 |
13 | Kaidro Chronicle | 7192 | 3979769 |
14 | Lumiterra | 5562 | 151552 |
15 | Party Icons | 2094 | 5114 |
16 | reward multiplier | 1598 | 7123 |
17 | forkast | 1090 | 2279 |
18 | kalodium | 7 | 947 |
19 | cgpc | 2 | 2 |
20 | wild forest | 1 | 2 |
hessawkward-amaranth
Updated 2025-04-09
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
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 2 desc
Last run: 17 days ago
20
591B
5s