BeaconProxy
Verified contract
Proxy
Active on
Ethereum with 226 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
Balances ($2,748.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.886011 | $3,101.95 |
$2,748.36 | |
(#84345611339013193172106160957471668079660968035924999048441721012462503861257) | MSBCW | ERC-721 | 1 | -- | -- |
(#83321908596446634013465548528373049466108032944805043920846800988135423140042) | MSBCW | ERC-721 | 1 | -- | -- |
(#74129554300769359221440309591721679894263361853995499578989546059788535520817) | MSBCW | ERC-721 | 1 | -- | -- |
(#58875431431541537030319113458618998256821568387015404205076746538542989389144) | MSBCW | ERC-721 | 1 | -- | -- |
(#45609067717070308269408403464602641889194938238087893430495651986106791413680) | MSBCW | ERC-721 | 1 | -- | -- |
(#43891681475208397368905077758011723408188297743626146407375590401352460924556) | MSBCW | ERC-721 | 1 | -- | -- |
(#38428945229371077158720892586085749566692985107557079634152117509711174281838) | MSBCW | ERC-721 | 1 | -- | -- |
(#10298346959234739577340014003924748785093230503631169719076014733191505664423) | MSBCW | ERC-721 | 1 | -- | -- |
(#6870441981615841184659261513176784652273112255775803122234370539343362786664) | MSBCW | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18671298 | a year ago | | | 0 | 0.012752650 | |
| 18470997 | a year ago | | | 0 | 0.0025789824 | |
| 18457001 | a year ago | | | 0 | 0.0028388333 | |
| 18316228 | a year ago | | | 0 | 0.0021237900 | |
| 18289636 | a year ago | | | 0 | 0.0010752942 | |
| 18288286 | a year ago | | | 0 | 0.0026429250 | |
| 18287917 | a year ago | | | 0 | 0.0034753650 | |
| 18270908 | a year ago | | | 0 | 0.0017903250 | |
| 18267156 | a year ago | | | 0 | 0.0013027891 | |
| 18250151 | a year ago | | | 0 | 0.0019117756 |
ABI
ABI objects
Getter at block 21209713
BORROWER_SURPLUS_SPLIT_BASIS_POINTS() view returns (uint256)
9500
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)
1.4
INTEREST_RATE_MODEL_NAME() pure returns (string)
WeightedInterestRateModel
INTEREST_RATE_MODEL_VERSION() pure returns (string)
1.0
TICK_LIMIT_SPACING_BASIS_POINTS() view returns (uint256)
1000
admin() view returns (address)
0x1c91c822f6c5e117a2abe2b33b0e64b850e67095
adminFeeBalance() view returns (uint256)
0
adminFeeRate() view returns (uint32)
0
collateralLiquidator() view returns (address)
0xe0194f47040e2424b8a65cb5f7112a5dbe1f93bf
collateralToken() view returns (address)
0x7ea3cca10668b8346aec0bf1844a49e995527c8b
collateralWrappers() view returns (address[])
[0xc4dC9eF8763433aAe26635bc5a09e362605fAd18, 0x5f264625E6400102A2f5e9a5D6e006C7A6d41285, 0x0000000000000000000000000000000000000000]
currencyToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
delegationRegistry() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
durations() view returns (uint64[])
[259200, 604800, 2592000]
rates() view returns (uint64[])
[3170979198, 9512937595, 15854895991]
Read-only
decodeLoanReceipt(bytes loanReceipt) pure returns (struct LoanReceiptLoanReceiptV1)
deposits(address account, uint128 tick) view returns (struct PoolDeposit)
liquidityNode(uint128 tick) view returns (struct ILiquidityNodeInfo)
liquidityNodes(uint128 startTick, uint128 endTick) view returns (struct ILiquidityNodeInfo[])
loans(bytes32 receiptHash) view returns (uint8)
quote(uint256 principal, uint64 duration, address collateralToken, uint256[] collateralTokenIds, uint128[] ticks, bytes options) view returns (uint256)
quoteRefinance(bytes encodedLoanReceipt, uint256 principal, uint64 duration, uint128[] ticks) view returns (int256, uint256)
redemptionAvailable(address account, uint128 tick) view returns (uint256 shares, uint256 amount)
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, uint256 minShares) returns (uint256, uint256, uint256)
redeem(uint128 tick, uint256 shares)
refinance(bytes encodedLoanReceipt, uint256 principal, uint64 duration, uint256 maxRepayment, uint128[] ticks) returns (uint256)
repay(bytes encodedLoanReceipt) returns (uint256)
setAdminFeeRate(uint32 rate)
withdraw(uint128 tick) returns (uint256, uint256)
withdrawAdminFees(address recipient, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminFeeRateUpdated(uint256 rate)
AdminFeesWithdrawn(address indexed account, 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)
Redeemed(address indexed account, uint128 indexed tick, uint256 shares)
Withdrawn(address indexed account, uint128 indexed tick, uint256 shares, uint256 amount)
constructor(address beacon, bytes data)
fallback()
receive()
InactiveLiquidity()
InsufficientLiquidity()
InsufficientShares()
InsufficientTickSpacing()
InsufficientUtilization()
InvalidAddress()
InvalidBorrowOptions()
InvalidCaller()
InvalidLoanReceipt()
InvalidParameters()
InvalidReceiptEncoding()
InvalidRedemptionStatus()
InvalidTick()
LoanNotExpired()
ParameterOutOfBounds()
RepaymentTooHigh()
UnsupportedCollateral(uint256 index)
UnsupportedLoanDuration()