-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathsubgraph.yaml
More file actions
29 lines (29 loc) · 709 Bytes
/
subgraph.yaml
File metadata and controls
29 lines (29 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
specVersion: 0.0.2
description: EIP-721
repository: https://github.com/wighawag/eip721-subgraph
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum/contract
name: EIP721
network: mainnet
source:
abi: EIP721
startBlock: 5806610
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
entities:
- Token
- TokenContract
- Owner
- OwnerPerTokenContract
- All
abis:
- name: EIP721
file: ./abis/All.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
file: ./src/mapping.ts