Proxy
Verified contract
Proxy
Active on
Ethereum with 62 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
Balances ($0.00)
No balances found for "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21323504 | a day ago | | | 0 | 0.0055282716 | |
| 21273211 | 8 days ago | | | 0 | 0.0021698760 | |
| 21223468 | 15 days ago | | | 0 | 0.0029397827 | |
| 21180253 | 21 days ago | | | 0 | 0.011443789 | |
| 21123281 | a month ago | | | 0 | 0.0019762927 | |
| 21071540 | a month ago | | | 0 | 0.0029679263 | |
| 20785541 | 3 months ago | | | 0 | 0.0030081813 | |
| 20679184 | 3 months ago | | | 0 | 0.00088107206 | |
| 20628684 | 3 months ago | | | 0 | 0.00029360915 | |
| 20570270 | 3 months ago | | | 0 | 0.00026982554 |
ABI
ABI objects
Getter at block 21330955
HUNDRED_PERCENT() view returns (uint256)
1000000
PRECISION() view returns (uint256)
1000000000000000000000000000
accountedInterest() view returns (uint112)
41809324190
accruedInterest() view returns (uint256 accruedInterest_)
7240401083
assetsUnderManagement() view returns (uint256 assetsUnderManagement_)
16054899355273
domainStart() view returns (uint40)
1733247671
factory() view returns (address factory_)
0x90b14505221a24039a2d11ad5862339db97cc160
fundsAsset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
implementation() view returns (address implementation_)
0xbad003da1e107f537ae2f687f5fe7a7affe9b241
issuanceRate() view returns (uint256)
80826089344521604938271604938270
poolManager() view returns (address)
0xa9c908ee077ee26b52137fff714150c7eb69e160
principalOut() view returns (uint128)
16005849630000
unrealizedLosses() view returns (uint128)
0
Read-only
impairmentFor(address) view returns (uint40 impairedDate, bool impairedByGovernor)
paymentFor(address) view returns (uint24 platformManagementFeeRate, uint24 delegateManagementFeeRate, uint40 startDate, uint168 issuanceRate)
State-modifying
Events callPrincipal(address loan_, uint256 principal_)
claim(int256 principal_, uint256 interest_, uint256 delegateServiceFee_, uint256 platformServiceFee_, uint40 nextPaymentDueDate_)
fund(address loan_)
impairLoan(address loan_)
migrate(address migrator_, bytes arguments_)
proposeNewTerms(address loan_, address refinancer_, uint256 deadline_, bytes[] calls_)
rejectNewTerms(address loan_, address refinancer_, uint256 deadline_, bytes[] calls_)
removeCall(address loan_)
removeLoanImpairment(address loan_)
setImplementation(address implementation_)
triggerDefault(address loan_) returns (uint256 remainingLosses_, uint256 unrecoveredPlatformFees_)
triggerDefault(address loan_, address liquidatorFactory_) returns (bool liquidationComplete_, uint256 remainingLosses_, uint256 unrecoveredPlatformFees_)
upgrade(uint256 version_, bytes arguments_)
AccountingStateUpdated(uint256 issuanceRate_, uint112 accountedInterest_)
ClaimedFundsDistributed(address indexed loan_, uint256 principal_, uint256 netInterest_, uint256 delegateManagementFee_, uint256 delegateServiceFee_, uint256 platformManagementFee_, uint256 platformServiceFee_)
ExpectedClaim(address indexed loan_, uint256 principal_, uint256 netInterest_, uint256 platformManagementFee_, uint256 platformServiceFee_)
LiquidatedFundsDistributed(address indexed loan_, uint256 toBorrower_, uint256 toPool_, uint256 toTreasury_)
PaymentAdded(address indexed loan_, uint256 platformManagementFeeRate_, uint256 delegateManagementFeeRate_, uint256 paymentDueDate_, uint256 issuanceRate_)
PaymentRemoved(address indexed loan_)
PrincipalOutUpdated(uint128 principalOut_)
UnrealizedLossesUpdated(uint128 unrealizedLosses_)
Upgraded(uint256 toVersion_, bytes arguments_)
constructor(address factory_, address implementation_)
fallback()
This contract contains no error objects.