Afonso_Diaz2023-02-03 02:56 PM
    Updated 2023-02-03
    select count (distinct tx_id) as txns_count,
    count (distinct tx_sender) as active_wallets_count
    from terra.core.fact_transactions
    where fee_denom = 'uluna'
    Run a query to Download Data