sarathdaily transactions2
    Updated 2022-07-12
    SELECT COUNT(DISTINCT TX_HASH) as total_transactions, COUNT(DISTINCT FROM_ADDRESS) as total_users
    from polygon.core.fact_transactions
    where BLOCK_TIMESTAMP>='2022-07-01'

    Run a query to Download Data