I Compound Timelock Upgradeable
https://github.com/compound-finance/compound-protocol/blob/master/contracts/Timelock.sol[Compound's timelock] interface
Methods
GRACE_PERIOD
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
MAXIMUM_DELAY
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
MINIMUM_DELAY
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
acceptAdmin
admin
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
cancelTransaction
Parameters
Name | Type | Description |
---|---|---|
target | address | undefined |
value | uint256 | undefined |
signature | string | undefined |
data | bytes | undefined |
eta | uint256 | undefined |
delay
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
executeTransaction
Parameters
Name | Type | Description |
---|---|---|
target | address | undefined |
value | uint256 | undefined |
signature | string | undefined |
data | bytes | undefined |
eta | uint256 | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | bytes | undefined |
pendingAdmin
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
queueTransaction
Parameters
Name | Type | Description |
---|---|---|
target | address | undefined |
value | uint256 | undefined |
signature | string | undefined |
data | bytes | undefined |
eta | uint256 | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | bytes32 | undefined |
queuedTransactions
Parameters
Name | Type | Description |
---|---|---|
_0 | bytes32 | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | bool | undefined |
setDelay
Parameters
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
setPendingAdmin
Parameters
Name | Type | Description |
---|---|---|
_0 | address | undefined |
Last updated