DepositManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DepositManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DepositManager"
ABI
ABI objects
Getter at block 21157448
AccessControlManager() view returns (address)
0x0000000000000000000000000000000000000000
DepositContract() view returns (address)
0x0000000000000000000000000000000000000000
getWithdrawalCredentials() view returns (bytes withdrawalCredentials)
0x010000000000000000000000eee6207d514c2845394b5f4b9f12b6d155f4524b
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize(address _accessControlManager)
setupValidators(bytes[] _pubKeys, bytes32 _depositDataRoot)
transferETHForWithdrawRequests(uint256 _amount)
withdrawERC20(address _token)
ETHReceived(address indexed from, uint256 amount)
EthSent(address indexed to, uint256 amount)
Initialized(uint8 version)
ValidatorsSetup(bytes[] pubKeys)
constructor()
fallback()
receive()
BotMethodsPaused()
CannotBeZeroAddress()
InsufficientETHBalance()
InvalidDepositDataRoot()
InvalidMethodCall()
NoPubKeysProvided()
NoTokensToWithdraw()
OnlySwEXITCanWithdrawETH()