EthVaultWrapperV2

Verified contract

Active on Ethereum with 554 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
0x6c80a519d0d3f3dda0002158c0640fa5ebb4a8e9b892e806421db45749c7f576
0x8a8832caf4410f1898244fcdf22982712a4a4f89e41ce4e09ea5a92c6321d355
0x932e3b838291dfa85dee98471bdb1c955840b664657893281dee62d45472c3f8
0x38299122d09ff6460288c31deb2543c930d4345f172b7a763d2fe28f29b0de7e
0x62e88867d6c462a75b959d707fba2ed6ad9e2bc60bd0c1a0cd74b348e07f54d8
0x31e130091e15d0dc43e21a25966fa0b55d04acd01163d1f82eef790abc9d4adc
0x80a871ef321823cb36ae5d1f89606dedd6c3ce1f86e8041b113b3d8f04d90fa1
0x45579c3f7549eda344abf49a7a2d11421e11b306305be412df3301e917a816e2
0xf4d14f3db823e0ca8fc26068145c1978ce50aa97b0c951c858a31e97bb996a6a
0x17a9f90517d448b484924cca8f553acd9c0276d88dcf4946bbc7b8f4d73a3f8d

Functions
Getter at block 21280971
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(