IDeterministicDeploymentProxy: This contract enables deploying other contracts at the same address across different EVM chains (Interface for Deterministic Deployment Proxy on Katana)
IDeterministicDeploymentProxy.sol
0x4e59b44847b379578588920cA78FbF26c0B4956C
deploy(bytes)
[ { "inputs": [ { "internalType": "bytes", "name": "initCode", "type": "bytes" } ], "name": "deploy", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "payable", "type": "function" } ]
Was this page helpful?