Ribbon USDC Earn Vault
Verified contract
Proxy
Active on
Ethereum with 7,441 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 1 additional slot
-
variable spans 3 additional slots
-
variable spans 2 additional slots
13 additional
variables
Balances ($217,258.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 217.263624K | $0.999978 |
$217,258.84 | |
rEARN | ERC-20 | 186.846432K | -- | -- | |
0x0f24…0831 | ERC-1555 | 1 | -- | -- | |
rWIN-USDC | ERC-20 | 0.000001 | -- | -- | |
bIB01 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242995 | 3 days ago | | | 0 | 0.0070873966 | |
| 21234549 | 5 days ago | | | 0 | 0.00073276994 | |
| 21227620 | 6 days ago | | | 0 | 0.00061891148 | |
| 21227595 | 6 days ago | | | 0 | 0.00068617692 | |
| 21192797 | 10 days ago | | | 0 | 0.0080700313 | |
| 21167164 | 14 days ago | | | 0 | 0.0059958773 | |
| 21147396 | 17 days ago | | | 0 | 0.00096885879 | |
| 21142744 | 17 days ago | | | 0 | 0.0072372784 | |
| 21133997 | 19 days ago | | | 0 | 0.00078635554 | |
| 21109634 | 22 days ago | | | 0 | 0.00037578451 |
ABI
ABI objects
Getter at block 21267115 pricePerShare() view returns (uint256) totalBalance() view returns (uint256)
TOTAL_PCT() view returns (uint32)
1000000
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
allocationState() view returns (uint32 nextLoanTermLength, uint32 nextOptionPurchaseFreq, uint32 currentLoanTermLength, uint32 currentOptionPurchaseFreq, uint32 loanAllocationPCT, uint32 optionAllocationPCT, uint256 loanAllocation, uint256 optionAllocation)
(nextLoanTermLength=0, nextOptionPurchaseFreq=0, currentLoanTermLength=604800, currentOptionPurchaseFreq=604800, loanAllocationPCT=0, optionAllocationPCT=0, loanAllocation=0, optionAllocation=0)
cap() view returns (uint256)
10000000000000
currentQueuedWithdrawShares() view returns (uint256)
0
decimals() view returns (uint8)
6
feeRecipient() view returns (address)
0xdaeada3d210d2f45874724beea03c7d4bbd41674
keeper() view returns (address)
0x55e4b3e3226444cd4de09778844453ba9fe9cd7c
lastBorrowerBasketChange() view returns (uint256)
1682060183
lastOptionSellerChange() view returns (uint256)
1689495047
lastQueuedWithdrawAmount() view returns (uint256)
151638947045
liquidityGauge() view returns (address)
0x9674126ff31e5ece36de0cf03a49351a7c814587
managementFee() view returns (uint256)
0
mm() view returns (address)
0x6683454f70bd27955bb3000c9736aa1b97edee11
name() view returns (string)
Ribbon USDC Earn Vault
optionSeller() view returns (address)
0x54c39a7fa0d8caa251bad55c7abefa43bc8ba749
owner() view returns (address)
0x43a43d3404eac5fa1ec4f4bb0879495d500e390b
pendingOptionSeller() view returns (address)
0x0000000000000000000000000000000000000000
performanceFee() view returns (uint256)
0
symbol() view returns (string)
rEARN
totalBorrowerWeight() view returns (uint256)
100000
totalPending() view returns (uint256)
0
totalSupply() view returns (uint256)
208027500691
vaultParams() view returns (uint8 decimals, address asset, uint56 minimumSupply, uint104 cap)
(decimals=6, asset=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, minimumSupply=100000000, cap=10000000000000)
vaultPauser() view returns (address)
0x0000000000000000000000000000000000000000
vaultState() view returns (uint16 round, uint104 lockedAmount, uint104 lastLockedAmount, uint128 totalPending, uint128 queuedWithdrawShares, uint64 lastEpochTime, uint64 lastOptionPurchaseTime, uint128 optionsBoughtInRound, uint256 amtFundsReturned)
(round=95, lockedAmount=65624677454, lastLockedAmount=65810623451, totalPending=0, queuedWithdrawShares=145936315630, lastEpochTime=1732262400, lastOptionPurchaseTime=1706256000, optionsBoughtInRound=0, amtFundsReturned=8251404857400)
Read-only
accountVaultBalance(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
borrowerWeights(address) view returns (bool exists, uint128 borrowerWeight, uint128 pendingBorrowerWeight)
borrowers(uint256) view returns (address)
depositReceipts(address) view returns (uint16 round, uint104 amount, uint128 unredeemedShares)
roundPricePerShare(uint256) view returns (uint256)
shareBalances(address account) view returns (uint256 heldByAccount, uint256 heldByVault)
shares(address account) view returns (uint256)
withdrawals(address) view returns (uint16 round, uint128 shares)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
buyOption()
commitOptionSeller()
completeWithdraw()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
depositFor(uint256 amount, address creditor)
depositWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(struct RibbonEarnVaultInitParams _initParams, struct VaultVaultParams _vaultParams, struct VaultAllocationState _allocationState)
initiateWithdraw(uint256 numShares)
maxRedeem()
pausePosition()
payOptionYield(uint256 amount)
payOptionYield(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverTokens(address token, address recipient)
redeem(uint256 numShares)
renounceOwnership()
rollToNextRound()
setAllocationPCT(uint32 _loanAllocationPCT, uint32 _optionAllocationPCT)
setCap(uint256 newCap)
setFeeRecipient(address newFeeRecipient)
setLiquidityGauge(address newLiquidityGauge)
setLoanTermLength(uint32 _loanTermLength)
setMM(address newMM)
setManagementFee(uint256 newManagementFee)
setNewKeeper(address newKeeper)
setOptionPurchaseFrequency(uint32 _optionPurchaseFreq)
setOptionSeller(address newOptionSeller)
setPerformanceFee(uint256 newPerformanceFee)
setVaultPauser(address newVaultPauser)
stake(uint256 numShares)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBorrowerBasket(address[] borrowers, uint128[] borrowerWeights)
withdrawInstantly(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BorrowerBasketUpdated(address[] borrowers, uint128[] borrowerWeights)
CapSet(uint256 oldCap, uint256 newCap)
CollectVaultFees(uint256 performanceFee, uint256 vaultFee, uint256 round, address indexed feeRecipient)
CommitBorrowerBasket(uint256 totalBorrowerWeight)
Deposit(address indexed account, uint256 amount, uint256 round)
InitiateWithdraw(address indexed account, uint256 shares, uint256 round)
InstantWithdraw(address indexed account, uint256 amount, uint256 round)
MMSet(address oldMM, address newMM)
ManagementFeeSet(uint256 managementFee, uint256 newManagementFee)
NewAllocationSet(uint256 oldLoanAllocation, uint256 oldOptionAllocation, uint256 newLoanAllocation, uint256 newOptionAllocation)
NewLoanTermLength(uint256 oldLoanTermLength, uint256 newLoanTermLength)
NewOptionPurchaseFrequency(uint256 oldOptionPurchaseFrequency, uint256 newOptionPurchaseFrequency)
OptionSellerSet(address oldOptionSeller, address newOptionSeller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayOptionYield(uint256 yield, uint256 netYield, address indexed seller)
PerformanceFeeSet(uint256 performanceFee, uint256 newPerformanceFee)
PurchaseOption(uint256 premium, address indexed seller)
Redeem(address indexed account, uint256 share, uint256 round)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed account, uint256 amount, uint256 shares)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.