Cómo gestionar los eventos anónimos en un subgrafo
- INDEXERS
¿Cómo puedo hacer eso? ¿Cómo debo crear mi manifiesto para gestionar los eventos anónimos?
答案1
You can initialize your subgraph with the ERC-20 contract you want to map, then modify your handleTransferEvent function to check the current block number before continuing. You can get the block number by calling event.block.number
.