Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 430 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 430 Bytes

Pausable-Selective

An expansion on OpenZeppelin's Pausable.sol contract, which adds the ability to pause/unpause a function by its selector.

This contract can work instead of, or along side the OpenZeppelin Pausable.sol contract.

This contract is in development and should only be used after performing independent testing.

Install with: npm i @uintgroup/pausable-selective or forge install uintgroup/pausable-selective