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-BSHARE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18223493 | 3 months ago | | | 0 | 0.000000073432863555 | |
| 13644802 | 6 months ago | | | 0 | 0.0000071250310 | |
| 11644338 | 8 months ago | | | 0 | 2.7811600e-7 | |
| 9336106 | 9 months ago | | | 0 | 0.000000000027370944 | |
| 9240480 | 10 months ago | | | 0 | 0.0000017990839 | |
| 9192820 | 10 months ago | | | 0 | 2.6153300e-7 | |
| 9056166 | 10 months ago | | | 0 | 0.000000021476829558 | |
| 9035891 | 10 months ago | | | 0 | 0.000000047821773502 | |
| 9035499 | 10 months ago | | | 0 | 2.2366763e-7 | |
| 9010169 | 10 months ago | | | 0 | 0.000000004287972003 |
ABI
ABI objects
Getter at block 21772361
approvalDelay() view returns (uint256)
86400
available() view returns (uint256)
0
balance() view returns (uint256)
158386832969860693
constructionTime() view returns (uint256)
1699888931
decimals() view returns (uint8)
18
getPricePerFullShare() view returns (uint256)
2202430235882676080
initialized() view returns (bool)
true
name() view returns (string)
vWETH-BSHARE
owner() view returns (address)
0x4b6b6a3af8c882b53c2cc99f016c89b231ce441d
stratCandidate() view returns (address implementation, uint256 proposedTime)
(implementation=0x0000000000000000000000000000000000000000, proposedTime=5000000000)
strategy() view returns (address)
0xa97f99ab16dadeefee36b38b6aa309479268c71e
symbol() view returns (string)
mxvWETHBSHAREEQUAL
totalSupply() view returns (uint256)
71914574359438640
want() view returns (address)
0xa63ee2e8344d8a5dd41a6ee06a02f5280d305273
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.