TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum
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
-
variable spans 48 additional slots
0x0c43…7060
-
variable spans 47 additional slots
-
variable spans 38 additional slots
2 additional
variables
Balances ($3,453.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 1.028199 | $3,203.89 |
$3,294.24 | |
cbETH | ERC-20 | 0.032911 | $3,470.79 |
$114.23 | |
rETH | ERC-20 | 0.0125 | $3,581.93 |
$44.77 | |
TTT | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157793 | 11 minutes ago | | | 0 | 0.0038493897 | |
| 21157728 | 24 minutes ago | | | 0 | 0.0025156035 | |
| 21157503 | an hour ago | | | 0 | 0.0051607497 | |
| 21157496 | an hour ago | | | 0 | 0.0039874575 | |
| 21157422 | an hour ago | | | 0 | 0.0029784273 | |
| 21157191 | 2 hours ago | | | 0 | 0.0032006091 | |
| 21157014 | 3 hours ago | | | 0 | 0.0032254507 | |
| 21156781 | 4 hours ago | | | 0 | 0.0026219549 | |
| 21156763 | 4 hours ago | | | 0 | 0.0019821334 | |
| 21156737 | 4 hours ago | | | 0 | 0.0021810906 |
ABI
ABI objects
Getter at block 21157848
DEPOSIT_TYPEHASH() view returns (bytes32)
0x4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea9224
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
delegation() view returns (address)
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a
domainSeparator() view returns (bytes32)
0xdaba058ab21f198a04ec80cf0d39f943660a92a99bda5de5016f923f7e4962ef
eigenPodManager() view returns (address)
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338
owner() view returns (address)
0x369e6f597e22eab55ffb173c6d9cd234bd699111
paused() view returns (uint256)
0
pauserRegistry() view returns (address)
0x0c431c66f4de941d089625e5b423d00707977060
slasher() view returns (address)
0xd92145c07f8ed1d392c1b88017934e301cc1c3cd
strategyWhitelister() view returns (address)
0x5e4c39ad7a3e881585e383db9827eb4811f6f647
Read-only
calculateWithdrawalRoot(struct IStrategyManagerDeprecatedStruct_QueuedWithdrawal queuedWithdrawal) pure returns (bytes32)
getDeposits(address staker) view returns (address[], uint256[])
nonces(address) view returns (uint256)
paused(uint8 index) view returns (bool)
stakerStrategyList(address, uint256) view returns (address)
stakerStrategyListLength(address staker) view returns (uint256)
stakerStrategyShares(address, address) view returns (uint256)
strategyIsWhitelistedForDeposit(address) view returns (bool)
thirdPartyTransfersForbidden(address) view returns (bool)
withdrawalRootPending(bytes32) view returns (bool)
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 staker, address token, address strategy, uint256 shares)
addStrategiesToDepositWhitelist(address[] strategiesToWhitelist, bool[] thirdPartyTransfersForbiddenValues)
depositIntoStrategy(address strategy, address token, uint256 amount) returns (uint256 shares)
depositIntoStrategyWithSignature(address strategy, address token, uint256 amount, address staker, uint256 expiry, bytes signature) returns (uint256 shares)
initialize(address initialOwner, address initialStrategyWhitelister, address _pauserRegistry, uint256 initialPausedStatus)
migrateQueuedWithdrawal(struct IStrategyManagerDeprecatedStruct_QueuedWithdrawal queuedWithdrawal) returns (bool, bytes32)
pause(uint256 newPausedStatus)
pauseAll()
removeShares(address staker, address strategy, uint256 shares)
removeStrategiesFromDepositWhitelist(address[] strategiesToRemoveFromWhitelist)
renounceOwnership()
setPauserRegistry(address newPauserRegistry)
setStrategyWhitelister(address newStrategyWhitelister)
setThirdPartyTransfersForbidden(address strategy, bool value)
transferOwnership(address newOwner)
unpause(uint256 newPausedStatus)
withdrawSharesAsTokens(address recipient, address strategy, uint256 shares, address token)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address staker, address token, address strategy, uint256 shares)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address indexed account, uint256 newPausedStatus)
PauserRegistrySet(address pauserRegistry, address newPauserRegistry)
StrategyAddedToDepositWhitelist(address strategy)
StrategyRemovedFromDepositWhitelist(address strategy)
StrategyWhitelisterChanged(address previousAddress, address newAddress)
Unpaused(address indexed account, uint256 newPausedStatus)
UpdatedThirdPartyTransfersForbidden(address strategy, bool value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.