UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

55 lines 1.33 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IERC20DetailsFactory = void 0; const ethers_1 = require("ethers"); class IERC20DetailsFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IERC20DetailsFactory = IERC20DetailsFactory; const _abi = [ { inputs: [], name: "decimals", outputs: [ { internalType: "uint8", name: "", type: "uint8", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "name", outputs: [ { internalType: "string", name: "", type: "string", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "symbol", outputs: [ { internalType: "string", name: "", type: "string", }, ], stateMutability: "view", type: "function", }, ]; //# sourceMappingURL=IERC20DetailsFactory.js.map