Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x10d2…5889
0x81b2…ac70
0x89d2…0359
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KICK | ERC-20 | 888.888K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9463665 | 5 years ago | | | 0 | 0.0026967920 | |
| 9457237 | 5 years ago | | | 0 | 0.00018117000 | |
| 9457167 | 5 years ago | | | 0 | 0.0018684000 | |
| 9457165 | 5 years ago | | | 0 | 0.000064219000 | |
| 9457157 | 5 years ago | | | 0 | 0.000073287000 | |
| 9457145 | 5 years ago | | | 0 | 0.000073926000 | |
| 9456708 | 5 years ago | | | 0 | 0.00015097500 | |
| 9438808 | 5 years ago | | | 0 | 0.0017184000 | |
| 9438798 | 5 years ago | | | 0 | 0.00028265700 | |
| 9438782 | 5 years ago | | | 0 | 0.00035362800 |
ABI
ABI objects
Getter at block 21325277
ACCEPT_EXP_THRESHOLD() view returns (uint256)
172800
APPROVE_EXP_THRESHOLD() view returns (uint256)
7200
LIQUIDATION_DISCOUNT() view returns (uint256)
930000000000000000
LIQUIDATION_EXP_THRESHOLD() view returns (uint256)
604800
SEIZURE_EXP_THRESHOLD() view returns (uint256)
172800
decimals() view returns (uint256)
18
loanIndex() view returns (uint256)
81
token() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
Read-only
acceptExpiration(bytes32 loan) view returns (uint256)
approveExpiration(bytes32 loan) view returns (uint256)
approved(bytes32 loan) view returns (bool)
arbiter(bytes32 loan) view returns (address)
bools(bytes32) view returns (bool funded, bool approved, bool withdrawn, bool sale, bool paid, bool off)
borrower(bytes32 loan) view returns (address)
borrowerLoanCount(address borrower_) view returns (uint256)
borrowerLoans(address, uint256) view returns (bytes32)
cmul(uint256 x, uint256 y) pure returns (uint256 z)
collateral(bytes32 loan) view returns (uint256)
collateralValue(bytes32 loan) view returns (uint256)
ddiv(uint256 x) view returns (uint256)
discountCollateralValue(bytes32 loan) view returns (uint256)
dmul(uint256 x) view returns (uint256)
fee(bytes32 loan) view returns (uint256)
fundIndex(bytes32) view returns (bytes32)
funded(bytes32 loan) view returns (bool)
interest(bytes32 loan) view returns (uint256)
lender(bytes32 loan) view returns (address)
lenderLoanCount(address lender_) view returns (uint256)
lenderLoans(address, uint256) view returns (bytes32)
liquidationExpiration(bytes32 loan) view returns (uint256)
liquidationRatio(bytes32 loan) view returns (uint256)
loans(bytes32) view returns (address borrower, address lender, address arbiter, uint256 createdAt, uint256 loanExpiration, uint256 requestTimestamp, uint256 closedTimestamp, uint256 principal, uint256 interest, uint256 penalty, uint256 fee, uint256 collateral, uint256 liquidationRatio)
minCollateralValue(bytes32 loan) view returns (uint256)
off(bytes32 loan) view returns (bool)
owedForLiquidation(bytes32 loan) view returns (uint256)
owedForLoan(bytes32 loan) view returns (uint256)
owedToLender(bytes32 loan) view returns (uint256)
owing(bytes32 loan) view returns (uint256)
paid(bytes32 loan) view returns (bool)
penalty(bytes32 loan) view returns (uint256)
principal(bytes32 loan) view returns (uint256)
pubKeys(bytes32) view returns (bytes borrowerPubKey, bytes lenderPubKey, bytes arbiterPubKey)
repaid(bytes32 loan) view returns (uint256)
repayments(bytes32) view returns (uint256)
safe(bytes32 loan) view returns (bool)
sale(bytes32 loan) view returns (bool)
secretHashes(bytes32) view returns (bytes32 secretHashA1, bytes32 secretHashB1, bytes32 secretHashC1, bytes32 withdrawSecret, bytes32 acceptSecret, bool set)
seizureExpiration(bytes32 loan) view returns (uint256)
tokes(bytes32) view returns (address)
withdrawn(bytes32 loan) view returns (bool)
State-modifying
Events accept(bytes32 loan, bytes32 secret)
approve(bytes32 loan)
cancel(bytes32 loan, bytes32 secret)
create(uint256 loanExpiration_, address[3] usrs_, uint256[7] vals_, bytes32 fundIndex_) returns (bytes32 loan)
fund(bytes32 loan)
liquidate(bytes32 loan, bytes32 secretHash, bytes20 pubKeyHash) returns (bytes32 sale_)
refund(bytes32 loan)
repay(bytes32 loan, uint256 amount)
setSales(address sales_)
setSecretHashes(bytes32 loan, bytes32[4] borrowerSecretHashes, bytes32[4] lenderSecretHashes, bytes32[4] arbiterSecretHashes, bytes borrowerPubKey_, bytes lenderPubKey_, bytes arbiterPubKey_) returns (bool)
withdraw(bytes32 loan, bytes32 secretA1)
Create(bytes32 loan)
constructor(address funds_, address med_, address token_, uint256 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.