# 使用16进制合约mint NFT:以ZerionDNA为例 **Published by:** [ElonLiu](https://paragraph.com/@meta66/) **Published on:** 2022-05-27 **URL:** https://paragraph.com/@meta66/16-mint-nft-zeriondna ## Content https://etherscan.io/address/0x932261f9fc8da46c4a22e31b45c4de60623848bf ZerionDNA合约地址: 0x932261f9Fc8DA46C4a22e31B45c4De60623848bF 从最近mint success的Transaction Details中可以见到Input Data为 0x1249c58b (需要把View Input As改为Original) Value为0说明是free mint, 只需要支付Gas Transaction Details 因为是value为0是免费mint,所以知道合约地址和Input Data就可以转账了。如果遇到付费的,比如Value:0.02就需要在数额里填上需要0.02eth了。有的还要看每个地址可以最多mint多少个,这个从合约代码里可以看到。 MetaMask需要打开设置-高级-显示十六进制数据 点击发送,填上合约地址,数额填0,十六进制填上0x1249c58b,再下一步确认支付gas就可以了 ## Publication Information - [ElonLiu](https://paragraph.com/@meta66/): Publication homepage - [All Posts](https://paragraph.com/@meta66/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@meta66): Subscribe to updates - [Twitter](https://twitter.com/stayfoolNhungry): Follow on Twitter