Value Vaults: WETH
Verified contract
Active on
Ethereum with 800 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa8e…4b28
Balances ($0.00)
No balances found for "Value Vaults: WETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20568935 | 3 months ago | | | 0 | 0.000048490000 | |
| 19366800 | 8 months ago | | | 0 | 0.0026271152 | |
| 18306022 | a year ago | | | 0 | 0.00027953794 | |
| 17652733 | a year ago | | | 0 | 0.00033755067 | |
| 17394321 | a year ago | | | 0 | 0.00081745459 | |
| 17009675 | 2 years ago | | | 0 | 0.00077653641 | |
| 17009456 | 2 years ago | | | 0 | 0.00067886000 | |
| 16912215 | 2 years ago | | | 0 | 0.00049585136 | |
| 15449902 | 2 years ago | | | 0 | 0.00034980431 | |
| 15205340 | 2 years ago | | | 0 | 0.00018913394 |
ABI
ABI objects
Getter at block 21186417
decimals() view returns (uint8)
18
depositAvailable() view returns (bool)
true
getStrategyCount() view returns (uint256 count)
1
governance() view returns (address)
0x7be4d5a99c903c437ec77a20cb6d0688cbb73c7f
name() view returns (string)
Value Vaults: WETH
symbol() view returns (string)
vWETH
totalSupply() view returns (uint256)
40681817214774383051
valueVaultMaster() view returns (address)
0xaa8ecca0082c34ab8c30b4d896eb8eecc5004b28
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockedAmount(address) view returns (uint256)
strategies(uint256) view returns (address)
strategyPreferredOrders(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnByBank(address _token, address _account, uint256 _amount)
claimStrategy(address _strategy)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
harvestAllStrategies(uint256 _bankPoolId)
harvestStrategy(address _strategy, uint256 _bankPoolId)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintByBank(address _token, address _to, uint256 _amount)
setGovernance(address _governance)
setStrategies(address[] _strategies)
setStrategyPreferredOrders(uint256[] _strategyPreferredOrders)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawStrategy(address _strategy, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _master, address _wethStrategy)
This contract contains no fallback and receive objects.
This contract contains no error objects.