@soma-finance/core-contracts
Version:
SOMA Finance core contracts
52 lines • 1.63 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ISomaSwapCallee__factory = void 0;
const ethers_1 = require("ethers");
const _erc165InterfaceId = "0x2fd43249";
const _erc1820InterfaceId = "0x8a97098327fda23c12bc4a0a63d4aba7e8d064b15ce9ab1773ed9d6947186dcc";
const _abi = [
{
inputs: [
{
internalType: "address",
name: "sender",
type: "address",
},
{
internalType: "uint256",
name: "amount0",
type: "uint256",
},
{
internalType: "uint256",
name: "amount1",
type: "uint256",
},
{
internalType: "bytes",
name: "data",
type: "bytes",
},
],
name: "somaSwapCall",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
class ISomaSwapCallee__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ISomaSwapCallee__factory = ISomaSwapCallee__factory;
ISomaSwapCallee__factory.erc165InterfaceId = _erc165InterfaceId;
ISomaSwapCallee__factory.erc1820InterfaceId = _erc1820InterfaceId;
ISomaSwapCallee__factory.abi = _abi;
//# sourceMappingURL=ISomaSwapCallee__factory.js.map