FrodoTransactions
    Updated 2024-03-12
    select
    count(distinct tx_hash) as txs_count,
    count(distinct block_timestamp::date) as days_count,
    count(distinct ORIGIN_FUNCTION_SIGNATURE) as functions_count,
    count(distinct FROM_ADDRESS) as signers_count,
    count(distinct TO_ADDRESS) as receivers_count,
    sum(TX_FEE) as total_fee
    from aurora.core.fact_transactions
    QueryRunArchived: QueryRun has been archived