Overview

  • name: IDeterministicDeploymentProxy
  • path: IDeterministicDeploymentProxy.sol
  • context: utility
  • title: IDeterministicDeploymentProxy
  • notice: This contract enables deploying other contracts at the same address across different EVM chains
  • dev: Interface for Deterministic Deployment Proxy on Katana

Addresses

Function signatures

deploy(bytes)

ABI

[
  {
    "inputs": [
      {
        "internalType": "bytes",
        "name": "initCode",
        "type": "bytes"
      }
    ],
    "name": "deploy",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "payable",
    "type": "function"
  }
]