Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "vWETH-SCALE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21594792 | 6 days ago | | | 0 | 0.0000015622041 | |
| 21494609 | 8 days ago | | | 0 | 1.6295474e-7 | |
| 12434900 | 7 months ago | | | 0 | 2.2229662e-7 | |
| 12187280 | 7 months ago | | | 0 | 9.3241570e-7 | |
| 12185369 | 7 months ago | | | 0 | 0.000019301020 | |
| 12149834 | 7 months ago | | | 0 | 1.1393137e-7 | |
| 9556230 | 9 months ago | | | 0 | 0.000000005898577425 | |
| 9427629 | 9 months ago | | | 0 | 1.7822216e-7 | |
| 9371292 | 9 months ago | | | 0 | 0.000000020151543152 | |
| 9241596 | 10 months ago | | | 0 | 0.0000011421159 |
ABI
ABI objects
Getter at block 21848321
approvalDelay() view returns (uint256)
86400
available() view returns (uint256)
0
balance() view returns (uint256)
790004443197568
constructionTime() view returns (uint256)
1697044771
decimals() view returns (uint8)
18
getPricePerFullShare() view returns (uint256)
1373523249689160212
initialized() view returns (bool)
true
name() view returns (string)
vWETH-SCALE
owner() view returns (address)
0x4b6b6a3af8c882b53c2cc99f016c89b231ce441d
stratCandidate() view returns (address implementation, uint256 proposedTime)
(implementation=0x0000000000000000000000000000000000000000, proposedTime=5000000000)
strategy() view returns (address)
0x3b7972fb7aaaa9eec5b90b82e849ce630126378a
symbol() view returns (string)
mxvWETHSCALEEQUAL
totalSupply() view returns (uint256)
575166414821411
want() view returns (address)
0xc825c67ca3a80d487c339a6c16bb84f7dca16012
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
inCaseTokensGetStuck(address _token)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _strategy) returns (bool)
proposeStrat(address _implementation)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
upgradeStrat()
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed _user, uint256 _wantAmount)
NewStratCandidate(address implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpgradeStrat(address implementation)
Withdraw(address indexed _user, uint256 _wantAmount)
constructor(string _name, string _symbol, uint256 _approvalDelay)
This contract contains no fallback and receive objects.
This contract contains no error objects.