Reputation: 1
Is it possible to transfer ERC-721 tokens from multiple wallets to a single wallet in one transaction? If not, is there another quick way? I'm interested as I mint a lot of tokens (50+) to multiple wallets, and want to merge these all into one wallet quickly. What kind of a smart contract would I need to write for this?
Upvotes: 0
Views: 366
Reputation: 83706
Is it possible to transfer ERC-721 tokens from multiple wallets to a single wallet in one transaction?
No it's not possible. You can always write your own ERC-721 token contract that supports such functionality. Normal NFTs do not desire this functionality as it only makes bot minting easier and bot minters is something the community does not tolerate.
Upvotes: 0