UNPKG

@asset-projects/ethers-wrapper

Version:
18 lines (17 loc) 671 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERC20 = void 0; const methods_1 = require("./methods"); exports.ERC20 = { getName: methods_1.getERC20Name, getSymbol: methods_1.getERC20Symbol, getDecimals: methods_1.getERC20Decimals, getTotalSupply: methods_1.getERC20TotalSupply, getBalance: methods_1.getERC20Balance, getToken: methods_1.getERC20TokenData, transfer: methods_1.erc20Transfer, approve: methods_1.erc20Approve, getAllowance: methods_1.getERC20Allowance, callStaticTransfer: methods_1.erc20CallStaticTransfer, getTransferEstimateGas: methods_1.getERC20TransferEstimateGas, };