Closed jjranalli closed 3 months ago
This PR introduces _batchTransferFrom and safe variants, as well as the ERC721ABatchTransferable extension.
_batchTransferFrom
ERC721ABatchTransferable
The logic was initially introduced in #444, then redesigned based on _batchBurn introduced in #450.
_batchBurn
Some assumptions had to be made:
tokenIds
startTokenId
quantity
@Vectorized we should be good here
This PR introduces
_batchTransferFrom
and safe variants, as well as theERC721ABatchTransferable
extension.The logic was initially introduced in #444, then redesigned based on
_batchBurn
introduced in #450.Assumptions
Some assumptions had to be made:
tokenIds
param, instead ofstartTokenId
+quantity
. This was done to:tokenIds
argument assumes ordered ids