@wireio/stake 0.2.5 → 0.3.0

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 (97) hide show
  1. package/lib/stake.browser.js +2461 -2074
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +29 -55
  4. package/lib/stake.js +2615 -2211
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +2461 -2074
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  10. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.json +807 -0
  11. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +1 -1
  12. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +184 -346
  13. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  14. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  15. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  16. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  17. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  18. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  19. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  20. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  21. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.json +36 -0
  22. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  23. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  24. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  25. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +226 -0
  26. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  27. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
  28. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  29. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
  30. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  31. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  32. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  33. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  34. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  35. package/src/assets/ethereum/ABI/liqEth/{RewardsERC20Pausable.sol/RewardsERC20Pausable.json → RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
  36. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  37. package/src/assets/ethereum/ABI/liqEth/{RewardsERC20.sol/RewardsERC20.json → RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json} +218 -30
  38. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +1 -1
  39. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +2 -2
  40. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +1 -1
  41. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +2 -2
  42. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.dbg.json +4 -0
  43. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +10 -0
  44. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +4 -0
  45. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.json +10 -0
  46. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +1 -1
  47. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +121 -55
  48. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  49. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +836 -273
  50. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +1 -1
  51. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +150 -168
  52. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +1 -1
  53. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +301 -186
  54. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +1 -1
  55. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +814 -206
  56. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  57. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +244 -198
  58. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  59. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  60. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  61. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +165 -152
  62. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  63. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +167 -282
  64. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
  65. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
  66. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -54
  67. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +1 -1
  68. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +26 -8
  69. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  70. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.json +2 -2
  71. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  72. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +1650 -0
  73. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
  74. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -22
  75. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  76. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  77. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
  78. package/src/networks/ethereum/clients/deposit.client.ts +11 -7
  79. package/src/networks/ethereum/clients/liq.client.ts +47 -0
  80. package/src/networks/ethereum/clients/pretoken.client.ts +47 -50
  81. package/src/networks/ethereum/contract.ts +24 -51
  82. package/src/networks/ethereum/ethereum.ts +29 -52
  83. package/src/networks/ethereum/types.ts +7 -6
  84. package/src/networks/ethereum/utils.ts +3 -9
  85. package/src/networks/solana/clients/token.client.ts +0 -1
  86. package/src/networks/solana/solana.ts +44 -146
  87. package/src/networks/solana/types.ts +6 -2
  88. package/src/networks/solana/utils.ts +4 -6
  89. package/src/types.ts +6 -34
  90. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
  91. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
  92. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
  93. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
  94. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
  95. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
  96. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
  97. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
@@ -0,0 +1,1650 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Pretoken",
4
+ "sourceName": "contracts/outpost/Pretoken.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "implementation",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ERC1967InvalidImplementation",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ERC1967NonPayable",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "address",
75
+ "name": "spender",
76
+ "type": "address"
77
+ },
78
+ {
79
+ "internalType": "uint256",
80
+ "name": "allowance",
81
+ "type": "uint256"
82
+ },
83
+ {
84
+ "internalType": "uint256",
85
+ "name": "needed",
86
+ "type": "uint256"
87
+ }
88
+ ],
89
+ "name": "ERC20InsufficientAllowance",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "address",
96
+ "name": "sender",
97
+ "type": "address"
98
+ },
99
+ {
100
+ "internalType": "uint256",
101
+ "name": "balance",
102
+ "type": "uint256"
103
+ },
104
+ {
105
+ "internalType": "uint256",
106
+ "name": "needed",
107
+ "type": "uint256"
108
+ }
109
+ ],
110
+ "name": "ERC20InsufficientBalance",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "inputs": [
115
+ {
116
+ "internalType": "address",
117
+ "name": "approver",
118
+ "type": "address"
119
+ }
120
+ ],
121
+ "name": "ERC20InvalidApprover",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "address",
128
+ "name": "receiver",
129
+ "type": "address"
130
+ }
131
+ ],
132
+ "name": "ERC20InvalidReceiver",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "address",
139
+ "name": "sender",
140
+ "type": "address"
141
+ }
142
+ ],
143
+ "name": "ERC20InvalidSender",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [
148
+ {
149
+ "internalType": "address",
150
+ "name": "spender",
151
+ "type": "address"
152
+ }
153
+ ],
154
+ "name": "ERC20InvalidSpender",
155
+ "type": "error"
156
+ },
157
+ {
158
+ "inputs": [],
159
+ "name": "EnforcedPause",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "ExpectedPause",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [],
169
+ "name": "FailedCall",
170
+ "type": "error"
171
+ },
172
+ {
173
+ "inputs": [],
174
+ "name": "InvalidInitialization",
175
+ "type": "error"
176
+ },
177
+ {
178
+ "inputs": [],
179
+ "name": "NotInitializing",
180
+ "type": "error"
181
+ },
182
+ {
183
+ "inputs": [
184
+ {
185
+ "internalType": "bytes32",
186
+ "name": "expected",
187
+ "type": "bytes32"
188
+ },
189
+ {
190
+ "internalType": "bytes32",
191
+ "name": "actual",
192
+ "type": "bytes32"
193
+ }
194
+ ],
195
+ "name": "OPP_EpochHashMismatch",
196
+ "type": "error"
197
+ },
198
+ {
199
+ "inputs": [
200
+ {
201
+ "internalType": "uint256",
202
+ "name": "required",
203
+ "type": "uint256"
204
+ },
205
+ {
206
+ "internalType": "uint256",
207
+ "name": "provided",
208
+ "type": "uint256"
209
+ }
210
+ ],
211
+ "name": "OPP_InsufficientSignatureWeight",
212
+ "type": "error"
213
+ },
214
+ {
215
+ "inputs": [
216
+ {
217
+ "internalType": "address",
218
+ "name": "caller",
219
+ "type": "address"
220
+ },
221
+ {
222
+ "internalType": "address",
223
+ "name": "expected",
224
+ "type": "address"
225
+ }
226
+ ],
227
+ "name": "OPP_InvalidOPPAddress",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [
232
+ {
233
+ "internalType": "bytes32",
234
+ "name": "expected",
235
+ "type": "bytes32"
236
+ },
237
+ {
238
+ "internalType": "bytes32",
239
+ "name": "actual",
240
+ "type": "bytes32"
241
+ }
242
+ ],
243
+ "name": "OPP_MessageIDMismatch",
244
+ "type": "error"
245
+ },
246
+ {
247
+ "inputs": [],
248
+ "name": "OPP_NoAssertionsSent",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [],
253
+ "name": "OPP_NoPendingAssertions",
254
+ "type": "error"
255
+ },
256
+ {
257
+ "inputs": [
258
+ {
259
+ "internalType": "uint32",
260
+ "name": "expected",
261
+ "type": "uint32"
262
+ },
263
+ {
264
+ "internalType": "uint32",
265
+ "name": "actual",
266
+ "type": "uint32"
267
+ }
268
+ ],
269
+ "name": "OPP_NonSequentialEpoch",
270
+ "type": "error"
271
+ },
272
+ {
273
+ "inputs": [],
274
+ "name": "OPP_NotSending",
275
+ "type": "error"
276
+ },
277
+ {
278
+ "inputs": [],
279
+ "name": "OPP_OPPAddressNotSet",
280
+ "type": "error"
281
+ },
282
+ {
283
+ "inputs": [
284
+ {
285
+ "internalType": "bytes32",
286
+ "name": "expected",
287
+ "type": "bytes32"
288
+ },
289
+ {
290
+ "internalType": "bytes32",
291
+ "name": "actual",
292
+ "type": "bytes32"
293
+ }
294
+ ],
295
+ "name": "OPP_PayloadHashMismatch",
296
+ "type": "error"
297
+ },
298
+ {
299
+ "inputs": [
300
+ {
301
+ "internalType": "uint32",
302
+ "name": "epochNumber",
303
+ "type": "uint32"
304
+ },
305
+ {
306
+ "internalType": "uint256",
307
+ "name": "messageCount",
308
+ "type": "uint256"
309
+ }
310
+ ],
311
+ "name": "OPP_PreviousEpochPendingMessages",
312
+ "type": "error"
313
+ },
314
+ {
315
+ "inputs": [
316
+ {
317
+ "internalType": "uint32",
318
+ "name": "epochNumber",
319
+ "type": "uint32"
320
+ }
321
+ ],
322
+ "name": "OPP_PreviousEpochSent",
323
+ "type": "error"
324
+ },
325
+ {
326
+ "inputs": [
327
+ {
328
+ "internalType": "uint32",
329
+ "name": "epochNumber",
330
+ "type": "uint32"
331
+ }
332
+ ],
333
+ "name": "OPP_PreviousEpochUnsent",
334
+ "type": "error"
335
+ },
336
+ {
337
+ "inputs": [
338
+ {
339
+ "internalType": "uint256",
340
+ "name": "stack",
341
+ "type": "uint256"
342
+ }
343
+ ],
344
+ "name": "OPP_SendStackError",
345
+ "type": "error"
346
+ },
347
+ {
348
+ "inputs": [
349
+ {
350
+ "internalType": "uint256",
351
+ "name": "expectedMaxMessages",
352
+ "type": "uint256"
353
+ },
354
+ {
355
+ "internalType": "uint256",
356
+ "name": "actualMessages",
357
+ "type": "uint256"
358
+ }
359
+ ],
360
+ "name": "OPP_TooManyMessages",
361
+ "type": "error"
362
+ },
363
+ {
364
+ "inputs": [
365
+ {
366
+ "internalType": "address",
367
+ "name": "sender",
368
+ "type": "address"
369
+ },
370
+ {
371
+ "internalType": "uint16",
372
+ "name": "assertionType",
373
+ "type": "uint16"
374
+ }
375
+ ],
376
+ "name": "OPP_UnauthorizedAssertionType",
377
+ "type": "error"
378
+ },
379
+ {
380
+ "inputs": [
381
+ {
382
+ "internalType": "uint16",
383
+ "name": "assertionType",
384
+ "type": "uint16"
385
+ }
386
+ ],
387
+ "name": "OPP_UnhandledAssertionType",
388
+ "type": "error"
389
+ },
390
+ {
391
+ "inputs": [],
392
+ "name": "OPP_ZeroTag",
393
+ "type": "error"
394
+ },
395
+ {
396
+ "inputs": [],
397
+ "name": "UUPSUnauthorizedCallContext",
398
+ "type": "error"
399
+ },
400
+ {
401
+ "inputs": [
402
+ {
403
+ "internalType": "bytes32",
404
+ "name": "slot",
405
+ "type": "bytes32"
406
+ }
407
+ ],
408
+ "name": "UUPSUnsupportedProxiableUUID",
409
+ "type": "error"
410
+ },
411
+ {
412
+ "inputs": [
413
+ {
414
+ "internalType": "address",
415
+ "name": "actor",
416
+ "type": "address"
417
+ }
418
+ ],
419
+ "name": "WIRE_ActorAlreadyBonded",
420
+ "type": "error"
421
+ },
422
+ {
423
+ "inputs": [
424
+ {
425
+ "internalType": "address",
426
+ "name": "actor",
427
+ "type": "address"
428
+ }
429
+ ],
430
+ "name": "WIRE_ActorNotBonded",
431
+ "type": "error"
432
+ },
433
+ {
434
+ "inputs": [
435
+ {
436
+ "internalType": "uint32",
437
+ "name": "tokenType",
438
+ "type": "uint32"
439
+ },
440
+ {
441
+ "internalType": "bytes32",
442
+ "name": "bondLevelId",
443
+ "type": "bytes32"
444
+ }
445
+ ],
446
+ "name": "WIRE_BadBondLevel",
447
+ "type": "error"
448
+ },
449
+ {
450
+ "inputs": [
451
+ {
452
+ "internalType": "string",
453
+ "name": "name",
454
+ "type": "string"
455
+ },
456
+ {
457
+ "internalType": "address",
458
+ "name": "provided",
459
+ "type": "address"
460
+ }
461
+ ],
462
+ "name": "WIRE_BadContractAddress",
463
+ "type": "error"
464
+ },
465
+ {
466
+ "inputs": [
467
+ {
468
+ "internalType": "uint256",
469
+ "name": "bps",
470
+ "type": "uint256"
471
+ },
472
+ {
473
+ "internalType": "uint256",
474
+ "name": "maxBps",
475
+ "type": "uint256"
476
+ }
477
+ ],
478
+ "name": "WIRE_BasisPointsTooHigh",
479
+ "type": "error"
480
+ },
481
+ {
482
+ "inputs": [
483
+ {
484
+ "internalType": "address",
485
+ "name": "actor",
486
+ "type": "address"
487
+ },
488
+ {
489
+ "internalType": "uint256",
490
+ "name": "cooldownEnd",
491
+ "type": "uint256"
492
+ }
493
+ ],
494
+ "name": "WIRE_BondInCooldown",
495
+ "type": "error"
496
+ },
497
+ {
498
+ "inputs": [
499
+ {
500
+ "internalType": "address",
501
+ "name": "actor",
502
+ "type": "address"
503
+ },
504
+ {
505
+ "internalType": "uint256",
506
+ "name": "warmupEnd",
507
+ "type": "uint256"
508
+ }
509
+ ],
510
+ "name": "WIRE_BondInWarmup",
511
+ "type": "error"
512
+ },
513
+ {
514
+ "inputs": [
515
+ {
516
+ "internalType": "uint256",
517
+ "name": "required",
518
+ "type": "uint256"
519
+ },
520
+ {
521
+ "internalType": "uint256",
522
+ "name": "provided",
523
+ "type": "uint256"
524
+ }
525
+ ],
526
+ "name": "WIRE_BondInsufficientEth",
527
+ "type": "error"
528
+ },
529
+ {
530
+ "inputs": [
531
+ {
532
+ "internalType": "uint256",
533
+ "name": "required",
534
+ "type": "uint256"
535
+ },
536
+ {
537
+ "internalType": "uint256",
538
+ "name": "provided",
539
+ "type": "uint256"
540
+ }
541
+ ],
542
+ "name": "WIRE_BondInsufficientEthEquivalent",
543
+ "type": "error"
544
+ },
545
+ {
546
+ "inputs": [
547
+ {
548
+ "internalType": "uint256",
549
+ "name": "value",
550
+ "type": "uint256"
551
+ },
552
+ {
553
+ "internalType": "uint256",
554
+ "name": "minValue",
555
+ "type": "uint256"
556
+ }
557
+ ],
558
+ "name": "WIRE_BondLevelCooldownTooShort",
559
+ "type": "error"
560
+ },
561
+ {
562
+ "inputs": [
563
+ {
564
+ "internalType": "uint32",
565
+ "name": "tokenType",
566
+ "type": "uint32"
567
+ },
568
+ {
569
+ "internalType": "bytes32",
570
+ "name": "bondLevelId",
571
+ "type": "bytes32"
572
+ }
573
+ ],
574
+ "name": "WIRE_BondLevelExists",
575
+ "type": "error"
576
+ },
577
+ {
578
+ "inputs": [
579
+ {
580
+ "internalType": "uint32",
581
+ "name": "tokenType",
582
+ "type": "uint32"
583
+ },
584
+ {
585
+ "internalType": "bytes32",
586
+ "name": "bondLevelId",
587
+ "type": "bytes32"
588
+ }
589
+ ],
590
+ "name": "WIRE_BondLevelHasNoRoles",
591
+ "type": "error"
592
+ },
593
+ {
594
+ "inputs": [
595
+ {
596
+ "internalType": "uint32",
597
+ "name": "tokenType",
598
+ "type": "uint32"
599
+ },
600
+ {
601
+ "internalType": "bytes32",
602
+ "name": "bondLevelId",
603
+ "type": "bytes32"
604
+ }
605
+ ],
606
+ "name": "WIRE_BondLevelNoAmount",
607
+ "type": "error"
608
+ },
609
+ {
610
+ "inputs": [
611
+ {
612
+ "internalType": "uint32",
613
+ "name": "tokenType",
614
+ "type": "uint32"
615
+ },
616
+ {
617
+ "internalType": "bytes32",
618
+ "name": "bondLevelId",
619
+ "type": "bytes32"
620
+ }
621
+ ],
622
+ "name": "WIRE_BondLevelNoEthEquivalent",
623
+ "type": "error"
624
+ },
625
+ {
626
+ "inputs": [
627
+ {
628
+ "internalType": "uint32",
629
+ "name": "tokenType",
630
+ "type": "uint32"
631
+ },
632
+ {
633
+ "internalType": "bytes32",
634
+ "name": "bondLevelId",
635
+ "type": "bytes32"
636
+ }
637
+ ],
638
+ "name": "WIRE_BondLevelNoTokenContract",
639
+ "type": "error"
640
+ },
641
+ {
642
+ "inputs": [
643
+ {
644
+ "internalType": "uint32",
645
+ "name": "tokenType",
646
+ "type": "uint32"
647
+ },
648
+ {
649
+ "internalType": "bytes32",
650
+ "name": "bondLevelId",
651
+ "type": "bytes32"
652
+ }
653
+ ],
654
+ "name": "WIRE_BondLevelNoTokenId",
655
+ "type": "error"
656
+ },
657
+ {
658
+ "inputs": [
659
+ {
660
+ "internalType": "uint256",
661
+ "name": "value",
662
+ "type": "uint256"
663
+ },
664
+ {
665
+ "internalType": "uint256",
666
+ "name": "minValue",
667
+ "type": "uint256"
668
+ }
669
+ ],
670
+ "name": "WIRE_BondLevelWarmupTooShort",
671
+ "type": "error"
672
+ },
673
+ {
674
+ "inputs": [
675
+ {
676
+ "internalType": "address",
677
+ "name": "actor",
678
+ "type": "address"
679
+ }
680
+ ],
681
+ "name": "WIRE_BondNotUnbonding",
682
+ "type": "error"
683
+ },
684
+ {
685
+ "inputs": [
686
+ {
687
+ "internalType": "address",
688
+ "name": "to",
689
+ "type": "address"
690
+ },
691
+ {
692
+ "internalType": "uint256",
693
+ "name": "amount",
694
+ "type": "uint256"
695
+ }
696
+ ],
697
+ "name": "WIRE_EthSendFailed",
698
+ "type": "error"
699
+ },
700
+ {
701
+ "inputs": [],
702
+ "name": "WIRE_GoLiveInProgress",
703
+ "type": "error"
704
+ },
705
+ {
706
+ "inputs": [
707
+ {
708
+ "internalType": "uint256",
709
+ "name": "required",
710
+ "type": "uint256"
711
+ },
712
+ {
713
+ "internalType": "uint256",
714
+ "name": "available",
715
+ "type": "uint256"
716
+ }
717
+ ],
718
+ "name": "WIRE_InsufficientEthBalance",
719
+ "type": "error"
720
+ },
721
+ {
722
+ "inputs": [],
723
+ "name": "WIRE_InvalidPrice",
724
+ "type": "error"
725
+ },
726
+ {
727
+ "inputs": [
728
+ {
729
+ "internalType": "address",
730
+ "name": "from",
731
+ "type": "address"
732
+ },
733
+ {
734
+ "internalType": "address",
735
+ "name": "to",
736
+ "type": "address"
737
+ },
738
+ {
739
+ "internalType": "uint256",
740
+ "name": "amount",
741
+ "type": "uint256"
742
+ }
743
+ ],
744
+ "name": "WIRE_LiqEthTransferFailed",
745
+ "type": "error"
746
+ },
747
+ {
748
+ "inputs": [],
749
+ "name": "WIRE_NoPricesRecorded",
750
+ "type": "error"
751
+ },
752
+ {
753
+ "inputs": [],
754
+ "name": "WIRE_NoYield",
755
+ "type": "error"
756
+ },
757
+ {
758
+ "inputs": [
759
+ {
760
+ "internalType": "address",
761
+ "name": "actor",
762
+ "type": "address"
763
+ },
764
+ {
765
+ "internalType": "address",
766
+ "name": "owner",
767
+ "type": "address"
768
+ },
769
+ {
770
+ "internalType": "address",
771
+ "name": "caller",
772
+ "type": "address"
773
+ }
774
+ ],
775
+ "name": "WIRE_NotBondOwner",
776
+ "type": "error"
777
+ },
778
+ {
779
+ "inputs": [
780
+ {
781
+ "internalType": "uint256",
782
+ "name": "receiptId",
783
+ "type": "uint256"
784
+ },
785
+ {
786
+ "internalType": "address",
787
+ "name": "owner",
788
+ "type": "address"
789
+ },
790
+ {
791
+ "internalType": "address",
792
+ "name": "caller",
793
+ "type": "address"
794
+ }
795
+ ],
796
+ "name": "WIRE_NotReceiptOwner",
797
+ "type": "error"
798
+ },
799
+ {
800
+ "inputs": [
801
+ {
802
+ "internalType": "uint256",
803
+ "name": "price",
804
+ "type": "uint256"
805
+ },
806
+ {
807
+ "internalType": "uint256",
808
+ "name": "minPrice",
809
+ "type": "uint256"
810
+ },
811
+ {
812
+ "internalType": "uint256",
813
+ "name": "maxPrice",
814
+ "type": "uint256"
815
+ }
816
+ ],
817
+ "name": "WIRE_PriceOutOfBounds",
818
+ "type": "error"
819
+ },
820
+ {
821
+ "inputs": [
822
+ {
823
+ "internalType": "uint256",
824
+ "name": "receiptId",
825
+ "type": "uint256"
826
+ }
827
+ ],
828
+ "name": "WIRE_ReceiptNotWithdrawable",
829
+ "type": "error"
830
+ },
831
+ {
832
+ "inputs": [],
833
+ "name": "WIRE_RefundingInProgress",
834
+ "type": "error"
835
+ },
836
+ {
837
+ "inputs": [],
838
+ "name": "WIRE_RefundingOnly",
839
+ "type": "error"
840
+ },
841
+ {
842
+ "inputs": [
843
+ {
844
+ "internalType": "uint256",
845
+ "name": "updatedAt",
846
+ "type": "uint256"
847
+ },
848
+ {
849
+ "internalType": "uint256",
850
+ "name": "maxStaleness",
851
+ "type": "uint256"
852
+ }
853
+ ],
854
+ "name": "WIRE_StalePrice",
855
+ "type": "error"
856
+ },
857
+ {
858
+ "inputs": [],
859
+ "name": "WIRE_TooManyTranches",
860
+ "type": "error"
861
+ },
862
+ {
863
+ "inputs": [
864
+ {
865
+ "internalType": "string",
866
+ "name": "reason",
867
+ "type": "string"
868
+ }
869
+ ],
870
+ "name": "WIRE_UnexpectedError",
871
+ "type": "error"
872
+ },
873
+ {
874
+ "inputs": [],
875
+ "name": "WIRE_ZeroAmount",
876
+ "type": "error"
877
+ },
878
+ {
879
+ "anonymous": false,
880
+ "inputs": [
881
+ {
882
+ "indexed": true,
883
+ "internalType": "address",
884
+ "name": "adapter",
885
+ "type": "address"
886
+ }
887
+ ],
888
+ "name": "AdapterUpdated",
889
+ "type": "event"
890
+ },
891
+ {
892
+ "anonymous": false,
893
+ "inputs": [
894
+ {
895
+ "indexed": true,
896
+ "internalType": "address",
897
+ "name": "owner",
898
+ "type": "address"
899
+ },
900
+ {
901
+ "indexed": true,
902
+ "internalType": "address",
903
+ "name": "spender",
904
+ "type": "address"
905
+ },
906
+ {
907
+ "indexed": false,
908
+ "internalType": "uint256",
909
+ "name": "value",
910
+ "type": "uint256"
911
+ }
912
+ ],
913
+ "name": "Approval",
914
+ "type": "event"
915
+ },
916
+ {
917
+ "anonymous": false,
918
+ "inputs": [
919
+ {
920
+ "indexed": false,
921
+ "internalType": "address",
922
+ "name": "authority",
923
+ "type": "address"
924
+ }
925
+ ],
926
+ "name": "AuthorityUpdated",
927
+ "type": "event"
928
+ },
929
+ {
930
+ "anonymous": false,
931
+ "inputs": [
932
+ {
933
+ "indexed": false,
934
+ "internalType": "uint64",
935
+ "name": "version",
936
+ "type": "uint64"
937
+ }
938
+ ],
939
+ "name": "Initialized",
940
+ "type": "event"
941
+ },
942
+ {
943
+ "anonymous": false,
944
+ "inputs": [
945
+ {
946
+ "indexed": false,
947
+ "internalType": "address",
948
+ "name": "account",
949
+ "type": "address"
950
+ }
951
+ ],
952
+ "name": "Paused",
953
+ "type": "event"
954
+ },
955
+ {
956
+ "anonymous": false,
957
+ "inputs": [
958
+ {
959
+ "indexed": true,
960
+ "internalType": "uint256",
961
+ "name": "trancheNumber",
962
+ "type": "uint256"
963
+ },
964
+ {
965
+ "indexed": false,
966
+ "internalType": "uint256",
967
+ "name": "fullSupply",
968
+ "type": "uint256"
969
+ },
970
+ {
971
+ "indexed": false,
972
+ "internalType": "uint256",
973
+ "name": "priceUsd",
974
+ "type": "uint256"
975
+ }
976
+ ],
977
+ "name": "TrancheAdvanced",
978
+ "type": "event"
979
+ },
980
+ {
981
+ "anonymous": false,
982
+ "inputs": [
983
+ {
984
+ "indexed": true,
985
+ "internalType": "address",
986
+ "name": "from",
987
+ "type": "address"
988
+ },
989
+ {
990
+ "indexed": true,
991
+ "internalType": "address",
992
+ "name": "to",
993
+ "type": "address"
994
+ },
995
+ {
996
+ "indexed": false,
997
+ "internalType": "uint256",
998
+ "name": "value",
999
+ "type": "uint256"
1000
+ }
1001
+ ],
1002
+ "name": "Transfer",
1003
+ "type": "event"
1004
+ },
1005
+ {
1006
+ "anonymous": false,
1007
+ "inputs": [
1008
+ {
1009
+ "indexed": false,
1010
+ "internalType": "address",
1011
+ "name": "account",
1012
+ "type": "address"
1013
+ }
1014
+ ],
1015
+ "name": "Unpaused",
1016
+ "type": "event"
1017
+ },
1018
+ {
1019
+ "anonymous": false,
1020
+ "inputs": [
1021
+ {
1022
+ "indexed": true,
1023
+ "internalType": "address",
1024
+ "name": "implementation",
1025
+ "type": "address"
1026
+ }
1027
+ ],
1028
+ "name": "Upgraded",
1029
+ "type": "event"
1030
+ },
1031
+ {
1032
+ "inputs": [],
1033
+ "name": "UPGRADE_INTERFACE_VERSION",
1034
+ "outputs": [
1035
+ {
1036
+ "internalType": "string",
1037
+ "name": "",
1038
+ "type": "string"
1039
+ }
1040
+ ],
1041
+ "stateMutability": "view",
1042
+ "type": "function"
1043
+ },
1044
+ {
1045
+ "inputs": [
1046
+ {
1047
+ "internalType": "address",
1048
+ "name": "owner",
1049
+ "type": "address"
1050
+ }
1051
+ ],
1052
+ "name": "__OPPEndpointManaged_init",
1053
+ "outputs": [],
1054
+ "stateMutability": "nonpayable",
1055
+ "type": "function"
1056
+ },
1057
+ {
1058
+ "inputs": [
1059
+ {
1060
+ "internalType": "address",
1061
+ "name": "owner",
1062
+ "type": "address"
1063
+ },
1064
+ {
1065
+ "internalType": "address",
1066
+ "name": "spender",
1067
+ "type": "address"
1068
+ }
1069
+ ],
1070
+ "name": "allowance",
1071
+ "outputs": [
1072
+ {
1073
+ "internalType": "uint256",
1074
+ "name": "",
1075
+ "type": "uint256"
1076
+ }
1077
+ ],
1078
+ "stateMutability": "view",
1079
+ "type": "function"
1080
+ },
1081
+ {
1082
+ "inputs": [
1083
+ {
1084
+ "internalType": "address",
1085
+ "name": "spender",
1086
+ "type": "address"
1087
+ },
1088
+ {
1089
+ "internalType": "uint256",
1090
+ "name": "value",
1091
+ "type": "uint256"
1092
+ }
1093
+ ],
1094
+ "name": "approve",
1095
+ "outputs": [
1096
+ {
1097
+ "internalType": "bool",
1098
+ "name": "",
1099
+ "type": "bool"
1100
+ }
1101
+ ],
1102
+ "stateMutability": "nonpayable",
1103
+ "type": "function"
1104
+ },
1105
+ {
1106
+ "inputs": [],
1107
+ "name": "authority",
1108
+ "outputs": [
1109
+ {
1110
+ "internalType": "address",
1111
+ "name": "",
1112
+ "type": "address"
1113
+ }
1114
+ ],
1115
+ "stateMutability": "view",
1116
+ "type": "function"
1117
+ },
1118
+ {
1119
+ "inputs": [
1120
+ {
1121
+ "internalType": "address",
1122
+ "name": "account",
1123
+ "type": "address"
1124
+ }
1125
+ ],
1126
+ "name": "balanceOf",
1127
+ "outputs": [
1128
+ {
1129
+ "internalType": "uint256",
1130
+ "name": "",
1131
+ "type": "uint256"
1132
+ }
1133
+ ],
1134
+ "stateMutability": "view",
1135
+ "type": "function"
1136
+ },
1137
+ {
1138
+ "inputs": [],
1139
+ "name": "decimals",
1140
+ "outputs": [
1141
+ {
1142
+ "internalType": "uint8",
1143
+ "name": "",
1144
+ "type": "uint8"
1145
+ }
1146
+ ],
1147
+ "stateMutability": "view",
1148
+ "type": "function"
1149
+ },
1150
+ {
1151
+ "inputs": [],
1152
+ "name": "getSummaryAssertions",
1153
+ "outputs": [
1154
+ {
1155
+ "components": [
1156
+ {
1157
+ "internalType": "uint16",
1158
+ "name": "assertionType",
1159
+ "type": "uint16"
1160
+ },
1161
+ {
1162
+ "internalType": "bytes",
1163
+ "name": "assertion",
1164
+ "type": "bytes"
1165
+ }
1166
+ ],
1167
+ "internalType": "struct OPPAssertion[]",
1168
+ "name": "",
1169
+ "type": "tuple[]"
1170
+ }
1171
+ ],
1172
+ "stateMutability": "nonpayable",
1173
+ "type": "function"
1174
+ },
1175
+ {
1176
+ "inputs": [
1177
+ {
1178
+ "internalType": "address",
1179
+ "name": "_owner",
1180
+ "type": "address"
1181
+ },
1182
+ {
1183
+ "internalType": "address",
1184
+ "name": "_priceConsumer",
1185
+ "type": "address"
1186
+ },
1187
+ {
1188
+ "internalType": "uint256",
1189
+ "name": "startSupply",
1190
+ "type": "uint256"
1191
+ },
1192
+ {
1193
+ "internalType": "uint256",
1194
+ "name": "startPriceUsd",
1195
+ "type": "uint256"
1196
+ },
1197
+ {
1198
+ "internalType": "uint256",
1199
+ "name": "_supplyGrowthBps",
1200
+ "type": "uint256"
1201
+ },
1202
+ {
1203
+ "internalType": "uint256",
1204
+ "name": "_priceGrowthBps",
1205
+ "type": "uint256"
1206
+ }
1207
+ ],
1208
+ "name": "initialize",
1209
+ "outputs": [],
1210
+ "stateMutability": "nonpayable",
1211
+ "type": "function"
1212
+ },
1213
+ {
1214
+ "inputs": [],
1215
+ "name": "isConsumingScheduledOp",
1216
+ "outputs": [
1217
+ {
1218
+ "internalType": "bytes4",
1219
+ "name": "",
1220
+ "type": "bytes4"
1221
+ }
1222
+ ],
1223
+ "stateMutability": "view",
1224
+ "type": "function"
1225
+ },
1226
+ {
1227
+ "inputs": [],
1228
+ "name": "name",
1229
+ "outputs": [
1230
+ {
1231
+ "internalType": "string",
1232
+ "name": "",
1233
+ "type": "string"
1234
+ }
1235
+ ],
1236
+ "stateMutability": "view",
1237
+ "type": "function"
1238
+ },
1239
+ {
1240
+ "inputs": [],
1241
+ "name": "oppAddress",
1242
+ "outputs": [
1243
+ {
1244
+ "internalType": "address",
1245
+ "name": "",
1246
+ "type": "address"
1247
+ }
1248
+ ],
1249
+ "stateMutability": "view",
1250
+ "type": "function"
1251
+ },
1252
+ {
1253
+ "inputs": [],
1254
+ "name": "oppInboundAddress",
1255
+ "outputs": [
1256
+ {
1257
+ "internalType": "address",
1258
+ "name": "",
1259
+ "type": "address"
1260
+ }
1261
+ ],
1262
+ "stateMutability": "view",
1263
+ "type": "function"
1264
+ },
1265
+ {
1266
+ "inputs": [],
1267
+ "name": "pause",
1268
+ "outputs": [],
1269
+ "stateMutability": "nonpayable",
1270
+ "type": "function"
1271
+ },
1272
+ {
1273
+ "inputs": [],
1274
+ "name": "paused",
1275
+ "outputs": [
1276
+ {
1277
+ "internalType": "bool",
1278
+ "name": "",
1279
+ "type": "bool"
1280
+ }
1281
+ ],
1282
+ "stateMutability": "view",
1283
+ "type": "function"
1284
+ },
1285
+ {
1286
+ "inputs": [],
1287
+ "name": "priceConsumer",
1288
+ "outputs": [
1289
+ {
1290
+ "internalType": "contract EthUsdPriceConsumer",
1291
+ "name": "",
1292
+ "type": "address"
1293
+ }
1294
+ ],
1295
+ "stateMutability": "view",
1296
+ "type": "function"
1297
+ },
1298
+ {
1299
+ "inputs": [],
1300
+ "name": "priceGrowthBps",
1301
+ "outputs": [
1302
+ {
1303
+ "internalType": "uint256",
1304
+ "name": "",
1305
+ "type": "uint256"
1306
+ }
1307
+ ],
1308
+ "stateMutability": "view",
1309
+ "type": "function"
1310
+ },
1311
+ {
1312
+ "inputs": [],
1313
+ "name": "proxiableUUID",
1314
+ "outputs": [
1315
+ {
1316
+ "internalType": "bytes32",
1317
+ "name": "",
1318
+ "type": "bytes32"
1319
+ }
1320
+ ],
1321
+ "stateMutability": "view",
1322
+ "type": "function"
1323
+ },
1324
+ {
1325
+ "inputs": [
1326
+ {
1327
+ "internalType": "address",
1328
+ "name": "buyer",
1329
+ "type": "address"
1330
+ },
1331
+ {
1332
+ "internalType": "uint256",
1333
+ "name": "ethAmountWei",
1334
+ "type": "uint256"
1335
+ }
1336
+ ],
1337
+ "name": "purchase",
1338
+ "outputs": [],
1339
+ "stateMutability": "nonpayable",
1340
+ "type": "function"
1341
+ },
1342
+ {
1343
+ "inputs": [
1344
+ {
1345
+ "internalType": "address",
1346
+ "name": "",
1347
+ "type": "address"
1348
+ }
1349
+ ],
1350
+ "name": "purchaserPretokens",
1351
+ "outputs": [
1352
+ {
1353
+ "internalType": "uint256",
1354
+ "name": "",
1355
+ "type": "uint256"
1356
+ }
1357
+ ],
1358
+ "stateMutability": "view",
1359
+ "type": "function"
1360
+ },
1361
+ {
1362
+ "inputs": [
1363
+ {
1364
+ "internalType": "address",
1365
+ "name": "",
1366
+ "type": "address"
1367
+ }
1368
+ ],
1369
+ "name": "purchaserPrincipalWei",
1370
+ "outputs": [
1371
+ {
1372
+ "internalType": "uint256",
1373
+ "name": "",
1374
+ "type": "uint256"
1375
+ }
1376
+ ],
1377
+ "stateMutability": "view",
1378
+ "type": "function"
1379
+ },
1380
+ {
1381
+ "inputs": [
1382
+ {
1383
+ "internalType": "address",
1384
+ "name": "newAuthority",
1385
+ "type": "address"
1386
+ }
1387
+ ],
1388
+ "name": "setAuthority",
1389
+ "outputs": [],
1390
+ "stateMutability": "nonpayable",
1391
+ "type": "function"
1392
+ },
1393
+ {
1394
+ "inputs": [
1395
+ {
1396
+ "internalType": "uint256",
1397
+ "name": "_supplyGrowthBps",
1398
+ "type": "uint256"
1399
+ },
1400
+ {
1401
+ "internalType": "uint256",
1402
+ "name": "_priceGrowthBps",
1403
+ "type": "uint256"
1404
+ }
1405
+ ],
1406
+ "name": "setGrowthBps",
1407
+ "outputs": [],
1408
+ "stateMutability": "nonpayable",
1409
+ "type": "function"
1410
+ },
1411
+ {
1412
+ "inputs": [
1413
+ {
1414
+ "internalType": "address",
1415
+ "name": "_oppAddress",
1416
+ "type": "address"
1417
+ },
1418
+ {
1419
+ "internalType": "address",
1420
+ "name": "_oppInboundAddress",
1421
+ "type": "address"
1422
+ }
1423
+ ],
1424
+ "name": "setOPPAddresses",
1425
+ "outputs": [],
1426
+ "stateMutability": "nonpayable",
1427
+ "type": "function"
1428
+ },
1429
+ {
1430
+ "inputs": [
1431
+ {
1432
+ "internalType": "address",
1433
+ "name": "_consumer",
1434
+ "type": "address"
1435
+ }
1436
+ ],
1437
+ "name": "setPriceConsumer",
1438
+ "outputs": [],
1439
+ "stateMutability": "nonpayable",
1440
+ "type": "function"
1441
+ },
1442
+ {
1443
+ "inputs": [],
1444
+ "name": "supplyGrowthBps",
1445
+ "outputs": [
1446
+ {
1447
+ "internalType": "uint256",
1448
+ "name": "",
1449
+ "type": "uint256"
1450
+ }
1451
+ ],
1452
+ "stateMutability": "view",
1453
+ "type": "function"
1454
+ },
1455
+ {
1456
+ "inputs": [],
1457
+ "name": "symbol",
1458
+ "outputs": [
1459
+ {
1460
+ "internalType": "string",
1461
+ "name": "",
1462
+ "type": "string"
1463
+ }
1464
+ ],
1465
+ "stateMutability": "view",
1466
+ "type": "function"
1467
+ },
1468
+ {
1469
+ "inputs": [],
1470
+ "name": "totalSupply",
1471
+ "outputs": [
1472
+ {
1473
+ "internalType": "uint256",
1474
+ "name": "",
1475
+ "type": "uint256"
1476
+ }
1477
+ ],
1478
+ "stateMutability": "view",
1479
+ "type": "function"
1480
+ },
1481
+ {
1482
+ "inputs": [],
1483
+ "name": "trancheFullSupply",
1484
+ "outputs": [
1485
+ {
1486
+ "internalType": "uint256",
1487
+ "name": "",
1488
+ "type": "uint256"
1489
+ }
1490
+ ],
1491
+ "stateMutability": "view",
1492
+ "type": "function"
1493
+ },
1494
+ {
1495
+ "inputs": [],
1496
+ "name": "trancheNumber",
1497
+ "outputs": [
1498
+ {
1499
+ "internalType": "uint256",
1500
+ "name": "",
1501
+ "type": "uint256"
1502
+ }
1503
+ ],
1504
+ "stateMutability": "view",
1505
+ "type": "function"
1506
+ },
1507
+ {
1508
+ "inputs": [],
1509
+ "name": "tranchePriceUsd",
1510
+ "outputs": [
1511
+ {
1512
+ "internalType": "uint256",
1513
+ "name": "",
1514
+ "type": "uint256"
1515
+ }
1516
+ ],
1517
+ "stateMutability": "view",
1518
+ "type": "function"
1519
+ },
1520
+ {
1521
+ "inputs": [],
1522
+ "name": "trancheSupply",
1523
+ "outputs": [
1524
+ {
1525
+ "internalType": "uint256",
1526
+ "name": "",
1527
+ "type": "uint256"
1528
+ }
1529
+ ],
1530
+ "stateMutability": "view",
1531
+ "type": "function"
1532
+ },
1533
+ {
1534
+ "inputs": [
1535
+ {
1536
+ "internalType": "address",
1537
+ "name": "to",
1538
+ "type": "address"
1539
+ },
1540
+ {
1541
+ "internalType": "uint256",
1542
+ "name": "value",
1543
+ "type": "uint256"
1544
+ }
1545
+ ],
1546
+ "name": "transfer",
1547
+ "outputs": [
1548
+ {
1549
+ "internalType": "bool",
1550
+ "name": "",
1551
+ "type": "bool"
1552
+ }
1553
+ ],
1554
+ "stateMutability": "nonpayable",
1555
+ "type": "function"
1556
+ },
1557
+ {
1558
+ "inputs": [
1559
+ {
1560
+ "internalType": "address",
1561
+ "name": "from",
1562
+ "type": "address"
1563
+ },
1564
+ {
1565
+ "internalType": "address",
1566
+ "name": "to",
1567
+ "type": "address"
1568
+ },
1569
+ {
1570
+ "internalType": "uint256",
1571
+ "name": "value",
1572
+ "type": "uint256"
1573
+ }
1574
+ ],
1575
+ "name": "transferFrom",
1576
+ "outputs": [
1577
+ {
1578
+ "internalType": "bool",
1579
+ "name": "",
1580
+ "type": "bool"
1581
+ }
1582
+ ],
1583
+ "stateMutability": "nonpayable",
1584
+ "type": "function"
1585
+ },
1586
+ {
1587
+ "inputs": [],
1588
+ "name": "unpause",
1589
+ "outputs": [],
1590
+ "stateMutability": "nonpayable",
1591
+ "type": "function"
1592
+ },
1593
+ {
1594
+ "inputs": [
1595
+ {
1596
+ "internalType": "address",
1597
+ "name": "newImplementation",
1598
+ "type": "address"
1599
+ },
1600
+ {
1601
+ "internalType": "bytes",
1602
+ "name": "data",
1603
+ "type": "bytes"
1604
+ }
1605
+ ],
1606
+ "name": "upgradeToAndCall",
1607
+ "outputs": [],
1608
+ "stateMutability": "payable",
1609
+ "type": "function"
1610
+ }
1611
+ ],
1612
+ "bytecode": "0x60a0806040523460295730608052612686908161002f82396080518181816118dd015261245c0152f35b600080fdfe608080604052600436101561001357600080fd5b60009081358060e01c91826306fdde0314611f3257508163095ea7b314611eff5781630d4ac80214611ec657816318160ddd14611e8957816320b5596314611e6b57816323b872dd14611d4157816324a29a9e14611d23578163313ce56714611d075781633d08889614611c8e5781633f4ba83a14611c14578163461a758c14611bed5781634dc530ff14611b4c5781634f1ef2861461194757816352d1902d146118ca57816353fd0c0d146118915781635c975abb1461186157816370a0823114611809578163712c27821461177e5781637a9e5e4b146117155781638456cb59146116ab57816386489ba91461101b57816386e76f7314610e58575080638de93222146106885780638fb360371461063557806395d89b4114610553578063a9059cbb146104db578063ad3cb1cc14610491578063b2a5f2b714610473578063bf7e214f1461043d578063c360b5e914610308578063ca34df47146102d2578063cde784211461028a578063d2b7605b1461026c578063dd62ed3e146101ed578063eb58eaf1146101cf5763edab2cae146101af57600080fd5b346101cc57806003193601126101cc576020600454604051908152f35b80fd5b50346101cc57806003193601126101cc576020600554604051908152f35b50346101cc5760403660031901126101cc57610207612043565b61024d61021261205e565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101cc57806003193601126101cc576020600354604051908152f35b50346101cc57806003193601126101cc577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101cc57806003193601126101cc576000805160206125d1833981519152546040516001600160a01b039091168152602090f35b50346101cc5760203660031901126101cc57610322612043565b60008051602061263183398151915290815460ff8160401c1615916001600160401b03821680159081610435575b600114908161042b575b159081610422575b506104105767ffffffffffffffff198216600117845561039891836103f1575b5061038b6124be565b6103936124be565b61231e565b6103a06124be565b6103a86124be565b6103b06124be565b6103b8575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610382565b60405163f92ee8a960e01b8152600490fd5b90501538610362565b303b15915061035a565b849150610350565b50346101cc57806003193601126101cc57600080516020612571833981519152546040516001600160a01b039091168152602090f35b50346101cc57806003193601126101cc576020600154604051908152f35b50346101cc57806003193601126101cc576104d76040516104b18161209d565b60058152640352e302e360dc1b602082015260405191829160208352602083019061201e565b0390f35b50346101cc5760403660031901126101cc576104f5612043565b331561053a576001600160a01b03161561052157604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101cc57806003193601126101cc576040519080826000805160206125b18339815191529283546105858161210f565b93848452602095600192876001821691826000146106115750506001146105ca575b5050506105b6925003836120d3565b6104d760405192828493845283019061201e565b8152859250906000805160206126118339815191525b8583106105f95750506105b693508201013880806105a7565b805483890185015287945086939092019181016105e0565b9350945050506105b694915060ff191682840152151560051b8201013880806105a7565b50346101cc57806003193601126101cc576000805160206125718339815191525460a01c60ff161561068057506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066d565b50346101cc5760403660031901126101cc576106a2612043565b6024356106ad612377565b6106b736336121c3565b6000805160206125d1833981519152546001600160a01b0316908115610c15575a90823b15610ae6576040516327e935a160e01b815260048101839052858160248183885af18015610b2857610e45575b508015610e335784546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b28578691610dfb575b50610756670de0b6b3a76400009183612180565b0493849086958088905b610c405750506001600160a01b0316918215610c27577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace026107a28782546121a9565b9055826000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208681540190558260007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60206040518a8152a382875260076020526040872061081b8282546121a9565b90558287526008602052604087206108348782546121a9565b90556000805160206125d1833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805497909490916001600160a01b03168015610c15576020600491604051928380926372277dad60e11b82525afa908115610c0a578a91610bcb575b5015610bb957600197881b88178555604051635ca2159160e11b815289939091848360048173__$871508ae888325252fdba23f15f3f16064$__5af4928315610b74578593610b9d575b508461093373__$46bbbc6398365a8909166570292cf8d34e$__946040519384928392631f21838760e01b8452604060048501525160206044850152606484019061201e565b9060248301520381865af4908115610b745785908192610b7f575b5061097091926040518093819263fb70775b60e01b968784526004840161242f565b0381865af4958615610b745761099e9686928391610b5a575b5060405197889283928684526004840161242f565b0381855af4908115610b4f576109cb958592610b33575b506040519586948593849384526004840161242f565b03915af4908115610b28578691610b06575b50815485811615610aee576001191682556000805160206125d1833981519152548691906001600160a01b0316803b15610aea57610a4d83929183926040519485809481936327710fa960e11b8352610bbd6004840152604060248401525160206044840152606483019061201e565b03925af18015610ab157610ad2575b505080548480821614610ac05785941c9055813b15610abc57829160248392604051948593849263f5786b4b60e01b845260048401525af18015610ab157610aa15750f35b610aaa90612074565b6101cc5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610adb90612074565b610ae6578438610a5c565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b2291503d8088833e610b1a81836120d3565b8101906123a2565b386109dd565b6040513d88823e3d90fd5b610b489192503d8087833e610b1a81836120d3565b90386109b5565b6040513d86823e3d90fd5b610b6e91503d8085833e610b1a81836120d3565b38610989565b6040513d87823e3d90fd5b6109709250610b97903d8084833e610b1a81836120d3565b9161094e565b610bb29193503d8087833e610b1a81836120d3565b91386108ed565b60405163738c481160e01b8152600490fd5b90506020813d602011610c02575b81610be6602093836120d3565b81010312610bfe57518015158103610bfe57386108a3565b8980fd5b3d9150610bd9565b6040513d8c823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101889052602490fd5b9096906000198114610de75760018091019160648311610dd5576002549060045491670de0b6b3a7640000610c758483612180565b0492838c10610d6757505090610c91610c9792600254906121a9565b996121b6565b90805490808201809211610d53578190556003546005549061271091820190818311610d3f578291610cc891612180565b0490600454600654820190818311610d2b57927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292610d0b604093889796612180565b0481600355816002558060045582519182526020820152a25b9190610760565b634e487b7160e01b8e52601160045260248efd5b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b919250999250670de0b6b3a76400008302928304670de0b6b3a764000003610d53578015610dbf57610dad920490898211610db7575b81610da7916121a9565b986121b6565b6002558780610d24565b899150610d9d565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b89526011600452602489fd5b90506020813d602011610e2b575b81610e16602093836120d3565b81010312610e275751610756610742565b8580fd5b3d9150610e09565b604051634143610760e01b8152600490fd5b610e5190959195612074565b9338610708565b90503461101757602036600319011261101757610e73612043565b600080516020612571833981519152805491926001600160a01b0392908382169036600411611013578660408880938251602081019163b700961360e01b835233602483015230604483015263ffffffff60e01b16606482015260648152610eda816120b8565b828052826020525190865afa611000575b15610f57575b505050508116908115610f36575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610f539060048301612149565b0390fd5b63ffffffff1615610fe95760ff60a01b19918216600160a01b178355803b15610e2757856040518092634a63ebf760e11b8252336004830152604060248301523660448301523683606484013782606436840101528183606482601f19601f36011681010301925af18015610b2857610fda575b50815416905538808080610ef1565b610fe390612074565b38610fcb565b60405162d1953b60e31b8152336004820152602490fd5b505085516020518060201c150290610eeb565b8680fd5b5080fd5b82346101cc5760c03660031901126101cc57611035612043565b9061103e61205e565b9060008051602061263183398151915254926001600160401b0384168015908161169b575b6001149081611691575b159081611688575b50610410576001600160401b03196001818616176000805160206126318339815191525560ff8560401c161561165b575b6110ae6124be565b6110b66124be565b600080516020612631833981519152549160ff8360401c1615926001600160401b03811680159081611653575b6001149081611649575b159081611640575b50610410578360016111219483161760008051602061263183398151915255611613575061038b6124be565b6111296124be565b6111316124be565b6111396124be565b6115bc575b6111466124be565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43556111756124be565b604051926111828461209d565b600d84526c2bb4b93290283932ba37b5b2b760991b6020850152604051936111a98561209d565b600385526215d41560ea1b60208601526111c16124be565b6111c96124be565b8051906001600160401b0382116115a85781906111f46000805160206125918339815191525461210f565b601f8111611529575b50602090601f831160011461149957859261148e575b50508160011b916000199060031b1c191617600080516020612591833981519152555b83516001600160401b03811161147a5761125e6000805160206125b18339815191525461210f565b601f8111611402575b50602094601f821160011461137857948394958293949261136d575b50508160011b916000199060031b1c1916176000805160206125b1833981519152555b6112ae6124be565b6001600160a01b03831680156113525782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156112fd5780f35b60ff60401b196000805160206126318339815191525416600080516020612631833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610f538660048301612149565b015190508580611283565b6000805160206125b18339815191528452601f1982169560008051602061261183398151915291855b8881106113ea575083600195969798106113d1575b505050811b016000805160206125b1833981519152556112a6565b015160001960f88460031b161c191690558580806113b6565b919260206001819286850151815501940192016113a1565b6000805160206125b18339815191528452601f820160051c600080516020612611833981519152019060208310611464575b601f0160051c60008051602061261183398151915201905b8181106114595750611267565b84815560010161144c565b6000805160206126118339815191529150611434565b634e487b7160e01b83526041600452602483fd5b015190508680611213565b925060008051602061259183398151915285526000805160206125518339815191529085935b601f198416851061150e576001945083601f198116106114f5575b505050811b0160008051602061259183398151915255611236565b015160001960f88460031b161c191690558680806114da565b818101518355602094850194600190930192909101906114bf565b9091506000805160206125918339815191528552601f830160051c6000805160206125518339815191520160208410611593575b908392915b601f820160051c60008051602061255183398151915201811061158557506111fd565b868155849350600101611562565b5060008051602061255183398151915261155d565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206126318339815191525416600080516020612631833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a161113e565b68ffffffffffffffffff191668010000000000000001176000805160206126318339815191525586610382565b905015886110f5565b303b1591506110ed565b8591506110e3565b68ffffffffffffffffff1985166801000000000000000117600080516020612631833981519152556110a6565b90501585611075565b303b15915061106d565b604086901c60ff16159150611063565b82346101cc57806003193601126101cc576116c636336121c3565b6116ce612377565b6000805160206125f1833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b82346101cc5760203660031901126101cc5761172f612043565b600080516020612571833981519152546001600160a01b039081163303610fe957813b1561176457506117619061231e565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b82346101cc5760403660031901126101cc57611798612043565b6117a061205e565b906117ab36336121c3565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206125d18339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b82346101cc5760203660031901126101cc576020906040906001600160a01b03611831612043565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b82346101cc57806003193601126101cc57602060ff6000805160206125f183398151915254166040519015158152f35b82346101cc5760203660031901126101cc576020906040906001600160a01b036118b9612043565b168152600783522054604051908152f35b82346101cc57806003193601126101cc577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036119355760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b8260403660031901126101cc5761195c612043565b60249182356001600160401b0381116110175736602382011215611017578060040135611988816120f4565b9361199660405195866120d3565b8185526020918286019336888383010111610e2757818692898693018737870101526119c0612452565b6119ca36336121c3565b6119d2612452565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa869181611b1d575b50611a1857604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc91828103611b085750843b15611af2575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a2815115611ad45750611ac79482915190845af4903d15611acb573d611aab816120f4565b90611ab960405192836120d3565b81528581943d92013e6124ed565b5080f35b606092506124ed565b94505050505034611ae3575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611b45575b611b3581836120d3565b81010312611013575190896119fb565b503d611b2b565b82346101cc57806003193601126101cc57604051602090818101908082106001600160401b038311176115a8576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611bac5785850386f35b909192938280611bdd600193603f198a82030186526040838a5161ffff81511684520151918185820152019061201e565b9601920196019592919092611b9f565b82346101cc57806003193601126101cc57546040516001600160a01b039091168152602090f35b82346101cc57806003193601126101cc57611c2f36336121c3565b6000805160206125f1833981519152805460ff811615611c7c5760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b82346101cc5760403660031901126101cc57602435600435611cb036336121c3565b612710808211611ce957808311611ccb575060055560065580f35b8260449160405191631dda818b60e21b835260048301526024820152fd5b6044925060405191631dda818b60e21b835260048301526024820152fd5b82346101cc57806003193601126101cc57602060405160128152f35b82346101cc57806003193601126101cc576020600654604051908152f35b82346101cc5760603660031901126101cc57611d5b612043565b90611d6461205e565b90604435611da38460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611e1c57506024936001600160a01b03908116939091508315611e04571615611ded575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611e475760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b82346101cc57806003193601126101cc576020600254604051908152f35b82346101cc57806003193601126101cc5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b82346101cc5760203660031901126101cc576020906040906001600160a01b03611eee612043565b168152600883522054604051908152f35b82346101cc5760403660031901126101cc57611f19612043565b5060405163e602df0560e01b8152336004820152602490fd5b83346101cc57806003193601126101cc578082600080516020612591833981519152928354611f608161210f565b9384845260209560019287600182169182600014611fd7575050600114611f90575050506105b6925003836120d3565b8152859250906000805160206125518339815191525b858310611fbf5750506105b693508201018580806105a7565b80548389018501528794508693909201918101611fa6565b9350945050506105b694915060ff191682840152151560051b8201018580806105a7565b60005b83811061200e5750506000910152565b8181015183820152602001611ffe565b9060209161203781518092818552858086019101611ffb565b601f01601f1916010190565b600435906001600160a01b038216820361205957565b600080fd5b602435906001600160a01b038216820361205957565b6001600160401b03811161208757604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b0382111761208757604052565b60a081019081106001600160401b0382111761208757604052565b90601f801991011681019081106001600160401b0382111761208757604052565b6001600160401b03811161208757601f01601f191660200190565b90600182811c9216801561213f575b602083101461212957565b634e487b7160e01b600052602260045260246000fd5b91607f169161211e565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561219357565b634e487b7160e01b600052601160045260246000fd5b9190820180921161219357565b9190820391821161219357565b6000805160206125718339815191528054909290916001600160a01b0380841692600481106120595760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152612236816120b8565b828052826020525190895afa61230d575b15612256575b50505050505050565b63ffffffff16156122f75760ff60a01b19948516600160a01b178655833b1561205957606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156122ed57506122de575b5081541690553880808080808061224d565b6122e790612074565b386122cc565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290612247565b60008051602061257183398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff6000805160206125f1833981519152541661239057565b60405163d93c066560e01b8152600490fd5b90602080838303126120595782516001600160401b03938482116120595701928184840312612059576040519382850185811083821117612087576040528051918211612059570182601f8201121561205957805190612401826120f4565b9361240f60405195866120d3565b828552838383010111612059578261242a9385019101611ffb565b815290565b92919061244d6020916040865251826040870152606086019061201e565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612490575b505061193557565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612488565b60ff6000805160206126318339815191525460401c16156124db57565b604051631afcd79f60e31b8152600490fd5b90612514575080511561250257602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580612547575b612525575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561251d56fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122019f3ac11b94f92718adb04ec58a266bd3bc267e109a713e5aeeedaaf739736bb64736f6c63430008190033",
1613
+ "deployedBytecode": "0x608080604052600436101561001357600080fd5b60009081358060e01c91826306fdde0314611f3257508163095ea7b314611eff5781630d4ac80214611ec657816318160ddd14611e8957816320b5596314611e6b57816323b872dd14611d4157816324a29a9e14611d23578163313ce56714611d075781633d08889614611c8e5781633f4ba83a14611c14578163461a758c14611bed5781634dc530ff14611b4c5781634f1ef2861461194757816352d1902d146118ca57816353fd0c0d146118915781635c975abb1461186157816370a0823114611809578163712c27821461177e5781637a9e5e4b146117155781638456cb59146116ab57816386489ba91461101b57816386e76f7314610e58575080638de93222146106885780638fb360371461063557806395d89b4114610553578063a9059cbb146104db578063ad3cb1cc14610491578063b2a5f2b714610473578063bf7e214f1461043d578063c360b5e914610308578063ca34df47146102d2578063cde784211461028a578063d2b7605b1461026c578063dd62ed3e146101ed578063eb58eaf1146101cf5763edab2cae146101af57600080fd5b346101cc57806003193601126101cc576020600454604051908152f35b80fd5b50346101cc57806003193601126101cc576020600554604051908152f35b50346101cc5760403660031901126101cc57610207612043565b61024d61021261205e565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101cc57806003193601126101cc576020600354604051908152f35b50346101cc57806003193601126101cc577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101cc57806003193601126101cc576000805160206125d1833981519152546040516001600160a01b039091168152602090f35b50346101cc5760203660031901126101cc57610322612043565b60008051602061263183398151915290815460ff8160401c1615916001600160401b03821680159081610435575b600114908161042b575b159081610422575b506104105767ffffffffffffffff198216600117845561039891836103f1575b5061038b6124be565b6103936124be565b61231e565b6103a06124be565b6103a86124be565b6103b06124be565b6103b8575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610382565b60405163f92ee8a960e01b8152600490fd5b90501538610362565b303b15915061035a565b849150610350565b50346101cc57806003193601126101cc57600080516020612571833981519152546040516001600160a01b039091168152602090f35b50346101cc57806003193601126101cc576020600154604051908152f35b50346101cc57806003193601126101cc576104d76040516104b18161209d565b60058152640352e302e360dc1b602082015260405191829160208352602083019061201e565b0390f35b50346101cc5760403660031901126101cc576104f5612043565b331561053a576001600160a01b03161561052157604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101cc57806003193601126101cc576040519080826000805160206125b18339815191529283546105858161210f565b93848452602095600192876001821691826000146106115750506001146105ca575b5050506105b6925003836120d3565b6104d760405192828493845283019061201e565b8152859250906000805160206126118339815191525b8583106105f95750506105b693508201013880806105a7565b805483890185015287945086939092019181016105e0565b9350945050506105b694915060ff191682840152151560051b8201013880806105a7565b50346101cc57806003193601126101cc576000805160206125718339815191525460a01c60ff161561068057506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066d565b50346101cc5760403660031901126101cc576106a2612043565b6024356106ad612377565b6106b736336121c3565b6000805160206125d1833981519152546001600160a01b0316908115610c15575a90823b15610ae6576040516327e935a160e01b815260048101839052858160248183885af18015610b2857610e45575b508015610e335784546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b28578691610dfb575b50610756670de0b6b3a76400009183612180565b0493849086958088905b610c405750506001600160a01b0316918215610c27577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace026107a28782546121a9565b9055826000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208681540190558260007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60206040518a8152a382875260076020526040872061081b8282546121a9565b90558287526008602052604087206108348782546121a9565b90556000805160206125d1833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805497909490916001600160a01b03168015610c15576020600491604051928380926372277dad60e11b82525afa908115610c0a578a91610bcb575b5015610bb957600197881b88178555604051635ca2159160e11b815289939091848360048173__$871508ae888325252fdba23f15f3f16064$__5af4928315610b74578593610b9d575b508461093373__$46bbbc6398365a8909166570292cf8d34e$__946040519384928392631f21838760e01b8452604060048501525160206044850152606484019061201e565b9060248301520381865af4908115610b745785908192610b7f575b5061097091926040518093819263fb70775b60e01b968784526004840161242f565b0381865af4958615610b745761099e9686928391610b5a575b5060405197889283928684526004840161242f565b0381855af4908115610b4f576109cb958592610b33575b506040519586948593849384526004840161242f565b03915af4908115610b28578691610b06575b50815485811615610aee576001191682556000805160206125d1833981519152548691906001600160a01b0316803b15610aea57610a4d83929183926040519485809481936327710fa960e11b8352610bbd6004840152604060248401525160206044840152606483019061201e565b03925af18015610ab157610ad2575b505080548480821614610ac05785941c9055813b15610abc57829160248392604051948593849263f5786b4b60e01b845260048401525af18015610ab157610aa15750f35b610aaa90612074565b6101cc5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610adb90612074565b610ae6578438610a5c565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b2291503d8088833e610b1a81836120d3565b8101906123a2565b386109dd565b6040513d88823e3d90fd5b610b489192503d8087833e610b1a81836120d3565b90386109b5565b6040513d86823e3d90fd5b610b6e91503d8085833e610b1a81836120d3565b38610989565b6040513d87823e3d90fd5b6109709250610b97903d8084833e610b1a81836120d3565b9161094e565b610bb29193503d8087833e610b1a81836120d3565b91386108ed565b60405163738c481160e01b8152600490fd5b90506020813d602011610c02575b81610be6602093836120d3565b81010312610bfe57518015158103610bfe57386108a3565b8980fd5b3d9150610bd9565b6040513d8c823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101889052602490fd5b9096906000198114610de75760018091019160648311610dd5576002549060045491670de0b6b3a7640000610c758483612180565b0492838c10610d6757505090610c91610c9792600254906121a9565b996121b6565b90805490808201809211610d53578190556003546005549061271091820190818311610d3f578291610cc891612180565b0490600454600654820190818311610d2b57927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292610d0b604093889796612180565b0481600355816002558060045582519182526020820152a25b9190610760565b634e487b7160e01b8e52601160045260248efd5b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b919250999250670de0b6b3a76400008302928304670de0b6b3a764000003610d53578015610dbf57610dad920490898211610db7575b81610da7916121a9565b986121b6565b6002558780610d24565b899150610d9d565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b89526011600452602489fd5b90506020813d602011610e2b575b81610e16602093836120d3565b81010312610e275751610756610742565b8580fd5b3d9150610e09565b604051634143610760e01b8152600490fd5b610e5190959195612074565b9338610708565b90503461101757602036600319011261101757610e73612043565b600080516020612571833981519152805491926001600160a01b0392908382169036600411611013578660408880938251602081019163b700961360e01b835233602483015230604483015263ffffffff60e01b16606482015260648152610eda816120b8565b828052826020525190865afa611000575b15610f57575b505050508116908115610f36575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610f539060048301612149565b0390fd5b63ffffffff1615610fe95760ff60a01b19918216600160a01b178355803b15610e2757856040518092634a63ebf760e11b8252336004830152604060248301523660448301523683606484013782606436840101528183606482601f19601f36011681010301925af18015610b2857610fda575b50815416905538808080610ef1565b610fe390612074565b38610fcb565b60405162d1953b60e31b8152336004820152602490fd5b505085516020518060201c150290610eeb565b8680fd5b5080fd5b82346101cc5760c03660031901126101cc57611035612043565b9061103e61205e565b9060008051602061263183398151915254926001600160401b0384168015908161169b575b6001149081611691575b159081611688575b50610410576001600160401b03196001818616176000805160206126318339815191525560ff8560401c161561165b575b6110ae6124be565b6110b66124be565b600080516020612631833981519152549160ff8360401c1615926001600160401b03811680159081611653575b6001149081611649575b159081611640575b50610410578360016111219483161760008051602061263183398151915255611613575061038b6124be565b6111296124be565b6111316124be565b6111396124be565b6115bc575b6111466124be565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43556111756124be565b604051926111828461209d565b600d84526c2bb4b93290283932ba37b5b2b760991b6020850152604051936111a98561209d565b600385526215d41560ea1b60208601526111c16124be565b6111c96124be565b8051906001600160401b0382116115a85781906111f46000805160206125918339815191525461210f565b601f8111611529575b50602090601f831160011461149957859261148e575b50508160011b916000199060031b1c191617600080516020612591833981519152555b83516001600160401b03811161147a5761125e6000805160206125b18339815191525461210f565b601f8111611402575b50602094601f821160011461137857948394958293949261136d575b50508160011b916000199060031b1c1916176000805160206125b1833981519152555b6112ae6124be565b6001600160a01b03831680156113525782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156112fd5780f35b60ff60401b196000805160206126318339815191525416600080516020612631833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610f538660048301612149565b015190508580611283565b6000805160206125b18339815191528452601f1982169560008051602061261183398151915291855b8881106113ea575083600195969798106113d1575b505050811b016000805160206125b1833981519152556112a6565b015160001960f88460031b161c191690558580806113b6565b919260206001819286850151815501940192016113a1565b6000805160206125b18339815191528452601f820160051c600080516020612611833981519152019060208310611464575b601f0160051c60008051602061261183398151915201905b8181106114595750611267565b84815560010161144c565b6000805160206126118339815191529150611434565b634e487b7160e01b83526041600452602483fd5b015190508680611213565b925060008051602061259183398151915285526000805160206125518339815191529085935b601f198416851061150e576001945083601f198116106114f5575b505050811b0160008051602061259183398151915255611236565b015160001960f88460031b161c191690558680806114da565b818101518355602094850194600190930192909101906114bf565b9091506000805160206125918339815191528552601f830160051c6000805160206125518339815191520160208410611593575b908392915b601f820160051c60008051602061255183398151915201811061158557506111fd565b868155849350600101611562565b5060008051602061255183398151915261155d565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206126318339815191525416600080516020612631833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a161113e565b68ffffffffffffffffff191668010000000000000001176000805160206126318339815191525586610382565b905015886110f5565b303b1591506110ed565b8591506110e3565b68ffffffffffffffffff1985166801000000000000000117600080516020612631833981519152556110a6565b90501585611075565b303b15915061106d565b604086901c60ff16159150611063565b82346101cc57806003193601126101cc576116c636336121c3565b6116ce612377565b6000805160206125f1833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b82346101cc5760203660031901126101cc5761172f612043565b600080516020612571833981519152546001600160a01b039081163303610fe957813b1561176457506117619061231e565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b82346101cc5760403660031901126101cc57611798612043565b6117a061205e565b906117ab36336121c3565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206125d18339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b82346101cc5760203660031901126101cc576020906040906001600160a01b03611831612043565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b82346101cc57806003193601126101cc57602060ff6000805160206125f183398151915254166040519015158152f35b82346101cc5760203660031901126101cc576020906040906001600160a01b036118b9612043565b168152600783522054604051908152f35b82346101cc57806003193601126101cc577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036119355760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b8260403660031901126101cc5761195c612043565b60249182356001600160401b0381116110175736602382011215611017578060040135611988816120f4565b9361199660405195866120d3565b8185526020918286019336888383010111610e2757818692898693018737870101526119c0612452565b6119ca36336121c3565b6119d2612452565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa869181611b1d575b50611a1857604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc91828103611b085750843b15611af2575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a2815115611ad45750611ac79482915190845af4903d15611acb573d611aab816120f4565b90611ab960405192836120d3565b81528581943d92013e6124ed565b5080f35b606092506124ed565b94505050505034611ae3575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611b45575b611b3581836120d3565b81010312611013575190896119fb565b503d611b2b565b82346101cc57806003193601126101cc57604051602090818101908082106001600160401b038311176115a8576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611bac5785850386f35b909192938280611bdd600193603f198a82030186526040838a5161ffff81511684520151918185820152019061201e565b9601920196019592919092611b9f565b82346101cc57806003193601126101cc57546040516001600160a01b039091168152602090f35b82346101cc57806003193601126101cc57611c2f36336121c3565b6000805160206125f1833981519152805460ff811615611c7c5760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b82346101cc5760403660031901126101cc57602435600435611cb036336121c3565b612710808211611ce957808311611ccb575060055560065580f35b8260449160405191631dda818b60e21b835260048301526024820152fd5b6044925060405191631dda818b60e21b835260048301526024820152fd5b82346101cc57806003193601126101cc57602060405160128152f35b82346101cc57806003193601126101cc576020600654604051908152f35b82346101cc5760603660031901126101cc57611d5b612043565b90611d6461205e565b90604435611da38460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611e1c57506024936001600160a01b03908116939091508315611e04571615611ded575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611e475760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b82346101cc57806003193601126101cc576020600254604051908152f35b82346101cc57806003193601126101cc5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b82346101cc5760203660031901126101cc576020906040906001600160a01b03611eee612043565b168152600883522054604051908152f35b82346101cc5760403660031901126101cc57611f19612043565b5060405163e602df0560e01b8152336004820152602490fd5b83346101cc57806003193601126101cc578082600080516020612591833981519152928354611f608161210f565b9384845260209560019287600182169182600014611fd7575050600114611f90575050506105b6925003836120d3565b8152859250906000805160206125518339815191525b858310611fbf5750506105b693508201018580806105a7565b80548389018501528794508693909201918101611fa6565b9350945050506105b694915060ff191682840152151560051b8201018580806105a7565b60005b83811061200e5750506000910152565b8181015183820152602001611ffe565b9060209161203781518092818552858086019101611ffb565b601f01601f1916010190565b600435906001600160a01b038216820361205957565b600080fd5b602435906001600160a01b038216820361205957565b6001600160401b03811161208757604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b0382111761208757604052565b60a081019081106001600160401b0382111761208757604052565b90601f801991011681019081106001600160401b0382111761208757604052565b6001600160401b03811161208757601f01601f191660200190565b90600182811c9216801561213f575b602083101461212957565b634e487b7160e01b600052602260045260246000fd5b91607f169161211e565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561219357565b634e487b7160e01b600052601160045260246000fd5b9190820180921161219357565b9190820391821161219357565b6000805160206125718339815191528054909290916001600160a01b0380841692600481106120595760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152612236816120b8565b828052826020525190895afa61230d575b15612256575b50505050505050565b63ffffffff16156122f75760ff60a01b19948516600160a01b178655833b1561205957606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156122ed57506122de575b5081541690553880808080808061224d565b6122e790612074565b386122cc565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290612247565b60008051602061257183398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff6000805160206125f1833981519152541661239057565b60405163d93c066560e01b8152600490fd5b90602080838303126120595782516001600160401b03938482116120595701928184840312612059576040519382850185811083821117612087576040528051918211612059570182601f8201121561205957805190612401826120f4565b9361240f60405195866120d3565b828552838383010111612059578261242a9385019101611ffb565b815290565b92919061244d6020916040865251826040870152606086019061201e565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612490575b505061193557565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612488565b60ff6000805160206126318339815191525460401c16156124db57565b604051631afcd79f60e31b8152600490fd5b90612514575080511561250257602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580612547575b612525575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561251d56fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122019f3ac11b94f92718adb04ec58a266bd3bc267e109a713e5aeeedaaf739736bb64736f6c63430008190033",
1614
+ "linkReferences": {
1615
+ "contracts/common/iodata.sol": {
1616
+ "iodata": [
1617
+ {
1618
+ "length": 20,
1619
+ "start": 2297
1620
+ }
1621
+ ]
1622
+ },
1623
+ "contracts/common/sysio_write.sol": {
1624
+ "sysio_write": [
1625
+ {
1626
+ "length": 20,
1627
+ "start": 2339
1628
+ }
1629
+ ]
1630
+ }
1631
+ },
1632
+ "deployedLinkReferences": {
1633
+ "contracts/common/iodata.sol": {
1634
+ "iodata": [
1635
+ {
1636
+ "length": 20,
1637
+ "start": 2250
1638
+ }
1639
+ ]
1640
+ },
1641
+ "contracts/common/sysio_write.sol": {
1642
+ "sysio_write": [
1643
+ {
1644
+ "length": 20,
1645
+ "start": 2292
1646
+ }
1647
+ ]
1648
+ }
1649
+ }
1650
+ }