BeaconProxy
Verified contract
Proxy
Active on
Ethereum with 62 txns
Unified storage
The storage layout for this contract could not be retrieved.
Balances ($8,537.40)
Native
Value
$8,537.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.733027 | $3,123.79 |
$8,537.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102836 | 16 days ago | | | 0 | 0.0096041720 | |
| 21102834 | 16 days ago | | | 0 | 0.022577933 | |
| 21102830 | 16 days ago | | | 0 | 0.00072839381 | |
| 20277537 | 4 months ago | | | 0 | 0.0037648021 | |
| 20182999 | 5 months ago | | | 0 | 0.028136174 | |
| 20182998 | 5 months ago | | | 0 | 0.026356937 | |
| 20181014 | 5 months ago | | | 0 | 0.0074573248 | |
| 20181006 | 5 months ago | | | 0 | 0.018727983 | |
| 20181001 | 5 months ago | | | 0 | 0.020871219 | |
| 20171125 | 5 months ago | | | 0 | 0.029979816 |
ABI
ABI objects
Getter at block 21220785
GENESIS_TIME() view returns (uint64)
1606824023
activeValidatorCount() view returns (uint256)
110
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)
1730585219
podOwner() view returns (address)
0xd39aeeb73983e5fbc52b77a3957a48c1eeac8ed7
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address beacon, bytes data)
fallback()
receive()
receive()
This contract contains no error objects.