Class: EvmWalletHistoryNftTransfer
moralis-monorepo / @moralisweb3/common-evm-utils / EvmWalletHistoryNftTransfer
Class: EvmWalletHistoryNftTransfer
@moralisweb3/common-evm-utils.EvmWalletHistoryNftTransfer
Table of contents
Methods
Properties
- amount
- collectionBannerImage
- collectionLogo
- contractType
- direction
- fromAddress
- fromAddressEntity
- fromAddressEntityLogo
- fromAddressLabel
- logIndex
- normalizedMetadata
- operator
- possibleSpam
- toAddress
- toAddressEntity
- toAddressEntityLogo
- toAddressLabel
- tokenAddress
- tokenId
- transactionType
- value
- verifiedCollection
Methods
create
▸ Static
create(input
): EvmWalletHistoryNftTransfer
Parameters
Name | Type |
---|---|
input | EvmWalletHistoryNftTransferInput | EvmWalletHistoryNftTransfer |
Returns
fromJSON
▸ Static
fromJSON(json
): EvmWalletHistoryNftTransfer
Parameters
Name | Type |
---|---|
json | EvmWalletHistoryNftTransferJSON |
Returns
toJSON
▸ toJSON(): EvmWalletHistoryNftTransferJSON
Returns
EvmWalletHistoryNftTransferJSON
Properties
amount
• Readonly
amount: string
Description
The number of tokens transferred
collectionBannerImage
• Optional
Readonly
collectionBannerImage: string
Description
The banner image of the collection
collectionLogo
• Optional
Readonly
collectionLogo: string
Description
The logo of the collection
contractType
• Readonly
contractType: string
Description
The type of NFT contract standard
direction
• Readonly
direction: string
Description
The direction of the transfer
fromAddress
• Readonly
fromAddress: EvmAddress
Description
The address that sent the NFT
fromAddressEntity
• Optional
Readonly
fromAddressEntity: string
Description
The from address entity
fromAddressEntityLogo
• Optional
Readonly
fromAddressEntityLogo: string
Description
The logo of the from address entity
fromAddressLabel
• Optional
Readonly
fromAddressLabel: string
Description
The label of the from address
logIndex
• Readonly
logIndex: number
Description
The log index
normalizedMetadata
• Optional
Readonly
normalizedMetadata: EvmNormalizedMetadata
Description
A normalized metadata version of the NFT's metadata.
operator
• Optional
Readonly
operator: string
Description
The operator present only for ERC1155 transfers
possibleSpam
• Readonly
possibleSpam: boolean
Description
Indicates if a contract is possibly a spam contract
toAddress
• Optional
Readonly
toAddress: EvmAddress
Description
The address that received the NFT
toAddressEntity
• Optional
Readonly
toAddressEntity: string
Description
The to address entity
toAddressEntityLogo
• Optional
Readonly
toAddressEntityLogo: string
Description
The logo of the to address entity
toAddressLabel
• Optional
Readonly
toAddressLabel: string
Description
The label of the to address
tokenAddress
• Readonly
tokenAddress: EvmAddress
Description
The address of the NFT contract
tokenId
• Readonly
tokenId: string
Description
The token ID of the NFT
transactionType
• Readonly
transactionType: string
Description
The transaction type
value
• Readonly
value: string
Description
The value that was sent in the transaction (ETH/BNB/etc..)
verifiedCollection
• Optional
Readonly
verifiedCollection: boolean
Description
Indicates if a contract is verified