shahdadi-9ptm8YDAI transactions over time
    Updated 2022-05-15
    select
    date_trunc('day',block_timestamp) as date,
    count(TX_ID) as transactions
    from flipside_prod_db.ethereum.udm_events
    where CONTRACT_ADDRESS=lower('0x6B175474E89094C44Da98b954EedeAC495271d0F')
    group by date
    Run a query to Download Data