chiru-labs / ERC721A

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

revert before mint operation to save gas #469

Closed Santiago0412 closed 1 year ago

Vectorized commented 1 year ago

The calls to the target must be after the state changes, as the target may need to read the updated state.