FARM_WETH
Verified contract
Proxy
Active on
Base with 50,472 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 43 additional slots
-
variable spans 49 additional slots
Balances ($17,043.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 6.044463 | $2,819.71 |
$17,043.63 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.12 | |
USA | ERC-20 | 1 | $0.000808 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000713 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
POKEMON | ERC-20 | 45.668K | -- | -- | |
EMUU | ERC-20 | 12K | -- | -- | |
😽MEOW | ERC-20 | 10K | -- | -- | |
OHNO | ERC-20 | 5.183528K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22089961 | 4 hours ago | | | 0 | 4.2450458e-7 | |
| 22089516 | 5 hours ago | | | 0 | 0.0000021296071 | |
| 22088507 | 5 hours ago | | | 0 | 3.5124505e-7 | |
| 22087782 | 6 hours ago | | | 0 | 2.1434814e-7 | |
| 22087593 | 6 hours ago | | | 0 | 3.8752183e-7 | |
| 22087113 | 6 hours ago | | | 0 | 1.4422856e-7 | |
| 22086877 | 6 hours ago | | | 0 | 2.1676904e-7 | |
| 22085499 | 7 hours ago | | | 0 | 2.1434814e-7 |
ABI
ABI objects
Getter at block 22091713 assetsPerShare() view returns (uint256) availableToInvestOut() view returns (uint256) getPricePerFullShare() view returns (uint256) totalAssets() view returns (uint256) underlyingBalanceWithInvestment() view returns (uint256)
TEN() view returns (uint256)
10
asset() view returns (address)
0x4200000000000000000000000000000000000006
controller() view returns (address)
0xf90ff0f7c8db52bf1bf869f74226ead125efa745
decimals() view returns (uint8)
18
governance() view returns (address)
0x6a74649acfd7822ae8fb78463a9f2192752e5aa2
name() view returns (string)
FARM_WETH
nextImplementation() view returns (address)
0x0000000000000000000000000000000000000000
nextImplementationDelay() view returns (uint256)
43200
nextImplementationTimestamp() view returns (uint256)
0
nextStrategy() view returns (address)
0x0000000000000000000000000000000000000000
nextStrategyTimestamp() view returns (uint256)
0
shouldUpgrade() view returns (bool, address)
(false, 0x0000000000000000000000000000000000000000)
strategy() view returns (address)
0x2696e8017a422af7ee764fa598c7ac3b75007fdb
symbol() view returns (string)
fWETH
totalSupply() view returns (uint256)
1442772879174556135004
underlying() view returns (address)
0x4200000000000000000000000000000000000006
underlyingBalanceInVault() view returns (uint256)
1534644942062756703
underlyingUnit() view returns (uint256)
1000000000000000000
vaultFractionToInvestDenominator() view returns (uint256)
10000
vaultFractionToInvestNumerator() view returns (uint256)
10000
Read-only
allowance(address owner, address spender) view returns (uint256)
assetsOf(address _depositor) view returns (uint256)
balanceOf(address account) view returns (uint256)
canUpdateStrategy(address _strategy) view returns (bool)
convertToAssets(uint256 _shares) view returns (uint256)
convertToShares(uint256 _assets) view returns (uint256)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address _caller) view returns (uint256)
maxWithdraw(address _caller) view returns (uint256)
previewDeposit(uint256 _assets) view returns (uint256)
previewMint(uint256 _shares) view returns (uint256)
previewRedeem(uint256 _shares) view returns (uint256)
previewWithdraw(uint256 _assets) view returns (uint256)
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 _assets, address _receiver) returns (uint256)
deposit(uint256 amount) returns (uint256 minted)
depositFor(uint256 amount, address holder) returns (uint256 minted)
doHardWork()
finalizeStrategyUpdate()
finalizeUpgrade()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address _storage)
initialize(address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator, uint256 _underlyingUnit)
initializeVault(address _storage, address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator)
mint(uint256 _shares, address _receiver) returns (uint256)
rebalance()
redeem(uint256 _shares, address _receiver, address _owner) returns (uint256)
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 _assets, address _receiver, address _owner) returns (uint256)
withdraw(uint256 shares) returns (uint256 amtUnderlying)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed sender, address indexed receiver, uint256 assets, uint256 shares)
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 sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.