FARM_WETH
Verified contract
Active on
Ethereum with 2,114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf328…0674
0xc02a…6cc2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,198.55 |
$0 | |
ETHMNY | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21001187 | a month ago | | | 0 | 0.00028231550 | |
| 20576659 | 3 months ago | | | 0 | 0.000020842515 | |
| 20427637 | 4 months ago | | | 0 | 0.00053490470 | |
| 20367258 | 4 months ago | | | 0 | 0.00033955140 | |
| 20367213 | 4 months ago | | | 0 | 0.00037768841 | |
| 20196815 | 5 months ago | | | 0 | 0.000089870883 | |
| 19812846 | 6 months ago | | | 0 | 0.00020191325 | |
| 19718240 | 7 months ago | | | 0 | 0.00031081064 | |
| 18632857 | a year ago | | | 0 | 0.00061875144 | |
| 18632856 | a year ago | | | 0 | 0.00064055319 |
ABI
ABI objects
Getter at block 21200192 availableToInvestOut() view returns (uint256) getPricePerFullShare() view returns (uint256) underlyingBalanceWithInvestment() view returns (uint256)
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
decimals() view returns (uint8)
18
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
name() view returns (string)
FARM_WETH
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
strategy() view returns (address)
0xf328f799a9c719f446e05385eb64c8a29d3b0674
symbol() view returns (string)
fWETH
totalSupply() view returns (uint256)
62145262302915870689209
underlying() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
underlyingBalanceInVault() view returns (uint256)
623906
underlyingUnit() view returns (uint256)
1000000000000000000
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.