Movement TeamSuccess Transactions
    Updated 2025-02-06
    select case when SUCCESS = 'TRUE' then 'Success' else 'Fail' end as status,
    count(DISTINCT tx_hash) as "Total Transactions"
    from aptos.core.fact_transactions
    where block_timestamp >= current_date - 1
    group by 1
    Last run: 3 months ago
    STATUS
    Total Transactions
    1
    Success8530710
    2
    Fail164824
    2
    37B
    2s