DepositManager

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf0e6c46b at 19365353
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DepositManager"

No transactions found for "DepositManager"


Functions
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
initialize(address _accessControlManager
setupValidators(bytes[] _pubKeysbytes32 _depositDataRoot
transferETHForWithdrawRequests(uint256 _amount
withdrawERC20(address _token
Events
ETHReceived(address indexed fromuint256 amount
EthSent(address indexed touint256 amount
Initialized(uint8 version
ValidatorsSetup(bytes[] pubKeys
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
BotMethodsPaused(
CannotBeZeroAddress(
InsufficientETHBalance(
InvalidDepositDataRoot(
InvalidMethodCall(
NoPubKeysProvided(
NoTokensToWithdraw(
OnlySwEXITCanWithdrawETH(