-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsubgraph.yaml
More file actions
36 lines (34 loc) · 945 Bytes
/
subgraph.yaml
File metadata and controls
36 lines (34 loc) · 945 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
30
31
32
33
34
35
36
specVersion: 0.0.2
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum
name: Whitepaper
network: rinkeby
source:
address: "0xCF3743e212D813366694B248DC2fDf2c4Fb0FB7C"
abi: Whitepaper
startBlock: 10796178
mapping:
kind: ethereum/events
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- Approval
- ApprovalForAll
- DelegateChanged
- DelegateVotesChanged
- OwnershipTransferred
- Transfer
- AppData
abis:
- name: Whitepaper
file: ./abis/Whitepaper.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
- event: PageContact(string,string[],indexed uint256)
handler: handlePageContact
- event: URI(string,indexed uint256)
handler: handleURI
file: ./src/mapping.ts