FARM_USDbC
Verified contract
Proxy
Active on
Base with 87 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 ($313.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 313.668067 | $0.999088 |
$313.38 | |
WGC | ERC-20 | 200 | $0.000587 |
$0.12 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
NUNU | ERC-20 | 1.563333K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
| ERC-20 | 60 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
LONG | ERC-20 | 4.206913 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17176975 | 4 months ago | | | 0 | 4.6263980e-7 | |
| 12621870 | 8 months ago | | | 0 | 2.5614500e-7 | |
| 12594740 | 8 months ago | | | 0 | 0.000010174079 | |
| 12438886 | 8 months ago | | | 0 | 6.1891606e-7 | |
| 12370690 | 8 months ago | | | 0 | 0.000033613405 | |
| 12328063 | 8 months ago | | | 0 | 5.7870196e-7 | |
| 12326774 | 8 months ago | | | 0 | 5.9004176e-7 | |
| 12193755 | 8 months ago | | | 0 | 0.0000065794369 | |
| 12151414 | 8 months ago | | | 0 | 0.0000033759911 | |
| 12015016 | 8 months ago | | | 0 | 1.6905570e-7 |
ABI
ABI objects
Getter at block 22762094 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)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
controller() view returns (address)
0xf90ff0f7c8db52bf1bf869f74226ead125efa745
decimals() view returns (uint8)
6
governance() view returns (address)
0x6a74649acfd7822ae8fb78463a9f2192752e5aa2
name() view returns (string)
FARM_USDbC
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)
0x406ddbd559a99d7b1c172203dc11e760f6b13e31
symbol() view returns (string)
fUSDbC
totalSupply() view returns (uint256)
309930312
underlying() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
underlyingBalanceInVault() view returns (uint256)
313668067
underlyingUnit() view returns (uint256)
1000000
vaultFractionToInvestDenominator() view returns (uint256)
100
vaultFractionToInvestNumerator() view returns (uint256)
0
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)
depositFor(uint256 amount, address holder)
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)
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.