Proxy
Verified contract
Proxy
Active on
Ethereum with 81 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) |
---|---|---|---|---|---|---|---|
| 21324402 | 9 days ago | | | 0 | 0.0088199027 | |
| 21323833 | 9 days ago | | | 0 | 0.0046392678 | |
| 21280552 | 15 days ago | | | 0 | 0.0066566522 | |
| 21180612 | a month ago | | | 0 | 0.011846482 | |
| 21137840 | a month ago | | | 0 | 0.0028602326 | |
| 21130134 | a month ago | | | 0 | 0.0019290322 | |
| 21116172 | a month ago | | | 0 | 0.00068980526 | |
| 21094940 | a month ago | | | 0 | 0.0018135974 | |
| 21093742 | a month ago | | | 0 | 0.0014938418 | |
| 21093272 | a month ago | | | 0 | 0.0026609680 |
ABI
ABI objects
Getter at block 21386318
HUNDRED_PERCENT() view returns (uint256)
1000000
PRECISION() view returns (uint256)
1000000000000000000000000000
accountedInterest() view returns (uint112)
102872270022
accruedInterest() view returns (uint256 accruedInterest_)
10640363584
assetsUnderManagement() view returns (uint256 assetsUnderManagement_)
30913562633606
domainStart() view returns (uint40)
1733900471
factory() view returns (address factory_)
0x90b14505221a24039a2d11ad5862339db97cc160
fundsAsset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
implementation() view returns (address implementation_)
0xbad003da1e107f537ae2f687f5fe7a7affe9b241
issuanceRate() view returns (uint256)
101592227930244424532058940661088
poolManager() view returns (address)
0x5ee9587bf5f4ccceeed87b0216a31ebb513fac25
principalOut() view returns (uint128)
30800050000000
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.