StaderStakePoolsManager

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4f9db358 at 17490387
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

No balances found for "StaderStakePoolsManager"

No transactions found for "StaderStakePoolsManager"


Functions
Getter at block 21245702
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
excessETHDepositCoolDown(view returns (uint256)
0
 
getExchangeRate(view returns (uint256)
 
isVaultHealthy(view returns (bool)
lastExcessETHDepositBlock(view returns (uint256)
0
 
maxDeposit(view returns (uint256)
 
minDeposit(view returns (uint256)
paused(view returns (bool)
false
staderConfig(view returns (address)
0x0000000000000000000000000000000000000000
 
totalAssets(view returns (uint256)
Read-only
convertToAssets(uint256 _sharesview returns (uint256)
convertToShares(uint256 _assetsview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
previewDeposit(uint256 _assetsview returns (uint256)
previewWithdraw(uint256 _sharesview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
deposit(address _receiverpayable returns (uint256)
depositETHOverTargetWeight(
grantRole(bytes32 roleaddress account
initialize(address _adminaddress _staderConfig
pause(
receiveEthFromAuction(payable 
receiveExcessEthFromPool(uint8 _poolIdpayable 
receiveExecutionLayerRewards(payable 
receiveWithdrawVaultUserShare(payable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transferETHToUserWithdrawManager(uint256 _amount
unpause(
updateExcessETHDepositCoolDown(uint256 _excessETHDepositCoolDown
updateStaderConfig(address _staderConfig
validatorBatchDeposit(uint8 _poolId
Events
AuctionedEthReceived(uint256 amount
Deposited(address indexed calleraddress indexed owneruint256 assetsuint256 shares
ETHTransferredToPool(uint256 indexed poolIdaddress poolAddressuint256 validatorCount
ExecutionLayerRewardsReceived(uint256 amount
Initialized(uint8 version
Paused(address account
ReceivedExcessEthFromPool(uint8 indexed poolId
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferredETHToUserWithdrawManager(uint256 amount
Unpaused(address account
UpdatedExcessETHDepositCoolDown(uint256 excessETHDepositCoolDown
UpdatedStaderConfig(address staderConfig
WithdrawVaultUserShareReceived(uint256 amount
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
CallerNotManager(
CallerNotStaderContract(
CooldownNotComplete(
InsufficientBalance(
InvalidDepositAmount(
PoolIdDoesNotExit(
TransferFailed(
UnsupportedOperation(
UnsupportedOperationInSafeMode(
ZeroAddress(