@0xsplits/splits-sdk
Version:
SDK for the 0xSplits protocol
71 lines (70 loc) • 2.38 kB
TypeScript
export declare const passThroughWalletFactoryAbi: readonly [{
readonly inputs: readonly [];
readonly stateMutability: "nonpayable";
readonly type: "constructor";
}, {
readonly anonymous: false;
readonly inputs: readonly [{
readonly indexed: true;
readonly internalType: "contract PassThroughWalletImpl";
readonly name: "passThroughWallet";
readonly type: "address";
}, {
readonly components: readonly [{
readonly internalType: "address";
readonly name: "owner";
readonly type: "address";
}, {
readonly internalType: "bool";
readonly name: "paused";
readonly type: "bool";
}, {
readonly internalType: "address";
readonly name: "passThrough";
readonly type: "address";
}];
readonly indexed: false;
readonly internalType: "struct PassThroughWalletImpl.InitParams";
readonly name: "params";
readonly type: "tuple";
}];
readonly name: "CreatePassThroughWallet";
readonly type: "event";
}, {
readonly inputs: readonly [{
readonly components: readonly [{
readonly internalType: "address";
readonly name: "owner";
readonly type: "address";
}, {
readonly internalType: "bool";
readonly name: "paused";
readonly type: "bool";
}, {
readonly internalType: "address";
readonly name: "passThrough";
readonly type: "address";
}];
readonly internalType: "struct PassThroughWalletImpl.InitParams";
readonly name: "params_";
readonly type: "tuple";
}];
readonly name: "createPassThroughWallet";
readonly outputs: readonly [{
readonly internalType: "contract PassThroughWalletImpl";
readonly name: "passThroughWallet";
readonly type: "address";
}];
readonly stateMutability: "nonpayable";
readonly type: "function";
}, {
readonly inputs: readonly [];
readonly name: "passThroughWalletImpl";
readonly outputs: readonly [{
readonly internalType: "contract PassThroughWalletImpl";
readonly name: "";
readonly type: "address";
}];
readonly stateMutability: "view";
readonly type: "function";
}];