Refactor pausable for erc721 #212
Labels
effort: low
Easy or tiny task that takes less than a day.
priority: 2
We will resolve this in a short timeframe.
type: docs
Changes to documentation.
type: feature
New feature request.
What is the feature you would like to see?
Try to apply an approach similar to consecutive implementation for erc721. But for pausable extension.
Implement PausableErc721 contract that duplicates functions from erc721 that are necessary to be overridden. (just
_update
in the context of pausable extension)And duplicate functions that depend on
_update
also.p.s. potentially can help if stylus sdk team will force to have unique selectors.
Contribution Guidelines
The text was updated successfully, but these errors were encountered: