@wireio/stake 1.5.69 → 1.7.69

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.
Files changed (113) hide show
  1. package/README.md +5 -0
  2. package/lib/stake.browser.js +320 -46
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +44 -2
  5. package/lib/stake.js +531 -205
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +320 -46
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +1 -1
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +1 -1
  11. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
  12. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
  13. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +1 -1
  14. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +1 -1
  15. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +1 -1
  16. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
  17. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
  18. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +1 -1
  19. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
  20. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +1 -1
  21. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
  22. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
  23. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +1 -1
  24. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
  25. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +1 -1
  26. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
  27. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  28. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  29. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  30. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  31. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  32. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  33. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  34. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  35. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  36. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  37. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +1 -1
  38. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
  39. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +1 -1
  40. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +1 -1
  41. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  42. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +1 -1
  43. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +1 -1
  44. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +1 -1
  45. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +1 -1
  46. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  47. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  48. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  49. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  50. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  51. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  52. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  53. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  54. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  55. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  56. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
  57. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
  58. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +1 -1
  59. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +1 -1
  60. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +1 -1
  61. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  62. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  63. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  64. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +1 -1
  65. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +2 -2
  66. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  67. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +2 -2
  68. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
  69. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
  70. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +2 -2
  71. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
  72. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +2 -2
  73. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
  74. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
  75. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
  76. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
  77. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
  78. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
  79. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
  80. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
  81. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
  82. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
  83. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
  84. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +2 -2
  85. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  86. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +2 -2
  87. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
  88. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
  89. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
  90. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +2 -2
  91. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
  92. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +2 -2
  93. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
  94. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
  95. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
  96. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +2 -2
  97. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
  98. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +2 -2
  99. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
  100. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
  101. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
  102. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  103. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  104. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  105. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  106. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  107. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  108. package/src/index.ts +1 -0
  109. package/src/networks/ethereum/contract.ts +61 -25
  110. package/src/networks/solana/clients/outpost.client.ts +20 -2
  111. package/src/networks/solana/constants.ts +1 -1
  112. package/src/networks/solana/solana.ts +96 -6
  113. package/src/status.ts +301 -0
@@ -0,0 +1,560 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Eman1155",
4
+ "sourceName": "contracts/token/Eman1155.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "stateMutability": "nonpayable",
9
+ "type": "constructor"
10
+ },
11
+ {
12
+ "inputs": [
13
+ {
14
+ "internalType": "address",
15
+ "name": "sender",
16
+ "type": "address"
17
+ },
18
+ {
19
+ "internalType": "uint256",
20
+ "name": "balance",
21
+ "type": "uint256"
22
+ },
23
+ {
24
+ "internalType": "uint256",
25
+ "name": "needed",
26
+ "type": "uint256"
27
+ },
28
+ {
29
+ "internalType": "uint256",
30
+ "name": "tokenId",
31
+ "type": "uint256"
32
+ }
33
+ ],
34
+ "name": "ERC1155InsufficientBalance",
35
+ "type": "error"
36
+ },
37
+ {
38
+ "inputs": [
39
+ {
40
+ "internalType": "address",
41
+ "name": "approver",
42
+ "type": "address"
43
+ }
44
+ ],
45
+ "name": "ERC1155InvalidApprover",
46
+ "type": "error"
47
+ },
48
+ {
49
+ "inputs": [
50
+ {
51
+ "internalType": "uint256",
52
+ "name": "idsLength",
53
+ "type": "uint256"
54
+ },
55
+ {
56
+ "internalType": "uint256",
57
+ "name": "valuesLength",
58
+ "type": "uint256"
59
+ }
60
+ ],
61
+ "name": "ERC1155InvalidArrayLength",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [
66
+ {
67
+ "internalType": "address",
68
+ "name": "operator",
69
+ "type": "address"
70
+ }
71
+ ],
72
+ "name": "ERC1155InvalidOperator",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [
77
+ {
78
+ "internalType": "address",
79
+ "name": "receiver",
80
+ "type": "address"
81
+ }
82
+ ],
83
+ "name": "ERC1155InvalidReceiver",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "address",
90
+ "name": "sender",
91
+ "type": "address"
92
+ }
93
+ ],
94
+ "name": "ERC1155InvalidSender",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [
99
+ {
100
+ "internalType": "address",
101
+ "name": "operator",
102
+ "type": "address"
103
+ },
104
+ {
105
+ "internalType": "address",
106
+ "name": "owner",
107
+ "type": "address"
108
+ }
109
+ ],
110
+ "name": "ERC1155MissingApprovalForAll",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "inputs": [
115
+ {
116
+ "internalType": "address",
117
+ "name": "owner",
118
+ "type": "address"
119
+ }
120
+ ],
121
+ "name": "OwnableInvalidOwner",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "address",
128
+ "name": "account",
129
+ "type": "address"
130
+ }
131
+ ],
132
+ "name": "OwnableUnauthorizedAccount",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "anonymous": false,
137
+ "inputs": [
138
+ {
139
+ "indexed": true,
140
+ "internalType": "address",
141
+ "name": "account",
142
+ "type": "address"
143
+ },
144
+ {
145
+ "indexed": true,
146
+ "internalType": "address",
147
+ "name": "operator",
148
+ "type": "address"
149
+ },
150
+ {
151
+ "indexed": false,
152
+ "internalType": "bool",
153
+ "name": "approved",
154
+ "type": "bool"
155
+ }
156
+ ],
157
+ "name": "ApprovalForAll",
158
+ "type": "event"
159
+ },
160
+ {
161
+ "anonymous": false,
162
+ "inputs": [
163
+ {
164
+ "indexed": true,
165
+ "internalType": "address",
166
+ "name": "previousOwner",
167
+ "type": "address"
168
+ },
169
+ {
170
+ "indexed": true,
171
+ "internalType": "address",
172
+ "name": "newOwner",
173
+ "type": "address"
174
+ }
175
+ ],
176
+ "name": "OwnershipTransferred",
177
+ "type": "event"
178
+ },
179
+ {
180
+ "anonymous": false,
181
+ "inputs": [
182
+ {
183
+ "indexed": true,
184
+ "internalType": "address",
185
+ "name": "operator",
186
+ "type": "address"
187
+ },
188
+ {
189
+ "indexed": true,
190
+ "internalType": "address",
191
+ "name": "from",
192
+ "type": "address"
193
+ },
194
+ {
195
+ "indexed": true,
196
+ "internalType": "address",
197
+ "name": "to",
198
+ "type": "address"
199
+ },
200
+ {
201
+ "indexed": false,
202
+ "internalType": "uint256[]",
203
+ "name": "ids",
204
+ "type": "uint256[]"
205
+ },
206
+ {
207
+ "indexed": false,
208
+ "internalType": "uint256[]",
209
+ "name": "values",
210
+ "type": "uint256[]"
211
+ }
212
+ ],
213
+ "name": "TransferBatch",
214
+ "type": "event"
215
+ },
216
+ {
217
+ "anonymous": false,
218
+ "inputs": [
219
+ {
220
+ "indexed": true,
221
+ "internalType": "address",
222
+ "name": "operator",
223
+ "type": "address"
224
+ },
225
+ {
226
+ "indexed": true,
227
+ "internalType": "address",
228
+ "name": "from",
229
+ "type": "address"
230
+ },
231
+ {
232
+ "indexed": true,
233
+ "internalType": "address",
234
+ "name": "to",
235
+ "type": "address"
236
+ },
237
+ {
238
+ "indexed": false,
239
+ "internalType": "uint256",
240
+ "name": "id",
241
+ "type": "uint256"
242
+ },
243
+ {
244
+ "indexed": false,
245
+ "internalType": "uint256",
246
+ "name": "value",
247
+ "type": "uint256"
248
+ }
249
+ ],
250
+ "name": "TransferSingle",
251
+ "type": "event"
252
+ },
253
+ {
254
+ "anonymous": false,
255
+ "inputs": [
256
+ {
257
+ "indexed": false,
258
+ "internalType": "string",
259
+ "name": "value",
260
+ "type": "string"
261
+ },
262
+ {
263
+ "indexed": true,
264
+ "internalType": "uint256",
265
+ "name": "id",
266
+ "type": "uint256"
267
+ }
268
+ ],
269
+ "name": "URI",
270
+ "type": "event"
271
+ },
272
+ {
273
+ "inputs": [
274
+ {
275
+ "internalType": "address",
276
+ "name": "account",
277
+ "type": "address"
278
+ },
279
+ {
280
+ "internalType": "uint256",
281
+ "name": "id",
282
+ "type": "uint256"
283
+ }
284
+ ],
285
+ "name": "balanceOf",
286
+ "outputs": [
287
+ {
288
+ "internalType": "uint256",
289
+ "name": "",
290
+ "type": "uint256"
291
+ }
292
+ ],
293
+ "stateMutability": "view",
294
+ "type": "function"
295
+ },
296
+ {
297
+ "inputs": [
298
+ {
299
+ "internalType": "address[]",
300
+ "name": "accounts",
301
+ "type": "address[]"
302
+ },
303
+ {
304
+ "internalType": "uint256[]",
305
+ "name": "ids",
306
+ "type": "uint256[]"
307
+ }
308
+ ],
309
+ "name": "balanceOfBatch",
310
+ "outputs": [
311
+ {
312
+ "internalType": "uint256[]",
313
+ "name": "",
314
+ "type": "uint256[]"
315
+ }
316
+ ],
317
+ "stateMutability": "view",
318
+ "type": "function"
319
+ },
320
+ {
321
+ "inputs": [
322
+ {
323
+ "internalType": "address",
324
+ "name": "account",
325
+ "type": "address"
326
+ },
327
+ {
328
+ "internalType": "address",
329
+ "name": "operator",
330
+ "type": "address"
331
+ }
332
+ ],
333
+ "name": "isApprovedForAll",
334
+ "outputs": [
335
+ {
336
+ "internalType": "bool",
337
+ "name": "",
338
+ "type": "bool"
339
+ }
340
+ ],
341
+ "stateMutability": "view",
342
+ "type": "function"
343
+ },
344
+ {
345
+ "inputs": [
346
+ {
347
+ "internalType": "address",
348
+ "name": "account",
349
+ "type": "address"
350
+ },
351
+ {
352
+ "internalType": "uint256",
353
+ "name": "id",
354
+ "type": "uint256"
355
+ },
356
+ {
357
+ "internalType": "uint256",
358
+ "name": "amount",
359
+ "type": "uint256"
360
+ },
361
+ {
362
+ "internalType": "bytes",
363
+ "name": "data",
364
+ "type": "bytes"
365
+ }
366
+ ],
367
+ "name": "mint",
368
+ "outputs": [],
369
+ "stateMutability": "nonpayable",
370
+ "type": "function"
371
+ },
372
+ {
373
+ "inputs": [
374
+ {
375
+ "internalType": "address",
376
+ "name": "to",
377
+ "type": "address"
378
+ },
379
+ {
380
+ "internalType": "uint256[]",
381
+ "name": "ids",
382
+ "type": "uint256[]"
383
+ },
384
+ {
385
+ "internalType": "uint256[]",
386
+ "name": "amounts",
387
+ "type": "uint256[]"
388
+ },
389
+ {
390
+ "internalType": "bytes",
391
+ "name": "data",
392
+ "type": "bytes"
393
+ }
394
+ ],
395
+ "name": "mintBatch",
396
+ "outputs": [],
397
+ "stateMutability": "nonpayable",
398
+ "type": "function"
399
+ },
400
+ {
401
+ "inputs": [],
402
+ "name": "owner",
403
+ "outputs": [
404
+ {
405
+ "internalType": "address",
406
+ "name": "",
407
+ "type": "address"
408
+ }
409
+ ],
410
+ "stateMutability": "view",
411
+ "type": "function"
412
+ },
413
+ {
414
+ "inputs": [],
415
+ "name": "renounceOwnership",
416
+ "outputs": [],
417
+ "stateMutability": "nonpayable",
418
+ "type": "function"
419
+ },
420
+ {
421
+ "inputs": [
422
+ {
423
+ "internalType": "address",
424
+ "name": "from",
425
+ "type": "address"
426
+ },
427
+ {
428
+ "internalType": "address",
429
+ "name": "to",
430
+ "type": "address"
431
+ },
432
+ {
433
+ "internalType": "uint256[]",
434
+ "name": "ids",
435
+ "type": "uint256[]"
436
+ },
437
+ {
438
+ "internalType": "uint256[]",
439
+ "name": "values",
440
+ "type": "uint256[]"
441
+ },
442
+ {
443
+ "internalType": "bytes",
444
+ "name": "data",
445
+ "type": "bytes"
446
+ }
447
+ ],
448
+ "name": "safeBatchTransferFrom",
449
+ "outputs": [],
450
+ "stateMutability": "nonpayable",
451
+ "type": "function"
452
+ },
453
+ {
454
+ "inputs": [
455
+ {
456
+ "internalType": "address",
457
+ "name": "from",
458
+ "type": "address"
459
+ },
460
+ {
461
+ "internalType": "address",
462
+ "name": "to",
463
+ "type": "address"
464
+ },
465
+ {
466
+ "internalType": "uint256",
467
+ "name": "id",
468
+ "type": "uint256"
469
+ },
470
+ {
471
+ "internalType": "uint256",
472
+ "name": "value",
473
+ "type": "uint256"
474
+ },
475
+ {
476
+ "internalType": "bytes",
477
+ "name": "data",
478
+ "type": "bytes"
479
+ }
480
+ ],
481
+ "name": "safeTransferFrom",
482
+ "outputs": [],
483
+ "stateMutability": "nonpayable",
484
+ "type": "function"
485
+ },
486
+ {
487
+ "inputs": [
488
+ {
489
+ "internalType": "address",
490
+ "name": "operator",
491
+ "type": "address"
492
+ },
493
+ {
494
+ "internalType": "bool",
495
+ "name": "approved",
496
+ "type": "bool"
497
+ }
498
+ ],
499
+ "name": "setApprovalForAll",
500
+ "outputs": [],
501
+ "stateMutability": "nonpayable",
502
+ "type": "function"
503
+ },
504
+ {
505
+ "inputs": [
506
+ {
507
+ "internalType": "bytes4",
508
+ "name": "interfaceId",
509
+ "type": "bytes4"
510
+ }
511
+ ],
512
+ "name": "supportsInterface",
513
+ "outputs": [
514
+ {
515
+ "internalType": "bool",
516
+ "name": "",
517
+ "type": "bool"
518
+ }
519
+ ],
520
+ "stateMutability": "view",
521
+ "type": "function"
522
+ },
523
+ {
524
+ "inputs": [
525
+ {
526
+ "internalType": "address",
527
+ "name": "newOwner",
528
+ "type": "address"
529
+ }
530
+ ],
531
+ "name": "transferOwnership",
532
+ "outputs": [],
533
+ "stateMutability": "nonpayable",
534
+ "type": "function"
535
+ },
536
+ {
537
+ "inputs": [
538
+ {
539
+ "internalType": "uint256",
540
+ "name": "",
541
+ "type": "uint256"
542
+ }
543
+ ],
544
+ "name": "uri",
545
+ "outputs": [
546
+ {
547
+ "internalType": "string",
548
+ "name": "",
549
+ "type": "string"
550
+ }
551
+ ],
552
+ "stateMutability": "view",
553
+ "type": "function"
554
+ }
555
+ ],
556
+ "bytecode": "0x6080604052346100cd5761001360c0604052565b60106080526f656d616e2e636f6d2f63616e436f646560801b60a052600254600181811c911680156100c3575b60208210146100ad5761005290610327565b60a0516001600160801b031916602017600255331561009457610074336102de565b61008561007f610110565b33610133565b60405161132f908161062c8239f35b604051631e4fbdf760e01b815260006004820152602490fd5b634e487b7160e01b600052602260045260246000fd5b90607f1690610040565b600080fd5b634e487b7160e01b600052604160045260246000fd5b601f909101601f19168101906001600160401b0382119082101761010b57604052565b6100d2565b60405190602082016001600160401b0381118382101761010b5760405260008252565b6001600160a01b038116919082156102c5576040516001938482526020916020810195808752604082019281845260609460608401958387526080850180604052855187518082036102a957505050908391826000905b610248575b50505083511460001461020c57600088517fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f626101e1885160405191829133958360209093929193604081019481520152565b0390a45b8151036101fe5750506101fc9351905191336105f6565b565b9150916101fc9450336104c9565b60006040517f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb3391806102408989836103b7565b0390a46101e5565b86518110156102a45780849160051b880161029b6102938d61027c8789860151950151946000526000602052604060002090565b9060018060a01b0316600052602052604060002090565b918254610360565b9055018361018a565b61018f565b635b05999160e01b8352608488019190915260a4870152604490fd5b604051632bfa23e760e11b815260006004820152602490fd5b600380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3565b601f81116103325750565b60006002600052601f6020600020920160051c8201915b82811061035557505050565b818155600101610349565b9190820180921161036d57565b634e487b7160e01b600052601160045260246000fd5b90815180825260208080930193019160005b8281106103a3575050505090565b835185529381019392810192600101610395565b90916103ce6103dc93604084526040840190610383565b916020818403910152610383565b90565b908160209103126100cd57516001600160e01b0319811681036100cd5790565b919082519283825260005b84811061042b575050826000602080949584010152601f8019910116010190565b60208183018101518483018201520161040a565b9261046e6103dc959361047c9360018060a01b031686526000602087015260a0604087015260a0860190610383565b908482036060860152610383565b9160808184039101526103ff565b3d156104c4573d906001600160401b03821161010b57604051916104b8601f8201601f1916602001846100e8565b82523d6000602084013e565b606090565b9293919093843b6104dc575b5050505050565b6020916104ff604051948593849363bc197c8160e01b988986526004860161043f565b038160006001600160a01b0388165af160009181610594575b50610557578261052661048a565b805191908261055057604051632bfa23e760e11b81526001600160a01b0383166004820152602490fd5b6020915001fd5b6001600160e01b03191603610571575038808080806104d5565b604051632bfa23e760e11b81526001600160a01b03919091166004820152602490fd5b6105b791925060203d6020116105be575b6105af81836100e8565b8101906103df565b9038610518565b503d6105a5565b909260a0926103dc9594600180861b03168352600060208401526040830152606082015281608082015201906103ff565b9293919093843b610608575050505050565b6020916104ff604051948593849363f23a6e6160e01b98898652600486016105c556fe6080604052600436101561001257600080fd5b60003560e01c8062fdd58e146100e657806301ffc9a7146100e15780630e89341c146100dc5780631f7fdffa146100d75780632eb2c2d6146100d25780634e1273f4146100cd578063715018a6146100c8578063731133e9146100c35780638da5cb5b146100be578063a22cb465146100b9578063e985e9c5146100b4578063f242432a146100af5763f2fde38b146100aa57600080fd5b610a72565b61096d565b610910565b610853565b61082a565b6107a2565b610741565b610686565b61051a565b610472565b610251565b61018f565b610130565b600435906001600160a01b038216820361010157565b600080fd5b602435906001600160a01b038216820361010157565b35906001600160a01b038216820361010157565b3461010157604036600319011261010157602061017461014e6100eb565b6024356000526000835260406000209060018060a01b0316600052602052604060002090565b54604051908152f35b6001600160e01b031981160361010157565b346101015760203660031901126101015760206004356101ae8161017d565b63ffffffff60e01b16636cdb3d1360e11b81149081156101ec575b81156101db575b506040519015158152f35b6301ffc9a760e01b149050386101d0565b6303a24d0760e21b811491506101c9565b919082519283825260005b848110610229575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201610208565b90602061024e9281815201906101fd565b90565b346101015760208060031936011261010157604051906000906002546001918160011c9260018316928315610350575b60208510841461033c57848752602087019390811561031d57506001146102c3575b6102bf866102b381880382610370565b6040519182918261023d565b0390f35b6002600090815294509192917f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace5b83861061030c57505050910190506102b3826102bf386102a3565b8054858701529482019481016102f1565b60ff1916845250505090151560051b0190506102b3826102bf386102a3565b634e487b7160e01b86526022600452602486fd5b93607f1693610281565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff82111761039257604052565b61035a565b67ffffffffffffffff81116103925760051b60200190565b9080601f830112156101015760209082356103c981610397565b936103d76040519586610370565b81855260208086019260051b82010192831161010157602001905b828210610400575050505090565b813581529083019083016103f2565b67ffffffffffffffff811161039257601f01601f191660200190565b81601f82011215610101578035906104428261040f565b926104506040519485610370565b8284526020838301011161010157816000926020809301838601378301015290565b346101015760803660031901126101015761048b6100eb565b67ffffffffffffffff602435818111610101576104ac9036906004016103af565b90604435818111610101576104c59036906004016103af565b90606435908111610101576104de90369060040161042b565b916104e7610be9565b6001600160a01b03841615610501576104ff93610c15565b005b604051632bfa23e760e11b815260006004820152602490fd5b346101015760a0366003190112610101576105336100eb565b61053b610106565b906044359167ffffffffffffffff9081841161010157610560600494369086016103af565b906064358381116101015761057890369087016103af565b9260843590811161010157610590903690870161042b565b936001600160a01b0380821690338214158061061d575b6105f0578316156105d857156105c1576104ff9550610d90565b604051626a0d4560e21b8152600081880152602490fd5b604051632bfa23e760e11b8152600081890152602490fd5b6040805163711bec9160e11b815233818b019081526001600160a01b038616602082015290918291010390fd5b50600082815260016020908152604080832033845290915290205460ff16156105a7565b90815180825260208080930193019160005b828110610661575050505090565b835185529381019392810192600101610653565b90602061024e928181520190610641565b346101015760403660031901126101015760043567ffffffffffffffff80821161010157366023830112156101015781600401356106c381610397565b926106d16040519485610370565b8184526020916024602086019160051b8301019136831161010157602401905b82821061072a5785602435868111610101576102bf9161071861071e9236906004016103af565b90610b2a565b60405191829182610675565b8380916107368461011c565b8152019101906106f1565b346101015760008060031936011261079f5761075b610be9565b600380546001600160a01b0319811690915581906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b80fd5b34610101576080366003190112610101576107bb6100eb565b60643567ffffffffffffffff8111610101576107db90369060040161042b565b6107e3610be9565b6001600160a01b03821615610501576104ff916108246044356024359160405192600184526020840152604083019160018352606084015260808301604052565b91610c15565b34610101576000366003190112610101576003546040516001600160a01b039091168152602090f35b346101015760403660031901126101015761086c6100eb565b602435801515808203610101576001600160a01b0383169283156108f8573360009081526001602090815260408083206001600160a01b039094168352929052209060ff801983541691161790557f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31604051806108f3339482919091602081019215159052565b0390a3005b60405162ced3e160e81b815260006004820152602490fd5b3461010157604036600319011261010157602060ff6109616109306100eb565b610938610106565b6001600160a01b0391821660009081526001865260408082209290931681526020919091522090565b54166040519015158152f35b346101015760a0366003190112610101576109866100eb565b61098e610106565b60843567ffffffffffffffff8111610101576109ae90369060040161042b565b906001600160a01b03838116903382141580610a4e575b610a27578216156105015715610a0f576104ff92610a076064356044359160405192600184526020840152604083019160018352606084015260808301604052565b929091610d90565b604051626a0d4560e21b815260006004820152602490fd5b60405163711bec9160e11b81523360048201526001600160a01b0386166024820152604490fd5b50600082815260016020908152604080832033845290915290205460ff16156109c5565b3461010157602036600319011261010157610a8b6100eb565b610a93610be9565b6001600160a01b03908116908115610ae757600354826bffffffffffffffffffffffff60a01b821617600355167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3005b604051631e4fbdf760e01b815260006004820152602490fd5b8051821015610b145760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b91909180518351808203610bc7575050805190610b5f610b4983610397565b92610b576040519485610370565b808452610397565b60209190601f1901368484013760005b8151811015610bbf57600581901b8281018401519087018401516000908152602081815260408083206001600160a01b039094168352929052205460019190610bb88287610b00565b5201610b6f565b509193505050565b604051635b05999160e01b815260048101919091526024810191909152604490fd5b6003546001600160a01b03163303610bfd57565b60405163118cdaa760e01b8152336004820152602490fd5b908051835190818103610bc757505060005b8151811015610ca557600581901b82810160209081015191860101516001929185906001600160a01b038216610c61575b50505001610c27565b610c9b91610c7c610c93926000526000602052604060002090565b9060018060a01b0316600052602052604060002090565b918254610f89565b9055388481610c58565b50805191939291600103610d47576020818101518382015160408051928352928201526001600160a01b0386169160009133917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6291a45b6001600160a01b038416610d11575b50505050565b8051600103610d385790602080610d2f95930151910151913361128d565b38808080610d0b565b610d429333611093565b610d2f565b6040516001600160a01b0385169060009033907f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb9080610d88888883610fac565b0390a4610cfc565b949190918151845190818103610bc757505060005b8251811015610e9357600581901b83810160209081015191870101516001600160a01b03929186908a8516610e0d575b6001948216610de8575b50505001610da5565b610e0391610c7c610c93926000526000602052604060002090565b9055388581610ddf565b9192939050610e2a8a610c7c846000526000602052604060002090565b54838110610e5c5791879184600196959403610e548d610c7c856000526000602052604060002090565b559450610dd5565b6040516303dee4c560e01b81526001600160a01b038c16600482015260248101919091526044810184905260648101839052608490fd5b509491939290936001855114600014610f3e576020858101518382015160408051928352928201526001600160a01b03838116929086169133917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6291a45b6001600160a01b038116610f07575b5050505050565b8451600103610f2d57602080610f2396015192015192336112c2565b3880808080610f00565b610f399491923361118e565b610f23565b6040516001600160a01b03828116919085169033907f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb9080610f81888c83610fac565b0390a4610ef1565b91908201809211610f9657565b634e487b7160e01b600052601160045260246000fd5b9091610fc361024e93604084526040840190610641565b916020818403910152610641565b90816020910312610101575161024e8161017d565b9261101561024e95936110239360018060a01b031686526000602087015260a0604087015260a0860190610641565b908482036060860152610641565b9160808184039101526101fd565b939061024e9593611015916110239460018060a01b03809216885216602087015260a0604087015260a0860190610641565b3d1561108e573d906110748261040f565b916110826040519384610370565b82523d6000602084013e565b606090565b9293919093843b6110a5575050505050565b6020916110c8604051948593849363bc197c8160e01b9889865260048601610fe6565b038160006001600160a01b0388165af16000918161115d575b5061112057826110ef611063565b805191908261111957604051632bfa23e760e11b81526001600160a01b0383166004820152602490fd5b6020915001fd5b6001600160e01b0319160361113a57503880808080610f00565b604051632bfa23e760e11b81526001600160a01b03919091166004820152602490fd5b61118091925060203d602011611187575b6111788183610370565b810190610fd1565b90386110e1565b503d61116e565b939290949194853b6111a3575b505050505050565b6111c6602093604051958694859463bc197c8160e01b998a875260048701611031565b038160006001600160a01b0388165af160009181611208575b506111ed57826110ef611063565b6001600160e01b0319160361113a575038808080808061119b565b61122291925060203d602011611187576111788183610370565b90386111df565b909260a09261024e9594600180861b03168352600060208401526040830152606082015281608082015201906101fd565b919261024e95949160a094600180871b0380921685521660208401526040830152606082015281608082015201906101fd565b9293919093843b61129f575050505050565b6020916110c8604051948593849363f23a6e6160e01b9889865260048601611229565b939290949194853b6112d657505050505050565b6111c6602093604051958694859463f23a6e6160e01b998a87526004870161125a56fea2646970667358221220cc5dff1b0c45204b5453673b8c4ca2268310e5920c67a40f3a398318d5f5d81564736f6c63430008190033",
557
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c8062fdd58e146100e657806301ffc9a7146100e15780630e89341c146100dc5780631f7fdffa146100d75780632eb2c2d6146100d25780634e1273f4146100cd578063715018a6146100c8578063731133e9146100c35780638da5cb5b146100be578063a22cb465146100b9578063e985e9c5146100b4578063f242432a146100af5763f2fde38b146100aa57600080fd5b610a72565b61096d565b610910565b610853565b61082a565b6107a2565b610741565b610686565b61051a565b610472565b610251565b61018f565b610130565b600435906001600160a01b038216820361010157565b600080fd5b602435906001600160a01b038216820361010157565b35906001600160a01b038216820361010157565b3461010157604036600319011261010157602061017461014e6100eb565b6024356000526000835260406000209060018060a01b0316600052602052604060002090565b54604051908152f35b6001600160e01b031981160361010157565b346101015760203660031901126101015760206004356101ae8161017d565b63ffffffff60e01b16636cdb3d1360e11b81149081156101ec575b81156101db575b506040519015158152f35b6301ffc9a760e01b149050386101d0565b6303a24d0760e21b811491506101c9565b919082519283825260005b848110610229575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201610208565b90602061024e9281815201906101fd565b90565b346101015760208060031936011261010157604051906000906002546001918160011c9260018316928315610350575b60208510841461033c57848752602087019390811561031d57506001146102c3575b6102bf866102b381880382610370565b6040519182918261023d565b0390f35b6002600090815294509192917f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace5b83861061030c57505050910190506102b3826102bf386102a3565b8054858701529482019481016102f1565b60ff1916845250505090151560051b0190506102b3826102bf386102a3565b634e487b7160e01b86526022600452602486fd5b93607f1693610281565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff82111761039257604052565b61035a565b67ffffffffffffffff81116103925760051b60200190565b9080601f830112156101015760209082356103c981610397565b936103d76040519586610370565b81855260208086019260051b82010192831161010157602001905b828210610400575050505090565b813581529083019083016103f2565b67ffffffffffffffff811161039257601f01601f191660200190565b81601f82011215610101578035906104428261040f565b926104506040519485610370565b8284526020838301011161010157816000926020809301838601378301015290565b346101015760803660031901126101015761048b6100eb565b67ffffffffffffffff602435818111610101576104ac9036906004016103af565b90604435818111610101576104c59036906004016103af565b90606435908111610101576104de90369060040161042b565b916104e7610be9565b6001600160a01b03841615610501576104ff93610c15565b005b604051632bfa23e760e11b815260006004820152602490fd5b346101015760a0366003190112610101576105336100eb565b61053b610106565b906044359167ffffffffffffffff9081841161010157610560600494369086016103af565b906064358381116101015761057890369087016103af565b9260843590811161010157610590903690870161042b565b936001600160a01b0380821690338214158061061d575b6105f0578316156105d857156105c1576104ff9550610d90565b604051626a0d4560e21b8152600081880152602490fd5b604051632bfa23e760e11b8152600081890152602490fd5b6040805163711bec9160e11b815233818b019081526001600160a01b038616602082015290918291010390fd5b50600082815260016020908152604080832033845290915290205460ff16156105a7565b90815180825260208080930193019160005b828110610661575050505090565b835185529381019392810192600101610653565b90602061024e928181520190610641565b346101015760403660031901126101015760043567ffffffffffffffff80821161010157366023830112156101015781600401356106c381610397565b926106d16040519485610370565b8184526020916024602086019160051b8301019136831161010157602401905b82821061072a5785602435868111610101576102bf9161071861071e9236906004016103af565b90610b2a565b60405191829182610675565b8380916107368461011c565b8152019101906106f1565b346101015760008060031936011261079f5761075b610be9565b600380546001600160a01b0319811690915581906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b80fd5b34610101576080366003190112610101576107bb6100eb565b60643567ffffffffffffffff8111610101576107db90369060040161042b565b6107e3610be9565b6001600160a01b03821615610501576104ff916108246044356024359160405192600184526020840152604083019160018352606084015260808301604052565b91610c15565b34610101576000366003190112610101576003546040516001600160a01b039091168152602090f35b346101015760403660031901126101015761086c6100eb565b602435801515808203610101576001600160a01b0383169283156108f8573360009081526001602090815260408083206001600160a01b039094168352929052209060ff801983541691161790557f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31604051806108f3339482919091602081019215159052565b0390a3005b60405162ced3e160e81b815260006004820152602490fd5b3461010157604036600319011261010157602060ff6109616109306100eb565b610938610106565b6001600160a01b0391821660009081526001865260408082209290931681526020919091522090565b54166040519015158152f35b346101015760a0366003190112610101576109866100eb565b61098e610106565b60843567ffffffffffffffff8111610101576109ae90369060040161042b565b906001600160a01b03838116903382141580610a4e575b610a27578216156105015715610a0f576104ff92610a076064356044359160405192600184526020840152604083019160018352606084015260808301604052565b929091610d90565b604051626a0d4560e21b815260006004820152602490fd5b60405163711bec9160e11b81523360048201526001600160a01b0386166024820152604490fd5b50600082815260016020908152604080832033845290915290205460ff16156109c5565b3461010157602036600319011261010157610a8b6100eb565b610a93610be9565b6001600160a01b03908116908115610ae757600354826bffffffffffffffffffffffff60a01b821617600355167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3005b604051631e4fbdf760e01b815260006004820152602490fd5b8051821015610b145760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b91909180518351808203610bc7575050805190610b5f610b4983610397565b92610b576040519485610370565b808452610397565b60209190601f1901368484013760005b8151811015610bbf57600581901b8281018401519087018401516000908152602081815260408083206001600160a01b039094168352929052205460019190610bb88287610b00565b5201610b6f565b509193505050565b604051635b05999160e01b815260048101919091526024810191909152604490fd5b6003546001600160a01b03163303610bfd57565b60405163118cdaa760e01b8152336004820152602490fd5b908051835190818103610bc757505060005b8151811015610ca557600581901b82810160209081015191860101516001929185906001600160a01b038216610c61575b50505001610c27565b610c9b91610c7c610c93926000526000602052604060002090565b9060018060a01b0316600052602052604060002090565b918254610f89565b9055388481610c58565b50805191939291600103610d47576020818101518382015160408051928352928201526001600160a01b0386169160009133917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6291a45b6001600160a01b038416610d11575b50505050565b8051600103610d385790602080610d2f95930151910151913361128d565b38808080610d0b565b610d429333611093565b610d2f565b6040516001600160a01b0385169060009033907f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb9080610d88888883610fac565b0390a4610cfc565b949190918151845190818103610bc757505060005b8251811015610e9357600581901b83810160209081015191870101516001600160a01b03929186908a8516610e0d575b6001948216610de8575b50505001610da5565b610e0391610c7c610c93926000526000602052604060002090565b9055388581610ddf565b9192939050610e2a8a610c7c846000526000602052604060002090565b54838110610e5c5791879184600196959403610e548d610c7c856000526000602052604060002090565b559450610dd5565b6040516303dee4c560e01b81526001600160a01b038c16600482015260248101919091526044810184905260648101839052608490fd5b509491939290936001855114600014610f3e576020858101518382015160408051928352928201526001600160a01b03838116929086169133917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6291a45b6001600160a01b038116610f07575b5050505050565b8451600103610f2d57602080610f2396015192015192336112c2565b3880808080610f00565b610f399491923361118e565b610f23565b6040516001600160a01b03828116919085169033907f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb9080610f81888c83610fac565b0390a4610ef1565b91908201809211610f9657565b634e487b7160e01b600052601160045260246000fd5b9091610fc361024e93604084526040840190610641565b916020818403910152610641565b90816020910312610101575161024e8161017d565b9261101561024e95936110239360018060a01b031686526000602087015260a0604087015260a0860190610641565b908482036060860152610641565b9160808184039101526101fd565b939061024e9593611015916110239460018060a01b03809216885216602087015260a0604087015260a0860190610641565b3d1561108e573d906110748261040f565b916110826040519384610370565b82523d6000602084013e565b606090565b9293919093843b6110a5575050505050565b6020916110c8604051948593849363bc197c8160e01b9889865260048601610fe6565b038160006001600160a01b0388165af16000918161115d575b5061112057826110ef611063565b805191908261111957604051632bfa23e760e11b81526001600160a01b0383166004820152602490fd5b6020915001fd5b6001600160e01b0319160361113a57503880808080610f00565b604051632bfa23e760e11b81526001600160a01b03919091166004820152602490fd5b61118091925060203d602011611187575b6111788183610370565b810190610fd1565b90386110e1565b503d61116e565b939290949194853b6111a3575b505050505050565b6111c6602093604051958694859463bc197c8160e01b998a875260048701611031565b038160006001600160a01b0388165af160009181611208575b506111ed57826110ef611063565b6001600160e01b0319160361113a575038808080808061119b565b61122291925060203d602011611187576111788183610370565b90386111df565b909260a09261024e9594600180861b03168352600060208401526040830152606082015281608082015201906101fd565b919261024e95949160a094600180871b0380921685521660208401526040830152606082015281608082015201906101fd565b9293919093843b61129f575050505050565b6020916110c8604051948593849363f23a6e6160e01b9889865260048601611229565b939290949194853b6112d657505050505050565b6111c6602093604051958694859463f23a6e6160e01b998a87526004870161125a56fea2646970667358221220cc5dff1b0c45204b5453673b8c4ca2268310e5920c67a40f3a398318d5f5d81564736f6c63430008190033",
558
+ "linkReferences": {},
559
+ "deployedLinkReferences": {}
560
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
+ }