chiru-labs / ERC721A

https://ERC721A.org
MIT License
2.51k stars 842 forks source link

Add `batchTransferFrom` and `ERC721ABatchTransferable` extension #458

Closed jjranalli closed 3 months 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