CreditConfiguratorV3

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0x8e38b406 at 19255924
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"

0x1ac97e89c6e343ad6fe1ac11e586b70bb3706f54ce290913559ee64d43ab1e4b
From

Functions
Getter at block 21383982
acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
addressProvider(view returns (address)
0x9ea7b04da02a5373317d745c1571c84aad03321d
 
allowedAdapters(view returns (address[])
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
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(