This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
subgraph.yaml
201 lines (201 loc) · 5.56 KB
/
subgraph.yaml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
specVersion: 0.0.4
description: Web3 Music
schema:
file: ./generated/schema.graphql
dataSources:
- kind: ethereum/contract
name: NOIZDERC721
network: mainnet
source:
address: '0xf5819e27b9bad9f97c177bf007c1f96f26d91ca6'
abi: ERC721
startBlock: 13470560
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- NFT
- Account
abis:
- name: ERC721
file: ./abis/erc721/ERC721.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleERC721Transfer
file: ./src/shared/NFT.ts
- kind: ethereum/contract
name: NOIZDMint
network: mainnet
source:
address: '0xf5819e27b9bad9f97c177bf007c1f96f26d91ca6'
abi: ERC721
startBlock: 13470560
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- NFT
- Account
- Track
abis:
- name: ERC721
file: ./abis/erc721/ERC721.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleMint
file: ./src/noizd/NOIZD.ts
- kind: ethereum/contract
name: ZoraMediaERC721
network: mainnet
source:
address: '0xabefbc9fd2f806065b4f3c237d4b59d9a97bcac7'
abi: ERC721
startBlock: 11565020
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- NFT
- Account
abis:
- name: ERC721
file: ./abis/erc721/ERC721.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleERC721Transfer
file: ./src/shared/NFT.ts
- kind: ethereum/contract
name: ZoraMediaMint
network: mainnet
source:
address: '0xabefbc9fd2f806065b4f3c237d4b59d9a97bcac7'
abi: ERC721
startBlock: 11565020
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- NFT
- Account
- Track
abis:
- name: ERC721
file: ./abis/erc721/ERC721.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleMint
file: ./src/zora/Zora.ts
- kind: ethereum/contract
name: CatalogV2ERC721
network: mainnet
source:
address: '0x0bC2A24ce568DAd89691116d5B34DEB6C203F342'
abi: ERC721
startBlock: 14566826
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- NFT
- Account
abis:
- name: ERC721
file: ./abis/erc721/ERC721.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleERC721Transfer
file: ./src/shared/NFT.ts
- kind: ethereum/contract
name: CatalogV2Mint
network: mainnet
source:
address: '0x0bC2A24ce568DAd89691116d5B34DEB6C203F342'
abi: ERC721
startBlock: 14566826
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- NFT
- Account
- Track
abis:
- name: ERC721
file: ./abis/erc721/ERC721.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleMint
file: ./src/catalogV2/CatalogV2.ts
- kind: ethereum/contract
name: SoundArtistProfileCreator
network: mainnet
source:
address: '0x78e3adc0e811e4f93bd9f1f9389b923c9a3355c2'
abi: ArtistProfileCreator
startBlock: 13725566
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- ArtistProfile
- Account
abis:
- name: ArtistProfileCreator
file: ./abis/sound/ArtistCreator.json
- name: SoundArtist
file: ./abis/sound/Artist.json
eventHandlers:
- event: CreatedArtist(uint256,string,string,indexed address)
handler: handleCreatedArtist
file: ./src/sound/ArtistProfileCreator.ts
templates:
- kind: ethereum/contract
name: ERC721
network: mainnet
source:
abi: ERC721
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- NFT
- Account
abis:
- name: ERC721
file: ./abis/erc721/ERC721.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleERC721Transfer
file: ./src/shared/NFT.ts
- kind: ethereum/contract
name: SoundArtistProfile
network: mainnet
source:
abi: SoundArtistProfile
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- NFT
- Account
- Track
abis:
- name: SoundArtistProfile
file: ./abis/sound/Artist.json
eventHandlers:
- event: EditionCreated(indexed uint256,address,uint256,uint32,uint32,uint32,uint32)
handler: handleEditionCreated
- event: EditionCreated(indexed uint256,address,uint256,uint32,uint32,uint32,uint32,uint32,address)
handler: handleEditionCreated
- event: EditionPurchased(indexed uint256,indexed uint256,uint32,indexed address)
handler: handleEditionPurchased
file: ./src/sound/ArtistProfile.ts