0xb50d675f3c6d18ce5ccac691354f92afebd1675e
Unverified contract
Proxy
Active on
Ethereum with 94 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "0xb50d675f3c6d18ce5ccac691354f92afebd1675e"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21396162 | 8 hours ago | | | 0 | 0.0017686133 | |
| 21393473 | 17 hours ago | | | 0 | 0.0015961879 | |
| 21386945 | 2 days ago | | | 0 | 0.0035146887 | |
| 21386459 | 2 days ago | | | 0 | 0.0047434476 | |
| 21381433 | 2 days ago | | | 0 | 0.0044001830 | |
| 21373027 | 4 days ago | | | 0 | 0.0076792690 | |
| 21345129 | 7 days ago | | | 0 | 0.0040547489 | |
| 21344954 | 7 days ago | | | 0 | 0.0041284601 | |
| 21337544 | 9 days ago | | | 0 | 0.0037733371 | |
| 21317618 | 11 days ago | | | 0 | 0.013214923 |
ABI
ABI objects
Getter at block 21398631
HUNDRED_PERCENT() view returns (uint256)
1000000
PRECISION() view returns (uint256)
1000000000000000000000000000
accountedInterest() view returns (uint112)
93310880552
accruedInterest() view returns (uint256 accruedInterest_)
4135665304
assetsUnderManagement() view returns (uint256 assetsUnderManagement_)
43245295955856
domainStart() view returns (uint40)
1734124139
factory() view returns (address factory_)
0x90b14505221a24039a2d11ad5862339db97cc160
fundsAsset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
implementation() view returns (address implementation_)
0xbad003da1e107f537ae2f687f5fe7a7affe9b241
issuanceRate() view returns (uint256)
139812890634972786406478162750561
poolManager() view returns (address)
0x9cef7d1d390a4811bba1bc40a53b40a506c33b19
principalOut() view returns (uint128)
43147849410000
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_)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.