ISenderCreator Interface (v0.7.0): Helper contract for creating sender accounts (Used by the EntryPoint to deploy new accounts using the “initCode”)
AAv0.7.0/ISenderCreator.sol
0xEFC2c1444eBCC4Db75e7613d20C6a62fF67A167C
createSender(bytes)
[ { "inputs": [ { "internalType": "bytes", "name": "initCode", "type": "bytes" } ], "name": "createSender", "outputs": [ { "internalType": "address", "name": "sender", "type": "address" } ], "stateMutability": "nonpayable", "type": "function" } ]
Was this page helpful?