-
Notifications
You must be signed in to change notification settings - Fork 7
/
subgraph.matic.yaml
298 lines (297 loc) · 9.61 KB
/
subgraph.matic.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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
specVersion: 0.0.5
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum/contract
name: ERC20FeeProxy
network: matic
source:
address: "0x2171a0dc12a9E5b1659feF2BB20E54c84Fa7dB0C"
abi: ERC20FeeProxy
startBlock: 14163521
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: ERC20FeeProxy
file: ./abis/ERC20FeeProxy.json
eventHandlers:
- event: TransferWithReferenceAndFee(address,address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/erc20FeeProxy.ts
- kind: ethereum/contract
name: ERC20FeeProxy_0_2_0
network: matic
source:
address: "0x0DfbEe143b42B41eFC5A6F87bFD1fFC78c2f0aC9"
abi: ERC20FeeProxy_0_2_0
startBlock: 17427742
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: ERC20FeeProxy_0_2_0
file: ./abis/ERC20FeeProxy-0.2.0.json
eventHandlers:
- event: TransferWithReferenceAndFee(address,address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/erc20FeeProxy.ts
- kind: ethereum/contract
name: ERC20ConversionProxy
network: matic
source:
address: "0xf0f49873C50765239F6f9534Ba13c4fe16eD5f2E"
abi: ERC20ConversionProxy
startBlock: 17427747
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: ERC20ConversionProxy
file: ./abis/ERC20ConversionProxy.json
eventHandlers:
- event: TransferWithConversionAndReference(uint256,address,indexed bytes,uint256,uint256)
handler: handleTransferWithConversionAndReference
- event: TransferWithReferenceAndFee(address,address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/erc20ConversionProxy.ts
- kind: ethereum/contract
name: EthProxy
network: matic
source:
address: "0x27c60BE17e853c47A9F1d280B05365f483c2dFAF"
abi: EthProxy
startBlock: 17427737
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: EthProxy
file: ./abis/EthProxy.json
eventHandlers:
- event: TransferWithReference(address,uint256,indexed bytes)
handler: handleTransferWithReference
receipt: true
file: ./src/ethProxy.ts
- kind: ethereum/contract
name: EthProxy_0_3_0
network: matic
source:
address: "0x322F0037d272E980984F89E94Aae43BD0FC065E6"
abi: EthProxy_0_3_0
startBlock: 25973082
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: EthProxy_0_3_0
file: ./abis/EthProxy-0.3.0.json
eventHandlers:
- event: TransferWithReference(address,uint256,indexed bytes)
handler: handleTransferWithReference
receipt: true
file: ./src/ethProxy.ts
- kind: ethereum/contract
name: EthFeeProxy
network: matic
source:
address: "0xC6E23a20C0a1933ACC8E30247B5D1e2215796C1F"
abi: EthFeeProxy
startBlock: 20670475
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: EthFeeProxy
file: ./abis/EthFeeProxy.json
eventHandlers:
- event: TransferWithReferenceAndFee(address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/ethFeeProxy.ts
- kind: ethereum/contract
name: EthFeeProxy_0_2_0
network: matic
source:
address: "0xfCFBcfc4f5A421089e3Df45455F7f4985FE2D6a8"
abi: EthFeeProxy_0_2_0
startBlock: 25972999
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: EthFeeProxy_0_2_0
file: ./abis/EthFeeProxy-0.2.0.json
eventHandlers:
- event: TransferWithReferenceAndFee(address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/ethFeeProxy.ts
- kind: ethereum/contract
name: EthConversionProxy
network: matic
source:
address: "0xCa3353a15fCb5C83a1Ff64BFf055781aC5c4d2F4"
abi: EthConversionProxy
startBlock: 20670503
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: EthConversionProxy
file: ./abis/EthConversionProxy.json
eventHandlers:
- event: TransferWithConversionAndReference(uint256,address,indexed bytes,uint256,uint256)
handler: handleTransferWithConversionAndReference
- event: TransferWithReferenceAndFee(address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/ethConversionProxy.ts
- kind: ethereum/contract
name: EthConversionProxy_0_2_0
network: matic
source:
address: "0x7Ebf48a26253810629C191b56C3212Fd0D211c26"
abi: EthConversionProxy_0_2_0
startBlock: 25999653
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: EthConversionProxy_0_2_0
file: ./abis/EthConversionProxy-0.2.0.json
eventHandlers:
- event: TransferWithConversionAndReference(uint256,address,indexed bytes,uint256,uint256)
handler: handleTransferWithConversionAndReference
- event: TransferWithReferenceAndFee(address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/ethConversionProxy.ts
- kind: ethereum/contract
name: ERC20EscrowToPay
network: matic
source:
address: "0x937Db37ffb67083242fbC6AdD472146bF10E01ec"
abi: ERC20EscrowToPay
startBlock: 30751595
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
- Escrow
- EscrowEvent
abis:
- name: ERC20EscrowToPay
file: ./abis/ERC20EscrowToPay.json
eventHandlers:
- event: InitiatedEmergencyClaim(indexed bytes)
handler: handleInitiatedEmergencyClaim
receipt: true
- event: RequestFrozen(indexed bytes)
handler: handleRequestFrozen
receipt: true
- event: RevertedEmergencyClaim(indexed bytes)
handler: handleRevertedEmergencyClaim
receipt: true
- event: TransferWithReferenceAndFee(address,address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/erc20EscrowToPay.ts
- kind: ethereum/contract
name: ERC20TransferrableReceivable
network: matic
source:
address: "0xA9930c8e4638D9a96a3B73e7ABe73a636F986323"
abi: ERC20TransferrableReceivable
startBlock: 39364680
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: ERC20TransferrableReceivable
file: ./abis/ERC20TransferrableReceivable.json
eventHandlers:
- event: TransferWithReferenceAndFee(address,address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/erc20TransferrableReceivable.ts
- kind: ethereum/contract
name: ERC20TransferrableReceivable_0_2_0
network: matic
source:
address: "0xd6C04C5d0e561D94B15622e770045776D4ce3739"
abi: ERC20TransferrableReceivable_0_2_0
startBlock: 45005575
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Payment
abis:
- name: ERC20TransferrableReceivable_0_2_0
file: ./abis/ERC20TransferrableReceivable-0.2.0.json
eventHandlers:
- event: TransferWithReferenceAndFee(address,address,uint256,indexed bytes,uint256,address)
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/erc20TransferrableReceivable.ts
- kind: ethereum/contract
name: SingleRequestProxyFactory
network: matic
source:
address: "0x4D417AA04DBb207201a794E5B7381B3cde815281"
abi: SingleRequestProxyFactory
startBlock: 64048143
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- SingleRequestProxyDeployment
abis:
- name: SingleRequestProxyFactory
file: ./abis/SingleRequestProxyFactory.json
eventHandlers:
- event: ERC20SingleRequestProxyCreated(address,address,address,indexed bytes,address,uint256,address)
handler: handleERC20SingleRequestProxyCreated
receipt: true
- event: EthereumSingleRequestProxyCreated(address,address,indexed bytes,address,uint256,address)
handler: handleEthereumSingleRequestProxyCreated
receipt: true
file: ./src/singleRequestProxyFactory.ts