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