@silvana-one/nftClassesPauseEventOn this pagePauseEvent 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.HierarchyanyPauseEventIndex ConstructorsconstructorConstructors constructornew PauseEvent(): PauseEventReturns 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.