This contract is being backfilled. You may encounter incomplete storage history.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 33,002 txns
Deployed by via 0x6b32418b at 17416153
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 $174,185.18
ERC-20
--
0x3e62cd2ba82adb673444915c14ded5cf9ea1e25774d51258b07a76bb34128b5b
0xe7ed364eb1fbf55193deb9d6e272979436c6c01514df60b71029aa8ca4914995
0x4e37ca8e00225fd55af4e02e65e4f04d555d0817c5510d28b18bec8b54f9a51c
0x2f843e1a66c37d62f95d356a1e57cc8f650c02edd7da64419a363a499b6c644f
0x702dd37fc5b4ac8813a2519662725e8073a2368b3345c4e755eecde75f7eef63
0x88b7c5795294c9706652e4dc39d65ccbafb5e8d2be24a8aac082eb2e2eb2c0ee
0x5607c5b3128adee172e39169f6a345f6fe08b70dbfeca3dafb70ca66b1c869ca
0xe7a44da73dfdf25b5a2be8aef8133be667a602f299ae8a1ad8c1abdb5e3ed3b9
0xb5de722e5a8e0379aa4e8541a7f83e58f5e20a4972d46193214f23340af49a50
0xa5dd03bd1ddadde746eda4972ee6506c8067ccdf96c76f2e46dd7a6d189941a3

Functions
Getter at block 20793043
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
excessETHDepositCoolDown(view returns (uint256)
21600000
 
getExchangeRate(view returns (uint256)
 
isVaultHealthy(view returns (bool)
lastExcessETHDepositBlock(view returns (uint256)
17565295
 
maxDeposit(view returns (uint256)
 
minDeposit(view returns (uint256)
paused(view returns (bool)
false
staderConfig(view returns (address)
0x4abef2263d5a5ed582fc9a9789a41d85b68d69db
 
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)
deposit(address _receiverstring _referralIdpayable returns (uint256 _shares)
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AuctionedEthReceived(uint256 amount
DepositReferral(address indexed calleraddress indexed owneruint256 assetsuint256 sharesstring referralId
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors
CallerNotManager(
CallerNotStaderContract(
CooldownNotComplete(
InsufficientBalance(
InvalidDepositAmount(
PoolIdDoesNotExit(
TransferFailed(
UnsupportedOperation(
UnsupportedOperationInSafeMode(
ZeroAddress(