Contract Events
Start querying contract events
For contract events, there are n queries, all with the same body:
eventByTopic
eventByContractId
eventByContractIds
allContractEvents
Below is an example of using eventByContractId
:
We suggest fiddling with the GraphiQL endpoint (see Endpoints) to build the most appropriate queries for your needs.
Last updated