🛠️TransferNFT
Helper action to transfer a NFT token to the specified address
Description
Action transfers a ERC721 compliant NFT in the context of a DSProxy from -> to an account. Calling the standard IERC721(_nftAddr).transferFrom(_from, _to, _nftId);
The action is a utils action and does not emit custom events to save on gas cost.
SDK Action
Contract
This is a standard dfs action.
Proxy must have approve if _from != proxy
to address can't be address(0), action will revert
Input:
Return value:
Last updated