@account-abstraction/contracts
Version:
Account Abstraction (EIP 4337) contracts
49 lines (48 loc) • 1.03 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ISenderCreator",
"sourceName": "contracts/interfaces/ISenderCreator.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes",
"name": "initCode",
"type": "bytes"
}
],
"name": "createSender",
"outputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "bytes",
"name": "initCallData",
"type": "bytes"
}
],
"name": "initEip7702Sender",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}