ufomarketplace-sdk-new
Version:
SDK to interact with set ufo marketplace contracts
52 lines • 1.39 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERC165Upgradeable__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
type: "function",
name: "supportsInterface",
inputs: [
{
name: "interfaceId",
type: "bytes4",
internalType: "bytes4",
},
],
outputs: [
{
name: "",
type: "bool",
internalType: "bool",
},
],
stateMutability: "view",
},
{
type: "event",
name: "Initialized",
inputs: [
{
name: "version",
type: "uint8",
indexed: false,
internalType: "uint8",
},
],
anonymous: false,
},
];
class ERC165Upgradeable__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ERC165Upgradeable__factory = ERC165Upgradeable__factory;
ERC165Upgradeable__factory.abi = _abi;
//# sourceMappingURL=ERC165Upgradeable__factory.js.map