WithdrawalVault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
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 "WithdrawalVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WithdrawalVault"
ABI
ABI objects
Getter at block 21322221
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
Events initialize()
recoverERC20(address _token, uint256 _amount)
recoverERC721(address _token, uint256 _tokenId)
withdrawWithdrawals(uint256 _amount)
ContractVersionSet(uint256 version)
ERC20Recovered(address indexed requestedBy, address indexed token, uint256 amount)
ERC721Recovered(address indexed requestedBy, address indexed token, uint256 tokenId)
constructor(address _lido, address _treasury)
This contract contains no fallback and receive objects.
InvalidContractVersionIncrement()
LidoZeroAddress()
NonZeroContractVersionOnInit()
NotEnoughEther(uint256 requested, uint256 balance)
NotLido()
TreasuryZeroAddress()
UnexpectedContractVersion(uint256 expected, uint256 received)
ZeroAmount()