EssenceDAOTimelock
EssenceDAOTimelock
Functions
constructor
Parameters
Name | Type | Description |
---|---|---|
| address | |
| address | |
| uint256 | |
| uint256 |
queueTransaction
queue a transaction, with pausability
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 |
vetoTransactions
veto a group of transactions
Parameters
Name | Type | Description |
---|---|---|
| address[] | |
| uint256[] | |
| string[] | |
| bytes[] | |
| uint256[] |
executeTransaction
execute a transaction, with pausability
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 |
governorSetPendingAdmin
allow a governor to set a new pending timelock admin
Parameters
Name | Type | Description |
---|---|---|
| address |
rollback
one-time option to roll back the Timelock to old timelock
guardian-only, and expires after the deadline. This function is here as a fallback in case something goes wrong.
IChiDAO
Functions
updateTimelock
Parameters
Name | Type | Description |
---|---|---|
| address |
Last updated