FARM_FARM
Verified contract
Implementation
Active on
Ethereum with 7 txns
Storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "FARM_FARM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17187038 | 2 years ago | | | 0 | 0.0049545289 | |
| 17170430 | 2 years ago | | | 0 | 0.0057911250 | |
| 14889297 | 2 years ago | | | 0 | 0.0038218616 | |
| 14889114 | 2 years ago | | | 0 | 0.0022647729 | |
| 11881601 | 4 years ago | | | 0 | 0.063651432 | |
| 11661487 | 4 years ago | | | 0 | 0.0022504020 | |
| 11661406 | 4 years ago | | | 0 | 0.0029631420 |
ABI
ABI objects
Getter at block 21184306 availableToInvestOut() view returns (uint256)
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
decimals() view returns (uint8)
18
futureStrategy() view returns (address)
0x0000000000000000000000000000000000000000
getPricePerFullShare() view returns (uint256)
1000000000000000000
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
name() view returns (string)
FARM_FARM
nextImplementation() view returns (address)
0x0000000000000000000000000000000000000000
nextImplementationDelay() view returns (uint256)
43200
nextImplementationTimestamp() view returns (uint256)
0
shouldUpgrade() view returns (bool, address)
(false, 0x0000000000000000000000000000000000000000)
strategy() view returns (address)
0x0000000000000000000000000000000000000000
strategyTimeLock() view returns (uint256)
43200
strategyUpdateTime() view returns (uint256)
0
symbol() view returns (string)
fFARM
totalSupply() view returns (uint256)
0
underlying() view returns (address)
0xa0246c9032bc3a600820415ae600c6388619a14d
underlyingBalanceInVault() view returns (uint256)
0
underlyingBalanceWithInvestment() view returns (uint256)
0
underlyingUnit() view returns (uint256)
1000000000000000000
vaultFractionToInvestDenominator() view returns (uint256)
100
vaultFractionToInvestNumerator() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canUpdateStrategy(address _strategy) view returns (bool)
underlyingBalanceWithInvestmentForHolder(address holder) view returns (uint256)
State-modifying
Events announceStrategyUpdate(address _strategy)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
depositFor(uint256 amount, address holder)
doHardWork()
finalizeStrategyUpdate()
finalizeUpgrade()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _storage)
initialize(address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator, uint256 _underlyingUnit, uint256 _implementationChangeDelay, uint256 _strategyChangeDelay)
initialize(string name, string symbol, uint8 decimals)
initializeVault(address _storage, address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator)
rebalance()
scheduleUpgrade(address impl)
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)
StrategyAnnounced(address newStrategy, uint256 time)
StrategyChanged(address newStrategy, address oldStrategy)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed beneficiary, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.