LiquidationManager
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LiquidationManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20759996 | 2 months ago | | | 0 | 0.00083513199 | |
| 20459436 | 4 months ago | | | 0 | 0.0053988834 | |
| 20459435 | 4 months ago | | | 0 | 0.13321680 | |
| 18867959 | a year ago | | | 0 | 0.027195839 | |
| 18064173 | a year ago | | | 0 | 0.016540810 | |
| 18062978 | a year ago | | | 0 | 0.094386070 | |
| 18058950 | a year ago | | | 0 | 0.0011811240 |
ABI
ABI objects
Getter at block 21285577
CCR() view returns (uint256)
1500000000000000000
DEBT_GAS_COMPENSATION() view returns (uint256)
200000000000000000000
DECIMAL_PRECISION() view returns (uint256)
1000000000000000000
PERCENT_DIVISOR() view returns (uint256)
200
borrowerOperations() view returns (address)
0x72c590349535ad52e6953744cb2a36b409542719
factory() view returns (address)
0x70b66e20766b775b2e9ce5b718bbd285af59b7e1
stabilityPool() view returns (address)
0xed8b26d99834540c5013701bb3715fafd39993ba
Read-only
This contract contains no read-only function objects.
State-modifying
Events batchLiquidateTroves(address troveManager, address[] _troveArray)
enableTroveManager(address _troveManager)
liquidate(address troveManager, address borrower)
liquidateTroves(address troveManager, uint256 maxTrovesToLiquidate, uint256 maxICR)
Liquidation(uint256 _liquidatedDebt, uint256 _liquidatedColl, uint256 _collGasCompensation, uint256 _debtGasCompensation)
TroveLiquidated(address indexed _borrower, uint256 _debt, uint256 _coll, uint8 _operation)
TroveUpdated(address indexed _borrower, uint256 _debt, uint256 _coll, uint256 _stake, uint8 _operation)
constructor(address _stabilityPoolAddress, address _borrowerOperations, address _factory, uint256 _gasCompensation)
This contract contains no fallback and receive objects.
This contract contains no error objects.