export const name = 'DappMaintenance'; export const address = '0xBc8653a24AF54333a8490f5de1F87A4120543555'; export const source = 'DappMaintenance'; export const abi = [ 'constructor(address _owner)', 'event OwnerChanged(address oldOwner, address newOwner)', 'event OwnerNominated(address newOwner)', 'event SXMaintenance(bool isPaused)', 'event StakingMaintenance(bool isPaused)', 'function acceptOwnership()', 'function isPausedSX() view returns (bool)', 'function isPausedStaking() view returns (bool)', 'function nominateNewOwner(address _owner)', 'function nominatedOwner() view returns (address)', 'function owner() view returns (address)', 'function setMaintenanceModeAll(bool isPaused)', 'function setMaintenanceModeSX(bool isPaused)', 'function setMaintenanceModeStaking(bool isPaused)', ];