FrodoTransactions
Updated 2024-03-12
9
1
2
3
4
5
6
7
8
›
⌄
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