Popex404Total Users
    Updated 2022-12-01
    SELECT
    count (distinct tx_sender) as total_users
    FROM terra.core.fact_transactions
    where tx_succeeded = true


    Run a query to Download Data