EssenceDAOTimelock
EssenceDAOTimelock
Functions
constructor
Parameters
Name
Type
Description
core_
address
admin_
address
delay_
uint256
minDelay_
uint256
queueTransaction
queue a transaction, with pausability
Parameters
Name
Type
Description
target
address
value
uint256
signature
string
data
bytes
eta
uint256
vetoTransactions
veto a group of transactions
Parameters
Name
Type
Description
targets
address[]
values
uint256[]
signatures
string[]
datas
bytes[]
etas
uint256[]
executeTransaction
execute a transaction, with pausability
Parameters
Name
Type
Description
target
address
value
uint256
signature
string
data
bytes
eta
uint256
governorSetPendingAdmin
allow a governor to set a new pending timelock admin
Parameters
Name
Type
Description
newAdmin
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
newTimelock
address
Last updated