@augumented-finance/protocol-v1
Version:
Augmented Protocol smart contracts
64 lines • 1.81 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IInitializableRewardTokenFactory = void 0;
const ethers_1 = require("ethers");
class IInitializableRewardTokenFactory {
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IInitializableRewardTokenFactory = IInitializableRewardTokenFactory;
const _abi = [
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "contract IRemoteAccessBitmask",
name: "remoteAcl",
type: "address",
},
{
indexed: false,
internalType: "string",
name: "tokenName",
type: "string",
},
{
indexed: false,
internalType: "string",
name: "tokenSymbol",
type: "string",
},
],
name: "Initialized",
type: "event",
},
{
inputs: [
{
internalType: "contract IRemoteAccessBitmask",
name: "remoteAcl",
type: "address",
},
{
internalType: "string",
name: "name",
type: "string",
},
{
internalType: "string",
name: "symbol",
type: "string",
},
],
name: "initialize",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
//# sourceMappingURL=IInitializableRewardTokenFactory.js.map