StrategyManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
18
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
-
variable spans 47 additional slots
-
variable spans 38 additional slots
Balances ($0.00)
No balances found for "StrategyManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StrategyManager"
ABI
ABI objects
Getter at block 21244810
DEPOSIT_TYPEHASH() view returns (bytes32)
0x4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea9224
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
delegation() view returns (address)
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a
domainSeparator() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
eigenPodManager() view returns (address)
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (uint256)
0
pauserRegistry() view returns (address)
0x0000000000000000000000000000000000000000
slasher() view returns (address)
0xd92145c07f8ed1d392c1b88017934e301cc1c3cd
strategyWhitelister() view returns (address)
0x0000000000000000000000000000000000000000
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 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)
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 _delegation, address _eigenPodManager, address _slasher)
This contract contains no fallback and receive objects.
This contract contains no error objects.