CreditFacadeV3

Verified contract

Active on Ethereum with 96 txns
Deployed by via 0xd99f1170 at 19555094
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CreditFacadeV3"

0x06b53b9104d1951467d8f6749f93cd6d7d65b21f8604ae54aae6c53e452bf26d
0x0ee182fd5e424816addec52d418b8a16bb440cf1de656361046e50769bb920f6
0x599b3f6f2201d9b09c201ca55be53179cff529ebd51e7d45c35d7c0c85bc018d
0x14b4755d30c9d227a07b817a94494fd4c7e898d4e2e9479c5d31f9946f450d6a
0x95618b3bdf9886f8fc33e46d161e234cfbf82e07022f6e9497481ecff8231822
0xd483eda47bc4eddd92a1d1b744eae647317262b1a775805564c4c11e34413484
0xb50f9cbf3d6f08d4909636b03177cbf6f05afa15c74dc0f72f85451fb70f64d6
0xc437a379656a3856831ad6071a80226c63d15f3ceb06e2d1a9115520d69ff4ce
0xc1191e445b4f76fb739cb999d8258c7856b2ae82e8c1df9d00b8b7cdb04ff260
0x163268a824432895cfb672f453f81f4885781e854802c0c96877dfb88f1f30e2

Functions
Getter at block 21386635
acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
botList(view returns (address)
0x6b24183313074abb6e3b30ea206f20c12205053a
controller(view returns (address)
0xa133c9a92fb8ddb962af1cbae58b2723a0bdf23b
creditManager(view returns (address)
0xa30099925b14b00b76ae2efe2639cd01598fe68a
debtLimits(view returns (uint128 minDebtuint128 maxDebt)
(minDebt=10000000000000000000, maxDebt=500000000000000000000)
degenNFT(view returns (address)
0x0000000000000000000000000000000000000000
expirable(view returns (bool)
true
expirationDate(view returns (uint40)
0
forbiddenTokenMask(view returns (uint256)
0
lossParams(view returns (uint128 currentCumulativeLossuint128 maxCumulativeLoss)
(currentCumulativeLoss=0, maxCumulativeLoss=0)
maxDebtPerBlockMultiplier(view returns (uint8)
2
maxQuotaMultiplier(view returns (uint256)
2
paused(view returns (bool)
false
version(view returns (uint256)
301
weth(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
canLiquidateWhilePaused(addressview returns (bool)
State-modifying
botMulticall(address creditAccountstruct MultiCall[] calls
closeCreditAccount(address creditAccountstruct MultiCall[] callspayable 
liquidateCreditAccount(address creditAccountaddress tostruct MultiCall[] calls
multicall(address creditAccountstruct MultiCall[] callspayable 
openCreditAccount(address onBehalfOfstruct MultiCall[] callsuint256 referralCodepayable returns (address creditAccount)
pause(
setBotList(address newBotList
setBotPermissions(address creditAccountaddress botuint192 permissions
setController(address newController
setCumulativeLossParams(uint128 newMaxCumulativeLossbool resetCumulativeLoss
setDebtLimits(uint128 newMinDebtuint128 newMaxDebtuint8 newMaxDebtPerBlockMultiplier
setEmergencyLiquidator(address liquidatoruint8 allowance
setExpirationDate(uint40 newExpirationDate
setTokenAllowance(address tokenuint8 allowance
unpause(
Events
AddCollateral(address indexed creditAccountaddress indexed tokenuint256 amount
CloseCreditAccount(address indexed creditAccountaddress indexed borrower
DecreaseDebt(address indexed creditAccountuint256 amount
Execute(address indexed creditAccountaddress indexed targetContract
FinishMultiCall(
IncreaseDebt(address indexed creditAccountuint256 amount
LiquidateCreditAccount(address indexed creditAccountaddress indexed liquidatoraddress touint256 remainingFunds
NewController(address indexed newController
OpenCreditAccount(address indexed creditAccountaddress indexed onBehalfOfaddress indexed calleruint256 referralCode
Paused(address account
StartMultiCall(address indexed creditAccountaddress indexed caller
Unpaused(address account
WithdrawCollateral(address indexed creditAccountaddress indexed tokenuint256 amountaddress to
Constructor
constructor(address _creditManageraddress _degenNFTbool _expirable
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BalanceLessThanExpectedException(
BorrowAmountOutOfLimitsException(
BorrowedBlockLimitException(
CallerNotConfiguratorException(
CallerNotCreditAccountOwnerException(
CallerNotPausableAdminException(
CallerNotUnpausableAdminException(
CloseAccountWithEnabledTokensException(
CreditAccountNotLiquidatableException(
CustomHealthFactorTooLowException(
ExpectedBalancesAlreadySetException(
ExpectedBalancesNotSetException(
ForbiddenInWhitelistedModeException(
ForbiddenTokenBalanceIncreasedException(
ForbiddenTokenEnabledException(
ForbiddenTokensException(
IncorrectParameterException(
InvalidCollateralHintException(
NoPermissionException(uint256 permission
NotAllowedAfterExpirationException(
NotAllowedWhenNotExpirableException(
NotApprovedBotException(
PriceFeedDoesNotExistException(
RemainingTokenBalanceIncreasedException(
SafeTransferFailed(
TargetContractNotAllowedException(
UnexpectedPermissionsException(
UnknownMethodException(
ZeroAddressException(