TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,252 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
0x7965…333f
0x91e6…a338
0x8d0b…7258
0xc94c…0936
Balances ($2,269,829.22)
Native
Value
$2,269,829.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 675.170656 | $3,361.86 |
$2,269,829.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270798 | an hour ago | | | 0.13044211 | 0.00033784573 | |
| 21270001 | 4 hours ago | | | 0.054373796 | 0.00020253285 | |
| 21268652 | 8 hours ago | | | 0.022319336 | 0.00020418012 | |
| 21267754 | 11 hours ago | | | 0.071077394 | 0.00023012665 | |
| 21267480 | 12 hours ago | | | 0.64787415 | 0.00023448202 | |
| 21267477 | 12 hours ago | | | 0.048560453 | 0.00021522274 | |
| 21267449 | 12 hours ago | | | 0.017814393 | 0.00025187669 | |
| 21267149 | 14 hours ago | | | 0.085402208 | 0.00054614820 | |
| 21266872 | 14 hours ago | | | 0.026186339 | 0.00050829359 | |
| 21266391 | 16 hours ago | | | 0.048540084 | 0.00048718930 |
ABI
ABI objects
Getter at block 21271173
AccessControlManager() view returns (address)
0x796592b2092f7e150c48643da19dd2f28be3333f
DEPOSIT_CONTRACT() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
EigenPodManager() view returns (address)
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338
eigenLayerManager() view returns (address)
0xc94cffd5249df4008a043ee61e13f19af16d0936
eigenPodDeprecated() view returns (address)
0x8d0b4dfccc8b2a268486d9754b135d8ad1ee7258
generateWithdrawalCredentialsForEigenPod() view returns (bytes)
0x0100000000000000000000008d0b4dfccc8b2a268486d9754b135d8ad1ee7258
Read-only
exchangeRateProviders(address) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
completeQueuedWithdrawal(struct IDelegationManagerWithdrawal _withdrawal, address[] _tokens, uint256 _middlewareTimesIndex, bool _receiveAsTokens)
depositLST(address _token, uint256 _amount, uint256 _minRswETH)
initialize(address _accessControlManager, address _eigenManager)
queueWithdrawals(struct IDelegationManagerQueuedWithdrawalParams[] queuedWithdrawalParams)
setEigenLayerManager(address _eigenLayerManager)
setExchangeRateProvider(address _token, address _exchangeRateProvider)
setupValidators(bytes[] _pubKeys, bytes32 _depositRoot)
startCheckpoint()
transferETHForEigenLayerDeposits(bytes[] _pubKeys, bytes32 _depositDataRoot) returns (struct INodeOperatorRegistryValidatorDetails[])
transferETHForWithdrawRequests(uint256 _amount)
transferTokenForDepositIntoStrategy(address _token, uint256 _amount, address _stakerProxyAddress)
withdrawERC20(address _token)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ETHReceived(address indexed from, uint256 amount)
EigenLayerManagerSet(address eigenLayerManager)
EthSent(address indexed to, uint256 amount)
ExchangeRateProviderSet(address indexed token, address indexed exchangeRateProvider)
Initialized(uint8 version)
LSTDeposited(address indexed token, uint256 tokenAmount)
ValidatorsSetup(bytes[] pubKeys)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
BotMethodsPaused()
CannotBeZeroAddress()
CannotDepositZero()
EigenPodNotCreated()
InsufficientETHBalance()
InvalidDepositDataRoot()
InvalidETHWithdrawCaller()
InvalidMethodCall()
NoPubKeysProvided()
NoRateProviderSet()
NoTokensToWithdraw()
NotInWhitelist()
OnlyEigenLayerManagerCanWithdrawETH()
OnlyEigenLayerManagerCanWithdrawTokens()
OnlyRswEXITCanWithdrawETH()
OperatorNotVerified()