Clearinghouse
Verified contract
Active on
Ethereum with 3,905 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6caf…fa59
0xa868…9613
0xa90b…491e
Balances ($17,861,216.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sDAI | ERC-20 | 15.947514M | $1.12 |
$17,861,216.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156962 | 11 hours ago | | | 0 | 0.0091619766 | |
| 21155921 | 14 hours ago | | | 0 | 0.0026555527 | |
| 21152462 | a day ago | | | 0 | 0.0025213516 | |
| 21150837 | a day ago | | | 0 | 0.0083308711 | |
| 21150060 | a day ago | | | 0 | 0.0083266410 | |
| 21149403 | 2 days ago | | | 0 | 0.0056752872 | |
| 21148685 | 2 days ago | | | 0 | 0.0064243700 | |
| 21147259 | 2 days ago | | | 0 | 0.0022887435 | |
| 21146806 | 2 days ago | | | 0 | 0.0020432445 | |
| 21146801 | 2 days ago | | | 0 | 0.0021989133 |
ABI
ABI objects
Getter at block 21160227
DURATION() view returns (uint256)
10454400
FUND_AMOUNT() view returns (uint256)
18000000000000000000000000
FUND_CADENCE() view returns (uint256)
604800
INTEREST_RATE() view returns (uint256)
5000000000000000
LOAN_TO_COLLATERAL() view returns (uint256)
2892920000000000000000
MAX_REWARD() view returns (uint256)
100000000000000000
MINTR() view returns (address)
0xa90bfe53217da78d900749eb6ef513ee5b6a491e
ROLES() view returns (address)
0x6cafd730dc199df73c16420c4fcab18e3afbfa59
TRSRY() view returns (address)
0xa8687a15d4be32cc8f0a8a7b9704a4c3993d9613
active() view returns (bool)
true
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
factory() view returns (address)
0x30ce56e80aa96ebba1e1a74bc5c0feb5b0db4216
fundTime() view returns (uint256)
1731590615
getTotalReceivables() view returns (uint256)
109842173802753304357552740
gohm() view returns (address)
0x0ab87046fbb341d058f17cbc4c1133f25a20a52f
interestReceivables() view returns (uint256)
178955740018598596010678
isActive() view returns (bool)
true
isCoolerCallback() pure returns (bool)
true
kernel() view returns (address)
0x2286d7f9639e8158fad1169e76d1fbc38247f54b
ohm() view returns (address)
0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5
principalReceivables() view returns (uint256)
109663218062734705761542062
requestPermissions() view returns (struct Permissions[] requests)
[(0x5452535259, 0x4aae164b), (0x5452535259, 0xe6eb207a), (0x5452535259, 0x2f42aef5), (0x4d494e5452, 0xaaf0ad5a)]
sdai() view returns (address)
0x83f20f44975d03b1b09e64809b757c47f942beea
staking() view returns (address)
0xb63cac384247597756545b500253ff8e607a8020
Read-only
getCollateralForLoan(uint256 principal_) pure returns (uint256)
getLoanForCollateral(uint256 collateral_) pure returns (uint256, uint256)
interestForLoan(uint256 principal_, uint256 duration_) pure returns (uint256)
State-modifying
Events burn()
changeKernel(address newKernel_)
claimDefaulted(address[] coolers_, uint256[] loans_)
configureDependencies() returns (bytes5[] dependencies)
defund(address token_, uint256 amount_)
emergencyShutdown()
extendLoan(address cooler_, uint256 loanID_, uint8 times_)
lendToCooler(address cooler_, uint256 amount_) returns (uint256)
onDefault(uint256 loanID_, uint256 principle, uint256 interest, uint256 collateral)
onRepay(uint256 loanID_, uint256 principlePaid_, uint256 interestPaid_)
reactivate()
rebalance() returns (bool)
sweepIntoDSR()
Deactivate()
Defund(address token, uint256 amount)
Reactivate()
Rebalance(bool defund, uint256 daiAmount)
constructor(address ohm_, address gohm_, address staking_, address sdai_, address coolerFactory_, address kernel_)
This contract contains no fallback and receive objects.
BadEscrow()
DurationMaximum()
KernelAdapter_OnlyKernel(address caller_)
LengthDiscrepancy()
NotLender()
OnlyBorrower()
OnlyBurnable()
OnlyFromFactory()
Policy_ModuleDoesNotExist(bytes5 keycode_)
TooEarlyToFund()