VaultProxy
Verified contract
Proxy
Active on
Base with 2,407 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 43 additional slots
-
variable spans 49 additional slots
Balances ($0.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGC | ERC-20 | 200 | $0.000305 |
$0.06 | |
USA | ERC-20 | 1 | $0.000707 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000531 |
$0 | |
SPOT | ERC-20 | 1K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
DOB | ERC-20 | 100 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
OHNO | ERC-20 | 31 | -- | -- | |
NUNU | ERC-20 | 11.984733 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22908293 | an hour ago | | | 0 | 0.000069491435 | |
| 22905786 | 2 hours ago | | | 0 | 8.4340440e-7 | |
| 22905760 | 2 hours ago | | | 0 | 0.000019059113 | |
| 22905719 | 2 hours ago | | | 0 | 9.9525761e-7 | |
| 22905344 | 3 hours ago | | | 0 | 0.000021228865 | |
| 22903005 | 4 hours ago | | | 0 | 0.000037414690 | |
| 22901579 | 5 hours ago | | | 0 | 0.000019431597 | |
| 22895885 | 8 hours ago | | | 0 | 0.000017756135 | |
| 22895820 | 8 hours ago | | | 0 | 9.8458000e-7 | |
| 22895157 | 8 hours ago | | | 0 | 8.6021200e-7 |
ABI
ABI objects
Getter at block 22910161 assetsPerShare() view returns (uint256) availableToInvestOut() view returns (uint256) getPricePerFullShare() view returns (uint256) totalAssets() view returns (uint256) underlyingBalanceWithInvestment() view returns (uint256)
implementation() view returns (address)
0x90188fed247002e81dac2bc74f547c5e4f703c5d
TEN() view returns (uint256)
10
asset() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
controller() view returns (address)
0xf90ff0f7c8db52bf1bf869f74226ead125efa745
decimals() view returns (uint8)
6
governance() view returns (address)
0x6a74649acfd7822ae8fb78463a9f2192752e5aa2
investOnDeposit() view returns (bool)
true
name() view returns (string)
FARM_USDC
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)
0xe860cc946338769bc60d68ec9576a3a258c7d156
symbol() view returns (string)
fUSDC
totalSupply() view returns (uint256)
3850979701970
underlying() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
underlyingBalanceInVault() view returns (uint256)
0
underlyingUnit() view returns (uint256)
1000000
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 upgrade()
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)
setInvestOnDeposit(bool value)
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()
Upgraded(address indexed implementation)
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)
constructor(address _implementation)
fallback()
receive()
This contract contains no error objects.