BorrowerOperations
Verified contract
Active on
Ethereum with 8,498 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6f99…cc42
0x9983…4f7f
0xaaac…e518
0x202f…ad21
0xa622…594b
0x045d…7a36
0x1dd6…2286
Balances ($0.00)
No balances found for "BorrowerOperations"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202976 | a day ago | | | 0 | 0.0033875009 | |
| 21164190 | 7 days ago | | | 0 | 0.0054514685 | |
| 21163807 | 7 days ago | | | 0 | 0.0098108233 | |
| 21081379 | 18 days ago | | | 0 | 0.0038307899 | |
| 21063005 | 21 days ago | | | 0 | 0.0030880888 | |
| 20978348 | a month ago | | | 0 | 0.0010289201 | |
| 20931989 | a month ago | | | 0 | 0.00063801903 | |
| 20879451 | 2 months ago | | | 0 | 0.0081402713 | |
| 20823539 | 2 months ago | | | 0 | 0.0049695534 | |
| 20778885 | 2 months ago | | | 0 | 0.0032922898 |
ABI
ABI objects
Getter at block 21212132
DCHFToken() view returns (address)
0x045da4bfe02b320f4403674b3b7d121737727a36
DECIMAL_PRECISION() view returns (uint256)
1000000000000000000
ETH_REF_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
MONStaking() view returns (address)
0x8bc3702c35d33e5df7cb0f06cb72a0c34ae0c56f
MONStakingAddress() view returns (address)
0x8bc3702c35d33e5df7cb0f06cb72a0c34ae0c56f
NAME() view returns (string)
BorrowerOperations
dfrancParams() view returns (address)
0x6f9990b242873d7396511f2630412a3fcecacc42
isContractBorrowerOps() pure returns (bool)
true
isInitialized() view returns (bool)
true
owner() view returns (address)
0x83737eae72ba7597b36494d723fbf58cafee8a69
sortedTroves() view returns (address)
0x1dd69453a685c735f2ab43e2169b57e9edf72286
troveManager() view returns (address)
0x99838142189ade67c1951f9c57c3333281334f7f
troveManagerHelpers() view returns (address)
0xaaacb8c39bd5acbb0a236112df8d15411161e518
Read-only
getCompositeDebt(address _asset, uint256 _debt) view returns (uint256)
getEntireSystemColl(address _asset) view returns (uint256 entireSystemColl)
getEntireSystemDebt(address _asset) view returns (uint256 entireSystemDebt)
State-modifying
Events addColl(address _asset, uint256 _assetSent, address _upperHint, address _lowerHint) payable
adjustTrove(address _asset, uint256 _assetSent, uint256 _maxFeePercentage, uint256 _collWithdrawal, uint256 _DCHFChange, bool _isDebtIncrease, address _upperHint, address _lowerHint) payable
claimCollateral(address _asset)
closeTrove(address _asset)
moveETHGainToTrove(address _asset, uint256 _amountMoved, address _borrower, address _upperHint, address _lowerHint) payable
openTrove(address _asset, uint256 _tokenAmount, uint256 _maxFeePercentage, uint256 _DCHFamount, address _upperHint, address _lowerHint) payable
renounceOwnership()
repayDCHF(address _asset, uint256 _DCHFamount, address _upperHint, address _lowerHint)
setAddresses(address _troveManagerAddress, address _troveManagerHelpersAddress, address _stabilityPoolManagerAddress, address _gasPoolAddress, address _collSurplusPoolAddress, address _sortedTrovesAddress, address _dchfTokenAddress, address _MONStakingAddress, address _dfrancParamsAddress)
setDfrancParameters(address _vaultParams)
transferOwnership(address newOwner)
withdrawColl(address _asset, uint256 _collWithdrawal, address _upperHint, address _lowerHint)
withdrawDCHF(address _asset, uint256 _maxFeePercentage, uint256 _DCHFamount, address _upperHint, address _lowerHint)
CollSurplusPoolAddressChanged(address _collSurplusPoolAddress)
DCHFBorrowingFeePaid(address indexed _asset, address indexed _borrower, uint256 _DCHFFee)
DCHFTokenAddressChanged(address _dchfTokenAddress)
GasPoolAddressChanged(address _gasPoolAddress)
Initialized(uint8 version)
MONStakingAddressChanged(address _MONStakingAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SortedTrovesAddressChanged(address _sortedTrovesAddress)
StabilityPoolAddressChanged(address _stabilityPoolAddress)
TroveCreated(address indexed _asset, address indexed _borrower, uint256 arrayIndex)
TroveManagerAddressChanged(address _newTroveManagerAddress)
TroveUpdated(address indexed _asset, address indexed _borrower, uint256 _debt, uint256 _coll, uint256 stake, uint8 operation)
VaultParametersBaseChanged(address indexed newAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.