me-foundation / magicdrop

MagicDrop is a collection of EVM minting protocols that enable the multi stage minting, per stage WL management, per stage supply limit, and crossmint support.
MIT License
54 stars 37 forks source link

ERC721MPausable #96

Closed Henry-MagicEden closed 12 months ago

Henry-MagicEden commented 12 months ago

Additionally deployed the contract and manually tested pause/unpause with transferFrom and safeTransferFrom to make sure behavior was as expected (i.e. transfers would fail simulations if the contract was paused)

NOTE: pause does not affect minting - even if the contract is paused, minting can still proceed