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 "vSCALE-fBOMB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21795588 | a month ago | | | 0 | 0.000000102140000000 | |
| 21494619 | a month ago | | | 0 | 4.8300797e-7 | |
| 21218427 | a month ago | | | 0 | 2.2953120e-7 | |
| 19354979 | 3 months ago | | | 0 | 0.0000011746800 | |
| 19097535 | 3 months ago | | | 0 | 0.0000010374364 | |
| 18774316 | 3 months ago | | | 0 | 3.1152700e-7 | |
| 18761634 | 3 months ago | | | 0 | 8.2814160e-7 | |
| 18578193 | 3 months ago | | | 0 | 6.5010600e-7 | |
| 18407207 | 3 months ago | | | 0 | 0.0000014618422 | |
| 18231586 | 4 months ago | | | 0 | 7.9101400e-7 |
ABI
ABI objects
Getter at block 22897423
approvalDelay() view returns (uint256)
86400
available() view returns (uint256)
0
balance() view returns (uint256)
2608043437783858553425
constructionTime() view returns (uint256)
1697044875
decimals() view returns (uint8)
18
getPricePerFullShare() view returns (uint256)
2513868041765344113
initialized() view returns (bool)
true
name() view returns (string)
vSCALE-fBOMB
owner() view returns (address)
0x4b6b6a3af8c882b53c2cc99f016c89b231ce441d
stratCandidate() view returns (address implementation, uint256 proposedTime)
(implementation=0x0000000000000000000000000000000000000000, proposedTime=5000000000)
strategy() view returns (address)
0x8b9d97550618849c8da5ea0801870d28b7be47a2
symbol() view returns (string)
mxvSCALEfBOMBEQUAL
totalSupply() view returns (uint256)
1037462346652205541758
want() view returns (address)
0xa7802bbd9a6e38e0e209aa6f43a8ddd4d35c1111
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.