TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 6,429 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
-
variable spans 48 additional slots
0x4abe…69db
Balances ($1,787,457.33)
Native
Value
$1,235,844.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 379.202716 | $3,259.06 |
$1,235,844.4 | |
ETHx | ERC-20 | 162.177563 | $3,401.29 |
$551,612.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21173134 | 18 minutes ago | | | 0 | 0.013367025 | |
| 21173113 | 22 minutes ago | | | 0 | 0.013666649 | |
| 21172782 | an hour ago | | | 0 | 0.0021722812 | |
| 21172733 | 2 hours ago | | | 0 | 0.012404787 | |
| 21172708 | 2 hours ago | | | 0 | 0.011979032 | |
| 21171924 | 4 hours ago | | | 0 | 0.0081593976 | |
| 21171899 | 4 hours ago | | | 0 | 0.0015328601 | |
| 21171640 | 5 hours ago | | | 0 | 0.0073635220 | |
| 21171003 | 7 hours ago | | | 0 | 0.010853162 | |
| 21170554 | 9 hours ago | | | 0 | 0.0019872539 |
ABI
ABI objects
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 _owner) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
requestIdsByUserAddress(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
userWithdrawRequests(uint256) view returns (address owner, uint256 ethXAmount, uint256 ethExpected, uint256 ethFinalized, uint256 requestBlock)
State-modifying
Events claim(uint256 _requestId)
finalizeUserWithdrawalRequest()
grantRole(bytes32 role, address account)
initialize(address _admin, address _staderConfig)
pause()
renounceRole(bytes32 role, address account)
requestWithdraw(uint256 _ethXAmount, address _owner) returns (uint256)
requestWithdraw(uint256 _ethXAmount, address _owner, string _referralId) returns (uint256 _requestId)
revokeRole(bytes32 role, address account)
unpause()
updateFinalizationBatchLimit(uint256 _finalizationBatchLimit)
updateStaderConfig(address _staderConfig)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
FinalizedWithdrawRequest(uint256 requestId)
Initialized(uint8 version)
Paused(address account)
ReceivedETH(uint256 _amount)
RecipientAddressUpdated(address indexed _sender, uint256 _requestId, address _oldRecipient, address _newRecipient)
RequestRedeemed(address indexed _sender, address _recipient, uint256 _ethTransferred)
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)
Unpaused(address account)
UpdatedFinalizationBatchLimit(uint256 paginationLimit)
UpdatedStaderConfig(address staderConfig)
WithdrawRequestReceived(address indexed _msgSender, address _recipient, uint256 _requestId, uint256 _sharesAmount, uint256 _etherAmount)
WithdrawRequestReferral(address indexed _msgSender, address _recipient, uint256 _requestId, uint256 _sharesAmount, uint256 _ethAmount, string _referralId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
CallerNotAuthorizedToRedeem()
CallerNotManager()
CannotFindRequestId()
ETHTransferFailed()
InSufficientBalance()
InvalidWithdrawAmount()
MaxLimitOnWithdrawRequestCountReached()
ProtocolNotHealthy()
RequestAlreadyRedeemed(uint256 _requestId)
UnsupportedOperationInSafeMode()
ZeroAddress()
ZeroAddressReceived()
requestIdNotFinalized(uint256 _requestId)