mmdrezaNumber of Unique address on polygon
    Updated 2022-07-11
    select count(distinct from_address) as unique_address
    from polygon.core.fact_transactions
    where block_timestamp >= '2022-07-01'
    Run a query to Download Data