管理與風險
誰能修改規則?
Detected upgradeable controls from the verified ABI.
當前控制
- Admin
- 0x408ed6354d4973f66138c91495f2f2fcbd8724c3 ↗ Etherscan → smarts
- Upgradeability inferred from ABI/events; proxy storage resolution may be incomplete.
概覽
讀取函式
Block #25,494,390 · just nowReturn the timelock's grace period in seconds.✨ AI
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | uint256 | The number of seconds after a transaction's ETA during which the queued transaction can be executed before it becomes stale.✨ AI |
Returns the maximum delay (in seconds) that the timelock may be configured to enforce.✨ AI
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | uint256 | Maximum delay value in seconds allowed by the timelock (uint256).✨ AI |
Return the minimum delay in seconds required before queued timelock operations can be executed.✨ AI
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | uint256 | The minimum delay for executing queued operations, expressed in seconds as a uint256.✨ AI |
Returns the current administrator address of the Timelock contract.✨ AI
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | address | The address that holds administrative control and can schedule or execute privileged timelock actions.✨ AI |
Returns the required delay (timelock) for executing queued transactions.✨ AI
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | uint256 | The current delay in seconds that must elapse before queued operations can execute.✨ AI |
Returns the address proposed to become the contract admin.✨ AI
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | address | The address that is currently set as the pending admin, or the zero address if none.✨ AI |
Return whether a transaction identified by its bytes32 hash is currently queued in the timelock.✨ AI
參數
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | bytes32 |
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | bool | True if the given transaction hash is currently queued in the timelock, false otherwise.✨ AI |
寫入函式
Allow the pending admin to accept and become the contract administrator.✨ AI
Cancel a previously queued timelock transaction so it cannot be executed at its scheduled time.✨ AI
參數
| 名稱 | 類型 | 描述 |
|---|---|---|
| target | address | Address of the contract or account that would receive the transaction.✨ AI |
| value | uint256 | Amount of ETH in wei to send with the transaction if executed.✨ AI |
| signature | string | Function signature string used to construct calldata; empty if raw data is provided.✨ AI |
| data | bytes | Raw calldata bytes appended to the signature when the transaction was queued.✨ AI |
| eta | uint256 | Scheduled execution timestamp (seconds since epoch) when the transaction was set to be executable.✨ AI |
Executes a queued timelocked transaction after its scheduled ETA, calling the target and optionally sending ETH.✨ AI
參數
| 名稱 | 類型 | 描述 |
|---|---|---|
| target | address | Address receiving the call.✨ AI |
| value | uint256 | Amount of ETH (in wei) to send with the call.✨ AI |
| signature | string | Function signature on the target; empty string uses raw data.✨ AI |
| data | bytes | ABI-encoded calldata to pass to the target function.✨ AI |
| eta | uint256 | Scheduled execution timestamp (UNIX seconds) that must have passed.✨ AI |
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | bytes | Raw bytes returned by the executed call to the target.✨ AI |
Queue a timelocked transaction to be executed no earlier than the provided ETA.✨ AI
參數
| 名稱 | 類型 | 描述 |
|---|---|---|
| target | address | Address that will receive the call when the transaction executes.✨ AI |
| value | uint256 | Amount of wei to send with the call.✨ AI |
| signature | string | Function signature string to call on the target (e.g., "transfer(address,uint256)").✨ AI |
| data | bytes | ABI-encoded parameters to pass with the call (bytes).✨ AI |
| eta | uint256 | Earliest time the transaction can be executed, as a Unix timestamp.✨ AI |
回傳值
| 名稱 | 類型 | 描述 |
|---|---|---|
| — | bytes32 | bytes32 transaction hash used to reference the queued transaction.✨ AI |
Set a new minimum delay for scheduled transactions.✨ AI
參數
| 名稱 | 類型 | 描述 |
|---|---|---|
| delay_ | uint256 | New delay in seconds that will be required for queued transactions.✨ AI |
Set a new pending admin address; only the current admin can call and the pending admin must accept later.✨ AI
參數
| 名稱 | 類型 | 描述 |
|---|---|---|
| pendingAdmin_ | address | Address to assign as the pending admin who must accept to become the admin.✨ AI |
事件
| 名稱 | 類型 | 已索引 | 描述 |
|---|---|---|---|
| txHash | bytes32 | ✓ | |
| target | address | ✓ | |
| value | uint256 | ||
| signature | string | ||
| data | bytes | ||
| eta | uint256 |
| 名稱 | 類型 | 已索引 | 描述 |
|---|---|---|---|
| txHash | bytes32 | ✓ | |
| target | address | ✓ | |
| value | uint256 | ||
| signature | string | ||
| data | bytes | ||
| eta | uint256 |
| 名稱 | 類型 | 已索引 | 描述 |
|---|---|---|---|
| newAdmin | address | ✓ |
| 名稱 | 類型 | 已索引 | 描述 |
|---|---|---|---|
| newDelay | uint256 | ✓ |
| 名稱 | 類型 | 已索引 | 描述 |
|---|---|---|---|
| newPendingAdmin | address | ✓ |
| 名稱 | 類型 | 已索引 | 描述 |
|---|---|---|---|
| txHash | bytes32 | ✓ | |
| target | address | ✓ | |
| value | uint256 | ||
| signature | string | ||
| data | bytes | ||
| eta | uint256 |