# Recollect ERC-721 Tokens

Thanks to this tool, bot will first scan ERC-721 tokens of a given contract, and then transfer them all in one wallet through the safeTransferFrom function. It automates the process behind transferring tokens.

  • Input token's contract address.
  • Start by selecting the wallet where you want to distribute tokens from.
  • Input the amount of gas (in Gwei) you want to use (if you need to speed up, restart bot and distribute funds again increasing gwei at least by 10%)
  • Select wallet where you want to send tokens to (use SPACE BAR to select)
  • Use ENTER to confirm

REMEMBER: Use . for non integers numbers.

# Examples

Input example: 50 -> transaction will consume 50 gwei

Input example: 50/5 -> transaction will consume max 50 gwei with a priority of 5 gwei, by doing so you could save some gas, depending on the block where your transaction gets mined.

# Notes

Keep in mind some gas is required for each transaction to be mined. Usually a erc721 token transfer consume around 50'000 gas units, which is slightly more than 2 times what a simple ETH transfer consumes. Make sure to have some funds on each wallet before trying to recollect tokens or some wallets could be skipped during the process.