@keep-network/tbtc-v2 1.3.0-dev.1 → 1.3.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/artifacts/BLS.json +1 -1
  2. package/artifacts/Bank.json +2 -2
  3. package/artifacts/BeaconAuthorization.json +1 -1
  4. package/artifacts/BeaconDkg.json +1 -1
  5. package/artifacts/BeaconDkgValidator.json +1 -1
  6. package/artifacts/BeaconInactivity.json +1 -1
  7. package/artifacts/BeaconSortitionPool.json +3 -3
  8. package/artifacts/Bridge.json +5 -5
  9. package/artifacts/BridgeGovernance.json +2 -2
  10. package/artifacts/BridgeGovernanceParameters.json +1 -1
  11. package/artifacts/Deposit.json +1 -1
  12. package/artifacts/DepositSweep.json +1 -1
  13. package/artifacts/DonationVault.json +1 -1
  14. package/artifacts/EcdsaDkgValidator.json +1 -1
  15. package/artifacts/EcdsaInactivity.json +1 -1
  16. package/artifacts/EcdsaSortitionPool.json +3 -3
  17. package/artifacts/Fraud.json +1 -1
  18. package/artifacts/KeepRegistry.json +1 -1
  19. package/artifacts/KeepStake.json +2 -2
  20. package/artifacts/KeepToken.json +2 -2
  21. package/artifacts/KeepTokenStaking.json +1 -1
  22. package/artifacts/LightRelay.json +2 -2
  23. package/artifacts/MaintainerProxy.json +2 -2
  24. package/artifacts/MovingFunds.json +1 -1
  25. package/artifacts/NuCypherStakingEscrow.json +1 -1
  26. package/artifacts/NuCypherToken.json +2 -2
  27. package/artifacts/RandomBeacon.json +2 -2
  28. package/artifacts/RandomBeaconChaosnet.json +2 -2
  29. package/artifacts/RandomBeaconGovernance.json +2 -2
  30. package/artifacts/Redemption.json +1 -1
  31. package/artifacts/ReimbursementPool.json +2 -2
  32. package/artifacts/T.json +2 -2
  33. package/artifacts/TBTC.json +2 -2
  34. package/artifacts/TBTCToken.json +2 -2
  35. package/artifacts/TBTCVault.json +2 -2
  36. package/artifacts/TokenStaking.json +1 -1
  37. package/artifacts/TokenholderGovernor.json +9 -9
  38. package/artifacts/TokenholderTimelock.json +8 -8
  39. package/artifacts/VendingMachine.json +2 -2
  40. package/artifacts/VendingMachineKeep.json +1 -1
  41. package/artifacts/VendingMachineNuCypher.json +1 -1
  42. package/artifacts/VendingMachineV2.json +2 -2
  43. package/artifacts/VendingMachineV3.json +2 -2
  44. package/artifacts/WalletCoordinator.json +792 -0
  45. package/artifacts/WalletRegistry.json +5 -5
  46. package/artifacts/WalletRegistryGovernance.json +2 -2
  47. package/artifacts/Wallets.json +1 -1
  48. package/deploy/34_deploy_wallet_coordinator.ts +43 -0
  49. package/deploy/35_transfer_wallet_coordinator_ownership.ts +19 -0
  50. package/export/deploy/34_deploy_wallet_coordinator.js +115 -0
  51. package/export/deploy/35_transfer_wallet_coordinator_ownership.js +60 -0
  52. package/package.json +1 -1
