EthVaultWrapperV2
Verified contract
Active on
Ethereum with 554 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 0 | $3,583.91 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279734 | 4 hours ago | | | 0 | 0.0058022629 | |
| 21277616 | 11 hours ago | | | 0 | 0.0055650794 | |
| 21277545 | 12 hours ago | | | 66.8 | 0.0040778707 | |
| 21276701 | 14 hours ago | | | 0 | 0.0038087622 | |
| 21272172 | a day ago | | | 0 | 0.011592213 | |
| 21272138 | a day ago | | | 0.01 | 0.0098094121 | |
| 21271885 | a day ago | | | 267 | 0.0064227238 | |
| 21271220 | a day ago | | | 0 | 0.0020834094 | |
| 21270148 | 2 days ago | | | 0 | 0.0033802785 | |
| 21264763 | 2 days ago | | | 0.1446 | 0.0032261666 |
ABI
ABI objects
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(string) view returns (address router, address approval, bool status)
State-modifying
Events deposit(string route_, bytes swapCalldata_, uint256 minStEthIn_, address receiver_) payable returns (uint256)
renounceOwnership()
rescueFunds(address[] _tokens) returns (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_)
LogRescueFunds(address indexed token, uint256 indexed amount)
LogUpdateWhitelist(string indexed name, address whitelistedRouter, address whitelistedApproval, bool indexed status)
LogUpdateWhitelistStatus(string indexed name, bool indexed status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address vault_, address owner_)
receive()
EthVaultWrapper__InvalidInput()
EthVaultWrapper__OnlyWhitelisted()
EthVaultWrapper__OutputInsufficient()
EthVaultWrapper__UnexpectedWithdrawAmount()