# 抢不到NFT？这三种mint设置一定要学会

By [每天在币圈进步一点点！](https://paragraph.com/@6yeey) · 2022-06-08

---

**01.Gas设置**

![](https://storage.googleapis.com/papyrus_images/172af8cf9d686f25377e93df3646e8ebb1ccff9c852b187c9679585c84ffd2c3.png)

![](https://storage.googleapis.com/papyrus_images/e07123a2403219c4b6c8e1d9422d87a664daaebd50fb0f5c760a028cd8aecab6.png)

![](https://storage.googleapis.com/papyrus_images/c4143d09ac620f54343fd44ace47febe2185b910c889527883e94898fd07aa97.png)

![](https://storage.googleapis.com/papyrus_images/39b1675c827ecd98815905831445c656b7c614cf4e253379d1005bf2e075ff41.png)

![](https://storage.googleapis.com/papyrus_images/04c1b4cf59f3251fcd2bb90c83f98e8581896fe47cdc6c2fe66bdb0d0b621e5c.png)

**02.合约mint**

合约mint会比官网快，但是很多项目是不允许合约mint，防止科学家；

1.找到或者问到项目的合约，去[https://etherscan.io/](https://etherscan.io/) 查询是否是对的；

将找到的合约地址输入图1的地方，搜索，可以在图2或者3的位置核实是否属实；

![](https://storage.googleapis.com/papyrus_images/76ab79af080ad98cc29282855587f222c7b2b1a0283e5e235d898db2b8909cb2.png)

2.合约mint 【contract】-【write contract】-【connect to web3】-【mint】-【write】

!\[mint的价格是总价格，比如一个是0.33，mint2个这里要写0.66，下面是mint数量

\]([https://images.mirror-media.xyz/publication-images/RertC2JYqKe1AomOCxGCt.png?height=471&width=1080](https://images.mirror-media.xyz/publication-images/RertC2JYqKe1AomOCxGCt.png?height=471&width=1080))

**03.Hex16 mint**

这个也是一个通用的mint，比网页快，如果合约不能mint的时候，可以试试这个方式.

查到第一笔交易的合约，【overview】-【click to see more】-【view input as】-【original】复制0X这串数字.

![](https://storage.googleapis.com/papyrus_images/aa50817ad882b0531c540f057101fafd492a29b66a079fe0154b1a7fbd977920.png)

![](https://storage.googleapis.com/papyrus_images/07a6df4c21ca854a73fc8cb380b49f2989972dc6d4b80391b3dbb4dc87fc5f37.png)

小狐狸打开 【设置】-【高级】-【显示十六进制数据】-【开】

![](https://storage.googleapis.com/papyrus_images/9fe67aab76ebc9cc445b66288b1a60f8d8fa4911da28164fa472c5d3e519a5b8.png)

首页 【发送】-填入【项目的合约地址】

![](https://storage.googleapis.com/papyrus_images/268a86f805ecefd93ab9719ce77c3dae6b1dd3087e6807119caa14ad32c0358d.png)

数额填mint的价格，十六进制数据输入之前复制的数字串

![](https://storage.googleapis.com/papyrus_images/5649a2b6eddc5248f97c79ee360b3d3a7e7f9c3f110d5fadc7fbfcf040559503.png)

---

*Originally published on [每天在币圈进步一点点！](https://paragraph.com/@6yeey/nft-mint)*
