Timelock
Functions
constructor
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| uint256 |
receive
setDelay
Parameters
Name | Type | Description |
---|---|---|
| uint256 |
acceptAdmin
setPendingAdmin
Parameters
Name | Type | Description |
---|---|---|
| address |
queueTransaction
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 |
cancelTransaction
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 |
_cancelTransaction
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 |
executeTransaction
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 |
getTxHash
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 |
getBlockTimestamp
Events
NewAdmin
Parameters
Name | Type | Description |
---|---|---|
| address | |
### NewPendingAdmin |
Parameters
Name | Type | Description |
---|---|---|
| address | |
### NewDelay |
Parameters
Name | Type | Description |
---|---|---|
| uint256 | |
### CancelTransaction |
Parameters
Name | Type | Description |
---|---|---|
| bytes32 | |
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 | |
### ExecuteTransaction |
Parameters
Name | Type | Description |
---|---|---|
| bytes32 | |
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 | |
### QueueTransaction |
Parameters
Name | Type | Description |
---|---|---|
| bytes32 | |
| address | |
| uint256 | |
| string | |
| bytes | |
| uint256 |
Last updated