select
sum(ERC1155_VALUE) as NFTs_Minted,
count(distinct nft_to_address) as Minters,
sum(ERC1155_VALUE) * 0.0026 as Artists_earnings
from base.nft.ez_nft_transfers
where nft_address = '0xba5e05cb26b78eda3a2f8e3b3814726305dcac83'
and event_type = 'mint'