chiru-labs / ERC721A

https://ERC721A.org
MIT License
2.5k stars 839 forks source link

Add `batchTransferFrom` and `ERC721ABatchTransferable` extension #458

Closed jjranalli closed 1 month ago

jjranalli commented 1 year ago

This PR introduces _batchTransferFrom and safe variants, as well as the ERC721ABatchTransferable extension.

The logic was initially introduced in #444, then redesigned based on _batchBurn introduced in #450.

Assumptions

Some assumptions had to be made:

jjranalli commented 1 year ago

@Vectorized we should be good here