hessShare of Transactions (Success Rate)
    Updated 8 days ago
    select status,
    count(DISTINCT from_address) as users,
    count(DISTINCT tx_hash) as txns
    from sei.core_evm.fact_transactions
    where status is not null
    group by 1






    Last run: 8 days ago
    STATUS
    USERS
    TXNS
    1
    FAIL78040910141427
    2
    SUCCESS22197781152617646
    2
    57B
    62s