ML6Daily Number of NFT Sales on Quixotic
    Updated 2022-08-06
    select count(1),to_date(block_timestamp)from optimism.core.fact_event_logs
    where EVENT_NAME='Approval' and EVENT_INPUTS:approved='0x0000000000000000000000000000000000000000'
    group by 2
    Run a query to Download Data