@augmentedfinance/protocol-v1
Version:
Augmented Protocol smart contracts
92 lines • 2.78 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IRewardConfiguratorFactory = void 0;
const ethers_1 = require("ethers");
class IRewardConfiguratorFactory {
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IRewardConfiguratorFactory = IRewardConfiguratorFactory;
const _abi = [
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "pool",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "provider",
type: "address",
},
{
components: [
{
internalType: "address",
name: "provider",
type: "address",
},
{
internalType: "address",
name: "impl",
type: "address",
},
{
internalType: "string",
name: "poolName",
type: "string",
},
{
internalType: "uint256",
name: "initialRate",
type: "uint256",
},
{
internalType: "uint32",
name: "boostFactor",
type: "uint32",
},
{
internalType: "uint16",
name: "baselinePercentage",
type: "uint16",
},
],
indexed: false,
internalType: "struct IRewardConfigurator.PoolInitData",
name: "data",
type: "tuple",
},
],
name: "RewardPoolInitialized",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "pool",
type: "address",
},
{
indexed: false,
internalType: "address",
name: "impl",
type: "address",
},
],
name: "RewardPoolUpgraded",
type: "event",
},
];
//# sourceMappingURL=IRewardConfiguratorFactory.js.map