TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 6,777 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,285,242.58
ERC-20
Value $1,289,977.87
0x5c2253cad57e01c1a8c5f58f389451d3e31b6f64be04154d964d6f8881694c5d
0x381941f81eb1a5d52933d963cbb0df4e93f548d8cf09c0a5c0a497b292f6066f
0xc880ec98ba6f829e8217446f32b13c21761eabdfa201fd8a1d94936eb139407c
0x18d605ca9bc33cd4e4e3e219885fca1cb31882ac6f9f08555862784048638b95
0xa0e1891600f3fe46e2511c9e2fae3c1280f19a057b54a09e5ab09d44bf330ac9
0x440787cf221e97bcabf5271fd5293adb2baf28ae3ff6558afad9474f63ae188a
0x3165b0a75315a8a35555678d3f638fb64cf6f1e147c54c22a10fafcbdb754b92
0x49d40131b14719352c476fcebfc84a82bbc0d6db95835d2d37878f7b3b5691e2
0x58aa3d144c2ef65ba9c034906216b6b37ee258619d36409cffc4596defb5499a
0x2d686ce4b4d25f820a1a2952fdafa80775ca13c3a0ecfd96e4dc763d4428f41f

Functions
Getter at block 21244453
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ethRequestedForWithdraw(view returns (uint256)
388528813276506482284
finalizationBatchLimit(view returns (uint256)
50
maxNonRedeemedUserRequestCount(view returns (uint256)
1000
nextRequestId(view returns (uint256)
3372
nextRequestIdToFinalize(view returns (uint256)
3327
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