# 如何提前把没有mint到的nft授权给opensea，方便mint到以后第一时间挂单。

By [steven](https://paragraph.com/@steven-3) · 2022-05-07

---

该方法可以提前授权nft给opensea，避免在高gas时授权浪费授权费，第一时间挂单卖出。

首先在区块浏览器打开opensea合约地址：0xa5409ec958C83C3f309868babACA7c86DCB077c1

[https://cn.etherscan.com/](https://cn.etherscan.com/)

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

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

在read contract下面的第7项，点开proxies，第一排输入自己的钱包地址，然后点query，下面一排就是自己的opensea合约地址，记下来，后面有用。

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

我们以大火的猴子地这个项目为例，他的合约地址是

0x34d85c9CDeB23FA97cb08333b511ac86E1C4E258

[https://etherscan.io/address/0x34d85c9cdeb23fa97cb08333b511ac86e1c4e258#writeContract](https://etherscan.io/address/0x34d85c9cdeb23fa97cb08333b511ac86e1c4e258#writeContract)

先connect自己的钱包，然后在write contract下面找到setApprovalAll这个项目点开，第一行输入刚才前面找到的自己opensea合约地址，下面一行写true，然后write，等小狐狸弹出后确认。这样我们就提前把猴子地授权给opensea了，当天mint到nft后就可以挂单卖出，在当时高gas的情况下省去approve这一步，可以节约不少的gas费。

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

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

---

*Originally published on [steven](https://paragraph.com/@steven-3/mint-nft-opensea-mint)*
