Skip to main content

Class: EvmWalletHistoryErc20Transfer

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

Class: EvmWalletHistoryErc20Transfer

@moralisweb3/common-evm-utils.EvmWalletHistoryErc20Transfer

Table of contents

Methods

Properties

Methods

create

Static create(input): EvmWalletHistoryErc20Transfer

Parameters

NameType
inputEvmWalletHistoryErc20TransferInput | EvmWalletHistoryErc20Transfer

Returns

EvmWalletHistoryErc20Transfer


fromJSON

Static fromJSON(json): EvmWalletHistoryErc20Transfer

Parameters

NameType
jsonEvmWalletHistoryErc20TransferJSON

Returns

EvmWalletHistoryErc20Transfer


toJSON

toJSON(): EvmWalletHistoryErc20TransferJSON

Returns

EvmWalletHistoryErc20TransferJSON

Properties

address

Readonly address: EvmAddress

Description

The address of the token


blockTimestamp

Optional Readonly blockTimestamp: string

Description

The block timestamp


fromAddress

Readonly fromAddress: EvmAddress

Description

The sender


fromAddressLabel

Optional Readonly fromAddressLabel: string

Description

The label of the from address


logIndex

Readonly logIndex: number

Description

The log index of the transfer within the block


possibleSpam

Readonly possibleSpam: boolean

Description

Indicates if a contract is possibly a spam contract


toAddress

Readonly toAddress: EvmAddress

Description

The recipient


toAddressLabel

Optional Readonly toAddressLabel: string

Description

The label of the to address


tokenDecimals

Readonly tokenDecimals: number


Readonly tokenLogo: string


tokenName

Readonly tokenName: string


tokenSymbol

Readonly tokenSymbol: string


value

Readonly value: string

Description

The value that was transfered (in wei)


valueFormatted

Readonly valueFormatted: string

Description

The value that was transfered decimal format


verifiedContract

Readonly verifiedContract: boolean

Description

Indicates if a contract is verified