EtherCollateral

Verified contract

Active on Ethereum with 4 txns
Deployed by via 0x7541ee96 at 13002532
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "EtherCollateral"

0x9b79d20dc76b2017cd01872143150f3f414c1acadd2d730886cf35bb08f5113c
0x7f12d76a300a696ae620832fa9dcf04a66c784f2fa425bcb2555440bf70016e5
0x1c7171a444538ebb3f270ebe735323837b8ab489a1550a3ae74683d483147747
0x63dd0a647eb47d2788bdc08d26e78265af7963f7b4b8fbadfb9d0fa86149653c

Functions
Getter at block 20944458
accountLoanLimit(view returns (uint256)
50
collateralizationRatio(view returns (uint256)
125000000000000000000
getContractInfo(view returns (uint256 _collateralizationRatiouint256 _issuanceRatiouint256 _interestRateuint256 _interestPerSeconduint256 _issueFeeRateuint256 _issueLimituint256 _minLoanSizeuint256 _totalIssuedPynthsuint256 _totalLoansCreateduint256 _totalOpenLoanCountuint256 _ethBalanceuint256 _liquidationDeadlinebool _loanLiquidationOpen)
(_collateralizationRatio=125000000000000000000, _issuanceRatio=800000000000000000, _interestRate=50000000000000000, _interestPerSecond=1585489599, _issueFeeRate=5000000000000000, _issueLimit=5000000000000000000000, _minLoanSize=1000000000000000000, _totalIssuedPynths=0, _totalLoansCreated=0, _totalOpenLoanCount=0, _ethBalance=0, _liquidationDeadline=1636615536, _loanLiquidationOpen=false)
interestPerSecond(view returns (uint256)
1585489599
interestRate(view returns (uint256)
50000000000000000
isResolverCached(view returns (bool)
false
issuanceRatio(view returns (uint256)
800000000000000000
issueFeeRate(view returns (uint256)
5000000000000000
issueLimit(view returns (uint256)
5000000000000000000000
lastPauseTime(view returns (uint256)
0
liquidationDeadline(view returns (uint256)
1636615536
loanLiquidationOpen(view returns (bool)
false
minLoanSize(view returns (uint256)
1000000000000000000
nominatedOwner(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x1c19d81a6f11958d58130ddbc505933426c80369
paused(view returns (bool)
false
resolver(view returns (address)
0x7015cd1e78ba1428d103b0c2513077b2826b64fc
resolverAddressesRequired(view returns (bytes32[] addresses)
[0x53797374656d5374617475730000000000000000000000000000000000000000, 0x50796e7468704554480000000000000000000000000000000000000000000000, 0x50796e7468705553440000000000000000000000000000000000000000000000, 0x4465706f74000000000000000000000000000000000000000000000000000000, 0x45786368616e6765526174657300000000000000000000000000000000000000]
totalIssuedPynths(view returns (uint256)
0
totalLoansCreated(view returns (uint256)
0
totalOpenLoanCount(view returns (uint256)
0
Read-only
accountOpenLoanCounter(addressview returns (uint256)
accountsPynthLoans(addressuint256view returns (address accountuint256 collateralAmountuint256 loanAmountuint256 timeCreateduint256 loanIDuint256 timeClosed)
accruedInterestOnLoan(uint256 _loanAmountuint256 _secondsview returns (uint256 interestAmount)
calculateMintingFee(address _accountuint256 _loanIDview returns (uint256)
collateralAmountForLoan(uint256 loanAmountview returns (uint256)
currentInterestOnLoan(address _accountuint256 _loanIDview returns (uint256)
getLoan(address _accountuint256 _loanIDview returns (address accountuint256 collateralAmountuint256 loanAmountuint256 timeCreateduint256 loanIDuint256 timeCloseduint256 interestuint256 totalFees)
loanAmountFromCollateral(uint256 collateralAmountview returns (uint256)
loanLifeSpan(address _accountuint256 _loanIDview returns (uint256 loanLifeSpanResult)
openLoanIDsByAccount(address _accountview returns (uint256[])
State-modifying
acceptOwnership(
closeLoan(uint256 loanID
liquidateUnclosedLoan(address _loanCreatorsAddressuint256 _loanID
nominateNewOwner(address _owner
openLoan(payable returns (uint256 loanID)
rebuildCache(
setAccountLoanLimit(uint256 _loanLimit
setCollateralizationRatio(uint256 ratio
setInterestRate(uint256 _interestRate
setIssueFeeRate(uint256 _issueFeeRate
setIssueLimit(uint256 _issueLimit
setLoanLiquidationOpen(bool _loanLiquidationOpen
setMinLoanSize(uint256 _minLoanSize
setPaused(bool _paused
Events
AccountLoanLimitUpdated(uint256 loanLimit
CacheUpdated(bytes32 nameaddress destination
CollateralizationRatioUpdated(uint256 ratio
InterestRateUpdated(uint256 interestRate
IssueFeeRateUpdated(uint256 issueFeeRate
IssueLimitUpdated(uint256 issueLimit
LoanClosed(address indexed accountuint256 loanIDuint256 feesPaid
LoanCreated(address indexed accountuint256 loanIDuint256 amount
LoanLiquidated(address indexed accountuint256 loanIDaddress liquidator
LoanLiquidationOpenUpdated(bool loanLiquidationOpen
MinLoanSizeUpdated(uint256 minLoanSize
OwnerChanged(address oldOwneraddress newOwner
OwnerNominated(address newOwner
PauseChanged(bool isPaused
Constructor
constructor(address _owneraddress _resolver
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.