EtherCollateral
Verified contract
Active on
Ethereum with 248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e3b…3ef2
-
variable spans 23 additional slots
Balances ($15,278.00)
Native
Value
$15,278
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5 | $3,055.60 |
$15,278 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12694313 | 3 years ago | | | 0 | 0.0053293209 | |
| 12589044 | 3 years ago | | | 0 | 0.0086421420 | |
| 12560352 | 3 years ago | | | 0 | 0.010562618 | |
| 12530644 | 3 years ago | | | 0 | 0.018680655 | |
| 12530610 | 3 years ago | | | 0 | 0.024440858 | |
| 12530607 | 3 years ago | | | 0 | 0.024563678 | |
| 12530557 | 3 years ago | | | 0 | 0.024575638 | |
| 12530548 | 3 years ago | | | 0 | 0.027013468 | |
| 12439331 | 3 years ago | | | 0 | 0.038409520 | |
| 12436225 | 4 years ago | | | 0 | 0.060014875 |
ABI
ABI objects
Getter at block 21191724
MAX_ADDRESSES_FROM_RESOLVER() view returns (uint256)
24
accountLoanLimit() view returns (uint256)
50
collateralizationRatio() view returns (uint256)
125000000000000000000
getContractInfo() view returns (uint256 _collateralizationRatio, uint256 _issuanceRatio, uint256 _interestRate, uint256 _interestPerSecond, uint256 _issueFeeRate, uint256 _issueLimit, uint256 _minLoanSize, uint256 _totalIssuedSynths, uint256 _totalLoansCreated, uint256 _totalOpenLoanCount, uint256 _ethBalance, uint256 _liquidationDeadline, bool _loanLiquidationOpen)
(_collateralizationRatio=125000000000000000000, _issuanceRatio=800000000000000000, _interestRate=31536001, _interestPerSecond=1, _issueFeeRate=0, _issueLimit=1000000000000000000, _minLoanSize=1000000000000000000, _totalIssuedSynths=0, _totalLoansCreated=121, _totalOpenLoanCount=0, _ethBalance=0, _liquidationDeadline=1604020554, _loanLiquidationOpen=true)
getResolverAddressesRequired() view returns (bytes32[24] addressesRequired)
[0x53797374656d5374617475730000000000000000000000000000000000000000, 0x53796e7468734554480000000000000000000000000000000000000000000000, 0x53796e7468735553440000000000000000000000000000000000000000000000, 0x4465706f74000000000000000000000000000000000000000000000000000000, 0x45786368616e6765526174657300000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000]
interestPerSecond() view returns (uint256)
1
interestRate() view returns (uint256)
31536001
issuanceRatio() view returns (uint256)
800000000000000000
issueFeeRate() view returns (uint256)
0
issueLimit() view returns (uint256)
1000000000000000000
lastPauseTime() view returns (uint256)
0
liquidationDeadline() view returns (uint256)
1604020554
loanLiquidationOpen() view returns (bool)
true
minLoanSize() view returns (uint256)
1000000000000000000
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
paused() view returns (bool)
false
resolver() view returns (address)
0x4e3b31eb0e5cb73641ee1e65e7dcefe520ba3ef2
totalIssuedSynths() view returns (uint256)
0
totalLoansCreated() view returns (uint256)
121
totalOpenLoanCount() view returns (uint256)
0
Read-only
accountOpenLoanCounter(address) view returns (uint256)
accountsSynthLoans(address, uint256) view returns (address account, uint256 collateralAmount, uint256 loanAmount, uint256 timeCreated, uint256 loanID, uint256 timeClosed)
accruedInterestOnLoan(uint256 _loanAmount, uint256 _seconds) view returns (uint256 interestAmount)
calculateMintingFee(address _account, uint256 _loanID) view returns (uint256)
collateralAmountForLoan(uint256 loanAmount) view returns (uint256)
currentInterestOnLoan(address _account, uint256 _loanID) view returns (uint256)
getLoan(address _account, uint256 _loanID) view returns (address account, uint256 collateralAmount, uint256 loanAmount, uint256 timeCreated, uint256 loanID, uint256 timeClosed, uint256 interest, uint256 totalFees)
isResolverCached(address _resolver) view returns (bool)
loanAmountFromCollateral(uint256 collateralAmount) view returns (uint256)
loanLifeSpan(address _account, uint256 _loanID) view returns (uint256 loanLifeSpanResult)
openLoanIDsByAccount(address _account) view returns (uint256[])
resolverAddressesRequired(uint256) view returns (bytes32)
State-modifying
Events acceptOwnership()
closeLoan(uint256 loanID)
liquidateUnclosedLoan(address _loanCreatorsAddress, uint256 _loanID)
nominateNewOwner(address _owner)
openLoan() payable returns (uint256 loanID)
setAccountLoanLimit(uint256 _loanLimit)
setCollateralizationRatio(uint256 ratio)
setInterestRate(uint256 _interestRate)
setIssueFeeRate(uint256 _issueFeeRate)
setIssueLimit(uint256 _issueLimit)
setLoanLiquidationOpen(bool _loanLiquidationOpen)
setMinLoanSize(uint256 _minLoanSize)
setPaused(bool _paused)
setResolverAndSyncCache(address _resolver)
AccountLoanLimitUpdated(uint256 loanLimit)
CollateralizationRatioUpdated(uint256 ratio)
InterestRateUpdated(uint256 interestRate)
IssueFeeRateUpdated(uint256 issueFeeRate)
IssueLimitUpdated(uint256 issueLimit)
LoanClosed(address indexed account, uint256 loanID, uint256 feesPaid)
LoanCreated(address indexed account, uint256 loanID, uint256 amount)
LoanLiquidated(address indexed account, uint256 loanID, address liquidator)
LoanLiquidationOpenUpdated(bool loanLiquidationOpen)
MinLoanSizeUpdated(uint256 minLoanSize)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
constructor(address _owner, address _resolver)
This contract contains no fallback and receive objects.
This contract contains no error objects.