@coti-io/coti-contracts 1.0.4 → 1.0.6
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/contracts/access/DataPrivacyFramework/extensions/DataPrivacyFrameworkMpc.sol +6 -6
- package/contracts/mocks/utils/mpc/CheckedArithmeticWIthOverflowBitTestsContract.sol +309 -0
- package/contracts/utils/mpc/MpcCore.sol +527 -18
- package/contracts/utils/mpc/MpcInterface.sol +1 -2
- package/package.json +1 -1
- package/test/utils/mpc/CheckedArithmetic.test.ts +41 -0
- package/typechain-types/contracts/mocks/utils/mpc/{ArithmeticTestsContract.sol → ArithmeticWithOverflowBitTestsContract.sol}/ArithmeticTestsContract.ts +52 -43
- package/typechain-types/contracts/mocks/utils/mpc/{ArithmeticTestsContract.sol → ArithmeticWithOverflowBitTestsContract.sol}/index.ts +0 -1
- package/typechain-types/contracts/mocks/utils/mpc/{ArithmeticTestsContract.sol/PrecompilesArythmeticTestsContract.ts → CheckedArithmeticWIthOverflowBitTestsContract.sol/CheckedArithmeticWithOverflowBitTestsContract.ts} +73 -60
- package/typechain-types/contracts/mocks/utils/mpc/CheckedArithmeticWIthOverflowBitTestsContract.sol/index.ts +4 -0
- package/typechain-types/contracts/mocks/utils/mpc/index.ts +4 -0
- package/typechain-types/contracts/utils/mpc/MpcInterface.sol/ExtendedOperations.ts +43 -18
- package/typechain-types/factories/contracts/mocks/token/PrivateERC20/PrivateERC20Mock__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/token/PrivateERC721/PrivateERC721URIStorageMock__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/ArithmeticTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/ArithmeticWithOverflowBitTestsContract.sol/ArithmeticTestsContract__factory.ts +387 -0
- package/typechain-types/factories/contracts/mocks/utils/mpc/{ArithmeticTestsContract.sol → ArithmeticWithOverflowBitTestsContract.sol}/index.ts +0 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/BitwiseTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/CheckedArithmeticWIthOverflowBitTestsContract.sol/CheckedArithmeticWithOverflowBitTestsContract__factory.ts +397 -0
- package/typechain-types/factories/contracts/mocks/utils/mpc/CheckedArithmeticWIthOverflowBitTestsContract.sol/index.ts +4 -0
- package/typechain-types/factories/contracts/mocks/utils/mpc/Comparison1TestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/Comparison2TestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/MinMaxTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/Miscellaneous1TestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/MiscellaneousTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/OffboardToUserKeyTestContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/ShiftTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/StringTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferScalarTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64_16TestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64_32TestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64_64TestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64_8TestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowanceScalarTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowanceTestsContract__factory.ts +1 -1
- package/typechain-types/factories/contracts/mocks/utils/mpc/index.ts +2 -0
- package/typechain-types/factories/contracts/mocks/wallet/PrivateERC20Wallet/PrivateERC20WalletMock__factory.ts +1 -1
- package/typechain-types/factories/contracts/onboard/AccountOnboard__factory.ts +1 -1
- package/typechain-types/factories/contracts/utils/mpc/MpcCore__factory.ts +1 -1
- package/typechain-types/factories/contracts/utils/mpc/MpcInterface.sol/ExtendedOperations__factory.ts +44 -19
- package/typechain-types/hardhat.d.ts +36 -0
- package/typechain-types/index.ts +2 -0
- package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.ts +0 -69
- package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.ts +0 -69
- package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.ts +0 -69
- package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts +0 -6
- package/typechain-types/contracts/GasTest.ts +0 -91
- package/typechain-types/contracts/mocks/utils/mpc/Comparison1Tests.Contract.sol/Comparison1TestsContract.ts +0 -340
- package/typechain-types/contracts/mocks/utils/mpc/Comparison1Tests.Contract.sol/index.ts +0 -4
- package/typechain-types/contracts/mocks/utils/mpc/Miscellaneous2TestsContract.ts +0 -384
- package/typechain-types/contracts/mocks/utils/mpc/OffboardToUserKeyTestsContract.sol/OffboardToUserKeyTestContract.ts +0 -221
- package/typechain-types/contracts/mocks/utils/mpc/OffboardToUserKeyTestsContract.sol/index.ts +0 -4
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowance64TestsContract.sol/TransferWithAllowance64TestsContract.ts +0 -251
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowance64TestsContract.sol/TransferWithAllowanceTestsContract.ts +0 -250
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowance64TestsContract.sol/index.ts +0 -5
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowance64TestsContract.ts +0 -389
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowance64_64TestsContract.sol/TransferWithAllowance64_64TestsContract.ts +0 -391
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowance64_64TestsContract.sol/TransferWithAllowance64_8TestsContract.ts +0 -391
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowance64_64TestsContract.sol/index.ts +0 -5
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowanceTestsContract.sol/TransferTestsContract.ts +0 -125
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowanceTestsContract.sol/TransferWithAllowanceTestsContract.ts +0 -125
- package/typechain-types/contracts/mocks/utils/mpc/TransferWithAllowanceTestsContract.sol/index.ts +0 -5
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts +0 -127
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.ts +0 -111
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.ts +0 -128
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts +0 -6
- package/typechain-types/factories/contracts/GasTest__factory.ts +0 -75
- package/typechain-types/factories/contracts/mocks/utils/mpc/ArithmeticTestsContract.sol/ArithmeticTestsContract__factory.ts +0 -387
- package/typechain-types/factories/contracts/mocks/utils/mpc/ArithmeticTestsContract.sol/PrecompilesArythmeticTestsContract__factory.ts +0 -388
- package/typechain-types/factories/contracts/mocks/utils/mpc/Comparison1Tests.Contract.sol/Comparison1TestsContract__factory.ts +0 -361
- package/typechain-types/factories/contracts/mocks/utils/mpc/Comparison1Tests.Contract.sol/index.ts +0 -4
- package/typechain-types/factories/contracts/mocks/utils/mpc/Miscellaneous2TestsContract__factory.ts +0 -432
- package/typechain-types/factories/contracts/mocks/utils/mpc/OffboardToUserKeyTestsContract.sol/OffboardToUserKeyTestContract__factory.ts +0 -261
- package/typechain-types/factories/contracts/mocks/utils/mpc/OffboardToUserKeyTestsContract.sol/index.ts +0 -4
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64TestsContract.sol/TransferWithAllowance64TestsContract__factory.ts +0 -294
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64TestsContract.sol/TransferWithAllowanceTestsContract__factory.ts +0 -292
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64TestsContract.sol/index.ts +0 -5
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64TestsContract__factory.ts +0 -720
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64_64TestsContract.sol/TransferWithAllowance64_64TestsContract__factory.ts +0 -724
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64_64TestsContract.sol/TransferWithAllowance64_8TestsContract__factory.ts +0 -724
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowance64_64TestsContract.sol/index.ts +0 -5
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowanceTestsContract.sol/TransferTestsContract__factory.ts +0 -150
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowanceTestsContract.sol/TransferWithAllowanceTestsContract__factory.ts +0 -150
- package/typechain-types/factories/contracts/mocks/utils/mpc/TransferWithAllowanceTestsContract.sol/index.ts +0 -5
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import {
|
|
5
|
+
Contract,
|
|
6
|
+
ContractFactory,
|
|
7
|
+
ContractTransactionResponse,
|
|
8
|
+
Interface,
|
|
9
|
+
} from "ethers";
|
|
10
|
+
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
11
|
+
import type { NonPayableOverrides } from "../../../../../../common";
|
|
12
|
+
import type {
|
|
13
|
+
ArithmeticTestsContract,
|
|
14
|
+
ArithmeticTestsContractInterface,
|
|
15
|
+
} from "../../../../../../contracts/mocks/utils/mpc/ArithmeticWIthOverflowBitTestsContract.sol/ArithmeticTestsContract";
|
|
16
|
+
|
|
17
|
+
const _abi = [
|
|
18
|
+
{
|
|
19
|
+
inputs: [
|
|
20
|
+
{
|
|
21
|
+
internalType: "uint8",
|
|
22
|
+
name: "a",
|
|
23
|
+
type: "uint8",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
internalType: "uint8",
|
|
27
|
+
name: "b",
|
|
28
|
+
type: "uint8",
|
|
29
|
+
},
|
|
30
|
+
],
|
|
31
|
+
name: "checkedAddWithOverflowBitTest",
|
|
32
|
+
outputs: [
|
|
33
|
+
{
|
|
34
|
+
internalType: "uint8",
|
|
35
|
+
name: "",
|
|
36
|
+
type: "uint8",
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
stateMutability: "nonpayable",
|
|
40
|
+
type: "function",
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
inputs: [
|
|
44
|
+
{
|
|
45
|
+
internalType: "uint8",
|
|
46
|
+
name: "a",
|
|
47
|
+
type: "uint8",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
internalType: "uint8",
|
|
51
|
+
name: "b",
|
|
52
|
+
type: "uint8",
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
name: "checkedMulWithOverflowBitTest",
|
|
56
|
+
outputs: [
|
|
57
|
+
{
|
|
58
|
+
internalType: "uint8",
|
|
59
|
+
name: "",
|
|
60
|
+
type: "uint8",
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
stateMutability: "nonpayable",
|
|
64
|
+
type: "function",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
inputs: [
|
|
68
|
+
{
|
|
69
|
+
internalType: "uint8",
|
|
70
|
+
name: "a",
|
|
71
|
+
type: "uint8",
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
internalType: "uint8",
|
|
75
|
+
name: "b",
|
|
76
|
+
type: "uint8",
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
name: "checkedSubWithOverflowBitTest",
|
|
80
|
+
outputs: [
|
|
81
|
+
{
|
|
82
|
+
internalType: "uint8",
|
|
83
|
+
name: "",
|
|
84
|
+
type: "uint8",
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
stateMutability: "nonpayable",
|
|
88
|
+
type: "function",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
inputs: [
|
|
92
|
+
{
|
|
93
|
+
components: [
|
|
94
|
+
{
|
|
95
|
+
internalType: "gtUint16",
|
|
96
|
+
name: "res16_16",
|
|
97
|
+
type: "uint256",
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
internalType: "gtUint16",
|
|
101
|
+
name: "res8_16",
|
|
102
|
+
type: "uint256",
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
internalType: "gtUint16",
|
|
106
|
+
name: "res16_8",
|
|
107
|
+
type: "uint256",
|
|
108
|
+
},
|
|
109
|
+
],
|
|
110
|
+
internalType: "struct ArithmeticTestsContract.Check16",
|
|
111
|
+
name: "check16",
|
|
112
|
+
type: "tuple",
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
name: "decryptAndCompareResults16",
|
|
116
|
+
outputs: [
|
|
117
|
+
{
|
|
118
|
+
internalType: "uint16",
|
|
119
|
+
name: "",
|
|
120
|
+
type: "uint16",
|
|
121
|
+
},
|
|
122
|
+
],
|
|
123
|
+
stateMutability: "nonpayable",
|
|
124
|
+
type: "function",
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
inputs: [
|
|
128
|
+
{
|
|
129
|
+
components: [
|
|
130
|
+
{
|
|
131
|
+
internalType: "gtUint32",
|
|
132
|
+
name: "res32_32",
|
|
133
|
+
type: "uint256",
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
internalType: "gtUint32",
|
|
137
|
+
name: "res8_32",
|
|
138
|
+
type: "uint256",
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
internalType: "gtUint32",
|
|
142
|
+
name: "res32_8",
|
|
143
|
+
type: "uint256",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
internalType: "gtUint32",
|
|
147
|
+
name: "res16_32",
|
|
148
|
+
type: "uint256",
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
internalType: "gtUint32",
|
|
152
|
+
name: "res32_16",
|
|
153
|
+
type: "uint256",
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
internalType: "struct ArithmeticTestsContract.Check32",
|
|
157
|
+
name: "check32",
|
|
158
|
+
type: "tuple",
|
|
159
|
+
},
|
|
160
|
+
],
|
|
161
|
+
name: "decryptAndCompareResults32",
|
|
162
|
+
outputs: [
|
|
163
|
+
{
|
|
164
|
+
internalType: "uint32",
|
|
165
|
+
name: "",
|
|
166
|
+
type: "uint32",
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
stateMutability: "nonpayable",
|
|
170
|
+
type: "function",
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
inputs: [
|
|
174
|
+
{
|
|
175
|
+
components: [
|
|
176
|
+
{
|
|
177
|
+
internalType: "gtUint64",
|
|
178
|
+
name: "res64_64",
|
|
179
|
+
type: "uint256",
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
internalType: "gtUint64",
|
|
183
|
+
name: "res8_64",
|
|
184
|
+
type: "uint256",
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
internalType: "gtUint64",
|
|
188
|
+
name: "res64_8",
|
|
189
|
+
type: "uint256",
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
internalType: "gtUint64",
|
|
193
|
+
name: "res16_64",
|
|
194
|
+
type: "uint256",
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
internalType: "gtUint64",
|
|
198
|
+
name: "res64_16",
|
|
199
|
+
type: "uint256",
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
internalType: "gtUint64",
|
|
203
|
+
name: "res32_64",
|
|
204
|
+
type: "uint256",
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
internalType: "gtUint64",
|
|
208
|
+
name: "res64_32",
|
|
209
|
+
type: "uint256",
|
|
210
|
+
},
|
|
211
|
+
],
|
|
212
|
+
internalType: "struct ArithmeticTestsContract.Check64",
|
|
213
|
+
name: "check64",
|
|
214
|
+
type: "tuple",
|
|
215
|
+
},
|
|
216
|
+
],
|
|
217
|
+
name: "decryptAndCompareResults64",
|
|
218
|
+
outputs: [
|
|
219
|
+
{
|
|
220
|
+
internalType: "uint64",
|
|
221
|
+
name: "",
|
|
222
|
+
type: "uint64",
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
stateMutability: "nonpayable",
|
|
226
|
+
type: "function",
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
inputs: [],
|
|
230
|
+
name: "getAddResult",
|
|
231
|
+
outputs: [
|
|
232
|
+
{
|
|
233
|
+
internalType: "uint8",
|
|
234
|
+
name: "",
|
|
235
|
+
type: "uint8",
|
|
236
|
+
},
|
|
237
|
+
],
|
|
238
|
+
stateMutability: "view",
|
|
239
|
+
type: "function",
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
inputs: [],
|
|
243
|
+
name: "getMulResult",
|
|
244
|
+
outputs: [
|
|
245
|
+
{
|
|
246
|
+
internalType: "uint8",
|
|
247
|
+
name: "",
|
|
248
|
+
type: "uint8",
|
|
249
|
+
},
|
|
250
|
+
],
|
|
251
|
+
stateMutability: "view",
|
|
252
|
+
type: "function",
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
inputs: [],
|
|
256
|
+
name: "getSubResult",
|
|
257
|
+
outputs: [
|
|
258
|
+
{
|
|
259
|
+
internalType: "uint8",
|
|
260
|
+
name: "",
|
|
261
|
+
type: "uint8",
|
|
262
|
+
},
|
|
263
|
+
],
|
|
264
|
+
stateMutability: "view",
|
|
265
|
+
type: "function",
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
inputs: [
|
|
269
|
+
{
|
|
270
|
+
components: [
|
|
271
|
+
{
|
|
272
|
+
internalType: "gtUint8",
|
|
273
|
+
name: "a8_s",
|
|
274
|
+
type: "uint256",
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
internalType: "gtUint8",
|
|
278
|
+
name: "b8_s",
|
|
279
|
+
type: "uint256",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
internalType: "gtUint16",
|
|
283
|
+
name: "a16_s",
|
|
284
|
+
type: "uint256",
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
internalType: "gtUint16",
|
|
288
|
+
name: "b16_s",
|
|
289
|
+
type: "uint256",
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
internalType: "gtUint32",
|
|
293
|
+
name: "a32_s",
|
|
294
|
+
type: "uint256",
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
internalType: "gtUint32",
|
|
298
|
+
name: "b32_s",
|
|
299
|
+
type: "uint256",
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
internalType: "gtUint64",
|
|
303
|
+
name: "a64_s",
|
|
304
|
+
type: "uint256",
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
internalType: "gtUint64",
|
|
308
|
+
name: "b64_s",
|
|
309
|
+
type: "uint256",
|
|
310
|
+
},
|
|
311
|
+
],
|
|
312
|
+
internalType: "struct ArithmeticTestsContract.AllGTCastingValues",
|
|
313
|
+
name: "castingValues",
|
|
314
|
+
type: "tuple",
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
internalType: "uint8",
|
|
318
|
+
name: "a",
|
|
319
|
+
type: "uint8",
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
internalType: "uint8",
|
|
323
|
+
name: "b",
|
|
324
|
+
type: "uint8",
|
|
325
|
+
},
|
|
326
|
+
],
|
|
327
|
+
name: "setPublicValues",
|
|
328
|
+
outputs: [],
|
|
329
|
+
stateMutability: "nonpayable",
|
|
330
|
+
type: "function",
|
|
331
|
+
},
|
|
332
|
+
] as const;
|
|
333
|
+
|
|
334
|
+
const _bytecode =
|
|
335
|
+
"0x608060405234801561001057600080fd5b50612d49806100206000396000f3fe608060405234801561001057600080fd5b50600436106100be5760003560e01c8063acb3816911610076578063d9c538e41161005b578063d9c538e41461018f578063ebb571fd146101a2578063f24b6259146101b757600080fd5b8063acb3816914610156578063d3e4744d1461017e57600080fd5b80637df4fdd1116100a75780637df4fdd11461010757806380f937bc1461011a578063971bbe6f1461014657600080fd5b806324ad7b30146100c35780632e544aa0146100e1575b600080fd5b60005460ff165b60405160ff90911681526020015b60405180910390f35b6100f46100ef3660046129f6565b6101ca565b60405161ffff90911681526020016100d8565b6100ca610115366004612a8f565b6102b5565b61012d610128366004612ac2565b6109f2565b60405167ffffffffffffffff90911681526020016100d8565b600054610100900460ff166100ca565b610169610164366004612b6d565b610b95565b60405163ffffffff90911681526020016100d8565b60005462010000900460ff166100ca565b6100ca61019d366004612a8f565b610cc2565b6101b56101b0366004612c04565b6113f1565b005b6100ca6101c5366004612a8f565b611478565b6000806101da8360000151611ba6565b90506101e98360200151611ba6565b61ffff168161ffff1614801561021257506102078360400151611ba6565b61ffff168161ffff16145b6102af5760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b92915050565b60006102ff60405180610100016040528060008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b61032360405180606001604052806000815260200160008152602001600081525090565b6103556040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b6103956040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6103a08488886113f1565b6000806103b586600001518760200151611c43565b9150915060006103c482611d11565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660ff83161790556040880151606089015191925061040791611d21565b8752508651606088015161041b9190611d39565b905086602001818152505061043887604001518860200151611d52565b6040880152506000610449876101ca565b90508160ff168161ffff16146104a15760405162461bcd60e51b815260206004820152601760248201527f616464546573743a2063617374203136206661696c656400000000000000000060448201526064016102a6565b6104b388608001518960a00151611d6b565b875250875160a08901516104c79190611d83565b90508660200181815250506104e488608001518960200151611d9c565b60408089019190915289015160a08a01516104ff9250611db5565b905086606001818152505061051c88608001518960600151611dce565b608088015250600061052d87610b95565b90508063ffffffff168360ff16146105875760405162461bcd60e51b815260206004820152601760248201527f616464546573743a2063617374203332206661696c656400000000000000000060448201526064016102a6565b6105998960c001518a60e00151611de7565b875250885160e08a01516105ad9190611dff565b90508660200181815250506105ca8960c001518a60200151611e18565b6040808901919091528a015160e08b01516105e59250611e31565b90508660600181815250506106028960c001518a60600151611e4a565b6080808901919091528a015160e08b015161061d9250611e63565b90508660a001818152505061063a8960c001518a60a00151611e7c565b60c088015250600061064b876109f2565b90508067ffffffffffffffff168460ff16146106a95760405162461bcd60e51b815260206004820152601760248201527f616464546573743a2063617374203634206661696c656400000000000000000060448201526064016102a6565b60006106b98e8c60200151611e95565b91505060006106cc8c600001518f611f1a565b9150506106d882611d11565b60ff168660ff161480156106f957506106f081611d11565b60ff168660ff16145b61076b5760405162461bcd60e51b815260206004820152602760248201527f616464546573743a2074657374203820626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016102a6565b505060006107808e60ff168c60600151611fa0565b91505060006107968c604001518f60ff16612027565b9150506107a282611ba6565b61ffff168660ff161480156107c557506107bb81611ba6565b61ffff168660ff16145b6108375760405162461bcd60e51b815260206004820152602860248201527f616464546573743a207465737420313620626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b5050600061084c8e60ff168c60a001516120ad565b91505060006108628c608001518f60ff16612136565b91505061086e826121bf565b63ffffffff168660ff161480156108955750610889816121bf565b63ffffffff168660ff16145b6109075760405162461bcd60e51b815260206004820152602860248201527f616464546573743a207465737420333220626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b5050600061091c8e60ff168c60e001516121cf565b91505060006109328c60c001518f60ff1661225c565b91505061093e826122e9565b67ffffffffffffffff168660ff1614801561096d575061095d816122e9565b67ffffffffffffffff168660ff16145b6109df5760405162461bcd60e51b815260206004820152602860248201527f616464546573743a207465737420363420626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b50939d9c50505050505050505050505050565b600080610a0283600001516122e9565b9050610a1183602001516122e9565b67ffffffffffffffff168167ffffffffffffffff16148015610a525750610a3b83604001516122e9565b67ffffffffffffffff168167ffffffffffffffff16145b8015610a7d5750610a6683608001516122e9565b67ffffffffffffffff168167ffffffffffffffff16145b8015610aa85750610a9183606001516122e9565b67ffffffffffffffff168167ffffffffffffffff16145b8015610ad35750610abc8360c001516122e9565b67ffffffffffffffff168167ffffffffffffffff16145b80156102125750610ae78360a001516122e9565b67ffffffffffffffff168167ffffffffffffffff16146102af5760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4016102a6565b600080610ba583600001516121bf565b9050610bb483602001516121bf565b63ffffffff168163ffffffff16148015610be55750610bd683604001516121bf565b63ffffffff168163ffffffff16145b8015610c085750610bf983608001516121bf565b63ffffffff168163ffffffff16145b80156102125750610c1c83606001516121bf565b63ffffffff168163ffffffff16146102af5760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4016102a6565b6000610d0c60405180610100016040528060008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b610d3060405180606001604052806000815260200160008152602001600081525090565b610d626040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b610da26040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b610dad8488886113f1565b600080610dc2866000015187602001516122f9565b915091506000610dd182611d11565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffff166201000060ff84160217905560408801516060890151919250610e1991612311565b87525086516060880151610e2d9190612329565b9050866020018181525050610e4a87604001518860200151612342565b6040880152506000610e5b876101ca565b90508061ffff168260ff1614610eb35760405162461bcd60e51b815260206004820152601760248201527f6d756c546573743a2063617374203136206661696c656400000000000000000060448201526064016102a6565b610ec588608001518960a0015161235b565b875250875160a0890151610ed99190612373565b9050866020018181525050610ef68860800151896020015161238c565b60408089019190915289015160a08a0151610f1192506123a5565b9050866060018181525050610f2e886080015189606001516123be565b6080880152506000610f3f87610b95565b90508063ffffffff168360ff1614610f995760405162461bcd60e51b815260206004820152601760248201527f6d756c546573743a2063617374203332206661696c656400000000000000000060448201526064016102a6565b610fab8960c001518a60e001516123d7565b875250885160e08a0151610fbf91906123ef565b9050866020018181525050610fdc8960c001518a60200151612408565b6040808901919091528a015160e08b0151610ff79250612421565b90508660600181815250506110148960c001518a6060015161243a565b6080808901919091528a015160e08b015161102f9250612453565b90508660a001818152505061104c8960c001518a60a0015161246c565b60c088015250600061105d876109f2565b90508067ffffffffffffffff168460ff16146110bb5760405162461bcd60e51b815260206004820152601760248201527f6d756c546573743a2063617374203634206661696c656400000000000000000060448201526064016102a6565b60006110cb8e8c60200151612485565b91505060006110de8c600001518f61249d565b9150506110ea82611d11565b60ff168660ff1614801561110b575061110281611d11565b60ff168660ff16145b61117d5760405162461bcd60e51b815260206004820152602760248201527f6d756c546573743a2074657374203820626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016102a6565b505060006111928e60ff168c606001516124b6565b91505060006111a88c604001518f60ff166124cf565b9150506111b482611ba6565b61ffff168660ff161480156111d757506111cd81611ba6565b61ffff168660ff16145b6112495760405162461bcd60e51b815260206004820152602860248201527f6d756c546573743a207465737420313620626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b5050600061125e8e60ff168c60a001516124e7565b91505060006112748c608001518f60ff16612500565b915050611280826121bf565b63ffffffff168660ff161480156112a7575061129b816121bf565b63ffffffff168660ff16145b6113195760405162461bcd60e51b815260206004820152602860248201527f6d756c546573743a207465737420333220626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b5050600061132e8e60ff168c60e00151612519565b91505060006113448c60c001518f60ff16612532565b915050611350826122e9565b67ffffffffffffffff168660ff1614801561137f575061136f816122e9565b67ffffffffffffffff168660ff16145b6109df5760405162461bcd60e51b815260206004820152602860248201527f6d756c546573743a207465737420363420626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b6113fa8261254b565b83526114058161254b565b602084015261141660ff83166125b4565b604084015261142760ff82166125b4565b606084015261143860ff831661261e565b608084015261144960ff821661261e565b60a084015261145a60ff831661268a565b60c084015261146b60ff821661268a565b60e0909301929092525050565b60006114c260405180610100016040528060008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6114e660405180606001604052806000815260200160008152602001600081525090565b6115186040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b6115586040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6115638488886113f1565b600080611578866000015187602001516126fa565b91509150600061158782611d11565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff1661010060ff841602179055604088015160608901519192506115ce91612712565b875250865160608801516115e2919061272a565b90508660200181815250506115ff87604001518860200151612743565b6040880152506000611610876101ca565b90508160ff168161ffff16146116685760405162461bcd60e51b815260206004820152601760248201527f737562546573743a2063617374203136206661696c656400000000000000000060448201526064016102a6565b61167a88608001518960a0015161275c565b875250875160a089015161168e9190612774565b90508660200181815250506116ab8860800151896020015161278d565b60408089019190915289015160a08a01516116c692506127a6565b90508660600181815250506116e3886080015189606001516127bf565b60808801525060006116f487610b95565b90508063ffffffff168360ff161461174e5760405162461bcd60e51b815260206004820152601760248201527f737562546573743a2063617374203332206661696c656400000000000000000060448201526064016102a6565b6117608960c001518a60e001516127d8565b875250885160e08a015161177491906127f0565b90508660200181815250506117918960c001518a60200151612809565b6040808901919091528a015160e08b01516117ac9250612822565b90508660600181815250506117c98960c001518a6060015161283b565b6080808901919091528a015160e08b01516117e49250612854565b90508660a00181815250506118018960c001518a60a0015161286d565b60c0880152506000611812876109f2565b90508067ffffffffffffffff168460ff16146118705760405162461bcd60e51b815260206004820152601760248201527f737562546573743a2063617374203634206661696c656400000000000000000060448201526064016102a6565b60006118808e8c60200151612886565b91505060006118938c600001518f61289e565b91505061189f82611d11565b60ff168660ff161480156118c057506118b781611d11565b60ff168660ff16145b6119325760405162461bcd60e51b815260206004820152602760248201527f737562546573743a2074657374203820626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016102a6565b505060006119478e60ff168c606001516128b7565b915050600061195d8c604001518f60ff166128d0565b91505061196982611ba6565b61ffff168660ff1614801561198c575061198281611ba6565b61ffff168660ff16145b6119fe5760405162461bcd60e51b815260206004820152602860248201527f737562546573743a207465737420313620626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b50506000611a138e60ff168c60a001516128e8565b9150506000611a298c608001518f60ff16612901565b915050611a35826121bf565b63ffffffff168660ff16148015611a5c5750611a50816121bf565b63ffffffff168660ff16145b611ace5760405162461bcd60e51b815260206004820152602860248201527f737562546573743a207465737420333220626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b50506000611ae38e60ff168c60e0015161291a565b9150506000611af98c60c001518f60ff16612933565b915050611b05826122e9565b67ffffffffffffffff168660ff16148015611b345750611b24816122e9565b67ffffffffffffffff168660ff16145b6109df5760405162461bcd60e51b815260206004820152602860248201527f737562546573743a207465737420363420626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016102a6565b60006064630cfed56160025b60f81b846040518363ffffffff1660e01b8152600401611c009291907fff00000000000000000000000000000000000000000000000000000000000000929092168252602082015260400190565b6020604051808303816000875af1158015611c1f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102af9190612cd6565b6000808080606463f581fa20611c5b60018085612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015260248101899052604481018890526064015b60408051808303816000875af1158015611ce0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d049190612cef565b9097909650945050505050565b60006064630cfed5616001611bb2565b6000808080606463f581fa20611c5b60028085612948565b6000808080606463f581fa20611c5b6001600285612948565b6000808080606463f581fa20611c5b6002600185612948565b6000808080606463f581fa20611c5b60038085612948565b6000808080606463f581fa20611c5b6001600385612948565b6000808080606463f581fa20611c5b6003600185612948565b6000808080606463f581fa20611c5b6002600385612948565b6000808080606463f581fa20611c5b6003600285612948565b6000808080606463f581fa20611c5b60048085612948565b6000808080606463f581fa20611c5b6001600485612948565b6000808080606463f581fa20611c5b6004600185612948565b6000808080606463f581fa20611c5b6002600485612948565b6000808080606463f581fa20611c5b6004600285612948565b6000808080606463f581fa20611c5b6003600485612948565b6000808080606463f581fa20611c5b6004600385612948565b6000808080606463f581fa20611ead60018080612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015260ff8916602482015260448101889052606401611cc2565b6000808080606463f581fa20611f336001806002612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810189905260ff88166044820152606401611cc2565b6000808080606463f581fa20611fb96002806001612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015261ffff8916602482015260448101889052606401611cc2565b6000808080606463f581fa2061203f60028080612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810189905261ffff88166044820152606401611cc2565b6000808080606463f581fa206120c66003806001612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015263ffffffff8916602482015260448101889052606401611cc2565b6000808080606463f581fa2061214f6003806002612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810189905263ffffffff88166044820152606401611cc2565b60006064630cfed5616003611bb2565b6000808080606463f581fa206121e86004806001612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015267ffffffffffffffff8916602482015260448101889052606401611cc2565b6000808080606463f581fa206122756004806002612948565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810189905267ffffffffffffffff88166044820152606401611cc2565b60006064630cfed5616004611bb2565b60008080806064630915497f611c5b60018085612948565b60008080806064630915497f611c5b60028085612948565b60008080806064630915497f611c5b6001600285612948565b60008080806064630915497f611c5b6002600185612948565b60008080806064630915497f611c5b60038085612948565b60008080806064630915497f611c5b6001600385612948565b60008080806064630915497f611c5b6003600185612948565b60008080806064630915497f611c5b6002600385612948565b60008080806064630915497f611c5b6003600285612948565b60008080806064630915497f611c5b60048085612948565b60008080806064630915497f611c5b6001600485612948565b60008080806064630915497f611c5b6004600185612948565b60008080806064630915497f611c5b6002600485612948565b60008080806064630915497f611c5b6004600285612948565b60008080806064630915497f611c5b6003600485612948565b60008080806064630915497f611c5b6004600385612948565b60008080806064630915497f611ead60018080612948565b60008080806064630915497f611f336001806002612948565b60008080806064630915497f611fb96002806001612948565b60008080806064630915497f61203f60028080612948565b60008080806064630915497f6120c66003806001612948565b60008080806064630915497f61214f6003806002612948565b60008080806064630915497f6121e86004806001612948565b60008080806064630915497f6122756004806002612948565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0100000000000000000000000000000000000000000000000000000000000000600482015260ff8216602482015260009060649063d9b60b6090604401611c00565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0200000000000000000000000000000000000000000000000000000000000000600482015261ffff8216602482015260009060649063d9b60b6090604401611c00565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0300000000000000000000000000000000000000000000000000000000000000600482015263ffffffff8216602482015260009060649063d9b60b6090604401611c00565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0400000000000000000000000000000000000000000000000000000000000000600482015267ffffffffffffffff8216602482015260009060649063d9b60b6090604401611c00565b6000808080606463ce8c713d611c5b60018085612948565b6000808080606463ce8c713d611c5b60028085612948565b6000808080606463ce8c713d611c5b6001600285612948565b6000808080606463ce8c713d611c5b6002600185612948565b6000808080606463ce8c713d611c5b60038085612948565b6000808080606463ce8c713d611c5b6001600385612948565b6000808080606463ce8c713d611c5b6003600185612948565b6000808080606463ce8c713d611c5b6002600385612948565b6000808080606463ce8c713d611c5b6003600285612948565b6000808080606463ce8c713d611c5b60048085612948565b6000808080606463ce8c713d611c5b6001600485612948565b6000808080606463ce8c713d611c5b6004600185612948565b6000808080606463ce8c713d611c5b6002600485612948565b6000808080606463ce8c713d611c5b6004600285612948565b6000808080606463ce8c713d611c5b6003600485612948565b6000808080606463ce8c713d611c5b6004600385612948565b6000808080606463ce8c713d611ead60018080612948565b6000808080606463ce8c713d611f336001806002612948565b6000808080606463ce8c713d611fb96002806001612948565b6000808080606463ce8c713d61203f60028080612948565b6000808080606463ce8c713d6120c66003806001612948565b6000808080606463ce8c713d61214f6003806002612948565b6000808080606463ce8c713d6121e86004806001612948565b6000808080606463ce8c713d61227560048060025b600081600281111561295c5761295c612ca7565b60ff16600884600481111561297357612973612ca7565b61ffff16901b61ffff16601086600481111561299157612991612ca7565b62ffffff16901b171760e81b949350505050565b604051610100810167ffffffffffffffff811182821017156129f0577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405290565b600060608284031215612a0857600080fd5b6040516060810181811067ffffffffffffffff82111715612a52577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b80604052508235815260208301356020820152604083013560408201528091505092915050565b803560ff81168114612a8a57600080fd5b919050565b60008060408385031215612aa257600080fd5b612aab83612a79565b9150612ab960208401612a79565b90509250929050565b600060e08284031215612ad457600080fd5b60405160e0810181811067ffffffffffffffff82111715612b1e577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b8060405250823581526020830135602082015260408301356040820152606083013560608201526080830135608082015260a083013560a082015260c083013560c08201528091505092915050565b600060a08284031215612b7f57600080fd5b60405160a0810181811067ffffffffffffffff82111715612bc9577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b806040525082358152602083013560208201526040830135604082015260608301356060820152608083013560808201528091505092915050565b6000806000838503610140811215612c1b57600080fd5b61010080821215612c2b57600080fd5b612c336129a5565b9150853582526020860135602083015260408601356040830152606086013560608301526080860135608083015260a086013560a083015260c086013560c083015260e086013560e0830152819450612c8d818701612a79565b93505050612c9e6101208501612a79565b90509250925092565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b600060208284031215612ce857600080fd5b5051919050565b60008060408385031215612d0257600080fd5b50508051602090910151909290915056fea26469706673582212202f61c2e9463a62d916fff1b92354202a6a15a1d304f256e2fa389b34a3a3264b64736f6c63430008130033";
|
|
336
|
+
|
|
337
|
+
type ArithmeticTestsContractConstructorParams =
|
|
338
|
+
| [signer?: Signer]
|
|
339
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
340
|
+
|
|
341
|
+
const isSuperArgs = (
|
|
342
|
+
xs: ArithmeticTestsContractConstructorParams
|
|
343
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
344
|
+
|
|
345
|
+
export class ArithmeticTestsContract__factory extends ContractFactory {
|
|
346
|
+
constructor(...args: ArithmeticTestsContractConstructorParams) {
|
|
347
|
+
if (isSuperArgs(args)) {
|
|
348
|
+
super(...args);
|
|
349
|
+
} else {
|
|
350
|
+
super(_abi, _bytecode, args[0]);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
override getDeployTransaction(
|
|
355
|
+
overrides?: NonPayableOverrides & { from?: string }
|
|
356
|
+
): Promise<ContractDeployTransaction> {
|
|
357
|
+
return super.getDeployTransaction(overrides || {});
|
|
358
|
+
}
|
|
359
|
+
override deploy(overrides?: NonPayableOverrides & { from?: string }) {
|
|
360
|
+
return super.deploy(overrides || {}) as Promise<
|
|
361
|
+
ArithmeticTestsContract & {
|
|
362
|
+
deploymentTransaction(): ContractTransactionResponse;
|
|
363
|
+
}
|
|
364
|
+
>;
|
|
365
|
+
}
|
|
366
|
+
override connect(
|
|
367
|
+
runner: ContractRunner | null
|
|
368
|
+
): ArithmeticTestsContract__factory {
|
|
369
|
+
return super.connect(runner) as ArithmeticTestsContract__factory;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
static readonly bytecode = _bytecode;
|
|
373
|
+
static readonly abi = _abi;
|
|
374
|
+
static createInterface(): ArithmeticTestsContractInterface {
|
|
375
|
+
return new Interface(_abi) as ArithmeticTestsContractInterface;
|
|
376
|
+
}
|
|
377
|
+
static connect(
|
|
378
|
+
address: string,
|
|
379
|
+
runner?: ContractRunner | null
|
|
380
|
+
): ArithmeticTestsContract {
|
|
381
|
+
return new Contract(
|
|
382
|
+
address,
|
|
383
|
+
_abi,
|
|
384
|
+
runner
|
|
385
|
+
) as unknown as ArithmeticTestsContract;
|
|
386
|
+
}
|
|
387
|
+
}
|
package/typechain-types/factories/contracts/mocks/utils/mpc/BitwiseTestsContract__factory.ts
CHANGED
|
@@ -342,7 +342,7 @@ const _abi = [
|
|
|
342
342
|
] as const;
|
|
343
343
|
|
|
344
344
|
const _bytecode =
|
|
345
|
-
"0x608060405234801561001057600080fd5b50612ccb806100206000396000f3fe608060405234801561001057600080fd5b50600436106100be5760003560e01c80636b04608f11610076578063991e65321161005b578063991e653214610180578063acb3816914610193578063f3367ccb146101bb57600080fd5b80636b04608f1461013f57806380f937bc1461015457600080fd5b80632e544aa0116100a75780632e544aa0146100fd578063535e40d114610123578063538301e81461012e57600080fd5b80631e977321146100c357806325a3b580146100ed575b600080fd5b6100d66100d1366004612949565b6101ce565b60405160ff90911681526020015b60405180910390f35b600054610100900460ff166100d6565b61011061010b3660046129cd565b6108d1565b60405161ffff90911681526020016100e4565b60005460ff166100d6565b60005462010000900460ff166100d6565b61015261014d366004612a50565b6109b7565b005b610167610162366004612b0b565b610a6c565b60405167ffffffffffffffff90911681526020016100e4565b6100d661018e366004612949565b610c0f565b6101a66101a1366004612bb6565b6112e6565b60405163ffffffff90911681526020016100e4565b6100d66101c9366004612949565b611413565b6000610226604051806101400160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b61024a60405180606001604052806000815260200160008152602001600081525090565b61027c6040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b6102bc6040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6102c78488886109b7565b6102e16102dc85600001518660200151611ae5565b611baa565b5060006102fe6102f986604001518760600151611c3b565b611c50565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff1661010060ff841602179055608086015160a087015191925061034591611ced565b8452604085015160a086015161035b9190611d02565b6020850152608085015160608601516103749190611d18565b60408501526000610384856108d1565b90508160ff168161ffff16146103e15760405162461bcd60e51b815260206004820152601660248201527f6f72546573743a2063617374203136206661696c65640000000000000000000060448201526064015b60405180910390fd5b6103f38660c001518760e00151611d2e565b8452604086015160e08701516104099190611d43565b602085015260c086015160608701516104229190611d59565b6040850152608086015160e087015161043b9190611d6f565b606085015260c086015160a08701516104549190611d85565b60808501526000610464856112e6565b90508063ffffffff168360ff16146104be5760405162461bcd60e51b815260206004820152601660248201527f6f72546573743a2063617374203332206661696c65640000000000000000000060448201526064016103d8565b6104d2876101000151886101200151611d9b565b845260408701516101208801516104e99190611db0565b602085015261010087015160608801516105039190611dc6565b6040850152608087015161012088015161051d9190611ddc565b606085015261010087015160a08801516105379190611df2565b608085015260c08701516101208801516105519190611e08565b60a085015261010087015160e088015161056b9190611e1e565b60c0850152600061057b85610a6c565b90508067ffffffffffffffff168460ff16146105d95760405162461bcd60e51b815260206004820152601660248201527f6f72546573743a2063617374203634206661696c65640000000000000000000060448201526064016103d8565b6105ea6102f98c8a60600151611e34565b60ff168460ff16148015610613575061060a6102f989604001518c611eb6565b60ff168460ff16145b6106855760405162461bcd60e51b815260206004820152602660248201527f6f72546573743a2074657374203820626974732077697468207363616c61722060448201527f6661696c6564000000000000000000000000000000000000000000000000000060648201526084016103d8565b61069e6106998c60ff168a60a00151611f39565b611fbd565b61ffff168460ff161480156106cc57506106c261069989608001518c60ff16611fcd565b61ffff168460ff16145b61073e5760405162461bcd60e51b815260206004820152602760248201527f6f72546573743a207465737420313620626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b6107576107528c60ff168a60e00151612050565b6120d6565b63ffffffff168460ff16148015610789575061077d6107528960c001518c60ff166120e6565b63ffffffff168460ff16145b6107fb5760405162461bcd60e51b815260206004820152602760248201527f6f72546573743a207465737420333220626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b6108156108108c60ff168a610120015161216c565b6121f6565b67ffffffffffffffff168460ff1614801561085057506108406108108961010001518c60ff16612206565b67ffffffffffffffff168460ff16145b6108c25760405162461bcd60e51b815260206004820152602760248201527f6f72546573743a207465737420363420626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b50919998505050505050505050565b6000806108e18360000151611fbd565b90506108f08360200151611fbd565b61ffff168161ffff16148015610919575061090e8360400151611fbd565b61ffff168161ffff16145b6109b15760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4016103d8565b92915050565b6109c88160ff168360ff1611612290565b83526109db60ff80841690831611612290565b60208401526109e9826122ef565b60408401526109f7816122ef565b6060840152610a0860ff8316612358565b6080840152610a1960ff8216612358565b60a0840152610a2a60ff83166123c2565b60c0840152610a3b60ff82166123c2565b60e0840152610a4c60ff831661242e565b610100840152610a5e60ff821661242e565b610120909301929092525050565b600080610a7c83600001516121f6565b9050610a8b83602001516121f6565b67ffffffffffffffff168167ffffffffffffffff16148015610acc5750610ab583604001516121f6565b67ffffffffffffffff168167ffffffffffffffff16145b8015610af75750610ae083608001516121f6565b67ffffffffffffffff168167ffffffffffffffff16145b8015610b225750610b0b83606001516121f6565b67ffffffffffffffff168167ffffffffffffffff16145b8015610b4d5750610b368360c001516121f6565b67ffffffffffffffff168167ffffffffffffffff16145b80156109195750610b618360a001516121f6565b67ffffffffffffffff168167ffffffffffffffff16146109b15760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4016103d8565b6000610c67604051806101400160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b610c8b60405180606001604052806000815260200160008152602001600081525090565b610cbd6040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b610cfd6040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b610d088488886109b7565b610d1d6102dc8560000151866020015161249e565b506000610d356102f9866040015187606001516124b2565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffff166201000060ff841602179055608086015160a0870151919250610d7d916124c7565b8452604085015160a0860151610d9391906124dc565b602085015260808501516060860151610dac91906124f2565b60408501526000610dbc856108d1565b90508160ff168161ffff1614610e145760405162461bcd60e51b815260206004820152601760248201527f786f72546573743a2063617374203136206661696c656400000000000000000060448201526064016103d8565b610e268660c001518760e00151612508565b8452604086015160e0870151610e3c919061251d565b602085015260c08601516060870151610e559190612533565b6040850152608086015160e0870151610e6e9190612549565b606085015260c086015160a0870151610e87919061255f565b60808501526000610e97856112e6565b90508063ffffffff168360ff1614610ef15760405162461bcd60e51b815260206004820152601760248201527f786f72546573743a2063617374203332206661696c656400000000000000000060448201526064016103d8565b610f05876101000151886101200151612575565b84526040870151610120880151610f1c919061258a565b60208501526101008701516060880151610f3691906125a0565b60408501526080870151610120880151610f5091906125b6565b606085015261010087015160a0880151610f6a91906125cc565b608085015260c0870151610120880151610f8491906125e2565b60a085015261010087015160e0880151610f9e91906125f8565b60c08501526000610fae85610a6c565b90508067ffffffffffffffff168460ff161461100c5760405162461bcd60e51b815260206004820152601760248201527f786f72546573743a2063617374203634206661696c656400000000000000000060448201526064016103d8565b61101d6102f98c8a6060015161260e565b60ff168460ff16148015611046575061103d6102f989604001518c612623565b60ff168460ff16145b6110b85760405162461bcd60e51b815260206004820152602760248201527f786f72546573743a2074657374203820626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b6110cc6106998c60ff168a60a00151612639565b61ffff168460ff161480156110fa57506110f061069989608001518c60ff1661264f565b61ffff168460ff16145b61116c5760405162461bcd60e51b815260206004820152602860248201527f786f72546573743a207465737420313620626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b6111806107528c60ff168a60e00151612664565b63ffffffff168460ff161480156111b257506111a66107528960c001518c60ff1661267a565b63ffffffff168460ff16145b6112245760405162461bcd60e51b815260206004820152602860248201527f786f72546573743a207465737420333220626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b6112396108108c60ff168a6101200151612690565b67ffffffffffffffff168460ff1614801561127457506112646108108961010001518c60ff166126a6565b67ffffffffffffffff168460ff16145b6108c25760405162461bcd60e51b815260206004820152602860248201527f786f72546573743a207465737420363420626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b6000806112f683600001516120d6565b905061130583602001516120d6565b63ffffffff168163ffffffff16148015611336575061132783604001516120d6565b63ffffffff168163ffffffff16145b8015611359575061134a83608001516120d6565b63ffffffff168163ffffffff16145b8015610919575061136d83606001516120d6565b63ffffffff168163ffffffff16146109b15760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4016103d8565b600061146b604051806101400160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b61148f60405180606001604052806000815260200160008152602001600081525090565b6114c16040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b6115016040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b61150c8488886109b7565b6115216102dc856000015186602001516126bc565b5060006115396102f9866040015187606001516126d0565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660ff8316179055608086015160a087015191925061157c916126e5565b8452604085015160a086015161159291906126fa565b6020850152608085015160608601516115ab9190612710565b604085015260006115bb856108d1565b90508160ff168161ffff16146116135760405162461bcd60e51b815260206004820152601760248201527f616e64546573743a2063617374203136206661696c656400000000000000000060448201526064016103d8565b6116258660c001518760e00151612726565b8452604086015160e087015161163b919061273b565b602085015260c086015160608701516116549190612751565b6040850152608086015160e087015161166d9190612767565b606085015260c086015160a0870151611686919061277d565b60808501526000611696856112e6565b90508063ffffffff168360ff16146116f05760405162461bcd60e51b815260206004820152601760248201527f616e64546573743a2063617374203332206661696c656400000000000000000060448201526064016103d8565b611704876101000151886101200151612793565b8452604087015161012088015161171b91906127a8565b6020850152610100870151606088015161173591906127be565b6040850152608087015161012088015161174f91906127d4565b606085015261010087015160a088015161176991906127ea565b608085015260c08701516101208801516117839190612800565b60a085015261010087015160e088015161179d9190612816565b60c085015260006117ad85610a6c565b90508067ffffffffffffffff168460ff161461180b5760405162461bcd60e51b815260206004820152601760248201527f616e64546573743a2063617374203634206661696c656400000000000000000060448201526064016103d8565b61181c6102f98c8a6060015161282c565b60ff168460ff16148015611845575061183c6102f989604001518c612841565b60ff168460ff16145b6118b75760405162461bcd60e51b815260206004820152602760248201527f616e64546573743a2074657374203820626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b6118cb6106998c60ff168a60a00151612857565b61ffff168460ff161480156118f957506118ef61069989608001518c60ff1661286d565b61ffff168460ff16145b61196b5760405162461bcd60e51b815260206004820152602860248201527f616e64546573743a207465737420313620626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b61197f6107528c60ff168a60e00151612882565b63ffffffff168460ff161480156119b157506119a56107528960c001518c60ff16612898565b63ffffffff168460ff16145b611a235760405162461bcd60e51b815260206004820152602860248201527f616e64546573743a207465737420333220626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b611a386108108c60ff168a61012001516128ae565b67ffffffffffffffff168460ff16148015611a735750611a636108108961010001518c60ff166128c4565b67ffffffffffffffff168460ff16145b6108c25760405162461bcd60e51b815260206004820152602860248201527f616e64546573743a207465737420363420626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b6000606463fb7da35f611af98380806128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015260248101869052604481018590526064015b6020604051808303816000875af1158015611b7f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ba39190612c4d565b9392505050565b6040517f0cfed56100000000000000000000000000000000000000000000000000000000815260006004820181905260248201839052908190606490630cfed561906044016020604051808303816000875af1158015611c0e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c329190612c4d565b15159392505050565b6000606463fb7da35f611af9600180856128d6565b60006064630cfed56160015b60f81b846040518363ffffffff1660e01b8152600401611caa9291907fff00000000000000000000000000000000000000000000000000000000000000929092168252602082015260400190565b6020604051808303816000875af1158015611cc9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b19190612c4d565b6000606463fb7da35f611af9600280856128d6565b6000606463fb7da35f611af960016002856128d6565b6000606463fb7da35f611af960026001856128d6565b6000606463fb7da35f611af9600380856128d6565b6000606463fb7da35f611af960016003856128d6565b6000606463fb7da35f611af960036001856128d6565b6000606463fb7da35f611af960026003856128d6565b6000606463fb7da35f611af960036002856128d6565b6000606463fb7da35f611af9600480856128d6565b6000606463fb7da35f611af960016004856128d6565b6000606463fb7da35f611af960046001856128d6565b6000606463fb7da35f611af960026004856128d6565b6000606463fb7da35f611af960046002856128d6565b6000606463fb7da35f611af960036004856128d6565b6000606463fb7da35f611af960046003856128d6565b6000606463fb7da35f611e49600180806128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015260ff8616602482015260448101859052606401611b60565b6000606463fb7da35f611ecc60018060026128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810186905260ff85166044820152606401611b60565b6000606463fb7da35f611f4f60028060016128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015261ffff8616602482015260448101859052606401611b60565b60006064630cfed5616002611c5c565b6000606463fb7da35f611fe2600280806128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810186905261ffff85166044820152606401611b60565b6000606463fb7da35f61206660038060016128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015263ffffffff8616602482015260448101859052606401611b60565b60006064630cfed5616003611c5c565b6000606463fb7da35f6120fc60038060026128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810186905263ffffffff85166044820152606401611b60565b6000606463fb7da35f61218260048060016128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015267ffffffffffffffff8616602482015260448101859052606401611b60565b60006064630cfed5616004611c5c565b6000606463fb7da35f61221c60048060026128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810186905267ffffffffffffffff85166044820152606401611b60565b6000808261229f5760006122a2565b60015b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081526000600482015260ff9190911660248201819052915060649063d9b60b6090604401611b60565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0100000000000000000000000000000000000000000000000000000000000000600482015260ff8216602482015260009060649063d9b60b6090604401611caa565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0200000000000000000000000000000000000000000000000000000000000000600482015261ffff8216602482015260009060649063d9b60b6090604401611caa565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0300000000000000000000000000000000000000000000000000000000000000600482015263ffffffff8216602482015260009060649063d9b60b6090604401611caa565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0400000000000000000000000000000000000000000000000000000000000000600482015267ffffffffffffffff8216602482015260009060649063d9b60b6090604401611caa565b60006064636f962e2c611af98380806128d6565b60006064636f962e2c611af9600180856128d6565b60006064636f962e2c611af9600280856128d6565b60006064636f962e2c611af960016002856128d6565b60006064636f962e2c611af960026001856128d6565b60006064636f962e2c611af9600380856128d6565b60006064636f962e2c611af960016003856128d6565b60006064636f962e2c611af960036001856128d6565b60006064636f962e2c611af960026003856128d6565b60006064636f962e2c611af960036002856128d6565b60006064636f962e2c611af9600480856128d6565b60006064636f962e2c611af960016004856128d6565b60006064636f962e2c611af960046001856128d6565b60006064636f962e2c611af960026004856128d6565b60006064636f962e2c611af960046002856128d6565b60006064636f962e2c611af960036004856128d6565b60006064636f962e2c611af960046003856128d6565b60006064636f962e2c611e49600180806128d6565b60006064636f962e2c611ecc60018060026128d6565b60006064636f962e2c611f4f60028060016128d6565b60006064636f962e2c611fe2600280806128d6565b60006064636f962e2c61206660038060016128d6565b60006064636f962e2c6120fc60038060026128d6565b60006064636f962e2c61218260048060016128d6565b60006064636f962e2c61221c60048060026128d6565b6000606463fe9c73d1611af98380806128d6565b6000606463fe9c73d1611af9600180856128d6565b6000606463fe9c73d1611af9600280856128d6565b6000606463fe9c73d1611af960016002856128d6565b6000606463fe9c73d1611af960026001856128d6565b6000606463fe9c73d1611af9600380856128d6565b6000606463fe9c73d1611af960016003856128d6565b6000606463fe9c73d1611af960036001856128d6565b6000606463fe9c73d1611af960026003856128d6565b6000606463fe9c73d1611af960036002856128d6565b6000606463fe9c73d1611af9600480856128d6565b6000606463fe9c73d1611af960016004856128d6565b6000606463fe9c73d1611af960046001856128d6565b6000606463fe9c73d1611af960026004856128d6565b6000606463fe9c73d1611af960046002856128d6565b6000606463fe9c73d1611af960036004856128d6565b6000606463fe9c73d1611af960046003856128d6565b6000606463fe9c73d1611e49600180806128d6565b6000606463fe9c73d1611ecc60018060026128d6565b6000606463fe9c73d1611f4f60028060016128d6565b6000606463fe9c73d1611fe2600280806128d6565b6000606463fe9c73d161206660038060016128d6565b6000606463fe9c73d16120fc60038060026128d6565b6000606463fe9c73d161218260048060016128d6565b6000606463fe9c73d161221c60048060025b60008160028111156128ea576128ea612c66565b60ff16600884600481111561290157612901612c66565b61ffff16901b61ffff16601086600481111561291f5761291f612c66565b62ffffff16901b171760e81b949350505050565b803560ff8116811461294457600080fd5b919050565b6000806040838503121561295c57600080fd5b61296583612933565b915061297360208401612933565b90509250929050565b604051610140810167ffffffffffffffff811182821017156129c7577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405290565b6000606082840312156129df57600080fd5b6040516060810181811067ffffffffffffffff82111715612a29577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b80604052508235815260208301356020820152604083013560408201528091505092915050565b6000806000838503610180811215612a6757600080fd5b61014080821215612a7757600080fd5b612a7f61297c565b9150853582526020860135602083015260408601356040830152606086013560608301526080860135608083015260a086013560a083015260c086013560c083015260e086013560e0830152610100808701358184015250610120808701358184015250819450612af1818701612933565b93505050612b026101608501612933565b90509250925092565b600060e08284031215612b1d57600080fd5b60405160e0810181811067ffffffffffffffff82111715612b67577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b8060405250823581526020830135602082015260408301356040820152606083013560608201526080830135608082015260a083013560a082015260c083013560c08201528091505092915050565b600060a08284031215612bc857600080fd5b60405160a0810181811067ffffffffffffffff82111715612c12577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b806040525082358152602083013560208201526040830135604082015260608301356060820152608083013560808201528091505092915050565b600060208284031215612c5f57600080fd5b5051919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fdfea2646970667358221220c91aa638fa098a431b5d5bda0440a472b11adf36d1726ffcdafdf2c9d70d96ac64736f6c63430008130033";
|
|
345
|
+
"0x608060405234801561001057600080fd5b50612ccb806100206000396000f3fe608060405234801561001057600080fd5b50600436106100be5760003560e01c80636b04608f11610076578063991e65321161005b578063991e653214610180578063acb3816914610193578063f3367ccb146101bb57600080fd5b80636b04608f1461013f57806380f937bc1461015457600080fd5b80632e544aa0116100a75780632e544aa0146100fd578063535e40d114610123578063538301e81461012e57600080fd5b80631e977321146100c357806325a3b580146100ed575b600080fd5b6100d66100d1366004612949565b6101ce565b60405160ff90911681526020015b60405180910390f35b600054610100900460ff166100d6565b61011061010b3660046129cd565b6108d1565b60405161ffff90911681526020016100e4565b60005460ff166100d6565b60005462010000900460ff166100d6565b61015261014d366004612a50565b6109b7565b005b610167610162366004612b0b565b610a6c565b60405167ffffffffffffffff90911681526020016100e4565b6100d661018e366004612949565b610c0f565b6101a66101a1366004612bb6565b6112e6565b60405163ffffffff90911681526020016100e4565b6100d66101c9366004612949565b611413565b6000610226604051806101400160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b61024a60405180606001604052806000815260200160008152602001600081525090565b61027c6040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b6102bc6040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6102c78488886109b7565b6102e16102dc85600001518660200151611ae5565b611baa565b5060006102fe6102f986604001518760600151611c3b565b611c50565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff1661010060ff841602179055608086015160a087015191925061034591611ced565b8452604085015160a086015161035b9190611d02565b6020850152608085015160608601516103749190611d18565b60408501526000610384856108d1565b90508160ff168161ffff16146103e15760405162461bcd60e51b815260206004820152601660248201527f6f72546573743a2063617374203136206661696c65640000000000000000000060448201526064015b60405180910390fd5b6103f38660c001518760e00151611d2e565b8452604086015160e08701516104099190611d43565b602085015260c086015160608701516104229190611d59565b6040850152608086015160e087015161043b9190611d6f565b606085015260c086015160a08701516104549190611d85565b60808501526000610464856112e6565b90508063ffffffff168360ff16146104be5760405162461bcd60e51b815260206004820152601660248201527f6f72546573743a2063617374203332206661696c65640000000000000000000060448201526064016103d8565b6104d2876101000151886101200151611d9b565b845260408701516101208801516104e99190611db0565b602085015261010087015160608801516105039190611dc6565b6040850152608087015161012088015161051d9190611ddc565b606085015261010087015160a08801516105379190611df2565b608085015260c08701516101208801516105519190611e08565b60a085015261010087015160e088015161056b9190611e1e565b60c0850152600061057b85610a6c565b90508067ffffffffffffffff168460ff16146105d95760405162461bcd60e51b815260206004820152601660248201527f6f72546573743a2063617374203634206661696c65640000000000000000000060448201526064016103d8565b6105ea6102f98c8a60600151611e34565b60ff168460ff16148015610613575061060a6102f989604001518c611eb6565b60ff168460ff16145b6106855760405162461bcd60e51b815260206004820152602660248201527f6f72546573743a2074657374203820626974732077697468207363616c61722060448201527f6661696c6564000000000000000000000000000000000000000000000000000060648201526084016103d8565b61069e6106998c60ff168a60a00151611f39565b611fbd565b61ffff168460ff161480156106cc57506106c261069989608001518c60ff16611fcd565b61ffff168460ff16145b61073e5760405162461bcd60e51b815260206004820152602760248201527f6f72546573743a207465737420313620626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b6107576107528c60ff168a60e00151612050565b6120d6565b63ffffffff168460ff16148015610789575061077d6107528960c001518c60ff166120e6565b63ffffffff168460ff16145b6107fb5760405162461bcd60e51b815260206004820152602760248201527f6f72546573743a207465737420333220626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b6108156108108c60ff168a610120015161216c565b6121f6565b67ffffffffffffffff168460ff1614801561085057506108406108108961010001518c60ff16612206565b67ffffffffffffffff168460ff16145b6108c25760405162461bcd60e51b815260206004820152602760248201527f6f72546573743a207465737420363420626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b50919998505050505050505050565b6000806108e18360000151611fbd565b90506108f08360200151611fbd565b61ffff168161ffff16148015610919575061090e8360400151611fbd565b61ffff168161ffff16145b6109b15760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4016103d8565b92915050565b6109c88160ff168360ff1611612290565b83526109db60ff80841690831611612290565b60208401526109e9826122ef565b60408401526109f7816122ef565b6060840152610a0860ff8316612358565b6080840152610a1960ff8216612358565b60a0840152610a2a60ff83166123c2565b60c0840152610a3b60ff82166123c2565b60e0840152610a4c60ff831661242e565b610100840152610a5e60ff821661242e565b610120909301929092525050565b600080610a7c83600001516121f6565b9050610a8b83602001516121f6565b67ffffffffffffffff168167ffffffffffffffff16148015610acc5750610ab583604001516121f6565b67ffffffffffffffff168167ffffffffffffffff16145b8015610af75750610ae083608001516121f6565b67ffffffffffffffff168167ffffffffffffffff16145b8015610b225750610b0b83606001516121f6565b67ffffffffffffffff168167ffffffffffffffff16145b8015610b4d5750610b368360c001516121f6565b67ffffffffffffffff168167ffffffffffffffff16145b80156109195750610b618360a001516121f6565b67ffffffffffffffff168167ffffffffffffffff16146109b15760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4016103d8565b6000610c67604051806101400160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b610c8b60405180606001604052806000815260200160008152602001600081525090565b610cbd6040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b610cfd6040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b610d088488886109b7565b610d1d6102dc8560000151866020015161249e565b506000610d356102f9866040015187606001516124b2565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffff166201000060ff841602179055608086015160a0870151919250610d7d916124c7565b8452604085015160a0860151610d9391906124dc565b602085015260808501516060860151610dac91906124f2565b60408501526000610dbc856108d1565b90508160ff168161ffff1614610e145760405162461bcd60e51b815260206004820152601760248201527f786f72546573743a2063617374203136206661696c656400000000000000000060448201526064016103d8565b610e268660c001518760e00151612508565b8452604086015160e0870151610e3c919061251d565b602085015260c08601516060870151610e559190612533565b6040850152608086015160e0870151610e6e9190612549565b606085015260c086015160a0870151610e87919061255f565b60808501526000610e97856112e6565b90508063ffffffff168360ff1614610ef15760405162461bcd60e51b815260206004820152601760248201527f786f72546573743a2063617374203332206661696c656400000000000000000060448201526064016103d8565b610f05876101000151886101200151612575565b84526040870151610120880151610f1c919061258a565b60208501526101008701516060880151610f3691906125a0565b60408501526080870151610120880151610f5091906125b6565b606085015261010087015160a0880151610f6a91906125cc565b608085015260c0870151610120880151610f8491906125e2565b60a085015261010087015160e0880151610f9e91906125f8565b60c08501526000610fae85610a6c565b90508067ffffffffffffffff168460ff161461100c5760405162461bcd60e51b815260206004820152601760248201527f786f72546573743a2063617374203634206661696c656400000000000000000060448201526064016103d8565b61101d6102f98c8a6060015161260e565b60ff168460ff16148015611046575061103d6102f989604001518c612623565b60ff168460ff16145b6110b85760405162461bcd60e51b815260206004820152602760248201527f786f72546573743a2074657374203820626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b6110cc6106998c60ff168a60a00151612639565b61ffff168460ff161480156110fa57506110f061069989608001518c60ff1661264f565b61ffff168460ff16145b61116c5760405162461bcd60e51b815260206004820152602860248201527f786f72546573743a207465737420313620626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b6111806107528c60ff168a60e00151612664565b63ffffffff168460ff161480156111b257506111a66107528960c001518c60ff1661267a565b63ffffffff168460ff16145b6112245760405162461bcd60e51b815260206004820152602860248201527f786f72546573743a207465737420333220626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b6112396108108c60ff168a6101200151612690565b67ffffffffffffffff168460ff1614801561127457506112646108108961010001518c60ff166126a6565b67ffffffffffffffff168460ff16145b6108c25760405162461bcd60e51b815260206004820152602860248201527f786f72546573743a207465737420363420626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b6000806112f683600001516120d6565b905061130583602001516120d6565b63ffffffff168163ffffffff16148015611336575061132783604001516120d6565b63ffffffff168163ffffffff16145b8015611359575061134a83608001516120d6565b63ffffffff168163ffffffff16145b8015610919575061136d83606001516120d6565b63ffffffff168163ffffffff16146109b15760405162461bcd60e51b815260206004820152604660248201527f64656372797074416e64436f6d70617265416c6c526573756c74733a2046616960448201527f6c656420746f206465637279707420616e6420636f6d7061726520616c6c207260648201527f6573756c74730000000000000000000000000000000000000000000000000000608482015260a4016103d8565b600061146b604051806101400160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b61148f60405180606001604052806000815260200160008152602001600081525090565b6114c16040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b6115016040518060e00160405280600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b61150c8488886109b7565b6115216102dc856000015186602001516126bc565b5060006115396102f9866040015187606001516126d0565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660ff8316179055608086015160a087015191925061157c916126e5565b8452604085015160a086015161159291906126fa565b6020850152608085015160608601516115ab9190612710565b604085015260006115bb856108d1565b90508160ff168161ffff16146116135760405162461bcd60e51b815260206004820152601760248201527f616e64546573743a2063617374203136206661696c656400000000000000000060448201526064016103d8565b6116258660c001518760e00151612726565b8452604086015160e087015161163b919061273b565b602085015260c086015160608701516116549190612751565b6040850152608086015160e087015161166d9190612767565b606085015260c086015160a0870151611686919061277d565b60808501526000611696856112e6565b90508063ffffffff168360ff16146116f05760405162461bcd60e51b815260206004820152601760248201527f616e64546573743a2063617374203332206661696c656400000000000000000060448201526064016103d8565b611704876101000151886101200151612793565b8452604087015161012088015161171b91906127a8565b6020850152610100870151606088015161173591906127be565b6040850152608087015161012088015161174f91906127d4565b606085015261010087015160a088015161176991906127ea565b608085015260c08701516101208801516117839190612800565b60a085015261010087015160e088015161179d9190612816565b60c085015260006117ad85610a6c565b90508067ffffffffffffffff168460ff161461180b5760405162461bcd60e51b815260206004820152601760248201527f616e64546573743a2063617374203634206661696c656400000000000000000060448201526064016103d8565b61181c6102f98c8a6060015161282c565b60ff168460ff16148015611845575061183c6102f989604001518c612841565b60ff168460ff16145b6118b75760405162461bcd60e51b815260206004820152602760248201527f616e64546573743a2074657374203820626974732077697468207363616c617260448201527f206661696c65640000000000000000000000000000000000000000000000000060648201526084016103d8565b6118cb6106998c60ff168a60a00151612857565b61ffff168460ff161480156118f957506118ef61069989608001518c60ff1661286d565b61ffff168460ff16145b61196b5760405162461bcd60e51b815260206004820152602860248201527f616e64546573743a207465737420313620626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b61197f6107528c60ff168a60e00151612882565b63ffffffff168460ff161480156119b157506119a56107528960c001518c60ff16612898565b63ffffffff168460ff16145b611a235760405162461bcd60e51b815260206004820152602860248201527f616e64546573743a207465737420333220626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b611a386108108c60ff168a61012001516128ae565b67ffffffffffffffff168460ff16148015611a735750611a636108108961010001518c60ff166128c4565b67ffffffffffffffff168460ff16145b6108c25760405162461bcd60e51b815260206004820152602860248201527f616e64546573743a207465737420363420626974732077697468207363616c6160448201527f72206661696c656400000000000000000000000000000000000000000000000060648201526084016103d8565b6000606463fb7da35f611af98380806128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015260248101869052604481018590526064015b6020604051808303816000875af1158015611b7f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ba39190612c4d565b9392505050565b6040517f0cfed56100000000000000000000000000000000000000000000000000000000815260006004820181905260248201839052908190606490630cfed561906044016020604051808303816000875af1158015611c0e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c329190612c4d565b15159392505050565b6000606463fb7da35f611af9600180856128d6565b60006064630cfed56160015b60f81b846040518363ffffffff1660e01b8152600401611caa9291907fff00000000000000000000000000000000000000000000000000000000000000929092168252602082015260400190565b6020604051808303816000875af1158015611cc9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b19190612c4d565b6000606463fb7da35f611af9600280856128d6565b6000606463fb7da35f611af960016002856128d6565b6000606463fb7da35f611af960026001856128d6565b6000606463fb7da35f611af9600380856128d6565b6000606463fb7da35f611af960016003856128d6565b6000606463fb7da35f611af960036001856128d6565b6000606463fb7da35f611af960026003856128d6565b6000606463fb7da35f611af960036002856128d6565b6000606463fb7da35f611af9600480856128d6565b6000606463fb7da35f611af960016004856128d6565b6000606463fb7da35f611af960046001856128d6565b6000606463fb7da35f611af960026004856128d6565b6000606463fb7da35f611af960046002856128d6565b6000606463fb7da35f611af960036004856128d6565b6000606463fb7da35f611af960046003856128d6565b6000606463fb7da35f611e49600180806128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015260ff8616602482015260448101859052606401611b60565b6000606463fb7da35f611ecc60018060026128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810186905260ff85166044820152606401611b60565b6000606463fb7da35f611f4f60028060016128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015261ffff8616602482015260448101859052606401611b60565b60006064630cfed5616002611c5c565b6000606463fb7da35f611fe2600280806128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810186905261ffff85166044820152606401611b60565b6000606463fb7da35f61206660038060016128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015263ffffffff8616602482015260448101859052606401611b60565b60006064630cfed5616003611c5c565b6000606463fb7da35f6120fc60038060026128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810186905263ffffffff85166044820152606401611b60565b6000606463fb7da35f61218260048060016128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff0000000000000000000000000000000000000000000000000000000000909116600482015267ffffffffffffffff8616602482015260448101859052606401611b60565b60006064630cfed5616004611c5c565b6000606463fb7da35f61221c60048060026128d6565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681527fffffff000000000000000000000000000000000000000000000000000000000090911660048201526024810186905267ffffffffffffffff85166044820152606401611b60565b6000808261229f5760006122a2565b60015b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081526000600482015260ff9190911660248201819052915060649063d9b60b6090604401611b60565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0100000000000000000000000000000000000000000000000000000000000000600482015260ff8216602482015260009060649063d9b60b6090604401611caa565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0200000000000000000000000000000000000000000000000000000000000000600482015261ffff8216602482015260009060649063d9b60b6090604401611caa565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0300000000000000000000000000000000000000000000000000000000000000600482015263ffffffff8216602482015260009060649063d9b60b6090604401611caa565b6040517fd9b60b600000000000000000000000000000000000000000000000000000000081527f0400000000000000000000000000000000000000000000000000000000000000600482015267ffffffffffffffff8216602482015260009060649063d9b60b6090604401611caa565b60006064636f962e2c611af98380806128d6565b60006064636f962e2c611af9600180856128d6565b60006064636f962e2c611af9600280856128d6565b60006064636f962e2c611af960016002856128d6565b60006064636f962e2c611af960026001856128d6565b60006064636f962e2c611af9600380856128d6565b60006064636f962e2c611af960016003856128d6565b60006064636f962e2c611af960036001856128d6565b60006064636f962e2c611af960026003856128d6565b60006064636f962e2c611af960036002856128d6565b60006064636f962e2c611af9600480856128d6565b60006064636f962e2c611af960016004856128d6565b60006064636f962e2c611af960046001856128d6565b60006064636f962e2c611af960026004856128d6565b60006064636f962e2c611af960046002856128d6565b60006064636f962e2c611af960036004856128d6565b60006064636f962e2c611af960046003856128d6565b60006064636f962e2c611e49600180806128d6565b60006064636f962e2c611ecc60018060026128d6565b60006064636f962e2c611f4f60028060016128d6565b60006064636f962e2c611fe2600280806128d6565b60006064636f962e2c61206660038060016128d6565b60006064636f962e2c6120fc60038060026128d6565b60006064636f962e2c61218260048060016128d6565b60006064636f962e2c61221c60048060026128d6565b6000606463fe9c73d1611af98380806128d6565b6000606463fe9c73d1611af9600180856128d6565b6000606463fe9c73d1611af9600280856128d6565b6000606463fe9c73d1611af960016002856128d6565b6000606463fe9c73d1611af960026001856128d6565b6000606463fe9c73d1611af9600380856128d6565b6000606463fe9c73d1611af960016003856128d6565b6000606463fe9c73d1611af960036001856128d6565b6000606463fe9c73d1611af960026003856128d6565b6000606463fe9c73d1611af960036002856128d6565b6000606463fe9c73d1611af9600480856128d6565b6000606463fe9c73d1611af960016004856128d6565b6000606463fe9c73d1611af960046001856128d6565b6000606463fe9c73d1611af960026004856128d6565b6000606463fe9c73d1611af960046002856128d6565b6000606463fe9c73d1611af960036004856128d6565b6000606463fe9c73d1611af960046003856128d6565b6000606463fe9c73d1611e49600180806128d6565b6000606463fe9c73d1611ecc60018060026128d6565b6000606463fe9c73d1611f4f60028060016128d6565b6000606463fe9c73d1611fe2600280806128d6565b6000606463fe9c73d161206660038060016128d6565b6000606463fe9c73d16120fc60038060026128d6565b6000606463fe9c73d161218260048060016128d6565b6000606463fe9c73d161221c60048060025b60008160028111156128ea576128ea612c66565b60ff16600884600481111561290157612901612c66565b61ffff16901b61ffff16601086600481111561291f5761291f612c66565b62ffffff16901b171760e81b949350505050565b803560ff8116811461294457600080fd5b919050565b6000806040838503121561295c57600080fd5b61296583612933565b915061297360208401612933565b90509250929050565b604051610140810167ffffffffffffffff811182821017156129c7577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405290565b6000606082840312156129df57600080fd5b6040516060810181811067ffffffffffffffff82111715612a29577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b80604052508235815260208301356020820152604083013560408201528091505092915050565b6000806000838503610180811215612a6757600080fd5b61014080821215612a7757600080fd5b612a7f61297c565b9150853582526020860135602083015260408601356040830152606086013560608301526080860135608083015260a086013560a083015260c086013560c083015260e086013560e0830152610100808701358184015250610120808701358184015250819450612af1818701612933565b93505050612b026101608501612933565b90509250925092565b600060e08284031215612b1d57600080fd5b60405160e0810181811067ffffffffffffffff82111715612b67577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b8060405250823581526020830135602082015260408301356040820152606083013560608201526080830135608082015260a083013560a082015260c083013560c08201528091505092915050565b600060a08284031215612bc857600080fd5b60405160a0810181811067ffffffffffffffff82111715612c12577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b806040525082358152602083013560208201526040830135604082015260608301356060820152608083013560808201528091505092915050565b600060208284031215612c5f57600080fd5b5051919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fdfea26469706673582212209731f8b073193a06fe50ad3d44e588921aad6472553d648b747e083effd0f7d864736f6c63430008130033";
|
|
346
346
|
|
|
347
347
|
type BitwiseTestsContractConstructorParams =
|
|
348
348
|
| [signer?: Signer]
|