@@ -0,0 +1,792 @@
1
+ {
2
+ "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
3
+ "abi": [
4
+ {
5
+ "anonymous": false,
6
+ "inputs": [
7
+ {
8
+ "indexed": false,
9
+ "internalType": "uint32",
10
+ "name": "depositMinAge",
11
+ "type": "uint32"
12
+ }
13
+ ],
14
+ "name": "DepositMinAgeUpdated",
15
+ "type": "event"
16
+ },
17
+ {
18
+ "anonymous": false,
19
+ "inputs": [
20
+ {
21
+ "indexed": false,
22
+ "internalType": "uint32",
23
+ "name": "depositRefundSafetyMargin",
24
+ "type": "uint32"
25
+ }
26
+ ],
27
+ "name": "DepositRefundSafetyMarginUpdated",
28
+ "type": "event"
29
+ },
30
+ {
31
+ "anonymous": false,
32
+ "inputs": [
33
+ {
34
+ "indexed": false,
35
+ "internalType": "uint16",
36
+ "name": "depositSweepMaxSize",
37
+ "type": "uint16"
38
+ }
39
+ ],
40
+ "name": "DepositSweepMaxSizeUpdated",
41
+ "type": "event"
42
+ },
43
+ {
44
+ "anonymous": false,
45
+ "inputs": [
46
+ {
47
+ "indexed": false,
48
+ "internalType": "uint32",
49
+ "name": "depositSweepProposalSubmissionGasOffset",
50
+ "type": "uint32"
51
+ }
52
+ ],
53
+ "name": "DepositSweepProposalSubmissionGasOffsetUpdated",
54
+ "type": "event"
55
+ },
56
+ {
57
+ "anonymous": false,
58
+ "inputs": [
59
+ {
60
+ "components": [
61
+ {
62
+ "internalType": "bytes20",
63
+ "name": "walletPubKeyHash",
64
+ "type": "bytes20"
65
+ },
66
+ {
67
+ "components": [
68
+ {
69
+ "internalType": "bytes32",
70
+ "name": "fundingTxHash",
71
+ "type": "bytes32"
72
+ },
73
+ {
74
+ "internalType": "uint32",
75
+ "name": "fundingOutputIndex",
76
+ "type": "uint32"
77
+ }
78
+ ],
79
+ "internalType": "struct WalletCoordinator.DepositKey[]",
80
+ "name": "depositsKeys",
81
+ "type": "tuple[]"
82
+ },
83
+ {
84
+ "internalType": "uint256",
85
+ "name": "sweepTxFee",
86
+ "type": "uint256"
87
+ }
88
+ ],
89
+ "indexed": false,
90
+ "internalType": "struct WalletCoordinator.DepositSweepProposal",
91
+ "name": "proposal",
92
+ "type": "tuple"
93
+ },
94
+ {
95
+ "indexed": true,
96
+ "internalType": "address",
97
+ "name": "proposalSubmitter",
98
+ "type": "address"
99
+ }
100
+ ],
101
+ "name": "DepositSweepProposalSubmitted",
102
+ "type": "event"
103
+ },
104
+ {
105
+ "anonymous": false,
106
+ "inputs": [
107
+ {
108
+ "indexed": false,
109
+ "internalType": "uint32",
110
+ "name": "depositSweepProposalValidity",
111
+ "type": "uint32"
112
+ }
113
+ ],
114
+ "name": "DepositSweepProposalValidityUpdated",
115
+ "type": "event"
116
+ },
117
+ {
118
+ "anonymous": false,
119
+ "inputs": [
120
+ {
121
+ "indexed": false,
122
+ "internalType": "uint8",
123
+ "name": "version",
124
+ "type": "uint8"
125
+ }
126
+ ],
127
+ "name": "Initialized",
128
+ "type": "event"
129
+ },
130
+ {
131
+ "anonymous": false,
132
+ "inputs": [
133
+ {
134
+ "indexed": true,
135
+ "internalType": "address",
136
+ "name": "previousOwner",
137
+ "type": "address"
138
+ },
139
+ {
140
+ "indexed": true,
141
+ "internalType": "address",
142
+ "name": "newOwner",
143
+ "type": "address"
144
+ }
145
+ ],
146
+ "name": "OwnershipTransferred",
147
+ "type": "event"
148
+ },
149
+ {
150
+ "anonymous": false,
151
+ "inputs": [
152
+ {
153
+ "indexed": true,
154
+ "internalType": "address",
155
+ "name": "proposalSubmitter",
156
+ "type": "address"
157
+ }
158
+ ],
159
+ "name": "ProposalSubmitterAdded",
160
+ "type": "event"
161
+ },
162
+ {
163
+ "anonymous": false,
164
+ "inputs": [
165
+ {
166
+ "indexed": true,
167
+ "internalType": "address",
168
+ "name": "proposalSubmitter",
169
+ "type": "address"
170
+ }
171
+ ],
172
+ "name": "ProposalSubmitterRemoved",
173
+ "type": "event"
174
+ },
175
+ {
176
+ "anonymous": false,
177
+ "inputs": [
178
+ {
179
+ "indexed": false,
180
+ "internalType": "address",
181
+ "name": "newReimbursementPool",
182
+ "type": "address"
183
+ }
184
+ ],
185
+ "name": "ReimbursementPoolUpdated",
186
+ "type": "event"
187
+ },
188
+ {
189
+ "anonymous": false,
190
+ "inputs": [
191
+ {
192
+ "indexed": true,
193
+ "internalType": "bytes20",
194
+ "name": "walletPubKeyHash",
195
+ "type": "bytes20"
196
+ }
197
+ ],
198
+ "name": "WalletManuallyUnlocked",
199
+ "type": "event"
200
+ },
201
+ {
202
+ "inputs": [
203
+ {
204
+ "internalType": "address",
205
+ "name": "proposalSubmitter",
206
+ "type": "address"
207
+ }
208
+ ],
209
+ "name": "addProposalSubmitter",
210
+ "outputs": [],
211
+ "stateMutability": "nonpayable",
212
+ "type": "function"
213
+ },
214
+ {
215
+ "inputs": [],
216
+ "name": "bridge",
217
+ "outputs": [
218
+ {
219
+ "internalType": "contract Bridge",
220
+ "name": "",
221
+ "type": "address"
222
+ }
223
+ ],
224
+ "stateMutability": "view",
225
+ "type": "function"
226
+ },
227
+ {
228
+ "inputs": [],
229
+ "name": "depositMinAge",
230
+ "outputs": [
231
+ {
232
+ "internalType": "uint32",
233
+ "name": "",
234
+ "type": "uint32"
235
+ }
236
+ ],
237
+ "stateMutability": "view",
238
+ "type": "function"
239
+ },
240
+ {
241
+ "inputs": [],
242
+ "name": "depositRefundSafetyMargin",
243
+ "outputs": [
244
+ {
245
+ "internalType": "uint32",
246
+ "name": "",
247
+ "type": "uint32"
248
+ }
249
+ ],
250
+ "stateMutability": "view",
251
+ "type": "function"
252
+ },
253
+ {
254
+ "inputs": [],
255
+ "name": "depositSweepMaxSize",
256
+ "outputs": [
257
+ {
258
+ "internalType": "uint16",
259
+ "name": "",
260
+ "type": "uint16"
261
+ }
262
+ ],
263
+ "stateMutability": "view",
264
+ "type": "function"
265
+ },
266
+ {
267
+ "inputs": [],
268
+ "name": "depositSweepProposalSubmissionGasOffset",
269
+ "outputs": [
270
+ {
271
+ "internalType": "uint32",
272
+ "name": "",
273
+ "type": "uint32"
274
+ }
275
+ ],
276
+ "stateMutability": "view",
277
+ "type": "function"
278
+ },
279
+ {
280
+ "inputs": [],
281
+ "name": "depositSweepProposalValidity",
282
+ "outputs": [
283
+ {
284
+ "internalType": "uint32",
285
+ "name": "",
286
+ "type": "uint32"
287
+ }
288
+ ],
289
+ "stateMutability": "view",
290
+ "type": "function"
291
+ },
292
+ {
293
+ "inputs": [
294
+ {
295
+ "internalType": "contract Bridge",
296
+ "name": "_bridge",
297
+ "type": "address"
298
+ }
299
+ ],
300
+ "name": "initialize",
301
+ "outputs": [],
302
+ "stateMutability": "nonpayable",
303
+ "type": "function"
304
+ },
305
+ {
306
+ "inputs": [
307
+ {
308
+ "internalType": "address",
309
+ "name": "",
310
+ "type": "address"
311
+ }
312
+ ],
313
+ "name": "isProposalSubmitter",
314
+ "outputs": [
315
+ {
316
+ "internalType": "bool",
317
+ "name": "",
318
+ "type": "bool"
319
+ }
320
+ ],
321
+ "stateMutability": "view",
322
+ "type": "function"
323
+ },
324
+ {
325
+ "inputs": [],
326
+ "name": "owner",
327
+ "outputs": [
328
+ {
329
+ "internalType": "address",
330
+ "name": "",
331
+ "type": "address"
332
+ }
333
+ ],
334
+ "stateMutability": "view",
335
+ "type": "function"
336
+ },
337
+ {
338
+ "inputs": [],
339
+ "name": "reimbursementPool",
340
+ "outputs": [
341
+ {
342
+ "internalType": "contract ReimbursementPool",
343
+ "name": "",
344
+ "type": "address"
345
+ }
346
+ ],
347
+ "stateMutability": "view",
348
+ "type": "function"
349
+ },
350
+ {
351
+ "inputs": [
352
+ {
353
+ "internalType": "address",
354
+ "name": "proposalSubmitter",
355
+ "type": "address"
356
+ }
357
+ ],
358
+ "name": "removeProposalSubmitter",
359
+ "outputs": [],
360
+ "stateMutability": "nonpayable",
361
+ "type": "function"
362
+ },
363
+ {
364
+ "inputs": [],
365
+ "name": "renounceOwnership",
366
+ "outputs": [],
367
+ "stateMutability": "nonpayable",
368
+ "type": "function"
369
+ },
370
+ {
371
+ "inputs": [
372
+ {
373
+ "components": [
374
+ {
375
+ "internalType": "bytes20",
376
+ "name": "walletPubKeyHash",
377
+ "type": "bytes20"
378
+ },
379
+ {
380
+ "components": [
381
+ {
382
+ "internalType": "bytes32",
383
+ "name": "fundingTxHash",
384
+ "type": "bytes32"
385
+ },
386
+ {
387
+ "internalType": "uint32",
388
+ "name": "fundingOutputIndex",
389
+ "type": "uint32"
390
+ }
391
+ ],
392
+ "internalType": "struct WalletCoordinator.DepositKey[]",
393
+ "name": "depositsKeys",
394
+ "type": "tuple[]"
395
+ },
396
+ {
397
+ "internalType": "uint256",
398
+ "name": "sweepTxFee",
399
+ "type": "uint256"
400
+ }
401
+ ],
402
+ "internalType": "struct WalletCoordinator.DepositSweepProposal",
403
+ "name": "proposal",
404
+ "type": "tuple"
405
+ },
406
+ {
407
+ "components": [
408
+ {
409
+ "internalType": "uint32[]",
410
+ "name": "walletMembersIDs",
411
+ "type": "uint32[]"
412
+ },
413
+ {
414
+ "internalType": "uint256",
415
+ "name": "walletMemberIndex",
416
+ "type": "uint256"
417
+ }
418
+ ],
419
+ "internalType": "struct WalletCoordinator.WalletMemberContext",
420
+ "name": "walletMemberContext",
421
+ "type": "tuple"
422
+ }
423
+ ],
424
+ "name": "submitDepositSweepProposal",
425
+ "outputs": [],
426
+ "stateMutability": "nonpayable",
427
+ "type": "function"
428
+ },
429
+ {
430
+ "inputs": [
431
+ {
432
+ "components": [
433
+ {
434
+ "internalType": "bytes20",
435
+ "name": "walletPubKeyHash",
436
+ "type": "bytes20"
437
+ },
438
+ {
439
+ "components": [
440
+ {
441
+ "internalType": "bytes32",
442
+ "name": "fundingTxHash",
443
+ "type": "bytes32"
444
+ },
445
+ {
446
+ "internalType": "uint32",
447
+ "name": "fundingOutputIndex",
448
+ "type": "uint32"
449
+ }
450
+ ],
451
+ "internalType": "struct WalletCoordinator.DepositKey[]",
452
+ "name": "depositsKeys",
453
+ "type": "tuple[]"
454
+ },
455
+ {
456
+ "internalType": "uint256",
457
+ "name": "sweepTxFee",
458
+ "type": "uint256"
459
+ }
460
+ ],
461
+ "internalType": "struct WalletCoordinator.DepositSweepProposal",
462
+ "name": "proposal",
463
+ "type": "tuple"
464
+ },
465
+ {
466
+ "components": [
467
+ {
468
+ "internalType": "uint32[]",
469
+ "name": "walletMembersIDs",
470
+ "type": "uint32[]"
471
+ },
472
+ {
473
+ "internalType": "uint256",
474
+ "name": "walletMemberIndex",
475
+ "type": "uint256"
476
+ }
477
+ ],
478
+ "internalType": "struct WalletCoordinator.WalletMemberContext",
479
+ "name": "walletMemberContext",
480
+ "type": "tuple"
481
+ }
482
+ ],
483
+ "name": "submitDepositSweepProposalWithReimbursement",
484
+ "outputs": [],
485
+ "stateMutability": "nonpayable",
486
+ "type": "function"
487
+ },
488
+ {
489
+ "inputs": [
490
+ {
491
+ "internalType": "address",
492
+ "name": "newOwner",
493
+ "type": "address"
494
+ }
495
+ ],
496
+ "name": "transferOwnership",
497
+ "outputs": [],
498
+ "stateMutability": "nonpayable",
499
+ "type": "function"
500
+ },
501
+ {
502
+ "inputs": [
503
+ {
504
+ "internalType": "bytes20",
505
+ "name": "walletPubKeyHash",
506
+ "type": "bytes20"
507
+ }
508
+ ],
509
+ "name": "unlockWallet",
510
+ "outputs": [],
511
+ "stateMutability": "nonpayable",
512
+ "type": "function"
513
+ },
514
+ {
515
+ "inputs": [
516
+ {
517
+ "internalType": "uint32",
518
+ "name": "_depositMinAge",
519
+ "type": "uint32"
520
+ }
521
+ ],
522
+ "name": "updateDepositMinAge",
523
+ "outputs": [],
524
+ "stateMutability": "nonpayable",
525
+ "type": "function"
526
+ },
527
+ {
528
+ "inputs": [
529
+ {
530
+ "internalType": "uint32",
531
+ "name": "_depositRefundSafetyMargin",
532
+ "type": "uint32"
533
+ }
534
+ ],
535
+ "name": "updateDepositRefundSafetyMargin",
536
+ "outputs": [],
537
+ "stateMutability": "nonpayable",
538
+ "type": "function"
539
+ },
540
+ {
541
+ "inputs": [
542
+ {
543
+ "internalType": "uint16",
544
+ "name": "_depositSweepMaxSize",
545
+ "type": "uint16"
546
+ }
547
+ ],
548
+ "name": "updateDepositSweepMaxSize",
549
+ "outputs": [],
550
+ "stateMutability": "nonpayable",
551
+ "type": "function"
552
+ },
553
+ {
554
+ "inputs": [
555
+ {
556
+ "internalType": "uint32",
557
+ "name": "_depositSweepProposalSubmissionGasOffset",
558
+ "type": "uint32"
559
+ }
560
+ ],
561
+ "name": "updateDepositSweepProposalSubmissionGasOffset",
562
+ "outputs": [],
563
+ "stateMutability": "nonpayable",
564
+ "type": "function"
565
+ },
566
+ {
567
+ "inputs": [
568
+ {
569
+ "internalType": "uint32",
570
+ "name": "_depositSweepProposalValidity",
571
+ "type": "uint32"
572
+ }
573
+ ],
574
+ "name": "updateDepositSweepProposalValidity",
575
+ "outputs": [],
576
+ "stateMutability": "nonpayable",
577
+ "type": "function"
578
+ },
579
+ {
580
+ "inputs": [
581
+ {
582
+ "internalType": "contract ReimbursementPool",
583
+ "name": "_reimbursementPool",
584
+ "type": "address"
585
+ }
586
+ ],
587
+ "name": "updateReimbursementPool",
588
+ "outputs": [],
589
+ "stateMutability": "nonpayable",
590
+ "type": "function"
591
+ },
592
+ {
593
+ "inputs": [
594
+ {
595
+ "components": [
596
+ {
597
+ "internalType": "bytes20",
598
+ "name": "walletPubKeyHash",
599
+ "type": "bytes20"
600
+ },
601
+ {
602
+ "components": [
603
+ {
604
+ "internalType": "bytes32",
605
+ "name": "fundingTxHash",
606
+ "type": "bytes32"
607
+ },
608
+ {
609
+ "internalType": "uint32",
610
+ "name": "fundingOutputIndex",
611
+ "type": "uint32"
612
+ }
613
+ ],
614
+ "internalType": "struct WalletCoordinator.DepositKey[]",
615
+ "name": "depositsKeys",
616
+ "type": "tuple[]"
617
+ },
618
+ {
619
+ "internalType": "uint256",
620
+ "name": "sweepTxFee",
621
+ "type": "uint256"
622
+ }
623
+ ],
624
+ "internalType": "struct WalletCoordinator.DepositSweepProposal",
625
+ "name": "proposal",
626
+ "type": "tuple"
627
+ },
628
+ {
629
+ "components": [
630
+ {
631
+ "components": [
632
+ {
633
+ "internalType": "bytes4",
634
+ "name": "version",
635
+ "type": "bytes4"
636
+ },
637
+ {
638
+ "internalType": "bytes",
639
+ "name": "inputVector",
640
+ "type": "bytes"
641
+ },
642
+ {
643
+ "internalType": "bytes",
644
+ "name": "outputVector",
645
+ "type": "bytes"
646
+ },
647
+ {
648
+ "internalType": "bytes4",
649
+ "name": "locktime",
650
+ "type": "bytes4"
651
+ }
652
+ ],
653
+ "internalType": "struct BitcoinTx.Info",
654
+ "name": "fundingTx",
655
+ "type": "tuple"
656
+ },
657
+ {
658
+ "internalType": "bytes8",
659
+ "name": "blindingFactor",
660
+ "type": "bytes8"
661
+ },
662
+ {
663
+ "internalType": "bytes20",
664
+ "name": "walletPubKeyHash",
665
+ "type": "bytes20"
666
+ },
667
+ {
668
+ "internalType": "bytes20",
669
+ "name": "refundPubKeyHash",
670
+ "type": "bytes20"
671
+ },
672
+ {
673
+ "internalType": "bytes4",
674
+ "name": "refundLocktime",
675
+ "type": "bytes4"
676
+ }
677
+ ],
678
+ "internalType": "struct WalletCoordinator.DepositExtraInfo[]",
679
+ "name": "depositsExtraInfo",
680
+ "type": "tuple[]"
681
+ }
682
+ ],
683
+ "name": "validateDepositSweepProposal",
684
+ "outputs": [],
685
+ "stateMutability": "view",
686
+ "type": "function"
687
+ },
688
+ {
689
+ "inputs": [
690
+ {
691
+ "internalType": "bytes20",
692
+ "name": "",
693
+ "type": "bytes20"
694
+ }
695
+ ],
696
+ "name": "walletLock",
697
+ "outputs": [
698
+ {
699
+ "internalType": "uint32",
700
+ "name": "",
701
+ "type": "uint32"
702
+ }
703
+ ],
704
+ "stateMutability": "view",
705
+ "type": "function"
706
+ },
707
+ {
708
+ "inputs": [],
709
+ "name": "walletRegistry",
710
+ "outputs": [
711
+ {
712
+ "internalType": "contract IWalletRegistry",
713
+ "name": "",
714
+ "type": "address"
715
+ }
716
+ ],
717
+ "stateMutability": "view",
718
+ "type": "function"
719
+ }
720
+ ],
721
+ "transactionHash": "0xab9832a39638f878b2ebe842d92abb3a4e7cbcf5a2de2161d37ded5a67fb9315",
722
+ "receipt": {
723
+ "to": null,
724
+ "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
725
+ "contractAddress": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
726
+ "transactionIndex": 0,
727
+ "gasUsed": "745227",
728
+ "logsBloom": "0x00000000000000000002000000000000400000000000000000800000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000002000001000000000000000000000000000000000800020000000000000000000800000000800000000000000000000000400000000000000000400000000000080000000000000080000000000000800000000000000000008000000000000400000000000000000000000000000000000000000020000000000000000000040000000000000400000000000000000030000000000000400000000000000000000001000000000000000000000000000000",
729
+ "blockHash": "0x49185e7f95c0e31dc9ff78b4e07fa097ff578551b58a2b907131a518a1e1ff71",
730
+ "transactionHash": "0xab9832a39638f878b2ebe842d92abb3a4e7cbcf5a2de2161d37ded5a67fb9315",
731
+ "logs": [
732
+ {
733
+ "transactionIndex": 0,
734
+ "blockNumber": 81,
735
+ "transactionHash": "0xab9832a39638f878b2ebe842d92abb3a4e7cbcf5a2de2161d37ded5a67fb9315",
736
+ "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
737
+ "topics": [
738
+ "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
739
+ "0x000000000000000000000000ee54514745b056f07040cacf801f59031d801431"
740
+ ],
741
+ "data": "0x",
742
+ "logIndex": 0,
743
+ "blockHash": "0x49185e7f95c0e31dc9ff78b4e07fa097ff578551b58a2b907131a518a1e1ff71"
744
+ },
745
+ {
746
+ "transactionIndex": 0,
747
+ "blockNumber": 81,
748
+ "transactionHash": "0xab9832a39638f878b2ebe842d92abb3a4e7cbcf5a2de2161d37ded5a67fb9315",
749
+ "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
750
+ "topics": [
751
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
752
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
753
+ "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
754
+ ],
755
+ "data": "0x",
756
+ "logIndex": 1,
757
+ "blockHash": "0x49185e7f95c0e31dc9ff78b4e07fa097ff578551b58a2b907131a518a1e1ff71"
758
+ },
759
+ {
760
+ "transactionIndex": 0,
761
+ "blockNumber": 81,
762
+ "transactionHash": "0xab9832a39638f878b2ebe842d92abb3a4e7cbcf5a2de2161d37ded5a67fb9315",
763
+ "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
764
+ "topics": [
765
+ "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
766
+ ],
767
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
768
+ "logIndex": 2,
769
+ "blockHash": "0x49185e7f95c0e31dc9ff78b4e07fa097ff578551b58a2b907131a518a1e1ff71"
770
+ },
771
+ {
772
+ "transactionIndex": 0,
773
+ "blockNumber": 81,
774
+ "transactionHash": "0xab9832a39638f878b2ebe842d92abb3a4e7cbcf5a2de2161d37ded5a67fb9315",
775
+ "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
776
+ "topics": [
777
+ "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
778
+ ],
779
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000afdacd509e73115ea1654b1a770f1a807e7c9c0",
780
+ "logIndex": 3,
781
+ "blockHash": "0x49185e7f95c0e31dc9ff78b4e07fa097ff578551b58a2b907131a518a1e1ff71"
782
+ }
783
+ ],
784
+ "blockNumber": 81,
785
+ "cumulativeGasUsed": "745227",
786
+ "status": 1,
787
+ "byzantium": true
788
+ },
789
+ "numDeployments": 1,
790
+ "implementation": "0xEe54514745B056F07040CaCF801f59031D801431",
791
+ "devdoc": "Contract deployed as upgradable proxy"
792
+ }