mohammadhNumber of wallets that have minted
    Updated 2022-04-21
    select count (distinct EVENT_INPUTS:to) as wallets
    from ethereum_core.fact_event_logs
    where CONTRACT_ADDRESS= '0x23581767a106ae21c074b2276d25e5c3e136a68b'
    and EVENT_INPUTS:from='0x0000000000000000000000000000000000000000'
    order by wallets desc
    Run a query to Download Data