multisender
multisender copied to clipboard
Sending multiple ERC721 tokens to an address.
- We should either be allowed to enter multiple addresses to send
- or multiple token IDs separated with commas.
I want to send 65 NFTs to the same address. 103 to another, 1 to another, 30 to another. I want to send the NFTs randomly from my address, but I can make a CSV myself, that is easy. I can just pick out Token IDs randomly.
But the main issue is stated above. I should be able to send more than one NFTs to the same address.
This is on Avalanche Network C-Chain by the way.