CreditFacadeV3

Verified contract

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

No balances found for "CreditFacadeV3"

0xb1be309b0b3ae5da41d14a63c2596608bfd37278b3007ff014af3039aa7cae99
0xc7db446a0dc7a25520a87eefabe78ee3c4e45807fc9868d7329821105dc9a64f
0xeeabb6d3e625d7eac4b39cd877ff541e7cc3501479c4b2bec5b088c9d04ffe5f
0x0dd46b353ec9fa1ac76606ac40169b02909b88af3fc8404d8ee7c5d8147cfb8e
0x6e4a8e42630128af23deeaad7a1f719be6ae3e362a82cccd4aed041f21d05b9c
0xd846ed342e21d2207218749ba860371b82dde72a3465640b713d610b3283670f
0xdff859d78600999bf2056c97e0dde01ba15f266457cd9a0ec9534f8613dc23d5
0x944c0c7e7940ced2bd8dbfe31e28727a75e08a35932d9d3a7869e52d41cba150
0x20e29383e98851162d856ffc92af342be9d93d9e74ae70ca007a3d593a820415
0x728331699d8dd180f37833e1252f1757bdebd93ce76ff2fbddaa540bb265f56b

Functions
Getter at block 21160141
acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
botList(view returns (address)
0x6b24183313074abb6e3b30ea206f20c12205053a
controller(view returns (address)
0xa133c9a92fb8ddb962af1cbae58b2723a0bdf23b
creditManager(view returns (address)
0x6dc0eb1980fa6b3fa89f5b29937b9baab5865b3e
debtLimits(view returns (uint128 minDebtuint128 maxDebt)
(minDebt=25000000000000000000, maxDebt=500000000000000000000)
degenNFT(view returns (address)
0xb829a5b349b01fc71afe46e50dd6ec0222a6e599
expirable(view returns (bool)
false
expirationDate(view returns (uint40)
0
forbiddenTokenMask(view returns (uint256)
1024
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)
300
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(