@keep-network/tbtc-v2 1.3.0-dev.5 → 1.3.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/BLS.json +1 -1
- package/artifacts/Bank.json +3 -3
- package/artifacts/BeaconAuthorization.json +1 -1
- package/artifacts/BeaconDkg.json +6 -6
- package/artifacts/BeaconDkgValidator.json +8 -8
- package/artifacts/BeaconInactivity.json +8 -8
- package/artifacts/BeaconSortitionPool.json +3 -3
- package/artifacts/Bridge.json +5 -5
- package/artifacts/BridgeGovernance.json +2 -2
- package/artifacts/BridgeGovernanceParameters.json +2 -2
- package/artifacts/Deposit.json +2 -2
- package/artifacts/DepositSweep.json +2 -2
- package/artifacts/DonationVault.json +3 -3
- package/artifacts/EcdsaDkgValidator.json +6 -6
- package/artifacts/EcdsaInactivity.json +8 -8
- package/artifacts/EcdsaSortitionPool.json +4 -4
- package/artifacts/Fraud.json +2 -2
- package/artifacts/KeepRegistry.json +1 -1
- package/artifacts/KeepStake.json +2 -2
- package/artifacts/KeepToken.json +2 -2
- package/artifacts/KeepTokenStaking.json +1 -1
- package/artifacts/LightRelay.json +18 -18
- package/artifacts/LightRelayMaintainerProxy.json +8 -8
- package/artifacts/MaintainerProxy.json +19 -19
- package/artifacts/MovingFunds.json +2 -2
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +109 -109
- package/artifacts/RandomBeaconChaosnet.json +4 -4
- package/artifacts/RandomBeaconGovernance.json +59 -59
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +13 -13
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +23 -23
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +3 -3
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/VendingMachineV2.json +3 -3
- package/artifacts/VendingMachineV3.json +3 -3
- package/artifacts/WalletCoordinator.json +45 -92
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +50 -50
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{08bd3c90d7f376263925b4f52b0adff9.json → 7da6b4ef582799bac2eaf0403f4eac81.json} +1 -1
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
- package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.dbg.json +1 -1
- package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +34 -81
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
- package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
- package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
- package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/contracts/bridge/WalletCoordinator.sol +31 -84
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +22 -22
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +6 -6
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +6 -6
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +6 -6
- package/export/artifacts/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +7299 -9140
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +40 -40
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +47 -47
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +88 -88
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +58 -58
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +57 -57
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +2 -2
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +2 -2
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +135 -135
- package/export/typechain/factories/WalletCoordinator__factory.js +33 -80
- package/package.json +3 -3
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
|
|
3
3
|
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"anonymous": false,
|
|
6
|
+
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"indexed": true,
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "coordinator",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "CoordinatorAdded",
|
|
15
|
+
"type": "event"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"anonymous": false,
|
|
19
|
+
"inputs": [
|
|
20
|
+
{
|
|
21
|
+
"indexed": true,
|
|
22
|
+
"internalType": "address",
|
|
23
|
+
"name": "coordinator",
|
|
24
|
+
"type": "address"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"name": "CoordinatorRemoved",
|
|
28
|
+
"type": "event"
|
|
29
|
+
},
|
|
4
30
|
{
|
|
5
31
|
"anonymous": false,
|
|
6
32
|
"inputs": [
|
|
@@ -94,7 +120,7 @@
|
|
|
94
120
|
{
|
|
95
121
|
"indexed": true,
|
|
96
122
|
"internalType": "address",
|
|
97
|
-
"name": "
|
|
123
|
+
"name": "coordinator",
|
|
98
124
|
"type": "address"
|
|
99
125
|
}
|
|
100
126
|
],
|
|
@@ -146,32 +172,6 @@
|
|
|
146
172
|
"name": "OwnershipTransferred",
|
|
147
173
|
"type": "event"
|
|
148
174
|
},
|
|
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
175
|
{
|
|
176
176
|
"anonymous": false,
|
|
177
177
|
"inputs": [
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
"inputs": [
|
|
203
203
|
{
|
|
204
204
|
"internalType": "address",
|
|
205
|
-
"name": "
|
|
205
|
+
"name": "coordinator",
|
|
206
206
|
"type": "address"
|
|
207
207
|
}
|
|
208
208
|
],
|
|
209
|
-
"name": "
|
|
209
|
+
"name": "addCoordinator",
|
|
210
210
|
"outputs": [],
|
|
211
211
|
"stateMutability": "nonpayable",
|
|
212
212
|
"type": "function"
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
"type": "address"
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
|
-
"name": "
|
|
313
|
+
"name": "isCoordinator",
|
|
314
314
|
"outputs": [
|
|
315
315
|
{
|
|
316
316
|
"internalType": "bool",
|
|
@@ -351,11 +351,11 @@
|
|
|
351
351
|
"inputs": [
|
|
352
352
|
{
|
|
353
353
|
"internalType": "address",
|
|
354
|
-
"name": "
|
|
354
|
+
"name": "coordinator",
|
|
355
355
|
"type": "address"
|
|
356
356
|
}
|
|
357
357
|
],
|
|
358
|
-
"name": "
|
|
358
|
+
"name": "removeCoordinator",
|
|
359
359
|
"outputs": [],
|
|
360
360
|
"stateMutability": "nonpayable",
|
|
361
361
|
"type": "function"
|
|
@@ -402,23 +402,6 @@
|
|
|
402
402
|
"internalType": "struct WalletCoordinator.DepositSweepProposal",
|
|
403
403
|
"name": "proposal",
|
|
404
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
405
|
}
|
|
423
406
|
],
|
|
424
407
|
"name": "submitDepositSweepProposal",
|
|
@@ -461,23 +444,6 @@
|
|
|
461
444
|
"internalType": "struct WalletCoordinator.DepositSweepProposal",
|
|
462
445
|
"name": "proposal",
|
|
463
446
|
"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
447
|
}
|
|
482
448
|
],
|
|
483
449
|
"name": "submitDepositSweepProposalWithReimbursement",
|
|
@@ -714,36 +680,23 @@
|
|
|
714
680
|
],
|
|
715
681
|
"stateMutability": "view",
|
|
716
682
|
"type": "function"
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"inputs": [],
|
|
720
|
-
"name": "walletRegistry",
|
|
721
|
-
"outputs": [
|
|
722
|
-
{
|
|
723
|
-
"internalType": "contract IWalletRegistry",
|
|
724
|
-
"name": "",
|
|
725
|
-
"type": "address"
|
|
726
|
-
}
|
|
727
|
-
],
|
|
728
|
-
"stateMutability": "view",
|
|
729
|
-
"type": "function"
|
|
730
683
|
}
|
|
731
684
|
],
|
|
732
|
-
"transactionHash": "
|
|
685
|
+
"transactionHash": "0x26f9a8daa913508d42a9f927a6fe943025cadbcb1dc462ba445d35e57acfdd50",
|
|
733
686
|
"receipt": {
|
|
734
687
|
"to": null,
|
|
735
688
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
736
689
|
"contractAddress": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
|
|
737
690
|
"transactionIndex": 0,
|
|
738
|
-
"gasUsed": "
|
|
691
|
+
"gasUsed": "723332",
|
|
739
692
|
"logsBloom": "0x00000000000000000002000000000000400000000000000000800000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000002000001000000000000000000000000000000000800020000000000000000000800000000800000000000000000000000400000000000000000400000000000080000000000000080000000000000800000000000000000008000000000000400000000000000000000000000000000000000000020000000000000000000040000000000000400000000000000000030000000000000400000000000000000000001000000000000000000000000000000",
|
|
740
|
-
"blockHash": "
|
|
741
|
-
"transactionHash": "
|
|
693
|
+
"blockHash": "0xb1761d379ab89016f501c95795a89d6975b7722b993cb9f6edc3615cc29ca5e5",
|
|
694
|
+
"transactionHash": "0x26f9a8daa913508d42a9f927a6fe943025cadbcb1dc462ba445d35e57acfdd50",
|
|
742
695
|
"logs": [
|
|
743
696
|
{
|
|
744
697
|
"transactionIndex": 0,
|
|
745
698
|
"blockNumber": 81,
|
|
746
|
-
"transactionHash": "
|
|
699
|
+
"transactionHash": "0x26f9a8daa913508d42a9f927a6fe943025cadbcb1dc462ba445d35e57acfdd50",
|
|
747
700
|
"address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
|
|
748
701
|
"topics": [
|
|
749
702
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
@@ -751,12 +704,12 @@
|
|
|
751
704
|
],
|
|
752
705
|
"data": "0x",
|
|
753
706
|
"logIndex": 0,
|
|
754
|
-
"blockHash": "
|
|
707
|
+
"blockHash": "0xb1761d379ab89016f501c95795a89d6975b7722b993cb9f6edc3615cc29ca5e5"
|
|
755
708
|
},
|
|
756
709
|
{
|
|
757
710
|
"transactionIndex": 0,
|
|
758
711
|
"blockNumber": 81,
|
|
759
|
-
"transactionHash": "
|
|
712
|
+
"transactionHash": "0x26f9a8daa913508d42a9f927a6fe943025cadbcb1dc462ba445d35e57acfdd50",
|
|
760
713
|
"address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
|
|
761
714
|
"topics": [
|
|
762
715
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -765,35 +718,35 @@
|
|
|
765
718
|
],
|
|
766
719
|
"data": "0x",
|
|
767
720
|
"logIndex": 1,
|
|
768
|
-
"blockHash": "
|
|
721
|
+
"blockHash": "0xb1761d379ab89016f501c95795a89d6975b7722b993cb9f6edc3615cc29ca5e5"
|
|
769
722
|
},
|
|
770
723
|
{
|
|
771
724
|
"transactionIndex": 0,
|
|
772
725
|
"blockNumber": 81,
|
|
773
|
-
"transactionHash": "
|
|
726
|
+
"transactionHash": "0x26f9a8daa913508d42a9f927a6fe943025cadbcb1dc462ba445d35e57acfdd50",
|
|
774
727
|
"address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
|
|
775
728
|
"topics": [
|
|
776
729
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
777
730
|
],
|
|
778
731
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
779
732
|
"logIndex": 2,
|
|
780
|
-
"blockHash": "
|
|
733
|
+
"blockHash": "0xb1761d379ab89016f501c95795a89d6975b7722b993cb9f6edc3615cc29ca5e5"
|
|
781
734
|
},
|
|
782
735
|
{
|
|
783
736
|
"transactionIndex": 0,
|
|
784
737
|
"blockNumber": 81,
|
|
785
|
-
"transactionHash": "
|
|
738
|
+
"transactionHash": "0x26f9a8daa913508d42a9f927a6fe943025cadbcb1dc462ba445d35e57acfdd50",
|
|
786
739
|
"address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
|
|
787
740
|
"topics": [
|
|
788
741
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
789
742
|
],
|
|
790
743
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000afdacd509e73115ea1654b1a770f1a807e7c9c0",
|
|
791
744
|
"logIndex": 3,
|
|
792
|
-
"blockHash": "
|
|
745
|
+
"blockHash": "0xb1761d379ab89016f501c95795a89d6975b7722b993cb9f6edc3615cc29ca5e5"
|
|
793
746
|
}
|
|
794
747
|
],
|
|
795
748
|
"blockNumber": 81,
|
|
796
|
-
"cumulativeGasUsed": "
|
|
749
|
+
"cumulativeGasUsed": "723332",
|
|
797
750
|
"status": 1,
|
|
798
751
|
"byzantium": true
|
|
799
752
|
},
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
"transactionIndex": 0,
|
|
1892
1892
|
"gasUsed": "1047188",
|
|
1893
1893
|
"logsBloom": "0x00000000000000000000000000000000400000004040000000000000000000200040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000800000000000000000000000000000000000000000000000000000000800000000008000008000000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020000000020000000000040000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
1894
|
-
"blockHash": "
|
|
1894
|
+
"blockHash": "0xb34b60997cc4ae8692c82425b38cfa99a6baddb1d3e804581b327ef345342bcd",
|
|
1895
1895
|
"transactionHash": "0xa9307cf26c3c11c7cb31375b57517ed4cd0da1f2e9c49492b4339d577f36026d",
|
|
1896
1896
|
"logs": [
|
|
1897
1897
|
{
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
],
|
|
1906
1906
|
"data": "0x",
|
|
1907
1907
|
"logIndex": 0,
|
|
1908
|
-
"blockHash": "
|
|
1908
|
+
"blockHash": "0xb34b60997cc4ae8692c82425b38cfa99a6baddb1d3e804581b327ef345342bcd"
|
|
1909
1909
|
},
|
|
1910
1910
|
{
|
|
1911
1911
|
"transactionIndex": 0,
|
|
@@ -1917,7 +1917,7 @@
|
|
|
1917
1917
|
],
|
|
1918
1918
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
1919
1919
|
"logIndex": 1,
|
|
1920
|
-
"blockHash": "
|
|
1920
|
+
"blockHash": "0xb34b60997cc4ae8692c82425b38cfa99a6baddb1d3e804581b327ef345342bcd"
|
|
1921
1921
|
},
|
|
1922
1922
|
{
|
|
1923
1923
|
"transactionIndex": 0,
|
|
@@ -1929,7 +1929,7 @@
|
|
|
1929
1929
|
],
|
|
1930
1930
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1931
1931
|
"logIndex": 2,
|
|
1932
|
-
"blockHash": "
|
|
1932
|
+
"blockHash": "0xb34b60997cc4ae8692c82425b38cfa99a6baddb1d3e804581b327ef345342bcd"
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
1935
|
"transactionIndex": 0,
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
],
|
|
1942
1942
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000afdacd509e73115ea1654b1a770f1a807e7c9c0",
|
|
1943
1943
|
"logIndex": 3,
|
|
1944
|
-
"blockHash": "
|
|
1944
|
+
"blockHash": "0xb34b60997cc4ae8692c82425b38cfa99a6baddb1d3e804581b327ef345342bcd"
|
|
1945
1945
|
}
|
|
1946
1946
|
],
|
|
1947
1947
|
"blockNumber": 44,
|