UNPKG

@augumented-finance/protocol-v1

Version:

Augmented Protocol smart contracts

305 lines 8.45 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AccessFlagsFactory = void 0; const contracts_1 = require("@ethersproject/contracts"); class AccessFlagsFactory extends contracts_1.ContractFactory { constructor(signer) { super(_abi, _bytecode, signer); } deploy(overrides) { return super.deploy(overrides || {}); } getDeployTransaction(overrides) { return super.getDeployTransaction(overrides || {}); } attach(address) { return super.attach(address); } connect(signer) { return super.connect(signer); } static connect(address, signerOrProvider) { return new contracts_1.Contract(address, _abi, signerOrProvider); } } exports.AccessFlagsFactory = AccessFlagsFactory; const _abi = [ { inputs: [], name: "EMERGENCY_ADMIN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "LENDING_POOL", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "LENDING_POOL_COLLATERAL_MANAGER", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "LENDING_POOL_CONFIGURATOR", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "LENDING_RATE_ORACLE", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "LIQUIDITY_CONTROLLER", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "POOL_ADMIN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "POOL_SPONSORED_LOAN_USER", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "PRICE_ORACLE", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "REWARD_BURN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "REWARD_CONFIGURATOR", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "REWARD_CONFIG_ADMIN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "REWARD_CONTROLLER", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "REWARD_MINT", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "REWARD_RATE_ADMIN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "REWARD_STAKE_TOKEN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "REWARD_TOKEN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "SINGLETONS", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "STAKE_ADMIN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "TREASURY", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "TREASURY_ADMIN", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "view", type: "function", }, ]; const _bytecode = "0x6102c5610026600b82828239805160001a60731461001957fe5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106101415760003560e01c806399248ea7116100c2578063ba99763811610086578063ba997638146101d0578063bda5ed92146101d8578063c5808d20146101e0578063d04cb80f146101e8578063d6585ecf146101f0578063e4bc317b146101f857610141565b806399248ea7146101a85780639c4071eb146101b0578063a2b4fe71146101b8578063ac8cf49a146101c0578063b4dcfc77146101c857610141565b80632d2c5565116101095780632d2c55651461018057806351ad601414610188578063769ac726146101905780637f2b28c414610198578063867a679d146101a057610141565b806301b09217146101465780630a19399a1461016057806318c0e1b4146101685780631b6949d9146101705780632b6585e914610178575b600080fd5b61014e610200565b60408051918252519081900360200190f35b61014e610207565b61014e61020e565b61014e610216565b61014e61021e565b61014e610227565b61014e61022e565b61014e610233565b61014e610238565b61014e61023d565b61014e610242565b61014e610249565b61014e610252565b61014e610257565b61014e610260565b61014e610267565b61014e61026e565b61014e610274565b61014e61027b565b61014e610283565b61014e610288565b6202000081565b6208000081565b630100000081565b63ffff000081565b64020000000081565b6220000081565b600881565b600481565b601081565b602081565b6240000081565b64080000000081565b600281565b64010000000081565b6201000081565b6280000081565b61800081565b6204000081565b630200000081565b600181565b621000008156fea2646970667358221220a0aa4fcd900b13f9dd5ad10a57082a696dc89c6f0943692904f03b13832ed9de64736f6c634300060c0033"; //# sourceMappingURL=AccessFlagsFactory.js.map