EigenPod
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
48
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 43 additional slots
Balances ($0.00)
No balances found for "EigenPod"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EigenPod"
ABI
ABI objects
Getter at block 21124399
GENESIS_TIME() view returns (uint64)
1606824023
MAX_RESTAKED_BALANCE_GWEI_PER_VALIDATOR() view returns (uint64)
32000000000
delayedWithdrawalRouter() view returns (address)
0x7fe7e9cc0f274d2435ad5d56d5fa73e47f6a23d8
eigenPodManager() view returns (address)
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338
ethPOS() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
hasRestaked() view returns (bool)
false
mostRecentWithdrawalTimestamp() view returns (uint64)
0
nonBeaconChainETHBalanceWei() view returns (uint256)
0
podOwner() view returns (address)
0x0000000000000000000000000000000000000000
sumOfPartialWithdrawalsClaimedGwei() view returns (uint64)
0
withdrawableRestakedExecutionLayerGwei() view returns (uint64)
0
Read-only
provenWithdrawal(bytes32, uint64) view returns (bool)
validatorPubkeyHashToInfo(bytes32 validatorPubkeyHash) view returns (struct IEigenPodValidatorInfo)
validatorPubkeyToInfo(bytes validatorPubkey) view returns (struct IEigenPodValidatorInfo)
validatorStatus(bytes validatorPubkey) view returns (uint8)
validatorStatus(bytes32 pubkeyHash) view returns (uint8)
State-modifying
Events activateRestaking()
initialize(address _podOwner)
recoverTokens(address[] tokenList, uint256[] amountsToWithdraw, address recipient)
stake(bytes pubkey, bytes signature, bytes32 depositDataRoot) payable
verifyAndProcessWithdrawals(uint64 oracleTimestamp, struct BeaconChainProofsStateRootProof stateRootProof, struct BeaconChainProofsWithdrawalProof[] withdrawalProofs, bytes[] validatorFieldsProofs, bytes32[][] validatorFields, bytes32[][] withdrawalFields)
verifyBalanceUpdates(uint64 oracleTimestamp, uint40[] validatorIndices, struct BeaconChainProofsStateRootProof stateRootProof, bytes[] validatorFieldsProofs, bytes32[][] validatorFields)
verifyWithdrawalCredentials(uint64 oracleTimestamp, struct BeaconChainProofsStateRootProof stateRootProof, uint40[] validatorIndices, bytes[] validatorFieldsProofs, bytes32[][] validatorFields)
withdrawBeforeRestaking()
withdrawNonBeaconChainETHBalanceWei(address recipient, uint256 amountToWithdraw)
withdrawRestakedBeaconChainETH(address recipient, uint256 amountWei)
EigenPodStaked(bytes pubkey)
FullWithdrawalRedeemed(uint40 validatorIndex, uint64 withdrawalTimestamp, address indexed recipient, uint64 withdrawalAmountGwei)
Initialized(uint8 version)
NonBeaconChainETHReceived(uint256 amountReceived)
NonBeaconChainETHWithdrawn(address indexed recipient, uint256 amountWithdrawn)
PartialWithdrawalRedeemed(uint40 validatorIndex, uint64 withdrawalTimestamp, address indexed recipient, uint64 partialWithdrawalAmountGwei)
RestakedBeaconChainETHWithdrawn(address indexed recipient, uint256 amount)
RestakingActivated(address indexed podOwner)
ValidatorBalanceUpdated(uint40 validatorIndex, uint64 balanceTimestamp, uint64 newValidatorBalanceGwei)
ValidatorRestaked(uint40 validatorIndex)
constructor(address _ethPOS, address _delayedWithdrawalRouter, address _eigenPodManager, uint64 _MAX_RESTAKED_BALANCE_GWEI_PER_VALIDATOR, uint64 _GENESIS_TIME)
receive()
This contract contains no error objects.