select
block_timestamp::date as date,
count(tx_hash) as locks
from optimism.core.fact_event_logs
where contract_address = '0x9c7305eb78a432ced5c4d14cac27e8ed569a2e26'
and event_name = 'Transfer'
and event_inputs:from = '0x0000000000000000000000000000000000000000'
group by date