@0xsequence/abi 2.3.35 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +5 -0
- package/CHANGELOG.md +2097 -0
- package/LICENSE +0 -17
- package/README.md +1 -2
- package/dist/index.d.ts +20 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +41 -0
- package/dist/{declarations/src/sale → sale}/erc1155Sale.d.ts +1 -0
- package/dist/sale/erc1155Sale.d.ts.map +1 -0
- package/dist/sale/erc1155Sale.js +355 -0
- package/dist/{declarations/src/sale → sale}/erc721Sale.d.ts +1 -0
- package/dist/sale/erc721Sale.d.ts.map +1 -0
- package/dist/sale/erc721Sale.js +355 -0
- package/dist/{declarations/src/tokens → tokens}/erc1155.d.ts +1 -0
- package/dist/tokens/erc1155.d.ts.map +1 -0
- package/dist/tokens/erc1155.js +425 -0
- package/dist/{declarations/src/saleItems/erc1155SaleItems.d.ts → tokens/erc1155Items.d.ts} +2 -1
- package/dist/tokens/erc1155Items.d.ts.map +1 -0
- package/dist/tokens/erc1155Items.js +381 -0
- package/dist/{declarations/src/tokens → tokens}/erc20.d.ts +1 -0
- package/dist/tokens/erc20.d.ts.map +1 -0
- package/dist/tokens/erc20.js +319 -0
- package/dist/{declarations/src/tokens → tokens}/erc6909.d.ts +1 -0
- package/dist/tokens/erc6909.d.ts.map +1 -0
- package/dist/tokens/erc6909.js +407 -0
- package/dist/{declarations/src/tokens → tokens}/erc721.d.ts +1 -0
- package/dist/tokens/erc721.d.ts.map +1 -0
- package/dist/tokens/erc721.js +444 -0
- package/dist/{declarations/src/saleItems/erc721SaleItems.d.ts → tokens/erc721Items.d.ts} +2 -1
- package/dist/tokens/erc721Items.d.ts.map +1 -0
- package/dist/tokens/erc721Items.js +444 -0
- package/dist/{declarations/src/wallet → wallet}/erc1271.d.ts +1 -0
- package/dist/wallet/erc1271.d.ts.map +1 -0
- package/dist/wallet/erc1271.js +28 -0
- package/dist/{declarations/src/wallet → wallet}/erc5719.d.ts +1 -0
- package/dist/wallet/erc5719.d.ts.map +1 -0
- package/dist/wallet/erc5719.js +22 -0
- package/dist/{declarations/src/wallet → wallet}/erc6492.d.ts +1 -0
- package/dist/wallet/erc6492.d.ts.map +1 -0
- package/dist/wallet/erc6492.js +64 -0
- package/dist/{declarations/src/wallet → wallet}/factory.d.ts +1 -0
- package/dist/wallet/factory.d.ts.map +1 -0
- package/dist/wallet/factory.js +21 -0
- package/dist/{declarations/src/wallet → wallet}/index.d.ts +11 -10
- package/dist/wallet/index.d.ts.map +1 -0
- package/dist/wallet/index.js +61 -0
- package/dist/{declarations/src/wallet → wallet}/libs/requireFreshSigners.d.ts +1 -0
- package/dist/wallet/libs/requireFreshSigners.d.ts.map +1 -0
- package/dist/wallet/libs/requireFreshSigners.js +18 -0
- package/dist/{declarations/src/wallet → wallet}/mainModule.d.ts +1 -0
- package/dist/wallet/mainModule.d.ts.map +1 -0
- package/dist/wallet/mainModule.js +161 -0
- package/dist/{declarations/src/wallet → wallet}/mainModuleUpgradable.d.ts +1 -0
- package/dist/wallet/mainModuleUpgradable.d.ts.map +1 -0
- package/dist/wallet/mainModuleUpgradable.js +31 -0
- package/dist/{declarations/src/wallet → wallet}/moduleHooks.d.ts +1 -0
- package/dist/wallet/moduleHooks.d.ts.map +1 -0
- package/dist/wallet/moduleHooks.js +251 -0
- package/dist/{declarations/src/wallet → wallet}/sequenceUtils.d.ts +1 -0
- package/dist/wallet/sequenceUtils.d.ts.map +1 -0
- package/dist/wallet/sequenceUtils.js +519 -0
- package/dist/{declarations/src/wallet → wallet}/walletProxyHook.d.ts +1 -0
- package/dist/wallet/walletProxyHook.d.ts.map +1 -0
- package/dist/wallet/walletProxyHook.js +12 -0
- package/package.json +19 -13
- package/src/index.ts +2 -3
- package/src/sale/erc1155Sale.ts +67 -67
- package/src/sale/erc721Sale.ts +67 -67
- package/src/tokens/erc1155.ts +97 -97
- package/src/{saleItems/erc1155SaleItems.ts → tokens/erc1155Items.ts} +69 -68
- package/src/tokens/erc20.ts +76 -76
- package/src/tokens/erc6909.ts +95 -95
- package/src/tokens/erc721.ts +105 -105
- package/src/{saleItems/erc721SaleItems.ts → tokens/erc721Items.ts} +79 -78
- package/src/wallet/erc1271.ts +8 -8
- package/src/wallet/erc5719.ts +6 -6
- package/src/wallet/erc6492.ts +11 -11
- package/src/wallet/factory.ts +5 -5
- package/src/wallet/index.ts +1 -1
- package/src/wallet/libs/requireFreshSigners.ts +4 -4
- package/src/wallet/mainModule.ts +41 -41
- package/src/wallet/mainModuleUpgradable.ts +7 -7
- package/src/wallet/moduleHooks.ts +60 -60
- package/src/wallet/sequenceUtils.ts +123 -123
- package/src/wallet/walletProxyHook.ts +2 -2
- package/tsconfig.json +10 -0
- package/dist/0xsequence-abi.cjs.d.ts +0 -2
- package/dist/0xsequence-abi.cjs.dev.js +0 -4638
- package/dist/0xsequence-abi.cjs.js +0 -7
- package/dist/0xsequence-abi.cjs.prod.js +0 -4638
- package/dist/0xsequence-abi.esm.js +0 -4616
- package/dist/declarations/src/index.d.ts +0 -19
package/src/tokens/erc1155.ts
CHANGED
|
@@ -3,109 +3,109 @@ export const ERC1155_ABI = [
|
|
|
3
3
|
{
|
|
4
4
|
inputs: [],
|
|
5
5
|
stateMutability: 'nonpayable',
|
|
6
|
-
type: 'constructor'
|
|
6
|
+
type: 'constructor',
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
9
|
inputs: [
|
|
10
10
|
{
|
|
11
11
|
internalType: 'address',
|
|
12
12
|
name: 'sender',
|
|
13
|
-
type: 'address'
|
|
13
|
+
type: 'address',
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
internalType: 'uint256',
|
|
17
17
|
name: 'balance',
|
|
18
|
-
type: 'uint256'
|
|
18
|
+
type: 'uint256',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
internalType: 'uint256',
|
|
22
22
|
name: 'needed',
|
|
23
|
-
type: 'uint256'
|
|
23
|
+
type: 'uint256',
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
internalType: 'uint256',
|
|
27
27
|
name: 'tokenId',
|
|
28
|
-
type: 'uint256'
|
|
29
|
-
}
|
|
28
|
+
type: 'uint256',
|
|
29
|
+
},
|
|
30
30
|
],
|
|
31
31
|
name: 'ERC1155InsufficientBalance',
|
|
32
|
-
type: 'error'
|
|
32
|
+
type: 'error',
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
inputs: [
|
|
36
36
|
{
|
|
37
37
|
internalType: 'address',
|
|
38
38
|
name: 'approver',
|
|
39
|
-
type: 'address'
|
|
40
|
-
}
|
|
39
|
+
type: 'address',
|
|
40
|
+
},
|
|
41
41
|
],
|
|
42
42
|
name: 'ERC1155InvalidApprover',
|
|
43
|
-
type: 'error'
|
|
43
|
+
type: 'error',
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
inputs: [
|
|
47
47
|
{
|
|
48
48
|
internalType: 'uint256',
|
|
49
49
|
name: 'idsLength',
|
|
50
|
-
type: 'uint256'
|
|
50
|
+
type: 'uint256',
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
internalType: 'uint256',
|
|
54
54
|
name: 'valuesLength',
|
|
55
|
-
type: 'uint256'
|
|
56
|
-
}
|
|
55
|
+
type: 'uint256',
|
|
56
|
+
},
|
|
57
57
|
],
|
|
58
58
|
name: 'ERC1155InvalidArrayLength',
|
|
59
|
-
type: 'error'
|
|
59
|
+
type: 'error',
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
inputs: [
|
|
63
63
|
{
|
|
64
64
|
internalType: 'address',
|
|
65
65
|
name: 'operator',
|
|
66
|
-
type: 'address'
|
|
67
|
-
}
|
|
66
|
+
type: 'address',
|
|
67
|
+
},
|
|
68
68
|
],
|
|
69
69
|
name: 'ERC1155InvalidOperator',
|
|
70
|
-
type: 'error'
|
|
70
|
+
type: 'error',
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
inputs: [
|
|
74
74
|
{
|
|
75
75
|
internalType: 'address',
|
|
76
76
|
name: 'receiver',
|
|
77
|
-
type: 'address'
|
|
78
|
-
}
|
|
77
|
+
type: 'address',
|
|
78
|
+
},
|
|
79
79
|
],
|
|
80
80
|
name: 'ERC1155InvalidReceiver',
|
|
81
|
-
type: 'error'
|
|
81
|
+
type: 'error',
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
inputs: [
|
|
85
85
|
{
|
|
86
86
|
internalType: 'address',
|
|
87
87
|
name: 'sender',
|
|
88
|
-
type: 'address'
|
|
89
|
-
}
|
|
88
|
+
type: 'address',
|
|
89
|
+
},
|
|
90
90
|
],
|
|
91
91
|
name: 'ERC1155InvalidSender',
|
|
92
|
-
type: 'error'
|
|
92
|
+
type: 'error',
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
inputs: [
|
|
96
96
|
{
|
|
97
97
|
internalType: 'address',
|
|
98
98
|
name: 'operator',
|
|
99
|
-
type: 'address'
|
|
99
|
+
type: 'address',
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
internalType: 'address',
|
|
103
103
|
name: 'owner',
|
|
104
|
-
type: 'address'
|
|
105
|
-
}
|
|
104
|
+
type: 'address',
|
|
105
|
+
},
|
|
106
106
|
],
|
|
107
107
|
name: 'ERC1155MissingApprovalForAll',
|
|
108
|
-
type: 'error'
|
|
108
|
+
type: 'error',
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
anonymous: false,
|
|
@@ -114,23 +114,23 @@ export const ERC1155_ABI = [
|
|
|
114
114
|
indexed: true,
|
|
115
115
|
internalType: 'address',
|
|
116
116
|
name: 'account',
|
|
117
|
-
type: 'address'
|
|
117
|
+
type: 'address',
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
indexed: true,
|
|
121
121
|
internalType: 'address',
|
|
122
122
|
name: 'operator',
|
|
123
|
-
type: 'address'
|
|
123
|
+
type: 'address',
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
indexed: false,
|
|
127
127
|
internalType: 'bool',
|
|
128
128
|
name: 'approved',
|
|
129
|
-
type: 'bool'
|
|
130
|
-
}
|
|
129
|
+
type: 'bool',
|
|
130
|
+
},
|
|
131
131
|
],
|
|
132
132
|
name: 'ApprovalForAll',
|
|
133
|
-
type: 'event'
|
|
133
|
+
type: 'event',
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
anonymous: false,
|
|
@@ -139,35 +139,35 @@ export const ERC1155_ABI = [
|
|
|
139
139
|
indexed: true,
|
|
140
140
|
internalType: 'address',
|
|
141
141
|
name: 'operator',
|
|
142
|
-
type: 'address'
|
|
142
|
+
type: 'address',
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
indexed: true,
|
|
146
146
|
internalType: 'address',
|
|
147
147
|
name: 'from',
|
|
148
|
-
type: 'address'
|
|
148
|
+
type: 'address',
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
indexed: true,
|
|
152
152
|
internalType: 'address',
|
|
153
153
|
name: 'to',
|
|
154
|
-
type: 'address'
|
|
154
|
+
type: 'address',
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
indexed: false,
|
|
158
158
|
internalType: 'uint256[]',
|
|
159
159
|
name: 'ids',
|
|
160
|
-
type: 'uint256[]'
|
|
160
|
+
type: 'uint256[]',
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
indexed: false,
|
|
164
164
|
internalType: 'uint256[]',
|
|
165
165
|
name: 'values',
|
|
166
|
-
type: 'uint256[]'
|
|
167
|
-
}
|
|
166
|
+
type: 'uint256[]',
|
|
167
|
+
},
|
|
168
168
|
],
|
|
169
169
|
name: 'TransferBatch',
|
|
170
|
-
type: 'event'
|
|
170
|
+
type: 'event',
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
anonymous: false,
|
|
@@ -176,35 +176,35 @@ export const ERC1155_ABI = [
|
|
|
176
176
|
indexed: true,
|
|
177
177
|
internalType: 'address',
|
|
178
178
|
name: 'operator',
|
|
179
|
-
type: 'address'
|
|
179
|
+
type: 'address',
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
indexed: true,
|
|
183
183
|
internalType: 'address',
|
|
184
184
|
name: 'from',
|
|
185
|
-
type: 'address'
|
|
185
|
+
type: 'address',
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
indexed: true,
|
|
189
189
|
internalType: 'address',
|
|
190
190
|
name: 'to',
|
|
191
|
-
type: 'address'
|
|
191
|
+
type: 'address',
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
indexed: false,
|
|
195
195
|
internalType: 'uint256',
|
|
196
196
|
name: 'id',
|
|
197
|
-
type: 'uint256'
|
|
197
|
+
type: 'uint256',
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
indexed: false,
|
|
201
201
|
internalType: 'uint256',
|
|
202
202
|
name: 'value',
|
|
203
|
-
type: 'uint256'
|
|
204
|
-
}
|
|
203
|
+
type: 'uint256',
|
|
204
|
+
},
|
|
205
205
|
],
|
|
206
206
|
name: 'TransferSingle',
|
|
207
|
-
type: 'event'
|
|
207
|
+
type: 'event',
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
anonymous: false,
|
|
@@ -213,210 +213,210 @@ export const ERC1155_ABI = [
|
|
|
213
213
|
indexed: false,
|
|
214
214
|
internalType: 'string',
|
|
215
215
|
name: 'value',
|
|
216
|
-
type: 'string'
|
|
216
|
+
type: 'string',
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
indexed: true,
|
|
220
220
|
internalType: 'uint256',
|
|
221
221
|
name: 'id',
|
|
222
|
-
type: 'uint256'
|
|
223
|
-
}
|
|
222
|
+
type: 'uint256',
|
|
223
|
+
},
|
|
224
224
|
],
|
|
225
225
|
name: 'URI',
|
|
226
|
-
type: 'event'
|
|
226
|
+
type: 'event',
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
inputs: [
|
|
230
230
|
{
|
|
231
231
|
internalType: 'address',
|
|
232
232
|
name: 'account',
|
|
233
|
-
type: 'address'
|
|
233
|
+
type: 'address',
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
internalType: 'uint256',
|
|
237
237
|
name: 'id',
|
|
238
|
-
type: 'uint256'
|
|
239
|
-
}
|
|
238
|
+
type: 'uint256',
|
|
239
|
+
},
|
|
240
240
|
],
|
|
241
241
|
name: 'balanceOf',
|
|
242
242
|
outputs: [
|
|
243
243
|
{
|
|
244
244
|
internalType: 'uint256',
|
|
245
245
|
name: '',
|
|
246
|
-
type: 'uint256'
|
|
247
|
-
}
|
|
246
|
+
type: 'uint256',
|
|
247
|
+
},
|
|
248
248
|
],
|
|
249
249
|
stateMutability: 'view',
|
|
250
|
-
type: 'function'
|
|
250
|
+
type: 'function',
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
inputs: [
|
|
254
254
|
{
|
|
255
255
|
internalType: 'address[]',
|
|
256
256
|
name: 'accounts',
|
|
257
|
-
type: 'address[]'
|
|
257
|
+
type: 'address[]',
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
internalType: 'uint256[]',
|
|
261
261
|
name: 'ids',
|
|
262
|
-
type: 'uint256[]'
|
|
263
|
-
}
|
|
262
|
+
type: 'uint256[]',
|
|
263
|
+
},
|
|
264
264
|
],
|
|
265
265
|
name: 'balanceOfBatch',
|
|
266
266
|
outputs: [
|
|
267
267
|
{
|
|
268
268
|
internalType: 'uint256[]',
|
|
269
269
|
name: '',
|
|
270
|
-
type: 'uint256[]'
|
|
271
|
-
}
|
|
270
|
+
type: 'uint256[]',
|
|
271
|
+
},
|
|
272
272
|
],
|
|
273
273
|
stateMutability: 'view',
|
|
274
|
-
type: 'function'
|
|
274
|
+
type: 'function',
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
inputs: [
|
|
278
278
|
{
|
|
279
279
|
internalType: 'address',
|
|
280
280
|
name: 'account',
|
|
281
|
-
type: 'address'
|
|
281
|
+
type: 'address',
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
internalType: 'address',
|
|
285
285
|
name: 'operator',
|
|
286
|
-
type: 'address'
|
|
287
|
-
}
|
|
286
|
+
type: 'address',
|
|
287
|
+
},
|
|
288
288
|
],
|
|
289
289
|
name: 'isApprovedForAll',
|
|
290
290
|
outputs: [
|
|
291
291
|
{
|
|
292
292
|
internalType: 'bool',
|
|
293
293
|
name: '',
|
|
294
|
-
type: 'bool'
|
|
295
|
-
}
|
|
294
|
+
type: 'bool',
|
|
295
|
+
},
|
|
296
296
|
],
|
|
297
297
|
stateMutability: 'view',
|
|
298
|
-
type: 'function'
|
|
298
|
+
type: 'function',
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
inputs: [
|
|
302
302
|
{
|
|
303
303
|
internalType: 'address',
|
|
304
304
|
name: 'from',
|
|
305
|
-
type: 'address'
|
|
305
|
+
type: 'address',
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
internalType: 'address',
|
|
309
309
|
name: 'to',
|
|
310
|
-
type: 'address'
|
|
310
|
+
type: 'address',
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
internalType: 'uint256[]',
|
|
314
314
|
name: 'ids',
|
|
315
|
-
type: 'uint256[]'
|
|
315
|
+
type: 'uint256[]',
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
internalType: 'uint256[]',
|
|
319
319
|
name: 'values',
|
|
320
|
-
type: 'uint256[]'
|
|
320
|
+
type: 'uint256[]',
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
internalType: 'bytes',
|
|
324
324
|
name: 'data',
|
|
325
|
-
type: 'bytes'
|
|
326
|
-
}
|
|
325
|
+
type: 'bytes',
|
|
326
|
+
},
|
|
327
327
|
],
|
|
328
328
|
name: 'safeBatchTransferFrom',
|
|
329
329
|
outputs: [],
|
|
330
330
|
stateMutability: 'nonpayable',
|
|
331
|
-
type: 'function'
|
|
331
|
+
type: 'function',
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
inputs: [
|
|
335
335
|
{
|
|
336
336
|
internalType: 'address',
|
|
337
337
|
name: 'from',
|
|
338
|
-
type: 'address'
|
|
338
|
+
type: 'address',
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
internalType: 'address',
|
|
342
342
|
name: 'to',
|
|
343
|
-
type: 'address'
|
|
343
|
+
type: 'address',
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
internalType: 'uint256',
|
|
347
347
|
name: 'id',
|
|
348
|
-
type: 'uint256'
|
|
348
|
+
type: 'uint256',
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
internalType: 'uint256',
|
|
352
352
|
name: 'value',
|
|
353
|
-
type: 'uint256'
|
|
353
|
+
type: 'uint256',
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
internalType: 'bytes',
|
|
357
357
|
name: 'data',
|
|
358
|
-
type: 'bytes'
|
|
359
|
-
}
|
|
358
|
+
type: 'bytes',
|
|
359
|
+
},
|
|
360
360
|
],
|
|
361
361
|
name: 'safeTransferFrom',
|
|
362
362
|
outputs: [],
|
|
363
363
|
stateMutability: 'nonpayable',
|
|
364
|
-
type: 'function'
|
|
364
|
+
type: 'function',
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
inputs: [
|
|
368
368
|
{
|
|
369
369
|
internalType: 'address',
|
|
370
370
|
name: 'operator',
|
|
371
|
-
type: 'address'
|
|
371
|
+
type: 'address',
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
374
|
internalType: 'bool',
|
|
375
375
|
name: 'approved',
|
|
376
|
-
type: 'bool'
|
|
377
|
-
}
|
|
376
|
+
type: 'bool',
|
|
377
|
+
},
|
|
378
378
|
],
|
|
379
379
|
name: 'setApprovalForAll',
|
|
380
380
|
outputs: [],
|
|
381
381
|
stateMutability: 'nonpayable',
|
|
382
|
-
type: 'function'
|
|
382
|
+
type: 'function',
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
inputs: [
|
|
386
386
|
{
|
|
387
387
|
internalType: 'bytes4',
|
|
388
388
|
name: 'interfaceId',
|
|
389
|
-
type: 'bytes4'
|
|
390
|
-
}
|
|
389
|
+
type: 'bytes4',
|
|
390
|
+
},
|
|
391
391
|
],
|
|
392
392
|
name: 'supportsInterface',
|
|
393
393
|
outputs: [
|
|
394
394
|
{
|
|
395
395
|
internalType: 'bool',
|
|
396
396
|
name: '',
|
|
397
|
-
type: 'bool'
|
|
398
|
-
}
|
|
397
|
+
type: 'bool',
|
|
398
|
+
},
|
|
399
399
|
],
|
|
400
400
|
stateMutability: 'view',
|
|
401
|
-
type: 'function'
|
|
401
|
+
type: 'function',
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
inputs: [
|
|
405
405
|
{
|
|
406
406
|
internalType: 'uint256',
|
|
407
407
|
name: '',
|
|
408
|
-
type: 'uint256'
|
|
409
|
-
}
|
|
408
|
+
type: 'uint256',
|
|
409
|
+
},
|
|
410
410
|
],
|
|
411
411
|
name: 'uri',
|
|
412
412
|
outputs: [
|
|
413
413
|
{
|
|
414
414
|
internalType: 'string',
|
|
415
415
|
name: '',
|
|
416
|
-
type: 'string'
|
|
417
|
-
}
|
|
416
|
+
type: 'string',
|
|
417
|
+
},
|
|
418
418
|
],
|
|
419
419
|
stateMutability: 'view',
|
|
420
|
-
type: 'function'
|
|
421
|
-
}
|
|
420
|
+
type: 'function',
|
|
421
|
+
},
|
|
422
422
|
] as const
|