# 抢不到NFT?这三种mint设置一定要学会 **Published by:** [每天在币圈进步一点点!](https://paragraph.com/@6yeey/) **Published on:** 2022-06-08 **URL:** https://paragraph.com/@6yeey/nft-mint ## Content 01.Gas设置02.合约mint 合约mint会比官网快,但是很多项目是不允许合约mint,防止科学家; 1.找到或者问到项目的合约,去https://etherscan.io/ 查询是否是对的; 将找到的合约地址输入图1的地方,搜索,可以在图2或者3的位置核实是否属实;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) 03.Hex16 mint 这个也是一个通用的mint,比网页快,如果合约不能mint的时候,可以试试这个方式. 查到第一笔交易的合约,【overview】-【click to see more】-【view input as】-【original】复制0X这串数字.小狐狸打开 【设置】-【高级】-【显示十六进制数据】-【开】首页 【发送】-填入【项目的合约地址】数额填mint的价格,十六进制数据输入之前复制的数字串 ## Publication Information - [每天在币圈进步一点点!](https://paragraph.com/@6yeey/): Publication homepage - [All Posts](https://paragraph.com/@6yeey/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@6yeey): Subscribe to updates - [Twitter](https://twitter.com/6yeey6): Follow on Twitter