CreditFacadeV3

Verified contract

Active on Ethereum with 83 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"

0x16a7998a4cc34197ceaf277e4e57a88e4d426329ee3587cc8cc679a8ceaf47fd
0xe4afea6b27b4dd5abe3b47b7bf3687660c46595ce3eca1a18380bb5815a45c29
0x57547fc2e4cf53204d4738f173a272f880956759fd9c23d7097e85c4852f70e4
0x7fc3848f7280895055311b6f563dcff788bdc80b5f78372fe5a598b6161fe3e8
0x688b9cd6780d84cf2c1753fbbe5ed4ffd8c229557b0a6d8efead3ee8d4642027
0x290f81f62c2bb996d5c2749ae36c756855cf538e1b4791197cf060c954adb6d4
0x2cf585b11aa297c79da00ad6d7a20c727e28ee106b9f171523b743fdc1d639eb
0xcb93e58953b7fc2f459ffe8e0afb13f5a19664aeada34a76a04f7739bbdcacd6
0xc010220cea3f96439f670eed019f120838622c22731f23e013b47e1c4924315c
0x54b4c12458b5d1a2d90180a8064663111bedf22582c73d26817d5f30087a5034

Functions
Getter at block 21263582
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(