Skip to content

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

Notifications You must be signed in to change notification settings

uintgroup/pausable-selective

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks