Proxy
Verified contract
Proxy
Active on
Ethereum with 120 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) |
---|---|---|---|---|---|---|---|
| 21073141 | a month ago | | | 0 | 0.0016293381 | |
| 21064324 | a month ago | | | 0 | 0.0013645655 | |
| 21042707 | 2 months ago | | | 0 | 0.0011239967 | |
| 21036373 | 2 months ago | | | 0 | 0.0019156695 | |
| 20994085 | 2 months ago | | | 0 | 0.0023477859 | |
| 20985967 | 2 months ago | | | 0 | 0.0030725375 | |
| 20942544 | 2 months ago | | | 0 | 0.0042573201 | |
| 20879153 | 2 months ago | | | 0 | 0.0031986643 | |
| 20864048 | 2 months ago | | | 0 | 0.0021872531 | |
| 20843119 | 3 months ago | | | 0 | 0.0027056881 |
ABI
ABI objects
Getter at block 21391961
HUNDRED_PERCENT() view returns (uint256)
1000000
PRECISION() view returns (uint256)
1000000000000000000000000000
accountedInterest() view returns (uint112)
0
accruedInterest() view returns (uint256 accruedInterest_)
0
assetsUnderManagement() view returns (uint256 assetsUnderManagement_)
0
domainStart() view returns (uint40)
1730477099
factory() view returns (address factory_)
0x90b14505221a24039a2d11ad5862339db97cc160
fundsAsset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
implementation() view returns (address implementation_)
0xbad003da1e107f537ae2f687f5fe7a7affe9b241
issuanceRate() view returns (uint256)
0
poolManager() view returns (address)
0x219654a61a0bc394055652986be403fa14405bb8
principalOut() view returns (uint128)
0
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.