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/src/pages/en/subgraphs/developing/creating/graph-ts/api.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
@@ -496,7 +496,7 @@ export function handleTransfer(event: TransferEvent) {
496
496
}
497
497
```
498
498
499
-
`Transfer` is aliased to `TransferEvent` here to avoid a naming conflict with the entity type
499
+
`Transfer` is aliased to `TransferEvent` here to avoid a naming conflict with the entity type.
500
500
501
501
As long as the `ERC20Contract` on Ethereum has a public read-only function called `symbol`, it can be called with `.symbol()`. For public state variables a method with the same name is created automatically.
0 commit comments