@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/erc6909.ts
CHANGED
|
@@ -5,96 +5,96 @@ export const ERC6909_ABI = [
|
|
|
5
5
|
{
|
|
6
6
|
internalType: 'address',
|
|
7
7
|
name: 'spender',
|
|
8
|
-
type: 'address'
|
|
8
|
+
type: 'address',
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
internalType: 'uint256',
|
|
12
12
|
name: 'allowance',
|
|
13
|
-
type: 'uint256'
|
|
13
|
+
type: 'uint256',
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
internalType: 'uint256',
|
|
17
17
|
name: 'needed',
|
|
18
|
-
type: 'uint256'
|
|
18
|
+
type: 'uint256',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
internalType: 'uint256',
|
|
22
22
|
name: 'id',
|
|
23
|
-
type: 'uint256'
|
|
24
|
-
}
|
|
23
|
+
type: 'uint256',
|
|
24
|
+
},
|
|
25
25
|
],
|
|
26
26
|
name: 'ERC6909InsufficientAllowance',
|
|
27
|
-
type: 'error'
|
|
27
|
+
type: 'error',
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
inputs: [
|
|
31
31
|
{
|
|
32
32
|
internalType: 'address',
|
|
33
33
|
name: 'sender',
|
|
34
|
-
type: 'address'
|
|
34
|
+
type: 'address',
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
internalType: 'uint256',
|
|
38
38
|
name: 'balance',
|
|
39
|
-
type: 'uint256'
|
|
39
|
+
type: 'uint256',
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
internalType: 'uint256',
|
|
43
43
|
name: 'needed',
|
|
44
|
-
type: 'uint256'
|
|
44
|
+
type: 'uint256',
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
internalType: 'uint256',
|
|
48
48
|
name: 'id',
|
|
49
|
-
type: 'uint256'
|
|
50
|
-
}
|
|
49
|
+
type: 'uint256',
|
|
50
|
+
},
|
|
51
51
|
],
|
|
52
52
|
name: 'ERC6909InsufficientBalance',
|
|
53
|
-
type: 'error'
|
|
53
|
+
type: 'error',
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
inputs: [
|
|
57
57
|
{
|
|
58
58
|
internalType: 'address',
|
|
59
59
|
name: 'approver',
|
|
60
|
-
type: 'address'
|
|
61
|
-
}
|
|
60
|
+
type: 'address',
|
|
61
|
+
},
|
|
62
62
|
],
|
|
63
63
|
name: 'ERC6909InvalidApprover',
|
|
64
|
-
type: 'error'
|
|
64
|
+
type: 'error',
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
inputs: [
|
|
68
68
|
{
|
|
69
69
|
internalType: 'address',
|
|
70
70
|
name: 'receiver',
|
|
71
|
-
type: 'address'
|
|
72
|
-
}
|
|
71
|
+
type: 'address',
|
|
72
|
+
},
|
|
73
73
|
],
|
|
74
74
|
name: 'ERC6909InvalidReceiver',
|
|
75
|
-
type: 'error'
|
|
75
|
+
type: 'error',
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
inputs: [
|
|
79
79
|
{
|
|
80
80
|
internalType: 'address',
|
|
81
81
|
name: 'sender',
|
|
82
|
-
type: 'address'
|
|
83
|
-
}
|
|
82
|
+
type: 'address',
|
|
83
|
+
},
|
|
84
84
|
],
|
|
85
85
|
name: 'ERC6909InvalidSender',
|
|
86
|
-
type: 'error'
|
|
86
|
+
type: 'error',
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
inputs: [
|
|
90
90
|
{
|
|
91
91
|
internalType: 'address',
|
|
92
92
|
name: 'spender',
|
|
93
|
-
type: 'address'
|
|
94
|
-
}
|
|
93
|
+
type: 'address',
|
|
94
|
+
},
|
|
95
95
|
],
|
|
96
96
|
name: 'ERC6909InvalidSpender',
|
|
97
|
-
type: 'error'
|
|
97
|
+
type: 'error',
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
anonymous: false,
|
|
@@ -103,29 +103,29 @@ export const ERC6909_ABI = [
|
|
|
103
103
|
indexed: true,
|
|
104
104
|
internalType: 'address',
|
|
105
105
|
name: 'owner',
|
|
106
|
-
type: 'address'
|
|
106
|
+
type: 'address',
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
indexed: true,
|
|
110
110
|
internalType: 'address',
|
|
111
111
|
name: 'spender',
|
|
112
|
-
type: 'address'
|
|
112
|
+
type: 'address',
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
indexed: true,
|
|
116
116
|
internalType: 'uint256',
|
|
117
117
|
name: 'id',
|
|
118
|
-
type: 'uint256'
|
|
118
|
+
type: 'uint256',
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
indexed: false,
|
|
122
122
|
internalType: 'uint256',
|
|
123
123
|
name: 'amount',
|
|
124
|
-
type: 'uint256'
|
|
125
|
-
}
|
|
124
|
+
type: 'uint256',
|
|
125
|
+
},
|
|
126
126
|
],
|
|
127
127
|
name: 'Approval',
|
|
128
|
-
type: 'event'
|
|
128
|
+
type: 'event',
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
anonymous: false,
|
|
@@ -134,23 +134,23 @@ export const ERC6909_ABI = [
|
|
|
134
134
|
indexed: true,
|
|
135
135
|
internalType: 'address',
|
|
136
136
|
name: 'owner',
|
|
137
|
-
type: 'address'
|
|
137
|
+
type: 'address',
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
indexed: true,
|
|
141
141
|
internalType: 'address',
|
|
142
142
|
name: 'spender',
|
|
143
|
-
type: 'address'
|
|
143
|
+
type: 'address',
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
indexed: false,
|
|
147
147
|
internalType: 'bool',
|
|
148
148
|
name: 'approved',
|
|
149
|
-
type: 'bool'
|
|
150
|
-
}
|
|
149
|
+
type: 'bool',
|
|
150
|
+
},
|
|
151
151
|
],
|
|
152
152
|
name: 'OperatorSet',
|
|
153
|
-
type: 'event'
|
|
153
|
+
type: 'event',
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
anonymous: false,
|
|
@@ -159,246 +159,246 @@ export const ERC6909_ABI = [
|
|
|
159
159
|
indexed: false,
|
|
160
160
|
internalType: 'address',
|
|
161
161
|
name: 'caller',
|
|
162
|
-
type: 'address'
|
|
162
|
+
type: 'address',
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
indexed: true,
|
|
166
166
|
internalType: 'address',
|
|
167
167
|
name: 'sender',
|
|
168
|
-
type: 'address'
|
|
168
|
+
type: 'address',
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
indexed: true,
|
|
172
172
|
internalType: 'address',
|
|
173
173
|
name: 'receiver',
|
|
174
|
-
type: 'address'
|
|
174
|
+
type: 'address',
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
indexed: true,
|
|
178
178
|
internalType: 'uint256',
|
|
179
179
|
name: 'id',
|
|
180
|
-
type: 'uint256'
|
|
180
|
+
type: 'uint256',
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
indexed: false,
|
|
184
184
|
internalType: 'uint256',
|
|
185
185
|
name: 'amount',
|
|
186
|
-
type: 'uint256'
|
|
187
|
-
}
|
|
186
|
+
type: 'uint256',
|
|
187
|
+
},
|
|
188
188
|
],
|
|
189
189
|
name: 'Transfer',
|
|
190
|
-
type: 'event'
|
|
190
|
+
type: 'event',
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
inputs: [
|
|
194
194
|
{
|
|
195
195
|
internalType: 'address',
|
|
196
196
|
name: 'owner',
|
|
197
|
-
type: 'address'
|
|
197
|
+
type: 'address',
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
internalType: 'address',
|
|
201
201
|
name: 'spender',
|
|
202
|
-
type: 'address'
|
|
202
|
+
type: 'address',
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
internalType: 'uint256',
|
|
206
206
|
name: 'id',
|
|
207
|
-
type: 'uint256'
|
|
208
|
-
}
|
|
207
|
+
type: 'uint256',
|
|
208
|
+
},
|
|
209
209
|
],
|
|
210
210
|
name: 'allowance',
|
|
211
211
|
outputs: [
|
|
212
212
|
{
|
|
213
213
|
internalType: 'uint256',
|
|
214
214
|
name: '',
|
|
215
|
-
type: 'uint256'
|
|
216
|
-
}
|
|
215
|
+
type: 'uint256',
|
|
216
|
+
},
|
|
217
217
|
],
|
|
218
218
|
stateMutability: 'view',
|
|
219
|
-
type: 'function'
|
|
219
|
+
type: 'function',
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
222
|
inputs: [
|
|
223
223
|
{
|
|
224
224
|
internalType: 'address',
|
|
225
225
|
name: 'spender',
|
|
226
|
-
type: 'address'
|
|
226
|
+
type: 'address',
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
internalType: 'uint256',
|
|
230
230
|
name: 'id',
|
|
231
|
-
type: 'uint256'
|
|
231
|
+
type: 'uint256',
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
234
|
internalType: 'uint256',
|
|
235
235
|
name: 'amount',
|
|
236
|
-
type: 'uint256'
|
|
237
|
-
}
|
|
236
|
+
type: 'uint256',
|
|
237
|
+
},
|
|
238
238
|
],
|
|
239
239
|
name: 'approve',
|
|
240
240
|
outputs: [
|
|
241
241
|
{
|
|
242
242
|
internalType: 'bool',
|
|
243
243
|
name: '',
|
|
244
|
-
type: 'bool'
|
|
245
|
-
}
|
|
244
|
+
type: 'bool',
|
|
245
|
+
},
|
|
246
246
|
],
|
|
247
247
|
stateMutability: 'nonpayable',
|
|
248
|
-
type: 'function'
|
|
248
|
+
type: 'function',
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
inputs: [
|
|
252
252
|
{
|
|
253
253
|
internalType: 'address',
|
|
254
254
|
name: 'owner',
|
|
255
|
-
type: 'address'
|
|
255
|
+
type: 'address',
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
internalType: 'uint256',
|
|
259
259
|
name: 'id',
|
|
260
|
-
type: 'uint256'
|
|
261
|
-
}
|
|
260
|
+
type: 'uint256',
|
|
261
|
+
},
|
|
262
262
|
],
|
|
263
263
|
name: 'balanceOf',
|
|
264
264
|
outputs: [
|
|
265
265
|
{
|
|
266
266
|
internalType: 'uint256',
|
|
267
267
|
name: '',
|
|
268
|
-
type: 'uint256'
|
|
269
|
-
}
|
|
268
|
+
type: 'uint256',
|
|
269
|
+
},
|
|
270
270
|
],
|
|
271
271
|
stateMutability: 'view',
|
|
272
|
-
type: 'function'
|
|
272
|
+
type: 'function',
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
inputs: [
|
|
276
276
|
{
|
|
277
277
|
internalType: 'address',
|
|
278
278
|
name: 'owner',
|
|
279
|
-
type: 'address'
|
|
279
|
+
type: 'address',
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
282
|
internalType: 'address',
|
|
283
283
|
name: 'spender',
|
|
284
|
-
type: 'address'
|
|
285
|
-
}
|
|
284
|
+
type: 'address',
|
|
285
|
+
},
|
|
286
286
|
],
|
|
287
287
|
name: 'isOperator',
|
|
288
288
|
outputs: [
|
|
289
289
|
{
|
|
290
290
|
internalType: 'bool',
|
|
291
291
|
name: '',
|
|
292
|
-
type: 'bool'
|
|
293
|
-
}
|
|
292
|
+
type: 'bool',
|
|
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: 'spender',
|
|
303
|
-
type: 'address'
|
|
303
|
+
type: 'address',
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
internalType: 'bool',
|
|
307
307
|
name: 'approved',
|
|
308
|
-
type: 'bool'
|
|
309
|
-
}
|
|
308
|
+
type: 'bool',
|
|
309
|
+
},
|
|
310
310
|
],
|
|
311
311
|
name: 'setOperator',
|
|
312
312
|
outputs: [
|
|
313
313
|
{
|
|
314
314
|
internalType: 'bool',
|
|
315
315
|
name: '',
|
|
316
|
-
type: 'bool'
|
|
317
|
-
}
|
|
316
|
+
type: 'bool',
|
|
317
|
+
},
|
|
318
318
|
],
|
|
319
319
|
stateMutability: 'nonpayable',
|
|
320
|
-
type: 'function'
|
|
320
|
+
type: 'function',
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
inputs: [
|
|
324
324
|
{
|
|
325
325
|
internalType: 'bytes4',
|
|
326
326
|
name: 'interfaceId',
|
|
327
|
-
type: 'bytes4'
|
|
328
|
-
}
|
|
327
|
+
type: 'bytes4',
|
|
328
|
+
},
|
|
329
329
|
],
|
|
330
330
|
name: 'supportsInterface',
|
|
331
331
|
outputs: [
|
|
332
332
|
{
|
|
333
333
|
internalType: 'bool',
|
|
334
334
|
name: '',
|
|
335
|
-
type: 'bool'
|
|
336
|
-
}
|
|
335
|
+
type: 'bool',
|
|
336
|
+
},
|
|
337
337
|
],
|
|
338
338
|
stateMutability: 'view',
|
|
339
|
-
type: 'function'
|
|
339
|
+
type: 'function',
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
inputs: [
|
|
343
343
|
{
|
|
344
344
|
internalType: 'address',
|
|
345
345
|
name: 'receiver',
|
|
346
|
-
type: 'address'
|
|
346
|
+
type: 'address',
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
internalType: 'uint256',
|
|
350
350
|
name: 'id',
|
|
351
|
-
type: 'uint256'
|
|
351
|
+
type: 'uint256',
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
internalType: 'uint256',
|
|
355
355
|
name: 'amount',
|
|
356
|
-
type: 'uint256'
|
|
357
|
-
}
|
|
356
|
+
type: 'uint256',
|
|
357
|
+
},
|
|
358
358
|
],
|
|
359
359
|
name: 'transfer',
|
|
360
360
|
outputs: [
|
|
361
361
|
{
|
|
362
362
|
internalType: 'bool',
|
|
363
363
|
name: '',
|
|
364
|
-
type: 'bool'
|
|
365
|
-
}
|
|
364
|
+
type: 'bool',
|
|
365
|
+
},
|
|
366
366
|
],
|
|
367
367
|
stateMutability: 'nonpayable',
|
|
368
|
-
type: 'function'
|
|
368
|
+
type: 'function',
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
inputs: [
|
|
372
372
|
{
|
|
373
373
|
internalType: 'address',
|
|
374
374
|
name: 'sender',
|
|
375
|
-
type: 'address'
|
|
375
|
+
type: 'address',
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
internalType: 'address',
|
|
379
379
|
name: 'receiver',
|
|
380
|
-
type: 'address'
|
|
380
|
+
type: 'address',
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
internalType: 'uint256',
|
|
384
384
|
name: 'id',
|
|
385
|
-
type: 'uint256'
|
|
385
|
+
type: 'uint256',
|
|
386
386
|
},
|
|
387
387
|
{
|
|
388
388
|
internalType: 'uint256',
|
|
389
389
|
name: 'amount',
|
|
390
|
-
type: 'uint256'
|
|
391
|
-
}
|
|
390
|
+
type: 'uint256',
|
|
391
|
+
},
|
|
392
392
|
],
|
|
393
393
|
name: 'transferFrom',
|
|
394
394
|
outputs: [
|
|
395
395
|
{
|
|
396
396
|
internalType: 'bool',
|
|
397
397
|
name: '',
|
|
398
|
-
type: 'bool'
|
|
399
|
-
}
|
|
398
|
+
type: 'bool',
|
|
399
|
+
},
|
|
400
400
|
],
|
|
401
401
|
stateMutability: 'nonpayable',
|
|
402
|
-
type: 'function'
|
|
403
|
-
}
|
|
402
|
+
type: 'function',
|
|
403
|
+
},
|
|
404
404
|
] as const
|