FARM_WBTC
Verified contract
Active on
Ethereum with 1,451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66db…46e6
0x2260…c599
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0 | $88,096.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840766 | 2 months ago | | | 0 | 0.00028671316 | |
| 19944516 | 6 months ago | | | 0 | 0.000074950669 | |
| 19718240 | 7 months ago | | | 0 | 0.00031081064 | |
| 18926521 | 10 months ago | | | 0 | 0.00066487087 | |
| 18926519 | 10 months ago | | | 0 | 0.00067971781 | |
| 18632855 | a year ago | | | 0 | 0.00060080622 | |
| 18054421 | a year ago | | | 0 | 0.00025585684 | |
| 16865402 | 2 years ago | | | 0 | 0.00038793600 | |
| 16502413 | 2 years ago | | | 0 | 0.00034095606 | |
| 16502408 | 2 years ago | | | 0 | 0.00034873014 |
ABI
ABI objects
Getter at block 21168622 availableToInvestOut() view returns (uint256) getPricePerFullShare() view returns (uint256) underlyingBalanceWithInvestment() view returns (uint256)
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
decimals() view returns (uint8)
8
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
name() view returns (string)
FARM_WBTC
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
strategy() view returns (address)
0x66db507e7e3efdf92435fa09333b83187b6d46e6
symbol() view returns (string)
fWBTC
totalSupply() view returns (uint256)
578113632991
underlying() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
underlyingBalanceInVault() view returns (uint256)
1
underlyingUnit() view returns (uint256)
100000000
vaultFractionToInvestDenominator() view returns (uint256)
100000000000000000
vaultFractionToInvestNumerator() view returns (uint256)
99999999999999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contributions(address) view returns (uint256)
getContributions(address holder) view returns (uint256)
getWithdrawals(address holder) view returns (uint256)
underlyingBalanceWithInvestmentForHolder(address holder) view returns (uint256)
withdrawals(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
depositFor(uint256 amount, address holder)
doHardWork()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebalance()
setStorage(address _store)
setStrategy(address _strategy)
setVaultFractionToInvest(uint256 numerator, uint256 denominator)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 numberOfShares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed beneficiary, uint256 amount)
Invest(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed beneficiary, uint256 amount)
constructor(address _storage, address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator)
This contract contains no fallback and receive objects.
This contract contains no error objects.