CreditConfiguratorV3
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "CreditConfiguratorV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19284431 | 10 months ago | | | 0 | 0.0049334544 |
ABI
ABI objects
Getter at block 21383982 allowedAdapters() view returns (address[])
acl() view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
addressProvider() view returns (address)
0x9ea7b04da02a5373317d745c1571c84aad03321d
controller() view returns (address)
0xd8ceb2580f22e13d17031740af2e91e9e7a13347
creditFacade() view returns (address)
0x39b60878c56c7c8a7bc84df46c1d8091295a581c
creditManager() view returns (address)
0x6dc0eb1980fa6b3fa89f5b29937b9baab5865b3e
emergencyLiquidators() view returns (address[])
[0x7BD9c8161836b1F402233E80F55E3CaE0Fde4d87, 0x16040e932b5Ac7A3aB23b88a2f230B4185727b0d]
paused() view returns (bool)
false
underlying() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
version() view returns (uint256)
301
Read-only
This contract contains no read-only function objects.
State-modifying
Events addCollateralToken(address token, uint16 liquidationThreshold)
addEmergencyLiquidator(address liquidator)
allowAdapter(address adapter)
allowToken(address token)
forbidAdapter(address adapter)
forbidBorrowing()
forbidToken(address token)
makeTokenQuoted(address token)
pause()
rampLiquidationThreshold(address token, uint16 liquidationThresholdFinal, uint40 rampStart, uint24 rampDuration)
removeEmergencyLiquidator(address liquidator)
resetCumulativeLoss()
setBotList(uint256 newVersion)
setController(address newController)
setCreditFacade(address newCreditFacade, bool migrateParams)
setExpirationDate(uint40 newExpirationDate)
setFees(uint16 feeInterest, uint16 feeLiquidation, uint16 liquidationPremium, uint16 feeLiquidationExpired, uint16 liquidationPremiumExpired)
setLiquidationThreshold(address token, uint16 liquidationThreshold)
setMaxCumulativeLoss(uint128 newMaxCumulativeLoss)
setMaxDebtLimit(uint128 maxDebt)
setMaxDebtPerBlockMultiplier(uint8 newMaxDebtLimitPerBlockMultiplier)
setMaxEnabledTokens(uint8 newMaxEnabledTokens)
setMinDebtLimit(uint128 minDebt)
setPriceOracle(uint256 newVersion)
unpause()
upgradeCreditConfigurator(address newCreditConfigurator)
AddCollateralToken(address indexed token)
AddEmergencyLiquidator(address indexed liquidator)
AllowAdapter(address indexed targetContract, address indexed adapter)
AllowToken(address indexed token)
CreditConfiguratorUpgraded(address indexed creditConfigurator)
ForbidAdapter(address indexed targetContract, address indexed adapter)
ForbidToken(address indexed token)
NewController(address indexed newController)
Paused(address account)
QuoteToken(address indexed token)
RemoveEmergencyLiquidator(address indexed liquidator)
ResetCumulativeLoss()
ScheduleTokenLiquidationThresholdRamp(address indexed token, uint16 liquidationThresholdInitial, uint16 liquidationThresholdFinal, uint40 timestampRampStart, uint40 timestampRampEnd)
SetBorrowingLimits(uint256 minDebt, uint256 maxDebt)
SetBotList(address indexed botList)
SetCreditFacade(address indexed creditFacade)
SetExpirationDate(uint40 expirationDate)
SetMaxCumulativeLoss(uint128 maxCumulativeLoss)
SetMaxDebtPerBlockMultiplier(uint8 maxDebtPerBlockMultiplier)
SetMaxEnabledTokens(uint8 maxEnabledTokens)
SetPriceOracle(address indexed priceOracle)
SetTokenLiquidationThreshold(address indexed token, uint16 liquidationThreshold)
Unpaused(address account)
UpdateFees(uint16 feeInterest, uint16 feeLiquidation, uint16 liquidationPremium, uint16 feeLiquidationExpired, uint16 liquidationPremiumExpired)
constructor(address _creditManager, address _creditFacade, struct CreditManagerOpts opts)
This contract contains no fallback and receive objects.
AdapterIsNotRegisteredException()
AddressIsNotContractException(address arg0)
CallerNotConfiguratorException()
CallerNotControllerException()
CallerNotPausableAdminException()
CallerNotUnpausableAdminException()
IncompatibleContractException()
IncorrectExpirationDateException()
IncorrectLimitsException()
IncorrectLiquidationThresholdException()
IncorrectParameterException()
IncorrectTokenContractException()
PriceFeedDoesNotExistException()
TargetContractNotAllowedException()
TokenIsNotQuotedException()
TokenNotAllowedException()
ZeroAddressException()