Skip to main content

Interface: EvmWalletHistoryTransactionInput

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

Interface: EvmWalletHistoryTransactionInput

@moralisweb3/common-evm-utils.EvmWalletHistoryTransactionInput

Table of contents

Properties

Properties

blockHash

Readonly blockHash: string


blockNumber

Readonly blockNumber: BigNumberInput


blockTimestamp

Readonly blockTimestamp: string


category

Readonly category: "send" | "receive" | "token send" | "token receive" | "nft send" | "nft receive" | "token swap" | "deposit" | "withdraw" | "nft purchase" | "nft sale" | "airdrop" | "mint" | "burn" | "borrow" | "contract interaction"


erc20Transfers

Readonly erc20Transfers: EvmWalletHistoryErc20TransferInput[] | EvmWalletHistoryErc20Transfer[]


fromAddress

Readonly fromAddress: EvmAddressInput


fromAddressLabel

Optional Readonly fromAddressLabel: string


gas

Optional Readonly gas: string


gasPrice

Readonly gasPrice: string


hash

Readonly hash: string


input

Optional Readonly input: string


internalTransactions

Optional Readonly internalTransactions: EvmInternalTransaction[] | EvmInternalTransactionInput[]


methodLabel

Optional Readonly methodLabel: string


nativeTransfers

Readonly nativeTransfers: EvmNativeTransferInput[] | EvmNativeTransfer[]


nftTransfers

Readonly nftTransfers: EvmWalletHistoryNftTransferInput[] | EvmWalletHistoryNftTransfer[]


nonce

Readonly nonce: string


possibleSpam

Optional Readonly possibleSpam: boolean


receiptCumulativeGasUsed

Readonly receiptCumulativeGasUsed: string


receiptGasUsed

Readonly receiptGasUsed: string


receiptStatus

Readonly receiptStatus: string


summary

Readonly summary: string


toAddress

Readonly toAddress: EvmAddressInput


toAddressLabel

Optional Readonly toAddressLabel: string


transactionIndex

Readonly transactionIndex: number


value

Readonly value: string