SELECT
count(topics) AS number_of_minted_nfts,
count(DISTINCT ORIGIN_FROM_ADDRESS) AS number_of_wallets,
count(DISTINCT TX_HASH) AS number_of_tx
FROM
base.core.fact_event_logs
WHERE
ORIGIN_TO_ADDRESS = lower('0x07f4ae64f236eacf81b4d798f0c6daf9d29e9cf3')
AND
CONTRACT_ADDRESS = lower('0xc16706ae5eed1805990d92241add1662724e50f2')