The Graph.
Iniciar sesión

如何访问合约中的历史数据

Discusión
  • INDEXERS

它也适用于 Matic 吗?

Agregar comentario

Respuestas1

If you need the data in real time you can simply just call the contract read function. If you need historical data and need to call the read function though at a time in the past that is where you will need to either be indexing the emitted event data or using the call handler. You can use Subgraph Studio directly and no need to run your own graph node since you are indexing Matic.

Agregar comentario

Sabes la respuesta?

Please log in and share it.

Iniciar sesión