0x286eab854e69f8ab61f16828e9edaf33bd5941a7

Verified contract

Proxy

Active on Ethereum with 125 txns
Deployed by via 0x4fa84dd9 at 12425754
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $26,436.7
0x96d011d0fe586a3aad38fcab56329d8da9a4a0079d1404c9a812e9cfb093363d
0x7da14369798d564eafd380126a498150d7cd1990410a3628657a277953b12fbf
0x2e0c4c6fe11b02aefccbb496afff9d8ba63070f6d35086a11cefb3b1be03c961
0xe25948ce363ec7a3d9503e0725b7563f38a671c8d1f3d7c0629067243cd1c4ab
0xf893feaeaccdfd3cf8e137a51c5ae7b966a2a4c1c95600cb34ef7e4537df7694
0x625c140d21f4b27604f01c0ff6f3c97330284af00777413604df5eda76d283bf
0xe20d73040bde4b41f8c4887b9776ca839be7022f7ff29758fa6d23de9985c9ed
0x7d98f0b74bdc8bdb699bff5f28f19eaf85d028655293143ddd32310582addb5e
0xebaeb7f0074fc6d8f69bd0e131dc20baaafaaa1856be601628efb9f24b5ef7da
0x2a802948f9b1a30994d2d4c1b5d3342a5eca0c6fb147bdaead6acd61fa32180f

Functions
Getter at block 21392728
_factoryContract(view returns (address)
0xce53384b7ea89039e10b98e9401dd3454e4a9b9c
accountLoanLimit(view returns (uint256)
50
arbasset(view returns (address)
0x6d9bde2df9f8420372bb69c2d62349b5b21af561
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=275223893181065218, _totalLoansCreated=43, _totalOpenLoanCount=4, _ethBalance=6800000000000000000)
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)
275223893181065218
totalLoansCreated(view returns (uint256)
43
totalOpenLoanCount(view returns (uint256)
4
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.