chiru-labs / ERC721A

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

Add ERC721ABatchBurnableMock #450

Closed Vectorized closed 1 year ago

Vectorized commented 1 year ago

@daejunpark

For the Halmos.

I didn't include _batchTransfer on purpose since it not in our current scope.

The final _batchBurn PR to main will be refactored off (#444), and the API will most likely be same as this PR for performance and simplicity (simply require tokenIds to be strictly ascending).