When i call the above method, if a token was minted in a batch, the result does not show this properly.
For example, calling the method for this token: https://etherscan.io/token/0x71b11ac923c967cd5998f23f6dae0d779a6ac8af?a=340282366920938463463374607431768212091
References this txn: https://etherscan.io/token/0x71b11ac923c967cd5998f23f6dae0d779a6ac8af?a=340282366920938463463374607431768212091
The transaction was a batch mint of 15 tokens for 1.2 eth, meaning each token was actually 0.08 ETH but moralis returns 1.2.
Is there a way to fix this issue ?