@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/erc721.ts
CHANGED
|
@@ -3,110 +3,110 @@ export const ERC721_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: 'tokenId',
|
|
18
|
-
type: 'uint256'
|
|
18
|
+
type: 'uint256',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
internalType: 'address',
|
|
22
22
|
name: 'owner',
|
|
23
|
-
type: 'address'
|
|
24
|
-
}
|
|
23
|
+
type: 'address',
|
|
24
|
+
},
|
|
25
25
|
],
|
|
26
26
|
name: 'ERC721IncorrectOwner',
|
|
27
|
-
type: 'error'
|
|
27
|
+
type: 'error',
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
inputs: [
|
|
31
31
|
{
|
|
32
32
|
internalType: 'address',
|
|
33
33
|
name: 'operator',
|
|
34
|
-
type: 'address'
|
|
34
|
+
type: 'address',
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
internalType: 'uint256',
|
|
38
38
|
name: 'tokenId',
|
|
39
|
-
type: 'uint256'
|
|
40
|
-
}
|
|
39
|
+
type: 'uint256',
|
|
40
|
+
},
|
|
41
41
|
],
|
|
42
42
|
name: 'ERC721InsufficientApproval',
|
|
43
|
-
type: 'error'
|
|
43
|
+
type: 'error',
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
inputs: [
|
|
47
47
|
{
|
|
48
48
|
internalType: 'address',
|
|
49
49
|
name: 'approver',
|
|
50
|
-
type: 'address'
|
|
51
|
-
}
|
|
50
|
+
type: 'address',
|
|
51
|
+
},
|
|
52
52
|
],
|
|
53
53
|
name: 'ERC721InvalidApprover',
|
|
54
|
-
type: 'error'
|
|
54
|
+
type: 'error',
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
inputs: [
|
|
58
58
|
{
|
|
59
59
|
internalType: 'address',
|
|
60
60
|
name: 'operator',
|
|
61
|
-
type: 'address'
|
|
62
|
-
}
|
|
61
|
+
type: 'address',
|
|
62
|
+
},
|
|
63
63
|
],
|
|
64
64
|
name: 'ERC721InvalidOperator',
|
|
65
|
-
type: 'error'
|
|
65
|
+
type: 'error',
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
inputs: [
|
|
69
69
|
{
|
|
70
70
|
internalType: 'address',
|
|
71
71
|
name: 'owner',
|
|
72
|
-
type: 'address'
|
|
73
|
-
}
|
|
72
|
+
type: 'address',
|
|
73
|
+
},
|
|
74
74
|
],
|
|
75
75
|
name: 'ERC721InvalidOwner',
|
|
76
|
-
type: 'error'
|
|
76
|
+
type: 'error',
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
inputs: [
|
|
80
80
|
{
|
|
81
81
|
internalType: 'address',
|
|
82
82
|
name: 'receiver',
|
|
83
|
-
type: 'address'
|
|
84
|
-
}
|
|
83
|
+
type: 'address',
|
|
84
|
+
},
|
|
85
85
|
],
|
|
86
86
|
name: 'ERC721InvalidReceiver',
|
|
87
|
-
type: 'error'
|
|
87
|
+
type: 'error',
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
inputs: [
|
|
91
91
|
{
|
|
92
92
|
internalType: 'address',
|
|
93
93
|
name: 'sender',
|
|
94
|
-
type: 'address'
|
|
95
|
-
}
|
|
94
|
+
type: 'address',
|
|
95
|
+
},
|
|
96
96
|
],
|
|
97
97
|
name: 'ERC721InvalidSender',
|
|
98
|
-
type: 'error'
|
|
98
|
+
type: 'error',
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
inputs: [
|
|
102
102
|
{
|
|
103
103
|
internalType: 'uint256',
|
|
104
104
|
name: 'tokenId',
|
|
105
|
-
type: 'uint256'
|
|
106
|
-
}
|
|
105
|
+
type: 'uint256',
|
|
106
|
+
},
|
|
107
107
|
],
|
|
108
108
|
name: 'ERC721NonexistentToken',
|
|
109
|
-
type: 'error'
|
|
109
|
+
type: 'error',
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
anonymous: false,
|
|
@@ -115,23 +115,23 @@ export const ERC721_ABI = [
|
|
|
115
115
|
indexed: true,
|
|
116
116
|
internalType: 'address',
|
|
117
117
|
name: 'owner',
|
|
118
|
-
type: 'address'
|
|
118
|
+
type: 'address',
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
indexed: true,
|
|
122
122
|
internalType: 'address',
|
|
123
123
|
name: 'approved',
|
|
124
|
-
type: 'address'
|
|
124
|
+
type: 'address',
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
indexed: true,
|
|
128
128
|
internalType: 'uint256',
|
|
129
129
|
name: 'tokenId',
|
|
130
|
-
type: 'uint256'
|
|
131
|
-
}
|
|
130
|
+
type: 'uint256',
|
|
131
|
+
},
|
|
132
132
|
],
|
|
133
133
|
name: 'Approval',
|
|
134
|
-
type: 'event'
|
|
134
|
+
type: 'event',
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
anonymous: false,
|
|
@@ -140,23 +140,23 @@ export const ERC721_ABI = [
|
|
|
140
140
|
indexed: true,
|
|
141
141
|
internalType: 'address',
|
|
142
142
|
name: 'owner',
|
|
143
|
-
type: 'address'
|
|
143
|
+
type: 'address',
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
indexed: true,
|
|
147
147
|
internalType: 'address',
|
|
148
148
|
name: 'operator',
|
|
149
|
-
type: 'address'
|
|
149
|
+
type: 'address',
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
indexed: false,
|
|
153
153
|
internalType: 'bool',
|
|
154
154
|
name: 'approved',
|
|
155
|
-
type: 'bool'
|
|
156
|
-
}
|
|
155
|
+
type: 'bool',
|
|
156
|
+
},
|
|
157
157
|
],
|
|
158
158
|
name: 'ApprovalForAll',
|
|
159
|
-
type: 'event'
|
|
159
|
+
type: 'event',
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
anonymous: false,
|
|
@@ -165,103 +165,103 @@ export const ERC721_ABI = [
|
|
|
165
165
|
indexed: true,
|
|
166
166
|
internalType: 'address',
|
|
167
167
|
name: 'from',
|
|
168
|
-
type: 'address'
|
|
168
|
+
type: 'address',
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
indexed: true,
|
|
172
172
|
internalType: 'address',
|
|
173
173
|
name: 'to',
|
|
174
|
-
type: 'address'
|
|
174
|
+
type: 'address',
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
indexed: true,
|
|
178
178
|
internalType: 'uint256',
|
|
179
179
|
name: 'tokenId',
|
|
180
|
-
type: 'uint256'
|
|
181
|
-
}
|
|
180
|
+
type: 'uint256',
|
|
181
|
+
},
|
|
182
182
|
],
|
|
183
183
|
name: 'Transfer',
|
|
184
|
-
type: 'event'
|
|
184
|
+
type: 'event',
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
inputs: [
|
|
188
188
|
{
|
|
189
189
|
internalType: 'address',
|
|
190
190
|
name: 'to',
|
|
191
|
-
type: 'address'
|
|
191
|
+
type: 'address',
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
internalType: 'uint256',
|
|
195
195
|
name: 'tokenId',
|
|
196
|
-
type: 'uint256'
|
|
197
|
-
}
|
|
196
|
+
type: 'uint256',
|
|
197
|
+
},
|
|
198
198
|
],
|
|
199
199
|
name: 'approve',
|
|
200
200
|
outputs: [],
|
|
201
201
|
stateMutability: 'nonpayable',
|
|
202
|
-
type: 'function'
|
|
202
|
+
type: 'function',
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
inputs: [
|
|
206
206
|
{
|
|
207
207
|
internalType: 'address',
|
|
208
208
|
name: 'owner',
|
|
209
|
-
type: 'address'
|
|
210
|
-
}
|
|
209
|
+
type: 'address',
|
|
210
|
+
},
|
|
211
211
|
],
|
|
212
212
|
name: 'balanceOf',
|
|
213
213
|
outputs: [
|
|
214
214
|
{
|
|
215
215
|
internalType: 'uint256',
|
|
216
216
|
name: '',
|
|
217
|
-
type: 'uint256'
|
|
218
|
-
}
|
|
217
|
+
type: 'uint256',
|
|
218
|
+
},
|
|
219
219
|
],
|
|
220
220
|
stateMutability: 'view',
|
|
221
|
-
type: 'function'
|
|
221
|
+
type: 'function',
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
224
|
inputs: [
|
|
225
225
|
{
|
|
226
226
|
internalType: 'uint256',
|
|
227
227
|
name: 'tokenId',
|
|
228
|
-
type: 'uint256'
|
|
229
|
-
}
|
|
228
|
+
type: 'uint256',
|
|
229
|
+
},
|
|
230
230
|
],
|
|
231
231
|
name: 'getApproved',
|
|
232
232
|
outputs: [
|
|
233
233
|
{
|
|
234
234
|
internalType: 'address',
|
|
235
235
|
name: '',
|
|
236
|
-
type: 'address'
|
|
237
|
-
}
|
|
236
|
+
type: 'address',
|
|
237
|
+
},
|
|
238
238
|
],
|
|
239
239
|
stateMutability: 'view',
|
|
240
|
-
type: 'function'
|
|
240
|
+
type: 'function',
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
inputs: [
|
|
244
244
|
{
|
|
245
245
|
internalType: 'address',
|
|
246
246
|
name: 'owner',
|
|
247
|
-
type: 'address'
|
|
247
|
+
type: 'address',
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
internalType: 'address',
|
|
251
251
|
name: 'operator',
|
|
252
|
-
type: 'address'
|
|
253
|
-
}
|
|
252
|
+
type: 'address',
|
|
253
|
+
},
|
|
254
254
|
],
|
|
255
255
|
name: 'isApprovedForAll',
|
|
256
256
|
outputs: [
|
|
257
257
|
{
|
|
258
258
|
internalType: 'bool',
|
|
259
259
|
name: '',
|
|
260
|
-
type: 'bool'
|
|
261
|
-
}
|
|
260
|
+
type: 'bool',
|
|
261
|
+
},
|
|
262
262
|
],
|
|
263
263
|
stateMutability: 'view',
|
|
264
|
-
type: 'function'
|
|
264
|
+
type: 'function',
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
inputs: [],
|
|
@@ -270,118 +270,118 @@ export const ERC721_ABI = [
|
|
|
270
270
|
{
|
|
271
271
|
internalType: 'string',
|
|
272
272
|
name: '',
|
|
273
|
-
type: 'string'
|
|
274
|
-
}
|
|
273
|
+
type: 'string',
|
|
274
|
+
},
|
|
275
275
|
],
|
|
276
276
|
stateMutability: 'view',
|
|
277
|
-
type: 'function'
|
|
277
|
+
type: 'function',
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
280
|
inputs: [
|
|
281
281
|
{
|
|
282
282
|
internalType: 'uint256',
|
|
283
283
|
name: 'tokenId',
|
|
284
|
-
type: 'uint256'
|
|
285
|
-
}
|
|
284
|
+
type: 'uint256',
|
|
285
|
+
},
|
|
286
286
|
],
|
|
287
287
|
name: 'ownerOf',
|
|
288
288
|
outputs: [
|
|
289
289
|
{
|
|
290
290
|
internalType: 'address',
|
|
291
291
|
name: '',
|
|
292
|
-
type: 'address'
|
|
293
|
-
}
|
|
292
|
+
type: 'address',
|
|
293
|
+
},
|
|
294
294
|
],
|
|
295
295
|
stateMutability: 'view',
|
|
296
|
-
type: 'function'
|
|
296
|
+
type: 'function',
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
inputs: [
|
|
300
300
|
{
|
|
301
301
|
internalType: 'address',
|
|
302
302
|
name: 'from',
|
|
303
|
-
type: 'address'
|
|
303
|
+
type: 'address',
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
internalType: 'address',
|
|
307
307
|
name: 'to',
|
|
308
|
-
type: 'address'
|
|
308
|
+
type: 'address',
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
311
|
internalType: 'uint256',
|
|
312
312
|
name: 'tokenId',
|
|
313
|
-
type: 'uint256'
|
|
314
|
-
}
|
|
313
|
+
type: 'uint256',
|
|
314
|
+
},
|
|
315
315
|
],
|
|
316
316
|
name: 'safeTransferFrom',
|
|
317
317
|
outputs: [],
|
|
318
318
|
stateMutability: 'nonpayable',
|
|
319
|
-
type: 'function'
|
|
319
|
+
type: 'function',
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
322
|
inputs: [
|
|
323
323
|
{
|
|
324
324
|
internalType: 'address',
|
|
325
325
|
name: 'from',
|
|
326
|
-
type: 'address'
|
|
326
|
+
type: 'address',
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
internalType: 'address',
|
|
330
330
|
name: 'to',
|
|
331
|
-
type: 'address'
|
|
331
|
+
type: 'address',
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
internalType: 'uint256',
|
|
335
335
|
name: 'tokenId',
|
|
336
|
-
type: 'uint256'
|
|
336
|
+
type: 'uint256',
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
internalType: 'bytes',
|
|
340
340
|
name: 'data',
|
|
341
|
-
type: 'bytes'
|
|
342
|
-
}
|
|
341
|
+
type: 'bytes',
|
|
342
|
+
},
|
|
343
343
|
],
|
|
344
344
|
name: 'safeTransferFrom',
|
|
345
345
|
outputs: [],
|
|
346
346
|
stateMutability: 'nonpayable',
|
|
347
|
-
type: 'function'
|
|
347
|
+
type: 'function',
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
inputs: [
|
|
351
351
|
{
|
|
352
352
|
internalType: 'address',
|
|
353
353
|
name: 'operator',
|
|
354
|
-
type: 'address'
|
|
354
|
+
type: 'address',
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
internalType: 'bool',
|
|
358
358
|
name: 'approved',
|
|
359
|
-
type: 'bool'
|
|
360
|
-
}
|
|
359
|
+
type: 'bool',
|
|
360
|
+
},
|
|
361
361
|
],
|
|
362
362
|
name: 'setApprovalForAll',
|
|
363
363
|
outputs: [],
|
|
364
364
|
stateMutability: 'nonpayable',
|
|
365
|
-
type: 'function'
|
|
365
|
+
type: 'function',
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
inputs: [
|
|
369
369
|
{
|
|
370
370
|
internalType: 'bytes4',
|
|
371
371
|
name: 'interfaceId',
|
|
372
|
-
type: 'bytes4'
|
|
373
|
-
}
|
|
372
|
+
type: 'bytes4',
|
|
373
|
+
},
|
|
374
374
|
],
|
|
375
375
|
name: 'supportsInterface',
|
|
376
376
|
outputs: [
|
|
377
377
|
{
|
|
378
378
|
internalType: 'bool',
|
|
379
379
|
name: '',
|
|
380
|
-
type: 'bool'
|
|
381
|
-
}
|
|
380
|
+
type: 'bool',
|
|
381
|
+
},
|
|
382
382
|
],
|
|
383
383
|
stateMutability: 'view',
|
|
384
|
-
type: 'function'
|
|
384
|
+
type: 'function',
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
inputs: [],
|
|
@@ -390,52 +390,52 @@ export const ERC721_ABI = [
|
|
|
390
390
|
{
|
|
391
391
|
internalType: 'string',
|
|
392
392
|
name: '',
|
|
393
|
-
type: 'string'
|
|
394
|
-
}
|
|
393
|
+
type: 'string',
|
|
394
|
+
},
|
|
395
395
|
],
|
|
396
396
|
stateMutability: 'view',
|
|
397
|
-
type: 'function'
|
|
397
|
+
type: 'function',
|
|
398
398
|
},
|
|
399
399
|
{
|
|
400
400
|
inputs: [
|
|
401
401
|
{
|
|
402
402
|
internalType: 'uint256',
|
|
403
403
|
name: 'tokenId',
|
|
404
|
-
type: 'uint256'
|
|
405
|
-
}
|
|
404
|
+
type: 'uint256',
|
|
405
|
+
},
|
|
406
406
|
],
|
|
407
407
|
name: 'tokenURI',
|
|
408
408
|
outputs: [
|
|
409
409
|
{
|
|
410
410
|
internalType: 'string',
|
|
411
411
|
name: '',
|
|
412
|
-
type: 'string'
|
|
413
|
-
}
|
|
412
|
+
type: 'string',
|
|
413
|
+
},
|
|
414
414
|
],
|
|
415
415
|
stateMutability: 'view',
|
|
416
|
-
type: 'function'
|
|
416
|
+
type: 'function',
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
inputs: [
|
|
420
420
|
{
|
|
421
421
|
internalType: 'address',
|
|
422
422
|
name: 'from',
|
|
423
|
-
type: 'address'
|
|
423
|
+
type: 'address',
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
426
|
internalType: 'address',
|
|
427
427
|
name: 'to',
|
|
428
|
-
type: 'address'
|
|
428
|
+
type: 'address',
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
internalType: 'uint256',
|
|
432
432
|
name: 'tokenId',
|
|
433
|
-
type: 'uint256'
|
|
434
|
-
}
|
|
433
|
+
type: 'uint256',
|
|
434
|
+
},
|
|
435
435
|
],
|
|
436
436
|
name: 'transferFrom',
|
|
437
437
|
outputs: [],
|
|
438
438
|
stateMutability: 'nonpayable',
|
|
439
|
-
type: 'function'
|
|
440
|
-
}
|
|
439
|
+
type: 'function',
|
|
440
|
+
},
|
|
441
441
|
] as const
|