Skip to main content

PauseEvent

The PauseEvent class represents an event emitted whenever the contract is paused or resumed. This event contains the isPaused boolean field, indicating the current state of the contract.

Hierarchy

  • { isPaused: Bool }
    • PauseEvent

Index

Constructors

Properties

Constructors

externalconstructor

  • new PauseEvent(value: { isPaused: Bool }): PauseEvent
  • Parameters

    • externalvalue: { isPaused: Bool }
      • externalisPaused: Bool = Bool

        Indicates whether the contract is currently paused.

    Returns PauseEvent

Properties

isPaused

isPaused: Bool = Bool

Indicates whether the contract is currently paused.

Page Options