ufomarketplace-sdk
Version:
SDK to interact with set ufo marketplace contracts
70 lines • 1.89 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ISuperGalatic__factory = void 0;
const ethers_1 = require("ethers");
class ISuperGalatic__factory {
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ISuperGalatic__factory = ISuperGalatic__factory;
const _abi = [
{
inputs: [
{
internalType: "address",
name: "minter",
type: "address",
},
],
name: "createGenesis",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_admin",
type: "address",
},
{
internalType: "address",
name: "_factory",
type: "address",
},
{
internalType: "uint256",
name: "_categoryId",
type: "uint256",
},
],
name: "initialize",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "bodyType",
type: "uint256",
},
{
internalType: "uint256",
name: "tokenId",
type: "uint256",
},
],
name: "updateBody",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
//# sourceMappingURL=ISuperGalatic__factory.js.map