Pausing and Unpausing Pools

Staking Pool instances can be paused and unpaused.

When paused a user cannot interact with the staking pool until unpaused.

Functions: stakingPoolPause(), stakingPoolUnpause()

Dependencies: Staking Pools need to be created first

Permissions: DAO Admin

Parameters:

stakingPool: address of the staking pool you want to pause

daoId: dao identifier

Last updated