CreditConfiguratorV3

Verified contract

Active on Ethereum with 2 txns
Deployed by via 0x31e8efde at 19304608
Slot
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

No balances found for "CreditConfiguratorV3"

0x4cf9c7f12ef06041d42cfbfd2d776d714cac4196fa4ccf0ba9188af316353d52
0xded906049633ddc6f7d068a2819d5aaab4f8875836feaee91a0573e6c4ab6ea9

Functions
Getter at block 20869727
acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
addressProvider(view returns (address)
0x9ea7b04da02a5373317d745c1571c84aad03321d
 
allowedAdapters(view returns (address[])
controller(view returns (address)
0xd8ceb2580f22e13d17031740af2e91e9e7a13347
creditFacade(view returns (address)
0x3dd5a8007adf2aab06b13d9e3be3574e216286ed
creditManager(view returns (address)
0x50ba483272484fc5eebe8676dc87d814a11faef6
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
addCollateralToken(address tokenuint16 liquidationThreshold
addEmergencyLiquidator(address liquidator
allowAdapter(address adapter
allowToken(address token
forbidAdapter(address adapter
forbidBorrowing(
forbidToken(address token
makeTokenQuoted(address token
pause(
rampLiquidationThreshold(address tokenuint16 liquidationThresholdFinaluint40 rampStartuint24 rampDuration
removeEmergencyLiquidator(address liquidator
resetCumulativeLoss(
setBotList(uint256 newVersion
setController(address newController
setCreditFacade(address newCreditFacadebool migrateParams
setExpirationDate(uint40 newExpirationDate
setFees(uint16 feeInterestuint16 feeLiquidationuint16 liquidationPremiumuint16 feeLiquidationExpireduint16 liquidationPremiumExpired
setLiquidationThreshold(address tokenuint16 liquidationThreshold
setMaxCumulativeLoss(uint128 newMaxCumulativeLoss
setMaxDebtLimit(uint128 maxDebt
setMaxDebtPerBlockMultiplier(uint8 newMaxDebtLimitPerBlockMultiplier
setMaxEnabledTokens(uint8 newMaxEnabledTokens
setMinDebtLimit(uint128 minDebt
setPriceOracle(uint256 newVersion
unpause(
upgradeCreditConfigurator(address newCreditConfigurator
Events
AddCollateralToken(address indexed token
AddEmergencyLiquidator(address indexed liquidator
AllowAdapter(address indexed targetContractaddress indexed adapter
AllowToken(address indexed token
CreditConfiguratorUpgraded(address indexed creditConfigurator
ForbidAdapter(address indexed targetContractaddress 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 tokenuint16 liquidationThresholdInitialuint16 liquidationThresholdFinaluint40 timestampRampStartuint40 timestampRampEnd
SetBorrowingLimits(uint256 minDebtuint256 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 tokenuint16 liquidationThreshold
Unpaused(address account
UpdateFees(uint16 feeInterestuint16 feeLiquidationuint16 liquidationPremiumuint16 feeLiquidationExpireduint16 liquidationPremiumExpired
Constructor
constructor(address _creditManageraddress _creditFacadestruct CreditManagerOpts opts
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdapterIsNotRegisteredException(
AddressIsNotContractException(address arg0
CallerNotConfiguratorException(
CallerNotControllerException(
CallerNotPausableAdminException(
CallerNotUnpausableAdminException(
IncompatibleContractException(
IncorrectExpirationDateException(
IncorrectLimitsException(
IncorrectLiquidationThresholdException(
IncorrectParameterException(
IncorrectTokenContractException(
PriceFeedDoesNotExistException(
TargetContractNotAllowedException(
TokenIsNotQuotedException(
TokenNotAllowedException(
ZeroAddressException(