IStandardExecutorAbi
1 const IStandardExecutorAbi: readonly [ 2 { 3 inputs: readonly [ 4 { 5 internalType: "address"; 6 name: "target"; 7 type: "address"; 8 }, 9 { 10 internalType: "uint256"; 11 name: "value"; 12 type: "uint256"; 13 }, 14 { 15 internalType: "bytes"; 16 name: "data"; 17 type: "bytes"; 18 }, 19 ]; 20 name: "execute"; 21 outputs: readonly [ 22 { 23 internalType: "bytes"; 24 name: ""; 25 type: "bytes"; 26 }, 27 ]; 28 stateMutability: "payable"; 29 type: "function"; 30 }, 31 { 32 inputs: readonly [ 33 { 34 components: readonly [ 35 { 36 internalType: "address"; 37 name: "target"; 38 type: "address"; 39 }, 40 { 41 internalType: "uint256"; 42 name: "value"; 43 type: "uint256"; 44 }, 45 { 46 internalType: "bytes"; 47 name: "data"; 48 type: "bytes"; 49 }, 50 ]; 51 internalType: "struct Call[]"; 52 name: "calls"; 53 type: "tuple[]"; 54 }, 55 ]; 56 name: "executeBatch"; 57 outputs: readonly [ 58 { 59 internalType: "bytes[]"; 60 name: ""; 61 type: "bytes[]"; 62 }, 63 ]; 64 stateMutability: "payable"; 65 type: "function"; 66 }, 67 ];
Defined in: account-kit/smart-contracts/src/msca/abis/IStandardExecutor.ts:1