A pause() function exists along with a MIB_SWAP_PAUSE_ROLE in case the DAO wishes to implement a failsafe mechanism in the future.
pause()
MIB_SWAP_PAUSE_ROLE
Only the KIBT_SWAP_PAUSE_ROLE may call pause
KIBT_SWAP_PAUSE_ROLE
Pausing emits a Pause() event
An unpause() function exists along with a MIB_SWAP_UNPAUSE_ROLE in case the DAO wishes to implement a failsafe mechanism in the future.
unpause()
MIB_SWAP_UNPAUSE_ROLE
Only the KIBT_SWAP_UNPAUSE_ROLE role may call unpause
KIBT_SWAP_UNPAUSE_ROLE
Unpausing emits an Unpause() event
Last updated 2 years ago