Open
Description
🧐 Motivation
Currently, ERC20Pausable, ERC721Pausable and ERC1155Pausable doesn't have public
or external
pause and unpause mechanisms.
This dates since v3.0 (some context here, here, and here), in which Pausable
became abstract to allow for supporting both AccessControl
and Ownable
as access control mechanisms.
This might need discussion before moving forward for 5.0