โš™๏ธSafety Tools

For PairAdmin / PairAdminDao

Safety Tools

Disable timekeeper : If you no longer wish to use your Timekeeper, you can disable it and return to 24-7. The open/closed module on the swap page will also indicate that your pair's timekeeper is no longer active.

chevron-rightfunction setEnablehashtag
WokenFactory.sol
function setEnable(address _pair, bool _enable) public isPairAdmin(_pair) {
        isTimekeeperEnabledLP[_pair] = _enable;
        emit TimekeeperEnable(_pair);
circle-check

Transfer Ownership : if you want to transfer the ownership of your Timekeeper to a new address.

chevron-rightfunction setPairAdminhashtag
circle-exclamation

triangle-exclamation

Last updated