UserWithdrawalManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "UserWithdrawalManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UserWithdrawalManager"
ABI
ABI objects
Getter at block 21244453
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ethRequestedForWithdraw() view returns (uint256)
0
finalizationBatchLimit() view returns (uint256)
0
maxNonRedeemedUserRequestCount() view returns (uint256)
0
nextRequestId() view returns (uint256)
0
nextRequestIdToFinalize() view returns (uint256)
0
paused() view returns (bool)
false
staderConfig() view returns (address)
0x0000000000000000000000000000000000000000
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)
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()
receive()
CallerNotAuthorizedToRedeem()
CallerNotManager()
CannotFindRequestId()
ETHTransferFailed()
InSufficientBalance()
InvalidWithdrawAmount()
MaxLimitOnWithdrawRequestCountReached()
ProtocolNotHealthy()
RequestAlreadyRedeemed(uint256 _requestId)
UnsupportedOperationInSafeMode()
ZeroAddress()
ZeroAddressReceived()
requestIdNotFinalized(uint256 _requestId)