Interface: EvmWalletHistoryErc20TransferInput
moralis-monorepo / @moralisweb3/common-evm-utils / EvmWalletHistoryErc20TransferInput
Interface: EvmWalletHistoryErc20TransferInput
@moralisweb3/common-evm-utils.EvmWalletHistoryErc20TransferInput
Table of contents
Properties
- address
- blockTimestamp
- fromAddress
- fromAddressEntity
- fromAddressEntityLogo
- fromAddressLabel
- logIndex
- possibleSpam
- toAddress
- toAddressEntity
- toAddressEntityLogo
- toAddressLabel
- tokenDecimals
- tokenLogo
- tokenName
- tokenSymbol
- value
- valueFormatted
- verifiedContract
Properties
address
• Readonly address: EvmAddressInput
blockTimestamp
• Optional Readonly blockTimestamp: string
fromAddress
• Readonly fromAddress: EvmAddressInput
fromAddressEntity
• Optional Readonly fromAddressEntity: string
fromAddressEntityLogo
• Optional Readonly fromAddressEntityLogo: string
fromAddressLabel
• Optional Readonly fromAddressLabel: string
logIndex
• Readonly logIndex: number
possibleSpam
• Readonly possibleSpam: boolean
toAddress
• Optional Readonly toAddress: EvmAddressInput
toAddressEntity
• Optional Readonly toAddressEntity: string
toAddressEntityLogo
• Optional Readonly toAddressEntityLogo: string
toAddressLabel
• Optional Readonly toAddressLabel: string
tokenDecimals
• Readonly tokenDecimals: number
tokenLogo
• Readonly tokenLogo: string
tokenName
• Readonly tokenName: string
tokenSymbol
• Readonly tokenSymbol: string
value
• Readonly value: string
valueFormatted
• Readonly valueFormatted: string
verifiedContract
• Readonly verifiedContract: boolean