0xc12eaac114e8d5315e97c8b047c895fd83444ea5
Unverified contract
Proxy
Active on
Ethereum with 153 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
Balances ($32,567.58)
Native
Value
$32,567.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.749545 | $3,340.42 |
$32,567.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239919 | 11 hours ago | | | 0.016091431 | 0.00031614601 | |
| 21239117 | 13 hours ago | | | 0.076865072 | 0.00035816948 | |
| 21238839 | 14 hours ago | | | 0.27148699 | 0.00044366332 | |
| 21228025 | 2 days ago | | | 0.026986193 | 0.00034902984 | |
| 21227540 | 2 days ago | | | 0.014153429 | 0.00021382356 | |
| 21226190 | 2 days ago | | | 0.096647986 | 0.00035187424 | |
| 21213692 | 4 days ago | | | 0.077857133 | 0.00032381194 | |
| 21208748 | 5 days ago | | | 0.048936831 | 0.00038134463 | |
| 21206970 | 5 days ago | | | 0.015654641 | 0.00026051285 | |
| 21202349 | 6 days ago | | | 0.04694023 | 0.00036386837 |
ABI
ABI objects
Getter at block 21243085 splitBalanceInExecutionLayer() view returns (uint256 _withdrawalSafe, uint256 _eigenPod, uint256 _delayedWithdrawalRouter) totalBalanceInExecutionLayer() view returns (uint256) withdrawableBalanceInExecutionLayer() view returns (uint256)
DEPRECATED_exitRequestTimestamp() view returns (uint32)
0
DEPRECATED_exitTimestamp() view returns (uint32)
0
DEPRECATED_ipfsHashForEncryptedValidatorKey() view returns (string)
DEPRECATED_localRevenueIndex() view returns (uint256)
0
DEPRECATED_phase() view returns (uint8)
0
DEPRECATED_restakingObservedExitBlock() view returns (uint32)
0
DEPRECATED_stakingStartTimestamp() view returns (uint32)
0
DEPRECATED_vestedAuctionRewards() view returns (uint256)
0
completedWithdrawalFromRestakingInGwei() view returns (uint64)
0
eigenPod() view returns (address)
0x7122b3c2ddc3a683a0983f558928dca564302e2e
etherFiNodesManager() view returns (address)
0x8b71140ad2e5d1e7018d2a7f8a288bd3cd38916f
implementation() view returns (address)
0x942ceddafe32395608f99dea7b6ea8801a8f4748
isRestakingEnabled() view returns (bool)
true
numAssociatedValidators() view returns (uint256)
121
numExitRequestsByTnft() view returns (uint16)
0
numExitedValidators() view returns (uint16)
0
pendingWithdrawalFromRestakingInGwei() view returns (uint64)
0
version() view returns (uint16)
1
Read-only
_getDaysPassedSince(uint32 _startTimestamp, uint32 _endTimestamp) pure returns (uint256)
associatedValidatorIds(uint256) view returns (uint256)
associatedValidatorIndices(uint256) view returns (uint256)
calculateTVL(uint256 _beaconBalance, struct IEtherFiNodesManagerValidatorInfo _info, struct IEtherFiNodesManagerRewardsSplit _SRsplits, bool _onlyWithdrawable) view returns (uint256, uint256, uint256, uint256)
getFullWithdrawalPayouts(struct IEtherFiNodesManagerValidatorInfo _info, struct IEtherFiNodesManagerRewardsSplit _SRsplits) view returns (uint256 toNodeOperator, uint256 toTnft, uint256 toBnft, uint256 toTreasury)
getNonExitPenalty(uint32 _tNftExitRequestTimestamp, uint32 _bNftExitRequestTimestamp) view returns (uint256)
getRewardsPayouts(uint32 _exitRequestTimestamp, struct IEtherFiNodesManagerRewardsSplit _splits) view returns (uint256, uint256, uint256, uint256)
isValidSignature(bytes32 _digestHash, bytes _signature) view returns (bytes4 magicValue)
validatePhaseTransition(uint8 _currentPhase, uint8 _newPhase) pure returns (bool)
State-modifying
Events DEPRECATED_claimDelayedWithdrawalRouterWithdrawals()
callEigenPod(bytes _data) returns (bytes)
completeQueuedWithdrawal(struct IDelegationManagerWithdrawal withdrawals, uint256 middlewareTimesIndexes, bool _receiveAsTokens)
completeQueuedWithdrawals(struct IDelegationManagerWithdrawal[] withdrawals, uint256[] middlewareTimesIndexes, bool _receiveAsTokens)
createEigenPod()
forwardCall(address _to, bytes _data) returns (bytes)
initialize(address _etherFiNodesManager)
migrateVersion(uint256 _validatorId, struct IEtherFiNodesManagerValidatorInfo _info)
moveFundsToManager(uint256 _amount)
processFullWithdraw(uint256 _validatorId)
processNodeExit(uint256 _validatorId) returns (bytes32[] fullWithdrawalRoots)
queueEigenpodFullWithdrawal() returns (bytes32[] fullWithdrawalRoots)
registerValidator(uint256 _validatorId, bool _enableRestaking)
setProofSubmitter(address _newProofSubmitter)
startCheckpoint(bool _revertIfNoBalance)
unRegisterValidator(uint256 _validatorId, struct IEtherFiNodesManagerValidatorInfo _info) returns (bool)
updateNumExitRequests(uint16 _up, uint16 _down)
updateNumExitedValidators(uint16 _up, uint16 _down)
updateNumberOfAssociatedValidators(uint16 _up, uint16 _down)
withdrawFunds(address _treasury, uint256 _treasuryAmount, address _operator, uint256 _operatorAmount, address _tnftHolder, uint256 _tnftAmount, address _bnftHolder, uint256 _bnftAmount)
EigenPodCreated(address indexed nodeAddress, address indexed podAddress)
This contract contains no constructor objects.
receive()
CallFailed(bytes data)