TX_SUCCEEDED | Wallets | Transactions | |
---|---|---|---|
1 | TRUE | 79891 | 835326 |
2 | FALSE | 6981 | 18520 |
MasiSuccess Rate
Updated 2025-05-12
9
1
2
3
4
5
6
7
›
⌄
select
TX_SUCCEEDED,
count(distinct from_address) as "Wallets",
count(distinct tx_hash) as "Transactions"
from mezo.testnet.fact_transactions
where TX_SUCCEEDED is not null
group by 1
Last run: 18 days ago
2
40B
34s