Approve NFT

circle-exclamation

This is the manual way of approving NFT (NFTs Minted from other sources and chains that originX currently not support).

If you had minted NFTs from other sources (eg. https://www.testnetmint.com/ arrow-up-right), you can also follow the below steps to approve the NFT.

Polygon Mumbai Testnet Address of originX dApp:

0xd58C5093f079D4c98d9acbB0CBa6D0dD287b85d8

How to approve NFT(s) using polygonscan with contract address & Token ID of the NFT:

Connect your web3 provider.

circle-check
connect wallet
circle-check

Using approve function to approve One NFT:

In this example, i'm using an NFT minted from BoredApeYacthClub, with token id #1669, in the address #0xEE8062a19bF3B9a66A222F9bc15aC8b97f56A2FA. You can visit the contract address on the minting page, if you minted a different NFT and follow the same procedure to approve it.

Navigate to Contract --> Write Contract --> approve function.

to (address): 0x8c61805CA0c496b29578F19a753e5AF101B4591a tokenId (uint256): Token ID

approve

Using setApprovalForAll to approve all the NFTs you own.

Contract --> Write Contract --> setApprovalForAll function.

operator (address): 0x8c61805CA0c496b29578F19a753e5AF101B4591a approved (bool): true

setApprovalForAll
circle-check

Last updated