ufomarketplace-sdk-new
Version:
SDK to interact with set ufo marketplace contracts
51 lines • 1.37 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IERC20Burnable__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
type: "function",
name: "burn",
inputs: [
{
name: "amount",
type: "uint256",
internalType: "uint256",
},
],
outputs: [],
stateMutability: "nonpayable",
},
{
type: "function",
name: "burnFrom",
inputs: [
{
name: "account",
type: "address",
internalType: "address",
},
{
name: "amount",
type: "uint256",
internalType: "uint256",
},
],
outputs: [],
stateMutability: "nonpayable",
},
];
class IERC20Burnable__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IERC20Burnable__factory = IERC20Burnable__factory;
IERC20Burnable__factory.abi = _abi;
//# sourceMappingURL=IERC20Burnable__factory.js.map