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 "vfBOMB-AERO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23600991 | 3 hours ago | | | 0 | 0.000000401950801485 | |
| 23486832 | 3 days ago | | | 0 | 7.5750896e-7 | |
| 21494658 | 2 months ago | | | 0 | 4.8021359e-7 | |
| 19054230 | 3 months ago | | | 0 | 1.1476560e-7 | |
| 17604949 | 5 months ago | | | 0 | 3.4299282e-7 | |
| 17547719 | 5 months ago | | | 0 | 0.0000013966820 | |
| 17540513 | 5 months ago | | | 0 | 0.0000018845501 | |
| 17536125 | 5 months ago | | | 0 | 0.0000028695770 | |
| 17451556 | 5 months ago | | | 0 | 3.7408082e-7 | |
| 17315471 | 5 months ago | | | 0 | 0.0000073081440 |
ABI
ABI objects
Getter at block 23606716 getPricePerFullShare() view returns (uint256)
approvalDelay() view returns (uint256)
86400
available() view returns (uint256)
0
balance() view returns (uint256)
2061367942123172143
constructionTime() view returns (uint256)
1703848381
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
name() view returns (string)
vfBOMB-AERO
owner() view returns (address)
0x4b6b6a3af8c882b53c2cc99f016c89b231ce441d
stratCandidate() view returns (address implementation, uint256 proposedTime)
(implementation=0x0000000000000000000000000000000000000000, proposedTime=5000000000)
strategy() view returns (address)
0xc6c41067ff1f13997f2908c67f8f6c904183a4e1
symbol() view returns (string)
mxvfBOMBAEROAERO
totalSupply() view returns (uint256)
531613436301653488
want() view returns (address)
0xbbf71aad6e1f8d180d3b1d898528654c1d18b2ff
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.