Pauser

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9241fc99 at 18290615
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "Pauser"

No transactions found for "Pauser"


Functions
Getter at block 21155234
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UNPAUSER_ROLE(view returns (bytes32)
0x427da25fe773164f88948d3e215c94b6554e2ed5e5f203a821c9f2f6131cf75a
isAllocateETHPaused(view returns (bool)
false
isInitiateValidatorsPaused(view returns (bool)
false
isStakingPaused(view returns (bool)
false
isSubmitOracleRecordsPaused(view returns (bool)
false
isUnstakeRequestsAndClaimsPaused(view returns (bool)
false
oracle(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(struct PauserInit init
pauseAll(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setIsAllocateETHPaused(bool isPaused
setIsInitiateValidatorsPaused(bool isPaused
setIsStakingPaused(bool isPaused
setIsSubmitOracleRecordsPaused(bool isPaused
setIsUnstakeRequestsAndClaimsPaused(bool isPaused
unpauseAll(
Events
FlagUpdated(bytes4 indexed selectorbool indexed isPausedstring flagName
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
PauserRoleOrOracleRequired(address sender