You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With release 1.29 new accounts store balances in FA store vs Object store. We need to track deposits and withdrawals of native Aptos coin. With Object store, here is what documentation suggests. The URL for my test account would be:
However, I'm having hard time understanding how it would work with Testnet, where apparently 1.29 has been already activated. Here is the transaction where my address receives funds in Testnet:
"message":"Resource not found by Address(0xb6fd2c089722a5ed571df79d50543d75b1c1d6e05a73a3286c53ffcfdfd06994), Struct tag(0x1::object::ObjectCore) and Ledger version(6793770310)","error_code":"resource_not_found","vm_error_code":null}
What have you tried or looked at? Or how can we reproduce the error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
dimaa6_abc
Describe your question in detail.
With release 1.29 new accounts store balances in FA store vs Object store. We need to track deposits and withdrawals of native Aptos coin. With Object store, here is what documentation suggests. The URL for my test account would be:
https://api.mainnet.aptoslabs.com/v1/accounts/0xb6fd2c089722a5ed571df79d50543d75b1c1d6e05a73a3286c53ffcfdfd06994/events/0x1::coin::CoinStore%3C0x1::aptos_coin::AptosCoin%3E/deposit_events
However, I'm having hard time understanding how it would work with Testnet, where apparently 1.29 has been already activated. Here is the transaction where my address receives funds in Testnet:
https://explorer.aptoslabs.com/txn/6793186671/events?network=testnet
Is there a way to get these events with FA store?
What error, if any, are you getting?
"message":"Resource not found by Address(0xb6fd2c089722a5ed571df79d50543d75b1c1d6e05a73a3286c53ffcfdfd06994), Struct tag(0x1::object::ObjectCore) and Ledger version(6793770310)","error_code":"resource_not_found","vm_error_code":null}
What have you tried or looked at? Or how can we reproduce the error?
Here is what I tried, nothing worked:
https://api.testnet.aptoslabs.com/v1/accounts/0xb6fd2c089722a5ed571df79d50543d75b1c1d6e05a73a3286c53ffcfdfd06994/events/0x1::fungible_asset::FungibleStore%3C0x1::aptos_coin::AptosCoin%3E/deposit_events
https://api.testnet.aptoslabs.com/v1/accounts/0xb6fd2c089722a5ed571df79d50543d75b1c1d6e05a73a3286c53ffcfdfd06994/events/0x1::object::ObjectCore/transfer_events
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions