Back to All

Transactions with same hash

Why do I get transactions with same hash when I use getAssetTransfers call for a particular address ?

For example, while getting transactions for address 0xcd531ae9efcce479654c4926dec5f6209531ca7b, I get two objects with same hash value?

[
{
blockNum: '0xf8fbe2',
uniqueId: '0x41f43d9358d65230d7993c6e39c232570379e3750e06dd5f7b5b91c39364c780:log:47',
hash: '0x41f43d9358d65230d7993c6e39c232570379e3750e06dd5f7b5b91c39364c780',
from: '0xcd531ae9efcce479654c4926dec5f6209531ca7b',
to: '0xc6bd16f378127a0dda3b773ec2401ed25c0a163e',
value: 6579818.844366,
erc721TokenId: null,
erc1155Metadata: null,
tokenId: null,
asset: 'USDC',
category: 'erc20',
rawContract: {
value: '0x05fbfbc3d0ce',
address: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
decimal: '0x6'
},
metadata: { blockTimestamp: '2023-01-02T06:51:11.000Z' }
},
{
blockNum: '0xf8fbe2',
uniqueId: '0x41f43d9358d65230d7993c6e39c232570379e3750e06dd5f7b5b91c39364c780:external',
hash: '0x41f43d9358d65230d7993c6e39c232570379e3750e06dd5f7b5b91c39364c780',
from: '0xcd531ae9efcce479654c4926dec5f6209531ca7b',
to: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
value: 0,
erc721TokenId: null,
erc1155Metadata: null,
tokenId: null,
asset: 'ETH',
category: 'external',
rawContract: { value: '0x0', address: null, decimal: '0x12' },
metadata: { blockTimestamp: '2023-01-02T06:51:11.000Z' }
}
]

ReadMe