Transfer NFT

Transfer an ERC-721 NFT.

About

Use this action to transfer an NFT from the connected wallet.

Parent Element

Smart Contracts Actions

Drop this element onto the page first to access this action.

Action Name

ERC-721 - Transfer NFT a Smart Contracts Actions.

Action Parameters

Press "Show Documentation" under the input for more information on each field.

The connected wallet must have a balance of "Native Token" to cover the network fee for interacting with the contract. (eg. ETH on Ethereum, or MATIC on Polygon).

Gasless Transaction 😱

As mentioned above, when a user would like to claim an NFT from your smart contract they must hold a balance of native tokens in their connected wallet to pay the network fee (gas fee) to claim the NFT from your contract.

This can lead to poor UX for new web3 users!

A solution to this problem is to use a Biconomy relayer to cover this gas fee for your users. All your user will need to do is sign a transaction with their connected wallet, then the transaction will be relayed to your Biconomy account to pay the gas fee to claim the NFT.

Learn how to set up a Biconomy relayer here

Exposed States

The following states are available once this action has run.

ERC-721 - Transfer ID

The transaction id of the ERC-721 NFT transfer.

ERC-721 - Transfer Error

The error that occurred while transferring an ERC-721.

Events

ERC-721 - Transferred

An ERC-721 was successfully transferred.

ERC-721 - Transfer Error

An error occurred while transferring an ERC-721 NFT.

More questions? Join our Discord

Last updated