Pause/Unpause Access Control
Pause
A pause() function exists along with a MIB_SWAP_PAUSE_ROLE in case the DAO wishes to implement a failsafe mechanism in the future.
Only the
KIBT_SWAP_PAUSE_ROLEmay call pausePausing emits a Pause() event
UnPause
An unpause() function exists along with a MIB_SWAP_UNPAUSE_ROLE in case the DAO wishes to implement a failsafe mechanism in the future.
Only the
KIBT_SWAP_UNPAUSE_ROLErole may call unpauseUnpausing emits an Unpause() event
Last updated