Skip to main content

Interface: EvmWalletProfitabilityTokenDataInput

moralis-monorepo / @moralisweb3/common-evm-utils / EvmWalletProfitabilityTokenDataInput

Interface: EvmWalletProfitabilityTokenDataInput

@moralisweb3/common-evm-utils.EvmWalletProfitabilityTokenDataInput

Table of contents

Properties

Properties

avgBuyPriceUsd

Readonly avgBuyPriceUsd: string


avgCostOfQuantitySold

Readonly avgCostOfQuantitySold: string


avgSellPriceUsd

Readonly avgSellPriceUsd: string


countOfTrades

Readonly countOfTrades: number


decimals

Readonly decimals: number


Readonly logo: string


name

Readonly name: string


possibleSpam

Readonly possibleSpam: boolean


realizedProfitPercentage

Readonly realizedProfitPercentage: number


realizedProfitUsd

Readonly realizedProfitUsd: string


symbol

Readonly symbol: string


tokenAddress

Readonly tokenAddress: EvmAddressInput


totalBuys

Readonly totalBuys: number


totalSells

Readonly totalSells: number


totalSoldUsd

Readonly totalSoldUsd: string


totalTokensBought

Readonly totalTokensBought: string


totalTokensSold

Readonly totalTokensSold: string


totalUsdInvested

Readonly totalUsdInvested: string