Select
count(tx_hash) as nft_minted,
Count(distinct nft_to_address) as Minters_count,
Sum(tx_fee) as mint_fee
from ethereum.core.ez_nft_mints
Where nft_address = '0xdfb57b6e16ddb97aeb8847386989f4dca7202146'
and nft_from_address = '0x0000000000000000000000000000000000000000'
And event_type = 'nft_mint'