-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsubgraph.yaml
More file actions
66 lines (66 loc) · 1.93 KB
/
Copy pathsubgraph.yaml
File metadata and controls
66 lines (66 loc) · 1.93 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
specVersion: 1.0.0
indexerHints:
prune: auto
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum
name: ERC721FactoryOld
network: matic
source:
address: "0x71c31a2588bc79fc077950cdbc52b376f725b6e1"
abi: ERC721Factory
startBlock: 48797868
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- ContractDeployed
abis:
- name: ERC721Factory
file: ./abis/ERC721Factory.json
eventHandlers:
- event: ContractDeployed((string,string,address,address,address,uint256,uint256),indexed address,string,uint256,uint256)
handler: handleContractDeployed
file: ./src/erc-721-factory.ts
- kind: ethereum
name: ERC721Factory
network: matic
source:
address: "0x3285cE203B073bd009200Dfd416a8fD6DF155A57"
abi: ERC721Factory
startBlock: 49381975
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- ContractDeployed
abis:
- name: ERC721Factory
file: ./abis/ERC721Factory.json
eventHandlers:
- event: ContractDeployed((string,string,address,address,address,uint256,uint256),indexed address,string,uint256,uint256)
handler: handleContractDeployed
file: ./src/erc-721-factory.ts
- kind: ethereum
name: FeeManager
network: matic
source:
address: "0xDc184312be2533083987166941D72FF4B6759EB8"
abi: FeeManager
startBlock: 48797846
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- FeeDistributed
abis:
- name: FeeManager
file: ./abis/FeeManager.json
eventHandlers:
- event: FeeDistributed(indexed address,indexed address,indexed address,uint256,string)
handler: handleFeeDistributed
file: ./src/fee-manager.ts