Interface: EvmWalletProfitabilityTokenDataInput
moralis-monorepo / @moralisweb3/common-evm-utils / EvmWalletProfitabilityTokenDataInput
Interface: EvmWalletProfitabilityTokenDataInput
@moralisweb3/common-evm-utils.EvmWalletProfitabilityTokenDataInput
Table of contents
Properties
- avgBuyPriceUsd
- avgCostOfQuantitySold
- avgSellPriceUsd
- countOfTrades
- decimals
- logo
- name
- possibleSpam
- realizedProfitPercentage
- realizedProfitUsd
- symbol
- tokenAddress
- totalBuys
- totalSells
- totalSoldUsd
- totalTokensBought
- totalTokensSold
- totalUsdInvested
Properties
avgBuyPriceUsd
• Readonly avgBuyPriceUsd: string
avgCostOfQuantitySold
• Readonly avgCostOfQuantitySold: string
avgSellPriceUsd
• Readonly avgSellPriceUsd: string
countOfTrades
• Readonly countOfTrades: number
decimals
• Readonly decimals: number
logo
• 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