MiniByte
Source:Verified
Read Functions / paused
Overview

The paused function in the Pausable abstract contract checks the current state of the contract to determine if it is paused. It returns a boolean value indicating whether the contract is paused or not.

Inputs
  • None: The function does not take any input variables.
Outputs
  • paused (bool): Returns true if the contract is paused, and false otherwise.
Emits Zero Events
Functions will often emit events during execution, often signifying key changes in state. There are no events emited by this function
Recent Transactions Calling This Function
This returns the latest 20 times that this function was called directly by a wallet or internally by another contract.
Looking for transactions where this function was called...