-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected Transfer
transaction in swap (SwapExactAmountIn
)
#503
Comments
The same question for the following extrinsic hash: |
On checking on-chain, it looks like some tokens were lost as dust. |
Ok, perfect, thanks! I will expect this kind of transaction in my capital gain export. |
Why does this query yield no result then? query MyQuery {
historicalAccountBalances(limit: 10, orderBy: timestamp_ASC, where: {
accountId_eq: "dE17owFuqybtXatuqm4n4Qu1Gxjdatctj7SY224E19x86vQ7o",
event_eq: "DustLost",
}) {
accountId
assetId
dBalance
blockNumber
event
extrinsic {
hash
name
}
id
timestamp
}
} When I can see it here? https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fmain.rpc.zeitgeist.pm%2Fws#/explorer/query/4655902 |
|
@saboonikhil Can we use the |
Consider the following query:
I get this output:
I couldn't match the
-840170
Transfer transaction. Why does this transaction appear? All other transactions are fine (expected) associated to the swap event.The text was updated successfully, but these errors were encountered: