zakkisyedUnique UNIM buyers
    Updated 2022-04-19
    select date_trunc('day', block_timestamp), count (distinct from_address) as no_of_users
    from polygon.udm_events
    where contract_address='0x64060ab139feaae7f06ca4e63189d86adeb51691'
    --and block_timestamp>=CURRENT_DATE-1
    group by 1
    Run a query to Download Data