Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2935…fd50
0x89d2…0359
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cDAI | ERC-20 | 1.990868K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9879202 | 5 years ago | | | 0 | 0.0018279448 | |
| 9543164 | 5 years ago | | | 0 | 0.0030654640 | |
| 9457148 | 5 years ago | | | 0 | 0.018032700 | |
| 9457148 | 5 years ago | | | 0 | 0.018032700 | |
| 9457147 | 5 years ago | | | 0 | 0.018032700 | |
| 9457144 | 5 years ago | | | 0 | 0.018032700 | |
| 9457144 | 5 years ago | | | 0 | 0.018032700 | |
| 9457129 | 5 years ago | | | 0 | 0.0063037000 | |
| 9456449 | 5 years ago | | | 0 | 0.010566328 | |
| 9438730 | 5 years ago | | | 0 | 0.0066787650 |
ABI
ABI objects
Getter at block 21331780
DEFAULT_LIQUIDATION_PENALTY() view returns (uint256)
1000000000937303470807876289
DEFAULT_LIQUIDATION_RATIO() view returns (uint256)
1400000000000000000000000000
DEFAULT_MAX_LOAN_AMT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
DEFAULT_MIN_LOAN_AMT() view returns (uint256)
10000000000000000000
DEFAULT_MIN_LOAN_DUR() view returns (uint256)
21600
NUM_SECONDS_IN_YEAR() view returns (uint256)
31536000
cToken() view returns (address)
0xf5dce57282a584d2746faf1593d3121fcac444dc
cTokenMarketLiquidity() view returns (uint256)
199086840735
comptroller() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
decimals() view returns (uint256)
18
defaultArbiterFee() view returns (uint256)
1000000000236936036262880196
fundIndex() view returns (uint256)
27
getComptrollerAddress() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
globalInterestRate() view returns (uint256)
1000000002705168060259741785
globalInterestRateNumerator() view returns (uint256)
85310179948351216961192521
interestUpdateDelay() view returns (uint256)
86400
lastGlobalInterestUpdated() view returns (uint256)
1586983053
lastUtilizationRatio() view returns (uint256)
0
marketLiquidity() view returns (uint256)
42584310237943391148
maxInterestRateNumerator() view returns (uint256)
182321557320989604265864303
maxUtilizationDelta() view returns (uint256)
95310179948351216961192521
minInterestRateNumerator() view returns (uint256)
24692612600038629323181834
token() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
tokenMarketLiquidity() view returns (uint256)
0
totalBorrow() view returns (uint256)
0
utilizationInterestDivisor() view returns (uint256)
10531702972595856680093239305
Read-only
arbiter(bytes32 fund) view returns (address)
bools(bytes32) view returns (bool custom, bool compoundEnabled)
calcInterest(uint256 amount, uint256 rate, uint256 loanDur) pure returns (uint256)
cmul(uint256 x, uint256 y) pure returns (uint256 z)
custom(bytes32 fund) view returns (bool)
ensureNotZero(uint256 value) pure returns (uint256)
fee(bytes32 fund) view returns (uint256)
fundExpiry(bytes32 fund) view returns (uint256)
fundOwner(address) view returns (bytes32)
funds(bytes32) view returns (address lender, uint256 minLoanAmt, uint256 maxLoanAmt, uint256 minLoanDur, uint256 maxLoanDur, uint256 fundExpiry, uint256 interest, uint256 penalty, uint256 fee, uint256 liquidationRatio, address arbiter, uint256 balance, uint256 cBalance)
interest(bytes32 fund) view returns (uint256)
lender(bytes32 fund) view returns (address)
liquidationRatio(bytes32 fund) view returns (uint256)
maxLoanAmt(bytes32 fund) view returns (uint256)
maxLoanDur(bytes32 fund) view returns (uint256)
minLoanAmt(bytes32 fund) view returns (uint256)
minLoanDur(bytes32 fund) view returns (uint256)
penalty(bytes32 fund) view returns (uint256)
pubKeys(address) view returns (bytes)
secretHashIndex(address) view returns (uint256)
secretHashes(address, uint256) view returns (bytes32)
secretHashesCount(address addr_) view returns (uint256)
State-modifying
Events balance(bytes32 fund) returns (uint256)
calcGlobalInterest()
create(uint256 maxLoanDur_, uint256 fundExpiry_, address arbiter_, bool compoundEnabled_, uint256 amount_) returns (bytes32 fund)
createCustom(uint256 minLoanAmt_, uint256 maxLoanAmt_, uint256 minLoanDur_, uint256 maxLoanDur_, uint256 fundExpiry_, uint256 liquidationRatio_, uint256 interest_, uint256 penalty_, uint256 fee_, address arbiter_, bool compoundEnabled_, uint256 amount_) returns (bytes32 fund)
decreaseTotalBorrow(uint256 amount)
deposit(bytes32 fund, uint256 amount)
disableCompound(bytes32 fund)
enableCompound(bytes32 fund)
generate(bytes32[] secretHashes_)
request(bytes32 fund, address borrower_, uint256 amount_, uint256 collateral_, uint256 loanDur_, uint256 requestTimestamp_, bytes32[8] secretHashes_, bytes pubKeyA_, bytes pubKeyB_) returns (bytes32 loanIndex)
setCompound(address cToken_, address comptroller_)
setDefaultArbiterFee(uint256 defaultArbiterFee_)
setGlobalInterestRate(uint256 globalInterestRate_)
setGlobalInterestRateNumerator(uint256 globalInterestRateNumerator_)
setInterestUpdateDelay(uint256 interestUpdateDelay_)
setLoans(address loans_)
setMaxInterestRateNumerator(uint256 maxInterestRateNumerator_)
setMaxUtilizationDelta(uint256 maxUtilizationDelta_)
setMinInterestRateNumerator(uint256 minInterestRateNumerator_)
setPubKey(bytes pubKey)
setUtilizationInterestDivisor(uint256 utilizationInterestDivisor_)
update(bytes32 fund, uint256 maxLoanDur_, uint256 fundExpiry_, address arbiter_)
updateCustom(bytes32 fund, uint256 minLoanAmt_, uint256 maxLoanAmt_, uint256 minLoanDur_, uint256 maxLoanDur_, uint256 fundExpiry_, uint256 interest_, uint256 penalty_, uint256 fee_, uint256 liquidationRatio_, address arbiter_)
withdraw(bytes32 fund, uint256 amount)
withdrawTo(bytes32 fund, uint256 amount, address recipient)
Create(bytes32 fund)
constructor(address token_, uint256 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.