Interface: EvmWalletHistoryTransactionInput
moralis-monorepo / @moralisweb3/common-evm-utils / EvmWalletHistoryTransactionInput
Interface: EvmWalletHistoryTransactionInput
@moralisweb3/common-evm-utils.EvmWalletHistoryTransactionInput
Table of contents
Properties
- blockHash
- blockNumber
- blockTimestamp
- category
- contractInteractions
- erc20Transfers
- fromAddress
- fromAddressEntity
- fromAddressEntityLogo
- fromAddressLabel
- gas
- gasPrice
- hash
- input
- internalTransactions
- logs
- methodLabel
- nativeTransfers
- nftTransfers
- nonce
- possibleSpam
- receiptContractAddress
- receiptCumulativeGasUsed
- receiptGasUsed
- receiptStatus
- summary
- toAddress
- toAddressEntity
- toAddressEntityLogo
- toAddressLabel
- transactionFee
- transactionIndex
- value
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"
contractInteractions
• Readonly
contractInteractions: EvmResolveContractInteractionResponseInput
| EvmResolveContractInteractionResponseValue
erc20Transfers
• Readonly
erc20Transfers: EvmWalletHistoryErc20TransferInput
[] | EvmWalletHistoryErc20Transfer
[]
fromAddress
• Readonly
fromAddress: EvmAddressInput
fromAddressEntity
• Optional
Readonly
fromAddressEntity: string
fromAddressEntityLogo
• Optional
Readonly
fromAddressEntityLogo: string
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
[]
logs
• Optional
Readonly
logs: EvmLogVerboseInput
[] | EvmLogVerbose
[]
methodLabel
• Optional
Readonly
methodLabel: string
nativeTransfers
• Readonly
nativeTransfers: EvmNativeTransferInput
[] | EvmNativeTransfer
[]
nftTransfers
• Readonly
nftTransfers: EvmWalletHistoryNftTransferInput
[] | EvmWalletHistoryNftTransfer
[]
nonce
• Readonly
nonce: string
possibleSpam
• Optional
Readonly
possibleSpam: boolean
receiptContractAddress
• Optional
Readonly
receiptContractAddress: string
receiptCumulativeGasUsed
• Readonly
receiptCumulativeGasUsed: string
receiptGasUsed
• Readonly
receiptGasUsed: string
receiptStatus
• Readonly
receiptStatus: string
summary
• Readonly
summary: string
toAddress
• Optional
Readonly
toAddress: EvmAddressInput
toAddressEntity
• Optional
Readonly
toAddressEntity: string
toAddressEntityLogo
• Optional
Readonly
toAddressEntityLogo: string
toAddressLabel
• Optional
Readonly
toAddressLabel: string
transactionFee
• Optional
Readonly
transactionFee: string
transactionIndex
• Readonly
transactionIndex: number
value
• Readonly
value: string