CreditFacadeV3

Verified contract

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

No balances found for "CreditFacadeV3"

0xa9dc60797ea796884e8e2e60b75feefdb6c449d46dc79786147db34c56d37b0b
0x11e901f8fd8fc7670f58a72a4289391884ba0ad4391a9dedc7727e1e417071a6
0x8a84e6dbc577714b071783cefb4d88348835cdb7ccd0ea9bb26475573ea33c45
0xcd7461c65906d2d367d6d83d2b89f3b69d1fcce032def34c126dd65016bf0ec7
0x5a858c9b1616e580ef0e85487740a924fa473c639487c873343087e563e00a71
0xf8455a33e88113e8f5a32adf8aaa8190bf6b93763230f8922f6c7240c048be2b
0x956635b98c9437bab88e2b9d3de2e86ad45c7a6445bb00e580f91e8cc49b4883
0xa8a58461209b7ecca7f09d1ec94253e8aa9437a2e74bfd912bfc1efb74076242
0x9116c893585bceaa487b6284fb06b92480216ea49492b7eb77768528774f2008
0x4f10546fb9917ffa1a1a88c43e0494c7422b30d4b95f73a1b7008f5ec772a7b3

Functions
Getter at block 20985270
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)
false
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)
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(