Skip to main content

Interface: EvmWalletHistoryErc20TransferInput

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

Interface: EvmWalletHistoryErc20TransferInput

@moralisweb3/common-evm-utils.EvmWalletHistoryErc20TransferInput

Table of contents

Properties

Properties

address

Readonly address: EvmAddressInput


blockTimestamp

Optional Readonly blockTimestamp: string


fromAddress

Readonly fromAddress: EvmAddressInput


fromAddressLabel

Optional Readonly fromAddressLabel: string


logIndex

Readonly logIndex: number


possibleSpam

Readonly possibleSpam: boolean


toAddress

Readonly toAddress: EvmAddressInput


toAddressLabel

Optional Readonly toAddressLabel: string


tokenDecimals

Readonly tokenDecimals: number


Readonly tokenLogo: string


tokenName

Readonly tokenName: string


tokenSymbol

Readonly tokenSymbol: string


value

Readonly value: string


valueFormatted

Readonly valueFormatted: string


verifiedContract

Readonly verifiedContract: boolean