select count(distinct event_inputs:to) as how_many_wallets_minted from ethereum_core.fact_event_logs
where event_name='Transfer'
and contract_address='0x23581767a106ae21c074b2276d25e5c3e136a68b'
and event_inputs:from ='0x0000000000000000000000000000000000000000'