BeaconProxy
Verified contract
Proxy
Active on
Ethereum with 3,064 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
-
variable spans 1 additional slot
Balances ($998,959.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wstETH | ERC-20 | 264.228925 | $3,780.66 |
$998,959.73 | |
WPUNKS | ERC-721 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161478 | 2 hours ago | | | 0 | 0.0023687996 | |
| 21160977 | 3 hours ago | | | 0 | 0.0017485745 | |
| 21157695 | 14 hours ago | | | 0 | 0.0013312199 | |
| 21154097 | a day ago | | | 0 | 0.0015237023 | |
| 21152986 | a day ago | | | 0 | 0.0010432578 | |
| 21152979 | a day ago | | | 0 | 0.0015654518 | |
| 21139644 | 3 days ago | | | 0 | 0.0020200095 | |
| 21139589 | 3 days ago | | | 0 | 0.0016632531 | |
| 21128115 | 5 days ago | | | 0 | 0.0020245410 | |
| 21128091 | 5 days ago | | | 0 | 0.0022657098 |
ABI
ABI objects
Getter at block 21161950
ABSOLUTE_TICK_LIMIT_SPACING_BASIS_POINTS() view returns (uint256)
1000
COLLATERAL_FILTER_NAME() pure returns (string)
CollectionCollateralFilter
COLLATERAL_FILTER_VERSION() pure returns (string)
1.0
IMPLEMENTATION_NAME() pure returns (string)
WeightedRateCollectionPool
IMPLEMENTATION_VERSION() pure returns (string)
2.14
INTEREST_RATE_MODEL_NAME() pure returns (string)
WeightedInterestRateModel
INTEREST_RATE_MODEL_VERSION() pure returns (string)
2.0
RATIO_TICK_LIMIT_SPACING_BASIS_POINTS() view returns (uint256)
500
admin() view returns (address)
0x1c91c822f6c5e117a2abe2b33b0e64b850e67095
adminFeeBalance() view returns (uint256)
0
adminFeeRate() view returns (uint32)
0
collateralLiquidator() view returns (address)
0xe0194f47040e2424b8a65cb5f7112a5dbe1f93bf
collateralToken() view returns (address)
0xb7f7f6c52f2e2fdb1963eab30438024864c313f6
collateralTokens() view returns (address[])
[0xb7F7F6C52F2e2fdb1963Eab30438024864c313F6]
collateralWrappers() view returns (address[])
[0xc4dC9eF8763433aAe26635bc5a09e362605fAd18, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000]
currencyToken() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
delegationRegistry() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
delegationRegistryV2() view returns (address)
0x00000000000000447e69651d841bd8d104bed493
durations() view returns (uint64[])
[31536000, 15552000, 7776000]
feeShare() view returns (address recipient, uint16 split)
(recipient=0x0000000000000000000000000000000000000000, split=0)
getERC20DepositTokenImplementation() view returns (address)
0x962506a7bce350a44852a2aaf42c7bdc0651b8f4
priceOracle() view returns (address)
0x0000000000000000000000000000000000000000
rates() view returns (uint64[])
[3170979198, 9512937595, 15854895991]
Read-only
decodeLoanReceipt(bytes loanReceipt) pure returns (struct LoanReceiptLoanReceiptV2)
depositSharePrice(uint128 tick) view returns (uint256)
depositToken(uint128 tick) view returns (address)
deposits(address account, uint128 tick) view returns (uint128 shares, uint128 redemptionId)
liquidityNode(uint128 tick) view returns (struct ILiquidityNodeInfo)
liquidityNodeWithAccrual(uint128 tick) view returns (struct ILiquidityNodeInfo, struct ILiquidityAccrualInfo)
liquidityNodes(uint128 startTick, uint128 endTick) view returns (struct ILiquidityNodeInfo[])
loans(bytes32 receiptHash) view returns (uint8)
price(address collateralToken, address currencyToken, uint256[] tokenIds, uint256[] tokenIdQuantities, bytes oracleContext) view returns (uint256)
quote(uint256 principal, uint64 duration, address collateralToken, uint256 collateralTokenId, uint128[] ticks, bytes options) view returns (uint256)
redemptionAvailable(address account, uint128 tick, uint128 redemptionId) view returns (uint256, uint256, uint256)
redemptionSharePrice(uint128 tick) view returns (uint256)
redemptions(address account, uint128 tick, uint128 redemptionId) view returns (uint128 pending, uint128 index, uint128 target)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events borrow(uint256 principal, uint64 duration, address collateralToken, uint256 collateralTokenId, uint256 maxRepayment, uint128[] ticks, bytes options) returns (uint256)
deposit(uint128 tick, uint256 amount, uint256 minShares) returns (uint256)
initialize(bytes params)
liquidate(bytes encodedLoanReceipt)
multicall(bytes[] data) returns (bytes[] results)
onCollateralLiquidated(bytes encodedLoanReceipt, uint256 proceeds)
rebalance(uint128 srcTick, uint128 dstTick, uint128 redemptionId, uint256 minShares) returns (uint256, uint256, uint256)
redeem(uint128 tick, uint256 shares) returns (uint128)
refinance(bytes encodedLoanReceipt, uint256 principal, uint64 duration, uint256 maxRepayment, uint128[] ticks, bytes options) returns (uint256)
repay(bytes encodedLoanReceipt) returns (uint256)
setAdminFee(uint32 rate, address feeShareRecipient, uint16 feeShareSplit)
setRates(uint64[] rates_)
tokenize(uint128 tick) returns (address)
transfer(address from, address to, uint128 tick, uint256 shares)
withdraw(uint128 tick, uint128 redemptionId) returns (uint256, uint256)
withdrawAdminFees(address recipient)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminFeeShareTransferred(address indexed feeShareRecipient, uint256 feeShareAmount)
AdminFeeUpdated(uint32 rate, address indexed feeShareRecipient, uint16 feeShareSplit)
AdminFeesWithdrawn(address indexed recipient, uint256 amount)
CollateralLiquidated(bytes32 indexed loanReceiptHash, uint256 proceeds, uint256 borrowerProceeds)
Deposited(address indexed account, uint128 indexed tick, uint256 amount, uint256 shares)
LoanLiquidated(bytes32 indexed loanReceiptHash)
LoanOriginated(bytes32 indexed loanReceiptHash, bytes loanReceipt)
LoanRepaid(bytes32 indexed loanReceiptHash, uint256 repayment)
RatesUpdated(uint64[] rates)
Redeemed(address indexed account, uint128 indexed tick, uint128 indexed redemptionId, uint256 shares)
TokenCreated(address indexed instance, address indexed implementation, uint128 indexed tick)
Transferred(address indexed from, address indexed to, uint128 indexed tick, uint256 shares)
Withdrawn(address indexed account, uint128 indexed tick, uint128 indexed redemptionId, uint256 shares, uint256 amount)
constructor(address beacon, bytes data)
fallback()
receive()
InactiveLiquidity()
InsufficientLiquidity()
InsufficientShares()
InsufficientTickSpacing()
InvalidBorrowOptions()
InvalidCaller()
InvalidCollateralFilterParameters()
InvalidInterestRateModelParameters()
InvalidLoanReceipt()
InvalidParameters()
InvalidRedemptionStatus()
InvalidTick()
LoanNotExpired()
RepaymentTooHigh()
UnsupportedCollateral(uint256 index)
UnsupportedLoanDuration()