ML6Daily Top 10 Token IDs with most Sales/Transactions
    Updated 2022-08-06
    select count(*),to_date(block_timestamp) from optimism.core.fact_event_logs
    where EVENT_NAME='Approval' and EVENT_INPUTS:tokenId in ('1','22','87','39','101','129','3','15','1336','1812')
    group by 2
    Run a query to Download Data