UNPKG

@0xfutbol/id

Version:

React component library with shared providers for 0xFutbol ID

30 lines (29 loc) 746 B
'use strict';var index=require('./index-gEYw6hWC.js');const FN_SELECTOR = "0x313ce567"; const FN_INPUTS = []; const FN_OUTPUTS = [ { type: "uint8", }, ]; /** * Calls the "decimals" function on the contract. * @param options - The options for the decimals function. * @returns The parsed result of the function call. * @extension ERC20 * @example * ```ts * import { decimals } from "thirdweb/extensions/erc20"; * * const result = await decimals({ * contract, * }); * * ``` */ async function decimals(options) { return index.P({ contract: options.contract, method: [FN_SELECTOR, FN_INPUTS, FN_OUTPUTS], params: [], }); }exports.d=decimals;//# sourceMappingURL=decimals-DNF80AHH.js.map