LiquidationRouter

Verified contract

Active on Ethereum with 4 txns
Deployed by via 0xf10fc773 at 20026922
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "LiquidationRouter"

0xaade14c2c184d85ec59ffac4c91db599f9da9688fad3d3589fb28e7387fd3783
0xf17892e8b287a6827f77873a40c02a2aa415ec04d5caf0e0ea2aa5e4618c3460
0x160ebce9860733d70c9edb54d18a2cdc3072d8f58660e42f2de26cdda4126060
0x7cbf6705f4b4bdc7d79e5fff0e3397ed3520ab98416e616fbc9c93ec4056c4c3

Functions
Getter at block 21318100
auctionManager(view returns (address)
0x404e0b9589cf236ca3e580f74124a2b4a6d3eacc
collaterals(view returns (address[])
[]
collateralsLength(view returns (uint256)
0
lastResortLiquidation(view returns (address)
0x4b9288a258be2bc18286b7ab48d59e074bb65398
owner(view returns (address)
0x646c131f04ef45f8dd7c7aebc868a7199657df10
stabilityPool(view returns (address)
0xb11a25e73b6b9d8b569405f4dfff5d546a14e1e3
underWaterDebt(view returns (uint256)
0
vaultFactory(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
collateral(addressview returns (uint256)
collateralAt(uint256 _indexview returns (address)
containsCollateral(address _collateralview returns (bool)
State-modifying
addSeizedCollateral(address _collateraluint256 _amount
addUnderWaterDebt(address _vaultuint256 _amount
distributeBadDebt(address _vaultuint256 _amount
renounceOwnership(
setAuctionManager(address _auctionManager
setLastResortLiquidation(address _lastResortLiquidation
setStabilityPool(address _stabilityPool
setVaultFactory(address _vaultFactory
transferOwnership(address newOwner
tryLiquidate(
withdrawLiquidatedCollateral(address _collateraladdress _touint256 _amount
Events
AuctionManagerUpdated(address indexed _auctionManager
BadDebtDistributed(address indexed _vaultuint256 amount
LastResortLiquidationUpdated(address indexed _lastResortLiquidation
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SeizedCollateralAdded(address indexed collateraladdress indexed _vaultFactoryaddress indexed _vaultuint256 amount
StabilityPoolUpdated(address indexed _stabilityPool
UnderWaterDebtAdded(address indexed _vaultFactoryaddress indexed _vaultuint256 debtAmount
UnderWaterDebtRemoved(address indexed _vaultFactoryuint256 debtAmount
VaultFactoryUpdated(address indexed _vaultFactory
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token