You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/en/developing/creating-a-subgraph.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -379,7 +379,7 @@ calls:
379
379
380
380
Details for the example above:
381
381
382
-
- `global0X128`is the declared `eth_call`.
382
+
- `global0X128`is the declared `eth_call`.
383
383
- The text (`global0X128`) is the label for this `eth_call` which is used when logging errors.
384
384
- The text (`Pool[event.address].feeGrowthGlobal0X128()`) is the actual `eth_call` that will be executed, which is in the form of `Contract[address].function(arguments)`
385
385
- The `address` and `arguments` can be replaced with variables that will be available when the handler is executed.
0 commit comments