Class IEtherspotWalletFactory__factory

Hierarchy

  • IEtherspotWalletFactory__factory

Index

Properties

Methods

Properties

Static Readonly abi

abi: [{ anonymous: false; inputs: [{ indexed: true; internalType: "address"; name: "wallet"; type: "address" }, { indexed: true; internalType: "address"; name: "owner"; type: "address" }, { indexed: false; internalType: "uint256"; name: "index"; type: "uint256" }]; name: "AccountCreation"; type: "event" }, { anonymous: false; inputs: [{ indexed: false; internalType: "address"; name: "newImplementation"; type: "address" }]; name: "ImplementationSet"; type: "event" }, { inputs: []; name: "accountCreationCode"; outputs: [{ internalType: "bytes"; name: ""; type: "bytes" }]; stateMutability: "pure"; type: "function" }, { inputs: [{ internalType: "address"; name: "_impl"; type: "address" }]; name: "checkImplementation"; outputs: [{ internalType: "bool"; name: ""; type: "bool" }]; stateMutability: "view"; type: "function" }, { inputs: [{ internalType: "address"; name: "_owner"; type: "address" }, { internalType: "uint256"; name: "_index"; type: "uint256" }]; name: "createAccount"; outputs: [{ internalType: "address"; name: "ret"; type: "address" }]; stateMutability: "nonpayable"; type: "function" }, { inputs: [{ internalType: "address"; name: "_owner"; type: "address" }, { internalType: "uint256"; name: "_index"; type: "uint256" }]; name: "getAddress"; outputs: [{ internalType: "address"; name: "proxy"; type: "address" }]; stateMutability: "view"; type: "function" }] = _abi

Methods

Static connect

Static createInterface