Stream Scheduler Subgraph
Last updated
Was this helpful?
Last updated
Was this helpful?
Mainnets
Testnets
You can test these out in the Ethereum Mainnet sandbox.
Remember that subgraph queries expect all letters within provided addresses to be in full lowercase.
Note that that the id
attribute is formatted as "{Event Name}-{Transaction Hash}-{Log Index}". Log index is provided as it's possible that multiple of the same event occur in the same transaction, so with the log index gives unique identification.
id:
"FlowScheduleCreated-0x04ca752e609289f6144df3e0096ccb9772ba4923781612096ec5582f62c3ff46-171"
indicates...
Event Name: FlowScheduleCreated
Transaction Hash: 0x04ca752e609289f6144df3e0096ccb9772ba4923781612096ec5582f62c3ff46
Log Index: 171