PROGRAM | TRANSACTIONS | |
---|---|---|
1 | credits.aleo | 10883242 |
2 | puzzle_arcade_coin_v002.aleo | 6571591 |
3 | token_registry.aleo | 4151063 |
4 | pondo_protocol.aleo | 1497046 |
5 | puzzle_arcade_ticket_v002.aleo | 1204984 |
6 | arcn_whitelist.aleo | 789228 |
7 | arcn_pool_v2_2_2.aleo | 789210 |
8 | wrapped_credits.aleo | 755075 |
9 | arcn_compliance_v1.aleo | 707002 |
10 | mystery_city_v001.aleo | 446825 |
Afonso_DiazPrograms
Updated 2 days ago
9
1
2
3
4
5
6
7
8
›
⌄
select
program_id as program,
count(distinct tx_id) as transactions
from
aleo.core.fact_transitions
group by 1
order by 2 desc
limit 10
Last run: 2 days ago
10
340B
7s