TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 34,976 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 ($21,317,843.15)
Native
Value
$21,317,843.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.386852K | $3,337.77 |
$21,317,843.15 | |
HQG | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240245 | an hour ago | | | 0.4 | 0.0018619880 | |
| 21240193 | an hour ago | | | 0.1 | 0.0023086193 | |
| 21240133 | an hour ago | | | 0.01770981 | 0.0017315073 | |
| 21240047 | 2 hours ago | | | 1.0127619 | 0.0018672002 | |
| 21240001 | 2 hours ago | | | 0.0544091 | 0.0011066809 | |
| 21239972 | 2 hours ago | | | 0.0288 | 0.0015057708 | |
| 21239917 | 2 hours ago | | | 10 | 0.0018809706 | |
| 21239667 | 3 hours ago | | | 1.03 | 0.0025349634 | |
| 21239487 | 3 hours ago | | | 0.1816 | 0.0016509596 | |
| 21239431 | 4 hours ago | | | 0.13337904 | 0.0022908303 |
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)
21600000
lastExcessETHDepositBlock() view returns (uint256)
17565295
paused() view returns (bool)
false
staderConfig() view returns (address)
0x4abef2263d5a5ed582fc9a9789a41d85b68d69db
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
CallerNotManager()
CallerNotStaderContract()
CooldownNotComplete()
InsufficientBalance()
InvalidDepositAmount()
PoolIdDoesNotExit()
TransferFailed()
UnsupportedOperation()
UnsupportedOperationInSafeMode()
ZeroAddress()