0xdefccc1f8c36f7852298d688bf783c09c9697cb3

Verified contract

Proxy

Active on Ethereum with 168 txns
Deployed by via 0xb977669b at 12425754
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $10,596.36
0x37f6706184cbb96bea3fa8b2a5d0e3c3ab8833716686a074d4314788883d7ee0
From
0xd81b0fbd7c197050ac227f313f662777ff43ca67cf12f8286c20393ba507b4f1
0xc5f459fe1504e152d3795993f53e1f97430a97e55149659568003f0fc115e08c
0x680a720df02463918f781419b7d88a3f255755d5adc357262cbcc22462c5a82c
0x7fd8ca06d92f2bb3456e6c7b831c193ef03870c14e1921c2ebbf5eecefdd0938
0x420a9064bc3bf10827582d261f891e10261487aef484b0fcdec47aba2301ee97
0x22384d3b8c935370e4dbba49a931f6cd0100ff41b3792925bf4462e37836613d
0x4eb091280fbb8838447fcd3fbef54caf869ca877d621d4b6b7789432b4a7a89c
0xd6526826611eb2f44eab9f7087650deef9c8f758a8a6a1febec90de37bf334a7
0xe47ca73286fb6b004f0ea73300300c8eda520d6e7c81575160c417c0c2700d07

Functions
Getter at block 21043488
_factoryContract(view returns (address)
0xce53384b7ea89039e10b98e9401dd3454e4a9b9c
accountLoanLimit(view returns (uint256)
50
arbasset(view returns (address)
0x8a32f6051ae5798b9faebd30e951e4acc2a11015
assetClosed(view returns (bool)
false
collateralizationRatio(view returns (uint256)
120000000000000000000
getContractInfo(view returns (uint256 _collateralizationRatiouint256 _issuanceRatiouint256 _issueFeeRateuint256 _minLoanCollateralSizeuint256 _totalIssuedSynthsuint256 _totalLoansCreateduint256 _totalOpenLoanCountuint256 _ethBalance)
(_collateralizationRatio=120000000000000000000, _issuanceRatio=833333333333333333, _issueFeeRate=0, _minLoanCollateralSize=50000000000000000, _totalIssuedSynths=4770000000000000000, _totalLoansCreated=68, _totalOpenLoanCount=5, _ethBalance=4150000000000000000)
issuanceRatio(view returns (uint256)
833333333333333333
issueFeeRate(view returns (uint256)
0
liquidationPenalty(view returns (uint256)
100000000000000000
liquidationRatio(view returns (uint256)
1200000000000000000
minLoanCollateralSize(view returns (uint256)
50000000000000000
owner(view returns (address)
0x9d31e30003f253563ff108bc60b16fdf2c93abb5
totalIssuedSynths(view returns (uint256)
4770000000000000000
totalLoansCreated(view returns (uint256)
68
totalOpenLoanCount(view returns (uint256)
5
Read-only
accountOpenLoanCounter(addressview returns (uint256)
accountsSynthLoans(addressuint256view returns (address accountuint256 collateralAmountuint256 loanAmountuint256 mintingFeeuint256 timeCreateduint256 loanIDuint256 timeClosed)
calculateAmountToLiquidate(uint256 debtBalanceuint256 collateralview returns (uint256)
collateralAmountForLoan(uint256 loanAmountview returns (uint256)
getLoan(address _accountuint256 _loanIDview returns (address accountuint256 collateralAmountuint256 loanAmountuint256 timeCreateduint256 loanIDuint256 timeCloseduint256 totalFees)
getLoanCollateralRatio(address _accountuint256 _loanIDview returns (uint256 loanCollateralRatio)
getMintingFee(address _accountuint256 _loanIDview returns (uint256)
getOpenLoanIDsByAccount(address _accountview returns (uint256[])
loanAmountFromCollateral(uint256 collateralAmountview returns (uint256)
State-modifying
changeOwner(address _newOwner
closeLoan(uint256 loanID
depositCollateral(address accountuint256 loanIDpayable 
initialize(address _assetaddress _owneraddress _factoryAddressuint256[2] _mintingFeeRatio
liquidateLoan(address _loanCreatorsAddressuint256 _loanIDuint256 _debtToCover
openLoan(uint256 _loanAmountpayable returns (uint256 loanID)
repayLoan(address _loanCreatorsAddressuint256 _loanIDuint256 _repayAmount
setAssetClosed(
setIssueFeeRate(uint256 _issueFeeRate
withdrawCollateral(uint256 loanIDuint256 withdrawAmount
Events
AssetClosed(
CollateralDeposited(address indexed accountuint256 loanIDuint256 collateralAmountuint256 collateralAfter
CollateralWithdrawn(address indexed accountuint256 loanIDuint256 amountWithdrawnuint256 collateralAfter
IssueFeeRateUpdated(uint256 issueFeeRate
LoanClosed(address indexed accountuint256 loanID
LoanCreated(address indexed accountuint256 loanIDuint256 amount
LoanLiquidated(address indexed accountuint256 loanIDaddress liquidator
LoanLiquidationOpenUpdated(bool loanLiquidationOpen
LoanPartiallyLiquidated(address indexed accountuint256 loanIDaddress liquidatoruint256 liquidatedAmountuint256 liquidatedCollateral
LoanRepaid(address indexed accountuint256 loanIDuint256 repaidAmountuint256 newLoanAmount
NewOwner(address newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.