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-PUBLX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22004044 | 21 days ago | | | 0 | 3.2799310e-7 | |
| 21559398 | a month ago | | | 0 | 2.8411955e-7 | |
| 21540502 | a month ago | | | 0 | 0.0000013916677 | |
| 21494643 | a month ago | | | 0 | 4.8060980e-7 | |
| 15520274 | 6 months ago | | | 0 | 1.2432940e-7 | |
| 14452296 | 6 months ago | | | 0 | 0.0000034190585 | |
| 13703539 | 7 months ago | | | 0 | 0.0000028930495 | |
| 13699089 | 7 months ago | | | 0 | 0.0000021625604 | |
| 13696651 | 7 months ago | | | 0 | 0.0000040297425 | |
| 11794913 | 8 months ago | | | 0 | 0.000000040147368876 |
ABI
ABI objects
Getter at block 22926786
approvalDelay() view returns (uint256)
86400
available() view returns (uint256)
0
balance() view returns (uint256)
2874402780136203870567
constructionTime() view returns (uint256)
1699888885
decimals() view returns (uint8)
18
getPricePerFullShare() view returns (uint256)
1980514538302578767
initialized() view returns (bool)
true
name() view returns (string)
vWETH-PUBLX
owner() view returns (address)
0x4b6b6a3af8c882b53c2cc99f016c89b231ce441d
stratCandidate() view returns (address implementation, uint256 proposedTime)
(implementation=0x0000000000000000000000000000000000000000, proposedTime=5000000000)
strategy() view returns (address)
0x422641ffc65a648faca0a2a12abf7c0f66dd1eae
symbol() view returns (string)
mxvWETHPUBLXEQUAL
totalSupply() view returns (uint256)
1451341418881853607243
want() view returns (address)
0xcd42a2c43b09e28e295a72a59a48d77d5e1ada30
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.