How can I send an NFT with web3? #267
Unanswered
bitcoinmeetups
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Would be something along the lines of: web3 contract call --address 0xCONTRACT_ADDRESS --abi https://raw.githubusercontent.com/zeromintapp/contracts/main/erc721/ERC721WithURI.abi --function transferFrom 0xFROM 0xTO TOKEN_ID |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is the result: https://polygonscan.com/tx/0xe0d5dcf4d1050b9c1713cacd721d157e520d011af34b579ea3ae9883e71c840a The transaction goes through but nothing happens and the NFT is not sent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm MB. A very nice and polite guy.
How can I send an NFT with web3?
Example:
I already have 10 NFT's of the same type with contract 0xabc in wallet 0xdef.
How can I send one of those NFT's to another wallet 0xghi?
Beta Was this translation helpful? Give feedback.
All reactions