Create2Factory

Abstract

0x0000000000000000000000000000000000010000

Solidity v0.8.20+commit.a1b79de6

🤖
透過你的 AI 查詢此合約
參考: 0x0000000000000000000000000000000000010000
範例提示詞: "Tell me the current state of abstract/0x0000000000000000000000000000000000010000"
還沒有接入 AI?→ mcp.smarts.md
Abstract 在 Smarts 上是僅文件鏈:原始碼和 ABI 已索引,但目前不提供即時鏈上資料(狀態、最新事件、管理員概覽)。AI 代理仍可透過 MCP 呼叫 get_contract_info 和 get_contract_source。

概覽

讀取函式
0
寫入函式
2
事件
0

寫入函式

create2(bytes32, bytes32, bytes) payable

Function that calls the `create2` method of the `ContractDeployer` contract.

開發者: This function accepts the same parameters as the `create2` function of the ContractDeployer system contract, so that we could efficiently relay the calldata.

參數

名稱 類型 描述
bytes32
bytes32
bytes

回傳值

名稱 類型 描述
address
create2Account(bytes32, bytes32, bytes, uint8) payable

Function that calls the `create2Account` method of the `ContractDeployer` contract.

開發者: This function accepts the same parameters as the `create2Account` function of the ContractDeployer system contract, so that we could efficiently relay the calldata.

參數

名稱 類型 描述
bytes32
bytes32
bytes
uint8

回傳值

名稱 類型 描述
address