StaderStakePoolsManager
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
0x0000…0000
Balances ($0.00)
No balances found for "StaderStakePoolsManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StaderStakePoolsManager"
ABI
ABI objects
Getter at block 21240520 getExchangeRate() view returns (uint256) isVaultHealthy() view returns (bool) maxDeposit() view returns (uint256) minDeposit() view returns (uint256) totalAssets() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
excessETHDepositCoolDown() view returns (uint256)
0
lastExcessETHDepositBlock() view returns (uint256)
0
paused() view returns (bool)
false
staderConfig() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
convertToAssets(uint256 _shares) view returns (uint256)
convertToShares(uint256 _assets) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
previewDeposit(uint256 _assets) view returns (uint256)
previewWithdraw(uint256 _shares) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(address _receiver) payable returns (uint256)
deposit(address _receiver, string _referralId) payable returns (uint256 _shares)
depositETHOverTargetWeight()
grantRole(bytes32 role, address account)
initialize(address _admin, address _staderConfig)
pause()
receiveEthFromAuction() payable
receiveExcessEthFromPool(uint8 _poolId) payable
receiveExecutionLayerRewards() payable
receiveWithdrawVaultUserShare() payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferETHToUserWithdrawManager(uint256 _amount)
unpause()
updateExcessETHDepositCoolDown(uint256 _excessETHDepositCoolDown)
updateStaderConfig(address _staderConfig)
validatorBatchDeposit(uint8 _poolId)
AuctionedEthReceived(uint256 amount)
DepositReferral(address indexed caller, address indexed owner, uint256 assets, uint256 shares, string referralId)
Deposited(address indexed caller, address indexed owner, uint256 assets, uint256 shares)
ETHTransferredToPool(uint256 indexed poolId, address poolAddress, uint256 validatorCount)
ExecutionLayerRewardsReceived(uint256 amount)
Initialized(uint8 version)
Paused(address account)
ReceivedExcessEthFromPool(uint8 indexed poolId)
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)
TransferredETHToUserWithdrawManager(uint256 amount)
Unpaused(address account)
UpdatedExcessETHDepositCoolDown(uint256 excessETHDepositCoolDown)
UpdatedStaderConfig(address staderConfig)
WithdrawVaultUserShareReceived(uint256 amount)
constructor()
fallback()
receive()
CallerNotManager()
CallerNotStaderContract()
CooldownNotComplete()
InsufficientBalance()
InvalidDepositAmount()
PoolIdDoesNotExit()
TransferFailed()
UnsupportedOperation()
UnsupportedOperationInSafeMode()
ZeroAddress()