CreditFacadeV3
Verified contract
Active on
Ethereum with 81 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CreditFacadeV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21113515 | 2 days ago | | | 0 | 0.0011460004 | |
| 21099196 | 4 days ago | | | 0 | 0.0015373908 | |
| 21098630 | 4 days ago | | | 0 | 0.00078222393 | |
| 21098609 | 4 days ago | | | 0 | 0.0068926667 | |
| 21062871 | 9 days ago | | | 0 | 0.011091742 | |
| 20988299 | 19 days ago | | | 0 | 0.018952418 | |
| 20988251 | 19 days ago | | | 0 | 0.020927355 | |
| 20987499 | 19 days ago | | | 0 | 0.027648078 | |
| 20917910 | a month ago | | | 0 | 0.0040602570 | |
| 20903663 | a month ago | | | 0 | 0.0027227100 |
ABI
ABI objects
Getter at block 21125120
acl() view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
botList() view returns (address)
0x6b24183313074abb6e3b30ea206f20c12205053a
controller() view returns (address)
0xa133c9a92fb8ddb962af1cbae58b2723a0bdf23b
creditManager() view returns (address)
0x629f097996a5fb606470974bda1c3b6abc4d6857
debtLimits() view returns (uint128 minDebt, uint128 maxDebt)
(minDebt=20000000000000000000000, maxDebt=1000000000000000000000000)
degenNFT() view returns (address)
0x0000000000000000000000000000000000000000
expirable() view returns (bool)
false
expirationDate() view returns (uint40)
0
forbiddenTokenMask() view returns (uint256)
0
lossParams() view returns (uint128 currentCumulativeLoss, uint128 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(address) view returns (bool)
State-modifying
Events botMulticall(address creditAccount, struct MultiCall[] calls)
closeCreditAccount(address creditAccount, struct MultiCall[] calls) payable
liquidateCreditAccount(address creditAccount, address to, struct MultiCall[] calls)
multicall(address creditAccount, struct MultiCall[] calls) payable
openCreditAccount(address onBehalfOf, struct MultiCall[] calls, uint256 referralCode) payable returns (address creditAccount)
pause()
setBotList(address newBotList)
setBotPermissions(address creditAccount, address bot, uint192 permissions)
setController(address newController)
setCumulativeLossParams(uint128 newMaxCumulativeLoss, bool resetCumulativeLoss)
setDebtLimits(uint128 newMinDebt, uint128 newMaxDebt, uint8 newMaxDebtPerBlockMultiplier)
setEmergencyLiquidator(address liquidator, uint8 allowance)
setExpirationDate(uint40 newExpirationDate)
setTokenAllowance(address token, uint8 allowance)
unpause()
AddCollateral(address indexed creditAccount, address indexed token, uint256 amount)
CloseCreditAccount(address indexed creditAccount, address indexed borrower)
DecreaseDebt(address indexed creditAccount, uint256 amount)
Execute(address indexed creditAccount, address indexed targetContract)
FinishMultiCall()
IncreaseDebt(address indexed creditAccount, uint256 amount)
LiquidateCreditAccount(address indexed creditAccount, address indexed liquidator, address to, uint256 remainingFunds)
NewController(address indexed newController)
OpenCreditAccount(address indexed creditAccount, address indexed onBehalfOf, address indexed caller, uint256 referralCode)
Paused(address account)
StartMultiCall(address indexed creditAccount, address indexed caller)
Unpaused(address account)
WithdrawCollateral(address indexed creditAccount, address indexed token, uint256 amount, address to)
constructor(address _creditManager, address _degenNFT, bool _expirable)
This contract contains no fallback and receive objects.
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()