FARM_crvCRVETH
Verified contract
Proxy
Active on
Ethereum with 77 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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
1 additional
variable
Balances ($0.00)
No balances found for "FARM_crvCRVETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19266528 | 10 months ago | | | 0 | 0.00066107738 | |
| 18685901 | a year ago | | | 0 | 0.0011311260 | |
| 18301218 | a year ago | | | 0 | 0.0014106633 | |
| 18265312 | a year ago | | | 0 | 0.00044674615 | |
| 18265301 | a year ago | | | 0 | 0.00046705600 | |
| 17909960 | a year ago | | | 0 | 0.00034545731 | |
| 17871060 | a year ago | | | 0 | 0.0078814613 | |
| 17854367 | a year ago | | | 0 | 0.0013123259 | |
| 17854344 | a year ago | | | 0 | 0.00060903745 | |
| 17854330 | a year ago | | | 0 | 0.0013712746 |
ABI
ABI objects
Getter at block 21416988 availableToInvestOut() view returns (uint256) getPricePerFullShare() view returns (uint256) underlyingBalanceWithInvestment() view returns (uint256)
implementation() view returns (address)
0x9b3be0cc5dd26fd0254088d03d8206792715588b
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
decimals() view returns (uint8)
18
futureStrategy() view returns (address)
0x0000000000000000000000000000000000000000
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
name() view returns (string)
FARM_crvCRVETH
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)
0x506eb3dc29389cea11768cce6a01fca4996fa30c
strategyTimeLock() view returns (uint256)
43200
strategyUpdateTime() view returns (uint256)
0
symbol() view returns (string)
fcrvCRVETH
totalSupply() view returns (uint256)
176484906111295086673
underlying() view returns (address)
0xed4064f376cb8d68f770fb1ff088a3d0f3ff5c4d
underlyingBalanceInVault() view returns (uint256)
0
underlyingUnit() view returns (uint256)
1000000000000000000
vaultFractionToInvestDenominator() view returns (uint256)
10000
vaultFractionToInvestNumerator() view returns (uint256)
9700
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 upgrade()
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()
Upgraded(address indexed implementation)
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(address _implementation)
fallback()
This contract contains no error objects.