TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 202 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
0x20b7…7cab
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xf716…5965
Balances ($3,170.77)
Native
Value
$3,070.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.96 | $3,198.31 |
$3,070.38 | |
OETH | ERC-20 | 0.021206 | $3,199.26 |
$67.84 | |
osETH | ERC-20 | 0.009827 | $3,312.62 |
$32.55 | |
stETH | ERC-20 | 0 | $3,201.19 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156163 | 17 hours ago | | | 0 | 0.0020865264 | |
| 21153019 | a day ago | | | 0 | 0.0018386511 | |
| 21148332 | 2 days ago | | | 0 | 0.0015825499 | |
| 21141753 | 3 days ago | | | 0 | 0.0014569608 | |
| 21102872 | 8 days ago | | | 0 | 0.00065360647 | |
| 21101587 | 8 days ago | | | 0 | 0.0012602139 | |
| 21098011 | 9 days ago | | | 0 | 0.00084021443 | |
| 21098009 | 9 days ago | | | 0 | 0.00068224315 | |
| 21034145 | 18 days ago | | | 0 | 0.0015775208 | |
| 21034135 | 18 days ago | | | 0 | 0.0015168705 |
ABI
ABI objects
Getter at block 21161340 getAssetBalances() view returns (address[] assets, uint256[] assetBalances) getEthBalance() view returns (uint256)
delegateAddress() view returns (address)
0x187de4deb9495ec15a5dff5c4f131d29dd18fbac
eigenPod() view returns (address)
0xf71649551253943fb92cf16cc5c0b23572285965
eigenpieConfig() view returns (address)
0x20b70e4a1883b81429533fed944d7957121c7cab
getEigenPod() view returns (address)
0xf71649551253943fb92cf16cc5c0b23572285965
paused() view returns (bool)
false
stakedButNotVerifiedEth() view returns (uint256)
64000000000000000000
Read-only
adminGasSpentInWei(address) view returns (uint256)
getAssetBalance(address asset) view returns (uint256)
State-modifying
Events addProofSubmitter(address _newProofSubmitter)
bulkExitValidator(bytes[] publicKeys, uint64[] operatorIds)
bulkRegisterValidator(bytes[] publicKeys, uint64[] operatorIds, bytes[] sharesData, uint256 amount, struct ISSVNetworkCoreCluster cluster)
bulkRemoveValidator(bytes[] publicKeys, uint64[] operatorIds, struct ISSVNetworkCoreCluster cluster)
completeAssetWithdrawalFromEigenLayer(struct IDelegationManagerWithdrawal withdrawal, address[] tokens, uint256 middlewareTimesIndex, bool receiveAsTokens)
createEigenPod()
deposit(uint64[] operatorIds, uint256 amount, struct ISSVNetworkCoreCluster cluster)
depositAssetIntoStrategy(address asset)
initialize(address eigenpieConfigAddr)
maxApproveToEigenStrategyManager(address asset)
pause()
queueWithdrawalToEigenLayer(address[] assets, uint256[] amounts)
setDelegateAddress(address _delegateAddress, struct ISignatureUtilsSignatureWithExpiry approverSignatureAndExpiry, bytes32 approverSalt)
setFeeRecipientAddress(address feeRecipientAddress)
setupSSVNetwork(struct INodeDelegatorDepositData depositData, struct INodeDelegatorSSVPayload ssvPayload) payable
setupValidators(struct INodeDelegatorDepositData depositData) payable
startCheckpointForValidators()
transferAssetToEigenStaking(address asset, uint256 amount)
unpause()
updateEigenpieConfig(address eigenpieConfigAddr)
verifyCheckpointProofs(struct BeaconChainProofsBalanceContainerProof balanceContainerProof, struct BeaconChainProofsBalanceProof[] proofs)
verifyWithdrawalCredentials(uint64 beaconTimestamp, struct BeaconChainProofsStateRootProof stateRootProof, uint40[] validatorIndices, bytes[] validatorFieldsProofs, bytes32[][] validatorFields)
withdraw(uint64[] operatorIds, uint256 tokenAmount, struct ISSVNetworkCoreCluster cluster)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AssetDepositIntoStrategy(address indexed asset, address indexed strategy, uint256 depositAmount)
DelegationAddressUpdated(address delegate)
EigenPodCreated(address indexed createdEigenPod)
GasRefunded(address indexed receiver, uint256 gasRefund)
GasSpent(address indexed spender, uint256 gasUsed)
Initialized(uint8 version)
NewProofSubmitter(address indexed oldProofSubmitter, address indexed _newProofSubmitter)
Paused(address account)
RewardsForwarded(address indexed destinatino, uint256 amount)
Unpaused(address account)
UpdatedEigenpieConfig(address indexed eigenpieConfig)
WithdrawalQueuedToEigenLayer(bytes32[] withdrawalRoot, address[] strategies, address[] assets, uint256[] withdrawalAmounts, uint256 startBlock)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
AssetNotSupported()
AtLeastOneValidator()
CallerNotEigenpieConfigAdmin()
CallerNotEigenpieConfigAllowedBot()
CallerNotEigenpieConfigManager()
DelegateAddressAlreadySet()
EigenPodExisted()
InvalidAmount()
InvalidCall()
InvalidCaller()
MaxValidatorsInput()
NoPubKeysProvided()
PublicKeyNotMatch()
SignaturesNotMatch()
StrategyIsNotSetForAsset()
TokenTransferFailed()
ZeroAddressNotAllowed()