TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 6,429 txns
Deployed by via 0x4d44f015 at 17416154
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
-
variable spans 48 additional slots
Native
Value $1,235,844.4
ERC-20
Value $551,612.92
0x6b991f84cbb0b6ab27af6e66921b9ca6fa0726f581b98c30e02e0cbb9c6dd86a
0xfa01155fb15e57a288f7c975e9ac3fa780585a5576edffb5c1309f76ab6341ff
0x7eed0ed1098b22dfc38f26f3e5be1ace33cc962af2da0648692267b0b95f9faa
0xb01c75841f3e0a20e66bbdfe6aeb6f11879b1c96cad75b20a5cc3a9676614566
0x4a8141493774b60865b008e833df0722ac7b0e310ce51c994b1994c00e0b5941
0xdcf7c0f6f83553e8ac81aa80e32053f017b298da745f227e60aa805e8302c27e
0x7ae293485c73dbcd88864c4d781e95bc9327101586432ef7e022e89e4ee96ea4
0x90439a5a2b7bd0107161295435084827c8bbbe211c5842284531882e73be3933
0x91beaf704a09ab9902e2b7a5060c617305bdf4768cdae7ff9a9a745681f5cbd1
0x454d15f325626f549114476ce09ef8f042b5708c39ccb884b64356893cb6a72d

Functions
Getter at block 21173220
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ethRequestedForWithdraw(view returns (uint256)
169467017644720161489
finalizationBatchLimit(view returns (uint256)
50
maxNonRedeemedUserRequestCount(view returns (uint256)
1000
nextRequestId(view returns (uint256)
3181
nextRequestIdToFinalize(view returns (uint256)
3151
paused(view returns (bool)
false
staderConfig(view returns (address)
0x4abef2263d5a5ed582fc9a9789a41d85b68d69db
Read-only
getRequestIdsByUser(address _ownerview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
requestIdsByUserAddress(addressuint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
userWithdrawRequests(uint256view returns (address owneruint256 ethXAmountuint256 ethExpecteduint256 ethFinalizeduint256 requestBlock)
State-modifying
claim(uint256 _requestId
finalizeUserWithdrawalRequest(
grantRole(bytes32 roleaddress account
initialize(address _adminaddress _staderConfig
pause(
renounceRole(bytes32 roleaddress account
requestWithdraw(uint256 _ethXAmountaddress _ownerreturns (uint256)
requestWithdraw(uint256 _ethXAmountaddress _ownerstring _referralIdreturns (uint256 _requestId)
revokeRole(bytes32 roleaddress account
unpause(
updateFinalizationBatchLimit(uint256 _finalizationBatchLimit
updateStaderConfig(address _staderConfig
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
FinalizedWithdrawRequest(uint256 requestId
Initialized(uint8 version
Paused(address account
ReceivedETH(uint256 _amount
RecipientAddressUpdated(address indexed _senderuint256 _requestIdaddress _oldRecipientaddress _newRecipient
RequestRedeemed(address indexed _senderaddress _recipientuint256 _ethTransferred
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
UpdatedFinalizationBatchLimit(uint256 paginationLimit
UpdatedStaderConfig(address staderConfig
WithdrawRequestReceived(address indexed _msgSenderaddress _recipientuint256 _requestIduint256 _sharesAmountuint256 _etherAmount
WithdrawRequestReferral(address indexed _msgSenderaddress _recipientuint256 _requestIduint256 _sharesAmountuint256 _ethAmountstring _referralId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
CallerNotAuthorizedToRedeem(
CallerNotManager(
CannotFindRequestId(
ETHTransferFailed(
InSufficientBalance(
InvalidWithdrawAmount(
MaxLimitOnWithdrawRequestCountReached(
ProtocolNotHealthy(
RequestAlreadyRedeemed(uint256 _requestId
UnsupportedOperationInSafeMode(
ZeroAddress(
ZeroAddressReceived(
requestIdNotFinalized(uint256 _requestId