CreditFacadeV3

Verified contract

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

No balances found for "CreditFacadeV3"

0x842f90f8ad4539cb1a5e898602fd5f979e2d61d70879c26916a397160a654945
0x198e9d6c9da67eb2b992c157e40c690715209ba7f18a6c273313f69845d698ce
0x94cd414ad35d433956ad8204fdb72102f2c62d0f74d9e3c155a2d3cafa5127f4
0x71f94146d58fda4f7867fc8c90e95933084279117cacc742b4b2bc9d84ed62e1
0xac04debb0c3d909f4aecb25543638ee6eaf3a81e46f5868926252feec05b3f91
0xab32be345a0d678d6f0856ef6b6319d091e466757357f4ba2e9e53d959089a6f
0x3863556d6e5e1d01c982dd7ab11061927bddfa3c002889f9592a48ba0d52e9a3
0x3d2d7924ae2efaf28c24742bc02d424ddf3d067483d844b032d9a3402b387757
0x01ecc2036b871ff20ab5e535f697cdf530abb50e24321ee2a5a26a7c9e3d9b3d
0xf4bfd045dfb47497a80fa9ab82c081b3b53006b1147e689cd84bc1c20c9c0b94

Functions
Getter at block 20876010
acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
botList(view returns (address)
0x6b24183313074abb6e3b30ea206f20c12205053a
controller(view returns (address)
0xa133c9a92fb8ddb962af1cbae58b2723a0bdf23b
creditManager(view returns (address)
0xefc134755aaf89fe84476946251680bece41246e
debtLimits(view returns (uint128 minDebtuint128 maxDebt)
(minDebt=54054054, maxDebt=2702702702)
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(