Querying contract
Hello. How can I query the current state of the specified APTOS contract using Nodit Indexer and Hedera Cloud?
Can't get Events emitted by Smart contract using Nodit Indexer
Hello, I have a smart contract that emits an event when upload_content
is called. I see the events emitted when I check Testnet explorer, however, if I try to get it with Nodes index, it doesn't show.
Events in aptos
Hi guys,
In aptos document, mentions Event-Handle events are deprecated and introduces working by Module Events.
I'm looking for a Node API for getting Module Events.
I found just these:
https://developer.nodit.io/reference/aptos_geteventsbyeventhandle
Is there any?
Aptos Indexer API Graphql Query Error
I'm trying to run following query:
query MyQuery {
current_token_ownerships_v2 {
current_token_data {
cdn_asset_uris {
cdn_image_uri
}
}
}
}
[Get Account Stats] why does internal field return null?
I tried this API on Polygon mainnet and it returned null on internal field.