ControllerTimelockV3

Verified contract

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

No balances found for "ControllerTimelockV3"

0xb30d98548cdd43de83570473fb2cac6b4154ce52ee270ed6497441d1395ec78d
From

Functions
Getter at block 21219520
GRACE_PERIOD(view returns (uint256)
1209600
acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
controller(view returns (address)
0xa133c9a92fb8ddb962af1cbae58b2723a0bdf23b
paused(view returns (bool)
false
version(view returns (uint256)
300
vetoAdmin(view returns (address)
0xbb803559b4d58b75e12dd74641ab955e8b0df40e
Read-only
getCreditManagerDebtLimit(address pooladdress creditManagerview returns (uint256)
getExpirationDate(address creditFacadeview returns (uint40)
getGroup(address contractAddressview returns (string)
getLTRampParamsHash(address creditManageraddress tokenview returns (bytes32)
getMaxDebtLimit(address creditFacadeview returns (uint128)
getMaxDebtPerBlockMultiplier(address creditFacadeview returns (uint8)
getMaxQuotaRate(address gaugeaddress tokenview returns (uint16)
getMinDebtLimit(address creditFacadeview returns (uint128)
getMinQuotaRate(address gaugeaddress tokenview returns (uint16)
getPolicy(bytes32 policyHashview returns (struct Policy)
getPriceFeedLowerBound(address priceFeedview returns (uint256)
getTokenLimit(address poolQuotaKeeperaddress tokenview returns (uint96)
getTokenQuotaIncreaseFee(address poolQuotaKeeperaddress tokenview returns (uint16)
getTotalDebtLimit(address poolview returns (uint256)
getWithdrawFee(address poolview returns (uint256)
queuedTransactions(bytes32view returns (bool queuedaddress executoraddress targetuint40 etastring signaturebytes datauint256 sanityCheckValuebytes sanityCheckCallData)
State-modifying
cancelTransaction(bytes32 txHash
disablePolicy(bytes32 policyHash
executeTransaction(bytes32 txHash
forbidAdapter(address creditManageraddress adapter
forbidBoundsUpdate(address priceFeed
pause(
rampLiquidationThreshold(address creditManageraddress tokenuint16 liquidationThresholdFinaluint40 rampStartuint24 rampDuration
setController(address newController
setCreditManagerDebtLimit(address creditManageruint256 debtLimit
setExpirationDate(address creditManageruint40 expirationDate
setGroup(address contractAddressstring group
setLPPriceFeedLimiter(address priceFeeduint256 lowerBound
setMaxDebtLimit(address creditManageruint128 maxDebt
setMaxDebtPerBlockMultiplier(address creditManageruint8 multiplier
setMaxQuotaRate(address pooladdress tokenuint16 rate
setMinDebtLimit(address creditManageruint128 minDebt
setMinQuotaRate(address pooladdress tokenuint16 rate
setPolicy(bytes32 policyHashstruct Policy policyParams
setReservePriceFeedStatus(address priceOracleaddress tokenbool active
setTokenLimit(address pooladdress tokenuint96 limit
setTokenQuotaIncreaseFee(address pooladdress tokenuint16 quotaIncreaseFee
setTotalDebtLimit(address pooluint256 newLimit
setVetoAdmin(address newAdmin
setWithdrawFee(address pooluint256 newFee
unpause(
Events
CancelTransaction(bytes32 indexed txHash
ExecuteTransaction(bytes32 indexed txHash
NewController(address indexed newController
Paused(address account
QueueTransaction(bytes32 indexed txHashaddress indexed executoraddress targetstring signaturebytes datauint40 eta
SetGroup(address indexed contractAddressstring indexed group
SetPolicy(bytes32 indexed policyHashbool enabled
SetVetoAdmin(address indexed newAdmin
Unpaused(address account
Constructor
constructor(address _addressProvideraddress _vetoAdmin
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerNotConfiguratorException(
CallerNotExecutorException(
CallerNotPausableAdminException(
CallerNotUnpausableAdminException(
CallerNotVetoAdminException(
ParameterChangedAfterQueuedTxException(
ParameterChecksFailedException(
TxExecutedOutsideTimeWindowException(
TxExecutionRevertedException(
TxNotQueuedException(
ZeroAddressException(