ERC*Pausable
doesn't have a public pause()
and unpause()
functions
#4006
Labels
breaking change
Changes that break backwards compatibility of the public API.
Milestone
🧐 Motivation
Currently, ERC20Pausable, ERC721Pausable and ERC1155Pausable doesn't have
public
orexternal
pause and unpause mechanisms.This dates since v3.0 (some context here, here, and here), in which
Pausable
became abstract to allow for supporting bothAccessControl
andOwnable
as access control mechanisms.This might need discussion before moving forward for 5.0
The text was updated successfully, but these errors were encountered: