KuramaDope - 1. Total number of tokens mint
    Updated 2022-10-03
    select count(distinct tokenid) as num_tokens, sum(mint_price_usd) as total_mint_price_usd, sum(mint_price_eth) as total_mint_price_eth, count(distinct nft_to_address) as num_minters from ethereum.core.ez_nft_mints
    where project_name = 'DOPE'
    Run a query to Download Data