@keep-network/tbtc-v2 0.1.1-dev.90 → 0.1.1-dev.91
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/Bank.json +23 -33
- package/artifacts/Bridge.json +13 -379
- package/artifacts/Deposit.json +3 -3
- package/artifacts/DepositSweep.json +3 -3
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +2 -2
- package/artifacts/Fraud.json +3 -3
- 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/MovingFunds.json +3 -3
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeaconStub.json +1 -1
- package/artifacts/Redemption.json +3 -3
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/Relay.json +1 -1
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +2 -2
- package/artifacts/TBTCToken.json +2 -2
- package/artifacts/TBTCVault.json +5 -5
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +2 -2
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +3 -3
- package/deploy/04_deploy_bank.ts +1 -1
- package/deploy/05_deploy_bridge.ts +1 -1
- package/export.json +5 -384
- package/package.json +3 -2
package/artifacts/Bridge.json
CHANGED
|
@@ -1263,38 +1263,6 @@
|
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
},
|
|
1266
|
-
{
|
|
1267
|
-
"type": "function",
|
|
1268
|
-
"name": "processPendingMovedFundsSweepRequest",
|
|
1269
|
-
"constant": false,
|
|
1270
|
-
"payable": false,
|
|
1271
|
-
"gas": 29000000,
|
|
1272
|
-
"inputs": [
|
|
1273
|
-
{
|
|
1274
|
-
"type": "bytes20",
|
|
1275
|
-
"name": "walletPubKeyHash"
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"type": "tuple",
|
|
1279
|
-
"name": "utxo",
|
|
1280
|
-
"components": [
|
|
1281
|
-
{
|
|
1282
|
-
"type": "bytes32",
|
|
1283
|
-
"name": "txHash"
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"type": "uint32",
|
|
1287
|
-
"name": "txOutputIndex"
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"type": "uint64",
|
|
1291
|
-
"name": "txOutputValue"
|
|
1292
|
-
}
|
|
1293
|
-
]
|
|
1294
|
-
}
|
|
1295
|
-
],
|
|
1296
|
-
"outputs": []
|
|
1297
|
-
},
|
|
1298
1266
|
{
|
|
1299
1267
|
"type": "function",
|
|
1300
1268
|
"name": "receiveBalanceApproval",
|
|
@@ -1500,220 +1468,6 @@
|
|
|
1500
1468
|
],
|
|
1501
1469
|
"outputs": []
|
|
1502
1470
|
},
|
|
1503
|
-
{
|
|
1504
|
-
"type": "function",
|
|
1505
|
-
"name": "setActiveWallet",
|
|
1506
|
-
"constant": false,
|
|
1507
|
-
"payable": false,
|
|
1508
|
-
"gas": 29000000,
|
|
1509
|
-
"inputs": [
|
|
1510
|
-
{
|
|
1511
|
-
"type": "bytes20",
|
|
1512
|
-
"name": "activeWalletPubKeyHash"
|
|
1513
|
-
}
|
|
1514
|
-
],
|
|
1515
|
-
"outputs": []
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"type": "function",
|
|
1519
|
-
"name": "setDepositDustThreshold",
|
|
1520
|
-
"constant": false,
|
|
1521
|
-
"payable": false,
|
|
1522
|
-
"gas": 29000000,
|
|
1523
|
-
"inputs": [
|
|
1524
|
-
{
|
|
1525
|
-
"type": "uint64",
|
|
1526
|
-
"name": "_depositDustThreshold"
|
|
1527
|
-
}
|
|
1528
|
-
],
|
|
1529
|
-
"outputs": []
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"type": "function",
|
|
1533
|
-
"name": "setDepositTxMaxFee",
|
|
1534
|
-
"constant": false,
|
|
1535
|
-
"payable": false,
|
|
1536
|
-
"gas": 29000000,
|
|
1537
|
-
"inputs": [
|
|
1538
|
-
{
|
|
1539
|
-
"type": "uint64",
|
|
1540
|
-
"name": "_depositTxMaxFee"
|
|
1541
|
-
}
|
|
1542
|
-
],
|
|
1543
|
-
"outputs": []
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"type": "function",
|
|
1547
|
-
"name": "setMovedFundsSweepTxMaxTotalFee",
|
|
1548
|
-
"constant": false,
|
|
1549
|
-
"payable": false,
|
|
1550
|
-
"gas": 29000000,
|
|
1551
|
-
"inputs": [
|
|
1552
|
-
{
|
|
1553
|
-
"type": "uint64",
|
|
1554
|
-
"name": "_movedFundsSweepTxMaxTotalFee"
|
|
1555
|
-
}
|
|
1556
|
-
],
|
|
1557
|
-
"outputs": []
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"type": "function",
|
|
1561
|
-
"name": "setMovingFundsTxMaxTotalFee",
|
|
1562
|
-
"constant": false,
|
|
1563
|
-
"payable": false,
|
|
1564
|
-
"gas": 29000000,
|
|
1565
|
-
"inputs": [
|
|
1566
|
-
{
|
|
1567
|
-
"type": "uint64",
|
|
1568
|
-
"name": "_movingFundsTxMaxTotalFee"
|
|
1569
|
-
}
|
|
1570
|
-
],
|
|
1571
|
-
"outputs": []
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"type": "function",
|
|
1575
|
-
"name": "setPendingMovedFundsSweepRequest",
|
|
1576
|
-
"constant": false,
|
|
1577
|
-
"payable": false,
|
|
1578
|
-
"gas": 29000000,
|
|
1579
|
-
"inputs": [
|
|
1580
|
-
{
|
|
1581
|
-
"type": "bytes20",
|
|
1582
|
-
"name": "walletPubKeyHash"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"type": "tuple",
|
|
1586
|
-
"name": "utxo",
|
|
1587
|
-
"components": [
|
|
1588
|
-
{
|
|
1589
|
-
"type": "bytes32",
|
|
1590
|
-
"name": "txHash"
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"type": "uint32",
|
|
1594
|
-
"name": "txOutputIndex"
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"type": "uint64",
|
|
1598
|
-
"name": "txOutputValue"
|
|
1599
|
-
}
|
|
1600
|
-
]
|
|
1601
|
-
}
|
|
1602
|
-
],
|
|
1603
|
-
"outputs": []
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"type": "function",
|
|
1607
|
-
"name": "setProcessedMovedFundsSweepRequests",
|
|
1608
|
-
"constant": false,
|
|
1609
|
-
"payable": false,
|
|
1610
|
-
"gas": 29000000,
|
|
1611
|
-
"inputs": [
|
|
1612
|
-
{
|
|
1613
|
-
"type": "tuple[]",
|
|
1614
|
-
"name": "utxos",
|
|
1615
|
-
"components": [
|
|
1616
|
-
{
|
|
1617
|
-
"type": "bytes32",
|
|
1618
|
-
"name": "txHash"
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"type": "uint32",
|
|
1622
|
-
"name": "txOutputIndex"
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"type": "uint64",
|
|
1626
|
-
"name": "txOutputValue"
|
|
1627
|
-
}
|
|
1628
|
-
]
|
|
1629
|
-
}
|
|
1630
|
-
],
|
|
1631
|
-
"outputs": []
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"type": "function",
|
|
1635
|
-
"name": "setRedemptionDustThreshold",
|
|
1636
|
-
"constant": false,
|
|
1637
|
-
"payable": false,
|
|
1638
|
-
"gas": 29000000,
|
|
1639
|
-
"inputs": [
|
|
1640
|
-
{
|
|
1641
|
-
"type": "uint64",
|
|
1642
|
-
"name": "_redemptionDustThreshold"
|
|
1643
|
-
}
|
|
1644
|
-
],
|
|
1645
|
-
"outputs": []
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"type": "function",
|
|
1649
|
-
"name": "setRedemptionTreasuryFeeDivisor",
|
|
1650
|
-
"constant": false,
|
|
1651
|
-
"payable": false,
|
|
1652
|
-
"gas": 29000000,
|
|
1653
|
-
"inputs": [
|
|
1654
|
-
{
|
|
1655
|
-
"type": "uint64",
|
|
1656
|
-
"name": "_redemptionTreasuryFeeDivisor"
|
|
1657
|
-
}
|
|
1658
|
-
],
|
|
1659
|
-
"outputs": []
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"type": "function",
|
|
1663
|
-
"name": "setSpentMainUtxos",
|
|
1664
|
-
"constant": false,
|
|
1665
|
-
"payable": false,
|
|
1666
|
-
"gas": 29000000,
|
|
1667
|
-
"inputs": [
|
|
1668
|
-
{
|
|
1669
|
-
"type": "tuple[]",
|
|
1670
|
-
"name": "utxos",
|
|
1671
|
-
"components": [
|
|
1672
|
-
{
|
|
1673
|
-
"type": "bytes32",
|
|
1674
|
-
"name": "txHash"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"type": "uint32",
|
|
1678
|
-
"name": "txOutputIndex"
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"type": "uint64",
|
|
1682
|
-
"name": "txOutputValue"
|
|
1683
|
-
}
|
|
1684
|
-
]
|
|
1685
|
-
}
|
|
1686
|
-
],
|
|
1687
|
-
"outputs": []
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"type": "function",
|
|
1691
|
-
"name": "setSweptDeposits",
|
|
1692
|
-
"constant": false,
|
|
1693
|
-
"payable": false,
|
|
1694
|
-
"gas": 29000000,
|
|
1695
|
-
"inputs": [
|
|
1696
|
-
{
|
|
1697
|
-
"type": "tuple[]",
|
|
1698
|
-
"name": "utxos",
|
|
1699
|
-
"components": [
|
|
1700
|
-
{
|
|
1701
|
-
"type": "bytes32",
|
|
1702
|
-
"name": "txHash"
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"type": "uint32",
|
|
1706
|
-
"name": "txOutputIndex"
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"type": "uint64",
|
|
1710
|
-
"name": "txOutputValue"
|
|
1711
|
-
}
|
|
1712
|
-
]
|
|
1713
|
-
}
|
|
1714
|
-
],
|
|
1715
|
-
"outputs": []
|
|
1716
|
-
},
|
|
1717
1471
|
{
|
|
1718
1472
|
"type": "function",
|
|
1719
1473
|
"name": "setVaultStatus",
|
|
@@ -1732,94 +1486,6 @@
|
|
|
1732
1486
|
],
|
|
1733
1487
|
"outputs": []
|
|
1734
1488
|
},
|
|
1735
|
-
{
|
|
1736
|
-
"type": "function",
|
|
1737
|
-
"name": "setWallet",
|
|
1738
|
-
"constant": false,
|
|
1739
|
-
"payable": false,
|
|
1740
|
-
"gas": 29000000,
|
|
1741
|
-
"inputs": [
|
|
1742
|
-
{
|
|
1743
|
-
"type": "bytes20",
|
|
1744
|
-
"name": "walletPubKeyHash"
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"type": "tuple",
|
|
1748
|
-
"name": "wallet",
|
|
1749
|
-
"components": [
|
|
1750
|
-
{
|
|
1751
|
-
"type": "bytes32",
|
|
1752
|
-
"name": "ecdsaWalletID"
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"type": "bytes32",
|
|
1756
|
-
"name": "mainUtxoHash"
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"type": "uint64",
|
|
1760
|
-
"name": "pendingRedemptionsValue"
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"type": "uint32",
|
|
1764
|
-
"name": "createdAt"
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"type": "uint32",
|
|
1768
|
-
"name": "movingFundsRequestedAt"
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"type": "uint32",
|
|
1772
|
-
"name": "closingStartedAt"
|
|
1773
|
-
},
|
|
1774
|
-
{
|
|
1775
|
-
"type": "uint32",
|
|
1776
|
-
"name": "pendingMovedFundsSweepRequestsCount"
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"type": "uint8",
|
|
1780
|
-
"name": "state"
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"type": "bytes32",
|
|
1784
|
-
"name": "movingFundsTargetWalletsCommitmentHash"
|
|
1785
|
-
}
|
|
1786
|
-
]
|
|
1787
|
-
}
|
|
1788
|
-
],
|
|
1789
|
-
"outputs": []
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"type": "function",
|
|
1793
|
-
"name": "setWalletMainUtxo",
|
|
1794
|
-
"constant": false,
|
|
1795
|
-
"payable": false,
|
|
1796
|
-
"gas": 29000000,
|
|
1797
|
-
"inputs": [
|
|
1798
|
-
{
|
|
1799
|
-
"type": "bytes20",
|
|
1800
|
-
"name": "walletPubKeyHash"
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"type": "tuple",
|
|
1804
|
-
"name": "utxo",
|
|
1805
|
-
"components": [
|
|
1806
|
-
{
|
|
1807
|
-
"type": "bytes32",
|
|
1808
|
-
"name": "txHash"
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"type": "uint32",
|
|
1812
|
-
"name": "txOutputIndex"
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"type": "uint64",
|
|
1816
|
-
"name": "txOutputValue"
|
|
1817
|
-
}
|
|
1818
|
-
]
|
|
1819
|
-
}
|
|
1820
|
-
],
|
|
1821
|
-
"outputs": []
|
|
1822
|
-
},
|
|
1823
1489
|
{
|
|
1824
1490
|
"type": "function",
|
|
1825
1491
|
"name": "spentMainUTXOs",
|
|
@@ -2245,38 +1911,6 @@
|
|
|
2245
1911
|
}
|
|
2246
1912
|
]
|
|
2247
1913
|
},
|
|
2248
|
-
{
|
|
2249
|
-
"type": "function",
|
|
2250
|
-
"name": "timeoutPendingMovedFundsSweepRequest",
|
|
2251
|
-
"constant": false,
|
|
2252
|
-
"payable": false,
|
|
2253
|
-
"gas": 29000000,
|
|
2254
|
-
"inputs": [
|
|
2255
|
-
{
|
|
2256
|
-
"type": "bytes20",
|
|
2257
|
-
"name": "walletPubKeyHash"
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
"type": "tuple",
|
|
2261
|
-
"name": "utxo",
|
|
2262
|
-
"components": [
|
|
2263
|
-
{
|
|
2264
|
-
"type": "bytes32",
|
|
2265
|
-
"name": "txHash"
|
|
2266
|
-
},
|
|
2267
|
-
{
|
|
2268
|
-
"type": "uint32",
|
|
2269
|
-
"name": "txOutputIndex"
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"type": "uint64",
|
|
2273
|
-
"name": "txOutputValue"
|
|
2274
|
-
}
|
|
2275
|
-
]
|
|
2276
|
-
}
|
|
2277
|
-
],
|
|
2278
|
-
"outputs": []
|
|
2279
|
-
},
|
|
2280
1914
|
{
|
|
2281
1915
|
"type": "function",
|
|
2282
1916
|
"name": "transferGovernance",
|
|
@@ -2586,21 +2220,21 @@
|
|
|
2586
2220
|
]
|
|
2587
2221
|
}
|
|
2588
2222
|
],
|
|
2589
|
-
"transactionHash": "
|
|
2223
|
+
"transactionHash": "0xf0f5df8239cff296827d1b39d74f4da660498dd72f9208b2956d7b0181435ce1",
|
|
2590
2224
|
"receipt": {
|
|
2591
2225
|
"to": null,
|
|
2592
2226
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
2593
2227
|
"contractAddress": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2594
2228
|
"transactionIndex": 0,
|
|
2595
|
-
"gasUsed": "
|
|
2229
|
+
"gasUsed": "1132499",
|
|
2596
2230
|
"logsBloom": "0x00000000000000000000000000000000400000004000000000000000000000000000000000000040000040000000000000000000000000000000000010000000000000000000000000000000000002000000000000000800000000000100000000000000000000000000000000000000000000800000000000000000001000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020040000000000000000040000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
2597
|
-
"blockHash": "
|
|
2598
|
-
"transactionHash": "
|
|
2231
|
+
"blockHash": "0x57f2f46b9d9fb7a7d4b3f7edf1cebcaccb3e2435c06b82cbb1efe26222b64b4d",
|
|
2232
|
+
"transactionHash": "0xf0f5df8239cff296827d1b39d74f4da660498dd72f9208b2956d7b0181435ce1",
|
|
2599
2233
|
"logs": [
|
|
2600
2234
|
{
|
|
2601
2235
|
"transactionIndex": 0,
|
|
2602
2236
|
"blockNumber": 50,
|
|
2603
|
-
"transactionHash": "
|
|
2237
|
+
"transactionHash": "0xf0f5df8239cff296827d1b39d74f4da660498dd72f9208b2956d7b0181435ce1",
|
|
2604
2238
|
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2605
2239
|
"topics": [
|
|
2606
2240
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
@@ -2608,47 +2242,47 @@
|
|
|
2608
2242
|
],
|
|
2609
2243
|
"data": "0x",
|
|
2610
2244
|
"logIndex": 0,
|
|
2611
|
-
"blockHash": "
|
|
2245
|
+
"blockHash": "0x57f2f46b9d9fb7a7d4b3f7edf1cebcaccb3e2435c06b82cbb1efe26222b64b4d"
|
|
2612
2246
|
},
|
|
2613
2247
|
{
|
|
2614
2248
|
"transactionIndex": 0,
|
|
2615
2249
|
"blockNumber": 50,
|
|
2616
|
-
"transactionHash": "
|
|
2250
|
+
"transactionHash": "0xf0f5df8239cff296827d1b39d74f4da660498dd72f9208b2956d7b0181435ce1",
|
|
2617
2251
|
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2618
2252
|
"topics": [
|
|
2619
2253
|
"0x5f56bee8cffbe9a78652a74a60705edede02af10b0bbb888ca44b79a0d42ce80"
|
|
2620
2254
|
],
|
|
2621
2255
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
2622
2256
|
"logIndex": 1,
|
|
2623
|
-
"blockHash": "
|
|
2257
|
+
"blockHash": "0x57f2f46b9d9fb7a7d4b3f7edf1cebcaccb3e2435c06b82cbb1efe26222b64b4d"
|
|
2624
2258
|
},
|
|
2625
2259
|
{
|
|
2626
2260
|
"transactionIndex": 0,
|
|
2627
2261
|
"blockNumber": 50,
|
|
2628
|
-
"transactionHash": "
|
|
2262
|
+
"transactionHash": "0xf0f5df8239cff296827d1b39d74f4da660498dd72f9208b2956d7b0181435ce1",
|
|
2629
2263
|
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2630
2264
|
"topics": [
|
|
2631
2265
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
2632
2266
|
],
|
|
2633
2267
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
2634
2268
|
"logIndex": 2,
|
|
2635
|
-
"blockHash": "
|
|
2269
|
+
"blockHash": "0x57f2f46b9d9fb7a7d4b3f7edf1cebcaccb3e2435c06b82cbb1efe26222b64b4d"
|
|
2636
2270
|
},
|
|
2637
2271
|
{
|
|
2638
2272
|
"transactionIndex": 0,
|
|
2639
2273
|
"blockNumber": 50,
|
|
2640
|
-
"transactionHash": "
|
|
2274
|
+
"transactionHash": "0xf0f5df8239cff296827d1b39d74f4da660498dd72f9208b2956d7b0181435ce1",
|
|
2641
2275
|
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2642
2276
|
"topics": [
|
|
2643
2277
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
2644
2278
|
],
|
|
2645
2279
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ed17543171c1459714cdc6519b58ffcc29a3c3c9",
|
|
2646
2280
|
"logIndex": 3,
|
|
2647
|
-
"blockHash": "
|
|
2281
|
+
"blockHash": "0x57f2f46b9d9fb7a7d4b3f7edf1cebcaccb3e2435c06b82cbb1efe26222b64b4d"
|
|
2648
2282
|
}
|
|
2649
2283
|
],
|
|
2650
2284
|
"blockNumber": 50,
|
|
2651
|
-
"cumulativeGasUsed": "
|
|
2285
|
+
"cumulativeGasUsed": "1132499",
|
|
2652
2286
|
"status": 1,
|
|
2653
2287
|
"byzantium": true
|
|
2654
2288
|
},
|
package/artifacts/Deposit.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"type": "event"
|
|
64
64
|
}
|
|
65
65
|
],
|
|
66
|
-
"transactionHash": "
|
|
66
|
+
"transactionHash": "0x887b764109fc15c7b6f2560953a6258100409446328cc9094af6d557323d460e",
|
|
67
67
|
"receipt": {
|
|
68
68
|
"to": null,
|
|
69
69
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"transactionIndex": 0,
|
|
72
72
|
"gasUsed": "1342324",
|
|
73
73
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
74
|
-
"blockHash": "
|
|
75
|
-
"transactionHash": "
|
|
74
|
+
"blockHash": "0x00b3fc8399336bfd1848ef93861fd82aac04b8cef4ac301d1eb38816f5d2aa79",
|
|
75
|
+
"transactionHash": "0x887b764109fc15c7b6f2560953a6258100409446328cc9094af6d557323d460e",
|
|
76
76
|
"logs": [],
|
|
77
77
|
"blockNumber": 43,
|
|
78
78
|
"cumulativeGasUsed": "1342324",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type": "event"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"transactionHash": "
|
|
24
|
+
"transactionHash": "0x05dbed34e961c4e3e7c24cd031ec126ce2d5ba6b3055e900f4c79eb3289f57a9",
|
|
25
25
|
"receipt": {
|
|
26
26
|
"to": null,
|
|
27
27
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"transactionIndex": 0,
|
|
30
30
|
"gasUsed": "2533572",
|
|
31
31
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
32
|
-
"blockHash": "
|
|
33
|
-
"transactionHash": "
|
|
32
|
+
"blockHash": "0x17fd445d894712c4f4f63fa4157ce52de7897492662650875d1ea45dd85a0eb8",
|
|
33
|
+
"transactionHash": "0x05dbed34e961c4e3e7c24cd031ec126ce2d5ba6b3055e900f4c79eb3289f57a9",
|
|
34
34
|
"logs": [],
|
|
35
35
|
"blockNumber": 44,
|
|
36
36
|
"cumulativeGasUsed": "2533572",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"transactionIndex": 0,
|
|
410
410
|
"gasUsed": "1434897",
|
|
411
411
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
412
|
-
"blockHash": "
|
|
412
|
+
"blockHash": "0x0398df9ecc15bff9fb550466f926dda2dd4fb2e7f9844d5813daaa0d4acf8d9c",
|
|
413
413
|
"transactionHash": "0x7296b5a264f4c61df76991504f49877b797ea4fe997c66b92636206a87a3754a",
|
|
414
414
|
"logs": [],
|
|
415
415
|
"blockNumber": 24,
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"transactionIndex": 0,
|
|
103
103
|
"gasUsed": "1005104",
|
|
104
104
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
105
|
-
"blockHash": "
|
|
105
|
+
"blockHash": "0x676b6e410e72b6dae89be04213188db45abe988ed42d49adca054ba58f50a06f",
|
|
106
106
|
"transactionHash": "0x70fd9ada09a1e0a9584639f3ff80e4f2c7c0dd04dfc803ebb3fcee816c315acb",
|
|
107
107
|
"logs": [],
|
|
108
108
|
"blockNumber": 26,
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
"transactionIndex": 0,
|
|
579
579
|
"gasUsed": "2250686",
|
|
580
580
|
"logsBloom": "0x00000000000000000002000000000000000000000000008000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001001000000000000000000000000000",
|
|
581
|
-
"blockHash": "
|
|
581
|
+
"blockHash": "0xa18488d49b355fadde2762786ca2b4f6c92a3efee5549370a099ded5ef0de657",
|
|
582
582
|
"transactionHash": "0x2dceb6b501a13f9705f39efe385db93b46e850a909e003106d523e50537f7349",
|
|
583
583
|
"logs": [
|
|
584
584
|
{
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
],
|
|
594
594
|
"data": "0x",
|
|
595
595
|
"logIndex": 0,
|
|
596
|
-
"blockHash": "
|
|
596
|
+
"blockHash": "0xa18488d49b355fadde2762786ca2b4f6c92a3efee5549370a099ded5ef0de657"
|
|
597
597
|
}
|
|
598
598
|
],
|
|
599
599
|
"blockNumber": 23,
|
package/artifacts/Fraud.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"type": "event"
|
|
78
78
|
}
|
|
79
79
|
],
|
|
80
|
-
"transactionHash": "
|
|
80
|
+
"transactionHash": "0x10b07f637ad770e92f13b33e990dfbee4aa5a7a81ffcd9879fd8b18cd324c9cc",
|
|
81
81
|
"receipt": {
|
|
82
82
|
"to": null,
|
|
83
83
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"transactionIndex": 0,
|
|
86
86
|
"gasUsed": "1939546",
|
|
87
87
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
88
|
-
"blockHash": "
|
|
89
|
-
"transactionHash": "
|
|
88
|
+
"blockHash": "0x24751402e5795dbbe9733254a16cdc16fb5da35ca4dfc83a5876808b86a5ce6e",
|
|
89
|
+
"transactionHash": "0x10b07f637ad770e92f13b33e990dfbee4aa5a7a81ffcd9879fd8b18cd324c9cc",
|
|
90
90
|
"logs": [],
|
|
91
91
|
"blockNumber": 47,
|
|
92
92
|
"cumulativeGasUsed": "1939546",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"transactionIndex": 0,
|
|
55
55
|
"gasUsed": "137624",
|
|
56
56
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
57
|
-
"blockHash": "
|
|
57
|
+
"blockHash": "0xccfa6f4e0b0d52c95ce0a3c89d3c216d022dd1a27218893a2875082412fdbbf3",
|
|
58
58
|
"transactionHash": "0xa397958c4dfffae8c44c95cb43c07e6acb9d8c23d3751dbf051f534200fc9285",
|
|
59
59
|
"logs": [],
|
|
60
60
|
"blockNumber": 1,
|
package/artifacts/KeepStake.json
CHANGED
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"transactionIndex": 0,
|
|
180
180
|
"gasUsed": "1355541",
|
|
181
181
|
"logsBloom": "0x00000000000000000002000000000000040000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000001000000000000000000000000000000000900020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0x64bec30ca3279213daa9afba42862cb0dd77684aacd986d5e406dec44a5e01ca",
|
|
183
183
|
"transactionHash": "0x88cf38c6dcb848837c4b38d47fe657a57687f5de6321d2ab09c6c175030cc7b1",
|
|
184
184
|
"logs": [
|
|
185
185
|
{
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
],
|
|
195
195
|
"data": "0x",
|
|
196
196
|
"logIndex": 0,
|
|
197
|
-
"blockHash": "
|
|
197
|
+
"blockHash": "0x64bec30ca3279213daa9afba42862cb0dd77684aacd986d5e406dec44a5e01ca"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
200
|
"blockNumber": 14,
|
package/artifacts/KeepToken.json
CHANGED
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"transactionIndex": 0,
|
|
482
482
|
"gasUsed": "1257963",
|
|
483
483
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000100000800000000000000000000000000000000404000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
484
|
-
"blockHash": "
|
|
484
|
+
"blockHash": "0xb6821feeb6070ccc65bdbe558b7ee2216ba632d9ec520eb830c548f0bcda1557",
|
|
485
485
|
"transactionHash": "0x550909ee2d960e9cb79e1f8c22e0a14a09336be9cea962807853403dc1add328",
|
|
486
486
|
"logs": [
|
|
487
487
|
{
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
],
|
|
497
497
|
"data": "0x",
|
|
498
498
|
"logIndex": 0,
|
|
499
|
-
"blockHash": "
|
|
499
|
+
"blockHash": "0xb6821feeb6070ccc65bdbe558b7ee2216ba632d9ec520eb830c548f0bcda1557"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
502
502
|
"blockNumber": 2,
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"transactionIndex": 0,
|
|
270
270
|
"gasUsed": "502911",
|
|
271
271
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
272
|
-
"blockHash": "
|
|
272
|
+
"blockHash": "0x5c61ad768ff93269431e7e0991208925381a94f2909c7bf503c1135101f58590",
|
|
273
273
|
"transactionHash": "0x6fdf4744026b803948d9b9b2e8bf6aa2b08af42b28b836a23436454384d33bee",
|
|
274
274
|
"logs": [],
|
|
275
275
|
"blockNumber": 4,
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"type": "event"
|
|
130
130
|
}
|
|
131
131
|
],
|
|
132
|
-
"transactionHash": "
|
|
132
|
+
"transactionHash": "0x471ab43cc1e0b3566936f6b077d78349618919065e8178262852e53a5f0933c5",
|
|
133
133
|
"receipt": {
|
|
134
134
|
"to": null,
|
|
135
135
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"transactionIndex": 0,
|
|
138
138
|
"gasUsed": "4329223",
|
|
139
139
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
140
|
-
"blockHash": "
|
|
141
|
-
"transactionHash": "
|
|
140
|
+
"blockHash": "0xf13c5b04d8f0a7e18ed850e30812328706503fadcb3c3121f325c84fae0a55db",
|
|
141
|
+
"transactionHash": "0x471ab43cc1e0b3566936f6b077d78349618919065e8178262852e53a5f0933c5",
|
|
142
142
|
"logs": [],
|
|
143
143
|
"blockNumber": 48,
|
|
144
144
|
"cumulativeGasUsed": "4329223",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"transactionIndex": 0,
|
|
143
143
|
"gasUsed": "299421",
|
|
144
144
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
145
|
-
"blockHash": "
|
|
145
|
+
"blockHash": "0x5fb88e1c0e9387c35575acb90457e48498fe9fc2fd2d7666798a0763737cbdc0",
|
|
146
146
|
"transactionHash": "0x539de85bbef41793013eeb77244971225d2e85bcd683be4d27b68164f292f7a3",
|
|
147
147
|
"logs": [],
|
|
148
148
|
"blockNumber": 5,
|