0
votes

I have minted 100k of NFTs but I haven't written the right function in my contract, so now I have to automatize all the process in the backend but calling safeTransferFrom for each tokenId (there are 100k of different addresses)...

I would ask if with the IERC721Receiver I can deploy a smart contract with a batch transfer function and approve it from actual one to do this batch transfer of these tokens to make the process faster...

Thanks to everyone ^^