0x286eab854e69f8ab61f16828e9edaf33bd5941a7
Verified contract
Proxy
Active on
Ethereum with 125 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6d9b…f561
Balances ($26,436.70)
Native
Value
$26,436.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.8 | $3,887.75 |
$26,436.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15612894 | 2 years ago | | | 0 | 0.00088835801 | |
| 12958327 | 3 years ago | | | 0 | 0.0032370090 | |
| 12911388 | 3 years ago | | | 0 | 0.0056926710 | |
| 12909590 | 3 years ago | | | 0 | 0.0039067350 | |
| 12909570 | 3 years ago | | | 0 | 0.0015451040 | |
| 12909533 | 3 years ago | | | 0 | 0.0022080330 | |
| 12909209 | 3 years ago | | | 0 | 0.0031704640 | |
| 12909205 | 3 years ago | | | 0 | 0.0026968000 | |
| 12909198 | 3 years ago | | | 0 | 0.0038233440 | |
| 12909196 | 3 years ago | | | 0 | 0.0025114320 |
ABI
ABI objects
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 _collateralizationRatio, uint256 _issuanceRatio, uint256 _issueFeeRate, uint256 _minLoanCollateralSize, uint256 _totalIssuedSynths, uint256 _totalLoansCreated, uint256 _totalOpenLoanCount, uint256 _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(address) view returns (uint256)
accountsSynthLoans(address, uint256) view returns (address account, uint256 collateralAmount, uint256 loanAmount, uint256 mintingFee, uint256 timeCreated, uint256 loanID, uint256 timeClosed)
calculateAmountToLiquidate(uint256 debtBalance, uint256 collateral) view returns (uint256)
collateralAmountForLoan(uint256 loanAmount) view returns (uint256)
getLoan(address _account, uint256 _loanID) view returns (address account, uint256 collateralAmount, uint256 loanAmount, uint256 timeCreated, uint256 loanID, uint256 timeClosed, uint256 totalFees)
getLoanCollateralRatio(address _account, uint256 _loanID) view returns (uint256 loanCollateralRatio)
getMintingFee(address _account, uint256 _loanID) view returns (uint256)
getOpenLoanIDsByAccount(address _account) view returns (uint256[])
loanAmountFromCollateral(uint256 collateralAmount) view returns (uint256)
State-modifying
Events changeOwner(address _newOwner)
closeLoan(uint256 loanID)
depositCollateral(address account, uint256 loanID) payable
initialize(address _asset, address _owner, address _factoryAddress, uint256[2] _mintingFeeRatio)
liquidateLoan(address _loanCreatorsAddress, uint256 _loanID, uint256 _debtToCover)
openLoan(uint256 _loanAmount) payable returns (uint256 loanID)
repayLoan(address _loanCreatorsAddress, uint256 _loanID, uint256 _repayAmount)
setAssetClosed()
setIssueFeeRate(uint256 _issueFeeRate)
withdrawCollateral(uint256 loanID, uint256 withdrawAmount)
AssetClosed()
CollateralDeposited(address indexed account, uint256 loanID, uint256 collateralAmount, uint256 collateralAfter)
CollateralWithdrawn(address indexed account, uint256 loanID, uint256 amountWithdrawn, uint256 collateralAfter)
IssueFeeRateUpdated(uint256 issueFeeRate)
LoanClosed(address indexed account, uint256 loanID)
LoanCreated(address indexed account, uint256 loanID, uint256 amount)
LoanLiquidated(address indexed account, uint256 loanID, address liquidator)
LoanLiquidationOpenUpdated(bool loanLiquidationOpen)
LoanPartiallyLiquidated(address indexed account, uint256 loanID, address liquidator, uint256 liquidatedAmount, uint256 liquidatedCollateral)
LoanRepaid(address indexed account, uint256 loanID, uint256 repaidAmount, uint256 newLoanAmount)
NewOwner(address newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.