TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 7,500 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
27 additional
variables
Balances ($132,640.72)
Native
Value
$100,262.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 30.500776 | $3,287.21 |
$100,262.46 | |
uniETH | ERC-20 | 9.159081 | $3,535.10 |
$32,378.27 | |
USDT | ERC-20 | 1.115734M | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245153 | 2 hours ago | | | 0.061056241 | 0.00047733297 | |
| 21244725 | 3 hours ago | | | 0.084887577 | 0.00039969988 | |
| 21244475 | 4 hours ago | | | 0.06319673 | 0.00037586457 | |
| 21243557 | 7 hours ago | | | 0.1812751 | 0.00065184380 | |
| 21243004 | 9 hours ago | | | 0.025558005 | 0.00024417051 | |
| 21242156 | 12 hours ago | | | 0 | 0.0034319016 | |
| 21241638 | 14 hours ago | | | 0 | 0.00054176514 | |
| 21240744 | 17 hours ago | | | 0 | 0.00095260863 | |
| 21240495 | 18 hours ago | | | 0.021151091 | 0.00026885767 | |
| 21240081 | 19 hours ago | | | 0.021194099 | 0.00026365813 |
ABI
ABI objects
Getter at block 21245748 exchangeRatio() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEPOSIT_SIZE() view returns (uint256)
32000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
ORACLE_ROLE() view returns (bytes32)
0x68e79a7bf1e0bc45d0a330c573bc367f9cf464fd326078812f301165fbda4ef1
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
REGISTRY_ROLE() view returns (bytes32)
0xc2979137d1774e40fe2638d355bf7a7b092be4c67f242aad1655e1e27f9df9cc
SAFE_PUSH_REWARDS() view returns (uint256)
30000000000000000000
currentReserve() view returns (uint256)
35458550211350913207104
ethDepositContract() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
getAccountedBalance() view returns (int256)
30084802327171742236
getAccountedManagerRevenue() view returns (uint256)
1133366746258535132
getAccountedUserRevenue() view returns (uint256)
1183742132735390331754
getCurrentDebts() view returns (uint256)
672000000000000000000
getDebtQueue() view returns (uint256 first, uint256 last)
(first=89, last=95)
getMaxToStop() view returns (uint256)
0
getNextValidatorId() view returns (uint256)
2159
getPendingEthers() view returns (uint256)
30084802327171742236
getRecentReceived() view returns (uint256)
0
getRecentStopped() view returns (uint256)
0
getRegisteredValidatorsCount() view returns (uint256)
2377
getReportedValidatorBalance() view returns (uint256)
35232000000000000000000
getReportedValidators() view returns (uint256)
1101
getRewardDebts() view returns (uint256)
987276723711648866886
getStoppedValidatorsCount() view returns (uint256)
1058
getTotalStaked() view returns (uint256)
35904000000000000000000
getVectorClock() view returns (bytes32)
0x3cc3f85944d668fa40e732f7ea20d6075a6f41d70c2eb7b823698c16b16d8b4e
managerFeeShare() view returns (uint256)
100
paused() view returns (bool)
false
redeemContract() view returns (address)
0x98169228cb99ed26c1043ed8ca53a5cb371d3b8d
restakingContract() view returns (address)
0x3f4eaceb930b0edfa78a1dfcbae5c5494e6e9850
withdrawalCredentials() view returns (bytes32)
0x0100000000000000000000004befa2aa9c305238aa3e0b5d17eb20c045269e9d
xETHAddress() view returns (address)
0xf1376bcef0f78459c0ed0ba5ddce976f1ddf51f4
Read-only
checkDebt(uint256 index) view returns (address account, uint256 amount)
debtOf(address account) view returns (uint256)
getRegisteredValidators(uint256 idx_from, uint256 idx_to) view returns (bytes[] pubkeys, bytes[] signatures, bool[] stopped)
getRegisteredValidatorsV2(uint256 idx_from, uint256 idx_to) view returns (bytes[] pubkeys, bytes[] signatures, bool[] stopped, bool[] restaking)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
previewInstantSwap(uint256 tokenAmount) view returns (uint256 maxEthersToSwap, uint256 maxTokensToBurn)
supportsInterface(bytes4 interfaceId) view returns (bool)
validatorRegistry(uint256) view returns (bytes pubkey, bytes signature, bool stopped, bool restaking, uint8 eigenpod)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
grantRole(bytes32 role, address account)
instantSwap(uint256 tokenAmount)
mint(uint256 minToMint, uint256 deadline) payable returns (uint256 minted)
pause()
pushBeacon()
pushBeacon(bytes32 clock, uint256 maxRewards)
redeemFromValidators(uint256 ethersToRedeem, uint256 maxToBurn, uint256 deadline) returns (uint256 burned)
registerRestakingValidators(bytes[] pubkeys, bytes[] signatures)
registerRestakingValidators(bytes[] pubkeys, bytes[] signatures, uint8[] podIds)
registerValidators(bytes[] pubkeys, bytes[] signatures)
renounceRole(bytes32 role, address account)
replaceValidators(bytes[] oldpubkeys, bytes[] pubkeys, bytes[] signatures, bool restaking, uint8[] podIds)
revokeRole(bytes32 role, address account)
setETHDepositContract(address _ethDepositContract)
setManagerFeeShare(uint256 milli)
setWithdrawCredential(bytes32 withdrawalCredentials_)
stake()
syncBalance()
unpause()
validatorStopped(bytes[] _stoppedPubKeys, bytes32 clock)
withdrawManagerFee(address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BalanceSynced(uint256 diff)
DebtQueued(address creditor, uint256 amountEther)
DepositContractSet(address addr)
Initialized(uint8 version)
ManagerAccountSet(address account)
ManagerFeeSet(uint256 milli)
ManagerFeeWithdrawed(uint256 amount, address arg1)
ManagerRevenueCompounded(uint256 amount)
Paused(address account)
RestakingAddressSet(address addr)
RevenueAccounted(uint256 amount)
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)
UserRevenueCompounded(uint256 amount)
ValidatorActivated(uint256 nextValidatorId)
ValidatorSlashedStopped(uint256 stoppedCount)
ValidatorStopped(uint256 stoppedCount)
WhiteListToggle(address account, bool enabled)
WithdrawCredentialSet(bytes32 withdrawCredential)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.