BeaconProxy
Verified contract
Proxy
Active on
Ethereum with 0 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
-
variable spans 48 additional slots
-
variable spans 43 additional slots
Balances ($0.00)
No balances found for "BeaconProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BeaconProxy"
ABI
ABI objects
Getter at block 21100849 MAX_RESTAKED_BALANCE_GWEI_PER_VALIDATOR() view returns (uint64) delayedWithdrawalRouter() view returns (address) hasRestaked() view returns (bool) mostRecentWithdrawalTimestamp() view returns (uint64) nonBeaconChainETHBalanceWei() view returns (uint256) sumOfPartialWithdrawalsClaimedGwei() view returns (uint64)
GENESIS_TIME() view returns (uint64)
1606824023
eigenPodManager() view returns (address)
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338
ethPOS() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
podOwner() view returns (address)
0xb9e6d511497fae0946d0ac0f4d8eb616ef2dd0b4
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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 beacon, bytes data)
fallback()
receive()
receive()
This contract contains no error objects.