TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 20 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
0x8735…8192
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18527391 | a year ago | | | 0 | 0.0019956770 | |
| 18527388 | a year ago | | | 0 | 0.0018003963 | |
| 18527386 | a year ago | | | 0 | 0.0020397242 | |
| 18527384 | a year ago | | | 0 | 0.0046042534 | |
| 18527382 | a year ago | | | 0 | 0.0019859491 | |
| 18527380 | a year ago | | | 0 | 0.0022146380 | |
| 18527378 | a year ago | | | 0 | 0.0042064600 | |
| 18527376 | a year ago | | | 0 | 0.0038949876 | |
| 18425953 | a year ago | | | 0 | 0.00062786984 | |
| 18425557 | a year ago | | | 0 | 0.00052083058 |
ABI
ABI objects
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)
0x8735049f496727f824cc0f2b174d826f5c408192
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(struct PauserInit init)
pauseAll()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setIsAllocateETHPaused(bool isPaused)
setIsInitiateValidatorsPaused(bool isPaused)
setIsStakingPaused(bool isPaused)
setIsSubmitOracleRecordsPaused(bool isPaused)
setIsUnstakeRequestsAndClaimsPaused(bool isPaused)
unpauseAll()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
FlagUpdated(bytes4 indexed selector, bool indexed isPaused, string flagName)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
PauserRoleOrOracleRequired(address sender)