ControllerTimelockV3
Verified contract
Active on
Ethereum with 1 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 "ControllerTimelockV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19727485 | 7 months ago | | | 0 | 0.0023759269 |
ABI
ABI objects
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 pool, address creditManager) view returns (uint256)
getExpirationDate(address creditFacade) view returns (uint40)
getGroup(address contractAddress) view returns (string)
getLTRampParamsHash(address creditManager, address token) view returns (bytes32)
getMaxDebtLimit(address creditFacade) view returns (uint128)
getMaxDebtPerBlockMultiplier(address creditFacade) view returns (uint8)
getMaxQuotaRate(address gauge, address token) view returns (uint16)
getMinDebtLimit(address creditFacade) view returns (uint128)
getMinQuotaRate(address gauge, address token) view returns (uint16)
getPolicy(bytes32 policyHash) view returns (struct Policy)
getPriceFeedLowerBound(address priceFeed) view returns (uint256)
getTokenLimit(address poolQuotaKeeper, address token) view returns (uint96)
getTokenQuotaIncreaseFee(address poolQuotaKeeper, address token) view returns (uint16)
getTotalDebtLimit(address pool) view returns (uint256)
getWithdrawFee(address pool) view returns (uint256)
queuedTransactions(bytes32) view returns (bool queued, address executor, address target, uint40 eta, string signature, bytes data, uint256 sanityCheckValue, bytes sanityCheckCallData)
State-modifying
Events cancelTransaction(bytes32 txHash)
disablePolicy(bytes32 policyHash)
executeTransaction(bytes32 txHash)
forbidAdapter(address creditManager, address adapter)
forbidBoundsUpdate(address priceFeed)
pause()
rampLiquidationThreshold(address creditManager, address token, uint16 liquidationThresholdFinal, uint40 rampStart, uint24 rampDuration)
setController(address newController)
setCreditManagerDebtLimit(address creditManager, uint256 debtLimit)
setExpirationDate(address creditManager, uint40 expirationDate)
setGroup(address contractAddress, string group)
setLPPriceFeedLimiter(address priceFeed, uint256 lowerBound)
setMaxDebtLimit(address creditManager, uint128 maxDebt)
setMaxDebtPerBlockMultiplier(address creditManager, uint8 multiplier)
setMaxQuotaRate(address pool, address token, uint16 rate)
setMinDebtLimit(address creditManager, uint128 minDebt)
setMinQuotaRate(address pool, address token, uint16 rate)
setPolicy(bytes32 policyHash, struct Policy policyParams)
setReservePriceFeedStatus(address priceOracle, address token, bool active)
setTokenLimit(address pool, address token, uint96 limit)
setTokenQuotaIncreaseFee(address pool, address token, uint16 quotaIncreaseFee)
setTotalDebtLimit(address pool, uint256 newLimit)
setVetoAdmin(address newAdmin)
setWithdrawFee(address pool, uint256 newFee)
unpause()
CancelTransaction(bytes32 indexed txHash)
ExecuteTransaction(bytes32 indexed txHash)
NewController(address indexed newController)
Paused(address account)
QueueTransaction(bytes32 indexed txHash, address indexed executor, address target, string signature, bytes data, uint40 eta)
SetGroup(address indexed contractAddress, string indexed group)
SetPolicy(bytes32 indexed policyHash, bool enabled)
SetVetoAdmin(address indexed newAdmin)
Unpaused(address account)
constructor(address _addressProvider, address _vetoAdmin)
This contract contains no fallback and receive objects.
CallerNotConfiguratorException()
CallerNotExecutorException()
CallerNotPausableAdminException()
CallerNotUnpausableAdminException()
CallerNotVetoAdminException()
ParameterChangedAfterQueuedTxException()
ParameterChecksFailedException()
TxExecutedOutsideTimeWindowException()
TxExecutionRevertedException()
TxNotQueuedException()
ZeroAddressException()