elsinatotal amount
    Updated 2025-03-01
    select
    count(distinct tx_hash) as tx_count,
    count(distinct from_address) as user_count,
    sum(value) as volume,
    sum(tx_fee) as tx_fees,
    count(distinct case when TX_SUCCEEDED = 'TRUE' then tx_hash end ) as succeed_txns,
    (succeed_txns / tx_count ) * 100 as success_rate,

    avg(tx_fee) as avg_fee_per_tx
    from boba.core.fact_transactions

    Last run: 18 days ago
    TX_COUNT
    USER_COUNT
    VOLUME
    TX_FEES
    SUCCEED_TXNS
    SUCCESS_RATE
    AVG_FEE_PER_TX
    1
    1533784737730382891.3757572821107.9903374281528862299.67910.00007223896973
    1
    84B
    5s