WithdrawalVault

Verified contract

Implementation

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

No balances found for "WithdrawalVault"

No transactions found for "WithdrawalVault"


Functions
Getter at block 21315257
LIDO(view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
TREASURY(view returns (address)
0x3e40d73eb977dc6a537af587d48316fee66e9c8c
getContractVersion(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only

This contract contains no read-only function objects.

State-modifying
initialize(
recoverERC20(address _tokenuint256 _amount
recoverERC721(address _tokenuint256 _tokenId
withdrawWithdrawals(uint256 _amount
Events
ContractVersionSet(uint256 version
ERC20Recovered(address indexed requestedByaddress indexed tokenuint256 amount
ERC721Recovered(address indexed requestedByaddress indexed tokenuint256 tokenId
Constructor
constructor(address _lidoaddress _treasury
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidContractVersionIncrement(
LidoZeroAddress(
NonZeroContractVersionOnInit(
NotEnoughEther(uint256 requesteduint256 balance
NotLido(
TreasuryZeroAddress(
UnexpectedContractVersion(uint256 expecteduint256 received
ZeroAmount(