Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2023…f30e
4 additional
variables
Balances ($1,502.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cUSDC | ERC-20 | 49.512788K | $0.024314 |
$1,203.86 | |
COMP | ERC-20 | 4.141019 | $72.20 |
$298.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14917781 | 2 years ago | | | 0 | 0.017610183 | |
| 12066886 | 4 years ago | | | 0 | 0.049747413 | |
| 12066839 | 4 years ago | | | 0 | 0.051033983 | |
| 11205891 | 4 years ago | | | 0 | 0.0067626080 | |
| 11050553 | 4 years ago | | | 0 | 0.015215868 | |
| 10892021 | 4 years ago | | | 0 | 0.052699473 | |
| 10843575 | 4 years ago | | | 0 | 0.035473520 | |
| 10698175 | 4 years ago | | | 0 | 0.060412905 | |
| 10654715 | 4 years ago | | | 0 | 0.072498560 | |
| 10557265 | 4 years ago | | | 0 | 0.020390220 |
ABI
ABI objects
Getter at block 21307523
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)
25000000000000000000
DEFAULT_MIN_LOAN_DUR() view returns (uint256)
21600
MAX_LOAN_LENGTH() view returns (uint256)
315360000
MAX_UINT_256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
NUM_SECONDS_IN_YEAR() view returns (uint256)
31536000
cToken() view returns (address)
0x39aa39c021dfbae8fac545936693ac917d5e7563
cTokenMarketLiquidity() view returns (uint256)
4951278816478
comptroller() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
decimals() view returns (uint256)
6
defaultArbiterFee() view returns (uint256)
1000000000217456036260000000
fundIndex() view returns (uint256)
24
getComptrollerAddress() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
globalInterestRate() view returns (uint256)
1000000002732676825177582095
globalInterestRateNumerator() view returns (uint256)
95310179948351216961192521
interestUpdateDelay() view returns (uint256)
157784760
lastGlobalInterestUpdated() view returns (uint256)
1582590218
lastUtilizationRatio() view returns (uint256)
0
marketLiquidity() view returns (uint256)
1119584007
maxInterestRateNumerator() view returns (uint256)
182321557320989604265864303
maxUtilizationDelta() view returns (uint256)
95310179948351216961192521
minInterestRateNumerator() view returns (uint256)
24692612600038629323181834
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
tokenMarketLiquidity() view returns (uint256)
0
totalBorrow() view returns (uint256)
25000000
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, bool addNow) view 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)
cTokenExchangeRate() 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)
Deposit(bytes32 fund, uint256 amount_)
DisableCompound(bytes32 fund)
EnableCompound(bytes32 fund)
Request(bytes32 fund, address borrower_, uint256 amount_, uint256 collateral_, uint256 loanDur_, uint256 requestTimestamp_)
Update(bytes32 fund, uint256 maxLoanDur_, uint256 fundExpiry_, address arbiter_)
Withdraw(bytes32 fund, uint256 amount_, address recipient_)
constructor(address token_, uint256 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.