EthVaultWrapperV2

Verified contract

Active on Ethereum with 329 txns
Deployed by via 0x5aa6c5ac at 20184813
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x48a146d0ad17738c4cd06a4fd2018debeb244da15dae329941087e26b9474497
0x6c4c00599bef03518eaa32efd482b33087140965c3772ac5911bbafd2222daf2
0x7de39bfe0e01323cdd405b4f4a29f5f63cf64e16ceef504eec3b880369a78a48
0xfa1f29925ec5f05d2794780f9d850cf490b739f3d9ee21466d52a3e233b6c169
0x755c4a34357e12176a531ae2e8901e001ffd0d29c691fb6ecfad919952ef51fe
0x4e19792ff5b8e966b410522617885027299a5c479f2a7bfd1c835f7b0df3ad63
0x464615274f91ff02ac303e650f44229385b40c95058deef05419620f3ff0fa85
0x325d6f2f16b907e1bd761299c3b6ac7441d3a897f1381cdb14c4d3b337938a93
0x7c5542310765a32ef15ea502b98805e57c6f8e81e24a9f00df78e41d8e6933b4
0x5ef8804154f17bda99ff88d019aa629fc0cde0c008f15bf9229b9f205ecf323d

Functions
Getter at block 20900517
RESCUE_TRANSFERS(view returns (address)
0x4f6f977acdd1177dcd81ab83074855ecb9c2d49e
owner(view returns (address)
0x4f6f977acdd1177dcd81ab83074855ecb9c2d49e
Read-only
getWithdrawSwapAmount(uint256 amount_view returns (uint256 stEthSwapAmount_)
whitelistedRoutes(stringview returns (address routeraddress approvalbool status)
State-modifying
deposit(string route_bytes swapCalldata_uint256 minStEthIn_address receiver_payable returns (uint256)
renounceOwnership(
rescueFunds(address[] _tokensreturns (uint256[])
transferOwnership(address newOwner
updateWhitelist(string[] name_address[] routers_address[] approvals_bool[] status_
updateWhitelistStatus(string[] name_bool[] status_
withdraw(string route_uint256 amount_bytes swapCalldata_uint256 minEthOut_address receiver_returns (uint256 ethAmount_)
Events
LogRescueFunds(address indexed tokenuint256 indexed amount
LogUpdateWhitelist(string indexed nameaddress whitelistedRouteraddress whitelistedApprovalbool indexed status
LogUpdateWhitelistStatus(string indexed namebool indexed status
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address vault_address owner_
Fallback and receive
receive(
Errors
EthVaultWrapper__InvalidInput(
EthVaultWrapper__OnlyWhitelisted(
EthVaultWrapper__OutputInsufficient(
EthVaultWrapper__UnexpectedWithdrawAmount(