Last updated 1 year ago
This method pauses any function that can change the state of a pool within Dexfai. Only the owner of the Core contract can call this function.
function pause( bool _p ) external;
_p
the boolean to determine if DexfaiV0Core is paused or not. Can only be called by the contract owner.