Create2Factory
Abstract0x0000000000000000000000000000000000010000
Solidity v0.8.20+commit.a1b79de6
🤖
Query this contract from your AI
Reference:
0x0000000000000000000000000000000000010000
Sample prompt:
"Tell me the current state of abstract/0x0000000000000000000000000000000000010000"
No AI wired up yet? →
mcp.smarts.md
Abstract is a docs-only chain on Smarts: source code and ABI are indexed, but live on-chain data (state, recent events, admin profile) is not currently available. AI agents can still query get_contract_info and get_contract_source via MCP.
Overview
Read Functions
0
Write Functions
2
Events
0
Write Functions
create2(bytes32, bytes32, bytes)
payable
Function that calls the `create2` method of the `ContractDeployer` contract.
dev: This function accepts the same parameters as the `create2` function of the ContractDeployer system contract, so that we could efficiently relay the calldata.
Parameters
| Name | Type | Description |
|---|---|---|
| — | bytes32 | |
| — | bytes32 | |
| — | bytes |
Returns
| Name | Type | Description |
|---|---|---|
| — | address |
create2Account(bytes32, bytes32, bytes, uint8)
payable
Function that calls the `create2Account` method of the `ContractDeployer` contract.
dev: This function accepts the same parameters as the `create2Account` function of the ContractDeployer system contract, so that we could efficiently relay the calldata.
Parameters
| Name | Type | Description |
|---|---|---|
| — | bytes32 | |
| — | bytes32 | |
| — | bytes | |
| — | uint8 |
Returns
| Name | Type | Description |
|---|---|---|
| — | address |