TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 191 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
0x947c…5ec7
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xda3a…f50d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 0 | $3,089.20 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184279 | 3 days ago | | | 0 | 0.0057581535 | |
| 21126238 | 12 days ago | | | 0 | 0.0076716089 | |
| 21119074 | 13 days ago | | | 0 | 0.0010941429 | |
| 21068818 | 20 days ago | | | 0 | 0.0024025730 | |
| 21061659 | 21 days ago | | | 0 | 0.0015728743 | |
| 20990071 | a month ago | | | 0 | 0.0059047902 | |
| 20968591 | a month ago | | | 0 | 0.0035327522 | |
| 20961440 | a month ago | | | 0 | 0.0029971757 | |
| 20954295 | a month ago | | | 0 | 0.0023431468 | |
| 20932730 | a month ago | | | 0 | 0.0026395817 |
ABI
ABI objects
Getter at block 21209139 elOperatorDelegatedTo() view returns (address) getEffectivePodShares() view returns (int256 ethStaked) hasAllWithdrawalsAccounted() view returns (bool)
eigenPod() view returns (address)
0xda3a73f0e56b6f97204031f278f43d2175b6f50d
lrtConfig() view returns (address)
0x947cb49334e6571ccbfef1f1f1178d8469d65ec7
paused() view returns (bool)
false
stakedButUnverifiedNativeETH() view returns (uint256)
0
Read-only
getAssetBalance(address asset) view returns (uint256)
State-modifying
Events completeUnstaking(struct IDelegationManagerWithdrawal withdrawal, address[] assets, uint256 middlewareTimesIndex)
completeUnstaking(struct IDelegationManagerWithdrawal withdrawal, address[] assets, uint256 middlewareTimesIndex, bool receiveAsTokens)
createEigenPod()
delegateTo(address elOperator, struct ISignatureUtilsSignatureWithExpiry approverSignatureAndExpiry, bytes32 approverSalt)
depositAssetIntoStrategy(address asset)
increaseLastNonce()
initialize(address lrtConfigAddr)
initiateUnstaking(address[] strategies, uint256[] shares) returns (bytes32 withdrawalRoot)
maxApproveToEigenStrategyManager(address asset)
pause()
processClaim(struct IRewardsCoordinatorRewardsMerkleClaim claim)
sendETHFromDepositPoolToNDC() payable
sendETHFromUnstakingVaultToNDC() payable
stake32Eth(bytes pubkey, bytes signature, bytes32 depositDataRoot)
stake32EthValidated(bytes pubkey, bytes signature, bytes32 depositDataRoot, bytes32 expectedDepositRoot)
startCheckpoint(bool revertIfNoBalance)
transferBackToLRTDepositPool(address asset, uint256 amount)
transferETHToLRTUnstakingVault(uint256 amount)
undelegate()
unpause()
verifyWithdrawalCredentials(uint64 beaconTimestamp, struct BeaconChainProofsStateRootProof stateRootProof, uint40[] validatorIndices, bytes[] validatorFieldsProofs, bytes32[][] validatorFields)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AssetDepositIntoStrategy(address indexed asset, address indexed strategy, uint256 depositAmount)
ETHDepositFromDepositPool(uint256 depositAmount)
ETHDepositFromUnstakingVault(uint256 depositAmount)
ETHReceived(address indexed sender, uint256 amount)
ETHStaked(bytes valPubKey, uint256 amount)
EigenLayerWithdrawalCompleted(address indexed depositor, uint256 nonce, address indexed caller)
EigenPodCreated(address indexed eigenPod, address indexed podOwner)
ElSharesDelegated(address indexed elOperator)
EthTransferred(address to, uint256 amount)
ExtraStakeReceived(uint256 amount)
Initialized(uint8 version)
Paused(address account)
Undelegated()
Unpaused(address account)
UpdatedLRTConfig(address indexed lrtConfig)
WithdrawalQueued(uint256 nonce, address withdrawer, bytes32[] withdrawalRoots)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
AssetNotSupported()
CallerNotLRTConfigAdmin()
CallerNotLRTConfigManager()
CallerNotLRTConfigOperator()
CallerNotLRTUnstakingVault()
ForcedOperatorUndelegation()
InvalidDepositRoot(bytes32 expectedDepositRoot, bytes32 actualDepositRoot)
InvalidETHSender()
InvalidWithdrawalData()
PubkeyAlreadyRegistered()
StrategyIsNotSetForAsset()
ZeroAddressNotAllowed()