0x5a262912d0514f9e227e3f6c4d0f84832b039b6e
Verified contract
Proxy
Active on
Ethereum with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 1 additional slot
-
variable spans 35 additional slots
Balances ($7,799.40)
Native
Value
$7,799.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.501018 | $3,118.49 |
$7,799.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20847876 | 2 months ago | | | 0 | 0.010583015 | |
| 20847873 | 2 months ago | | | 0 | 0.044890173 | |
| 20847860 | 2 months ago | | | 0 | 0.00047387673 | |
| 20847860 | 2 months ago | | | 0 | 0.0013047534 | |
| 19639645 | 7 months ago | | | 0 | 0.043487100 | |
| 19639644 | 7 months ago | | | 0 | 0.040890187 | |
| 19639639 | 7 months ago | | | 0 | 0.037909502 | |
| 19639636 | 7 months ago | | | 0 | 0.043788027 | |
| 19623381 | 7 months ago | | | 0 | 0.0021895662 |
ABI
ABI objects
Getter at block 21211377
GENESIS_TIME() view returns (uint64)
1606824023
activeValidatorCount() view returns (uint256)
100
currentCheckpoint() view returns (struct IEigenPodCheckpoint)
(0x0000000000000000000000000000000000000000000000000000000000000000, 0, 0, 0)
currentCheckpointTimestamp() view returns (uint64)
0
eigenPodManager() view returns (address)
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338
ethPOS() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
lastCheckpointTimestamp() view returns (uint64)
1727511167
podOwner() view returns (address)
0x345834da38a13ba5b9f4ddd2288e0b98c662fb95
proofSubmitter() view returns (address)
0x0000000000000000000000000000000000000000
withdrawableRestakedExecutionLayerGwei() view returns (uint64)
0
Read-only
checkpointBalanceExitedGwei(uint64) view returns (uint64)
getParentBlockRoot(uint64 timestamp) view returns (bytes32)
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 initialize(address _podOwner)
recoverTokens(address[] tokenList, uint256[] amountsToWithdraw, address recipient)
setProofSubmitter(address newProofSubmitter)
stake(bytes pubkey, bytes signature, bytes32 depositDataRoot) payable
startCheckpoint(bool revertIfNoBalance)
verifyCheckpointProofs(struct BeaconChainProofsBalanceContainerProof balanceContainerProof, struct BeaconChainProofsBalanceProof[] proofs)
verifyStaleBalance(uint64 beaconTimestamp, struct BeaconChainProofsStateRootProof stateRootProof, struct BeaconChainProofsValidatorProof proof)
verifyWithdrawalCredentials(uint64 beaconTimestamp, struct BeaconChainProofsStateRootProof stateRootProof, uint40[] validatorIndices, bytes[] validatorFieldsProofs, bytes32[][] validatorFields)
withdrawRestakedBeaconChainETH(address recipient, uint256 amountWei)
CheckpointCreated(uint64 indexed checkpointTimestamp, bytes32 indexed beaconBlockRoot, uint256 validatorCount)
CheckpointFinalized(uint64 indexed checkpointTimestamp, int256 totalShareDeltaWei)
EigenPodStaked(bytes pubkey)
Initialized(uint8 version)
NonBeaconChainETHReceived(uint256 amountReceived)
ProofSubmitterUpdated(address prevProofSubmitter, address newProofSubmitter)
RestakedBeaconChainETHWithdrawn(address indexed recipient, uint256 amount)
ValidatorBalanceUpdated(uint40 validatorIndex, uint64 balanceTimestamp, uint64 newValidatorBalanceGwei)
ValidatorCheckpointed(uint64 indexed checkpointTimestamp, uint40 indexed validatorIndex)
ValidatorRestaked(uint40 validatorIndex)
ValidatorWithdrawn(uint64 indexed checkpointTimestamp, uint40 indexed validatorIndex)
This contract contains no constructor objects.
receive()
This contract contains no error objects.