TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 9,025 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 49 additional slots
-
variable spans 48 additional slots
0x0c43…7060
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155533 | 7 hours ago | | | 0 | 0.0042597520 | |
| 21154011 | 12 hours ago | | | 0 | 0.0045987994 | |
| 21153516 | 14 hours ago | | | 0 | 0.0050289357 | |
| 21153319 | 14 hours ago | | | 0 | 0.0039571063 | |
| 21153239 | 15 hours ago | | | 0 | 0.0045475097 | |
| 21152845 | 16 hours ago | | | 0 | 0.0031084627 | |
| 21151160 | a day ago | | | 0 | 0.0035852205 | |
| 21150950 | a day ago | | | 0 | 0.0038296028 | |
| 21150840 | a day ago | | | 0 | 0.0048194344 | |
| 21150111 | a day ago | | | 0 | 0.0033718239 |
ABI
ABI objects
Getter at block 21157624
beaconChainETHStrategy() view returns (address)
0xbeac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0
delegationManager() view returns (address)
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a
eigenPodBeacon() view returns (address)
0x5a2a4f2f3c18f09179b6703e63d9edd165909073
ethPOS() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
numPods() view returns (uint256)
32487
owner() view returns (address)
0x369e6f597e22eab55ffb173c6d9cd234bd699111
paused() view returns (uint256)
0
pauserRegistry() view returns (address)
0x0c431c66f4de941d089625e5b423d00707977060
slasher() view returns (address)
0xd92145c07f8ed1d392c1b88017934e301cc1c3cd
strategyManager() view returns (address)
0x858646372cc42e1a627fce94aa7a7033e7cf075a
Read-only
getPod(address podOwner) view returns (address)
hasPod(address podOwner) view returns (bool)
ownerToPod(address) view returns (address)
paused(uint8 index) view returns (bool)
podOwnerShares(address) view returns (int256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addShares(address podOwner, uint256 shares) returns (uint256)
createPod() returns (address)
initialize(address initialOwner, address _pauserRegistry, uint256 _initPausedStatus)
pause(uint256 newPausedStatus)
pauseAll()
recordBeaconChainETHBalanceUpdate(address podOwner, int256 sharesDelta)
removeShares(address podOwner, uint256 shares)
renounceOwnership()
setPauserRegistry(address newPauserRegistry)
stake(bytes pubkey, bytes signature, bytes32 depositDataRoot) payable
transferOwnership(address newOwner)
unpause(uint256 newPausedStatus)
withdrawSharesAsTokens(address podOwner, address destination, uint256 shares)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BeaconChainETHDeposited(address indexed podOwner, uint256 amount)
BeaconChainETHWithdrawalCompleted(address indexed podOwner, uint256 shares, uint96 nonce, address delegatedAddress, address withdrawer, bytes32 withdrawalRoot)
Initialized(uint8 version)
NewTotalShares(address indexed podOwner, int256 newTotalShares)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address indexed account, uint256 newPausedStatus)
PauserRegistrySet(address pauserRegistry, address newPauserRegistry)
PodDeployed(address indexed eigenPod, address indexed podOwner)
PodSharesUpdated(address indexed podOwner, int256 sharesDelta)
Unpaused(address indexed account, uint256 newPausedStatus)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.