@keep-network/tbtc-v2 1.0.0-dev.6 → 1.0.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.
- package/artifacts/.chainId +1 -1
- package/artifacts/Bank.json +40 -50
- package/artifacts/Bridge.json +50 -431
- package/artifacts/BridgeGovernance.json +21 -21
- package/artifacts/BridgeGovernanceParameters.json +10 -10
- package/artifacts/Deposit.json +10 -10
- package/artifacts/DepositSweep.json +10 -10
- package/artifacts/DonationVault.json +14 -14
- package/artifacts/Fraud.json +10 -10
- package/artifacts/LightRelay.json +34 -34
- package/artifacts/MaintainerProxy.json +44 -44
- package/artifacts/MovingFunds.json +10 -10
- package/artifacts/Redemption.json +10 -10
- package/artifacts/TBTC.json +36 -37
- package/artifacts/TBTCVault.json +43 -43
- package/artifacts/VendingMachine.json +34 -35
- package/artifacts/Wallets.json +10 -10
- package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +102 -0
- package/artifacts/solcInputs/{79a96d1cf4af176d93e6844dc248dcff.json → 887fad6b16575ba42183543c324eeb0e.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/Wallets.sol/Wallets.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/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/deploy/06_deploy_bridge.ts +7 -0
- package/deploy/09_deploy_bridge_governance.ts +2 -0
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +26 -26
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +251 -251
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +25 -25
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +47 -47
- package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
- package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +204 -204
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +42 -42
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +34 -34
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +74 -74
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +62 -62
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +77 -77
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +38 -38
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +75 -75
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +326 -326
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +104 -104
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +147 -147
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +74 -74
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +100 -100
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +176 -176
- package/export/deploy/06_deploy_bridge.js +30 -8
- package/export/deploy/09_deploy_bridge_governance.js +11 -7
- package/export/hardhat.config.js +1 -0
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/export.json +13069 -0
- package/package.json +6 -6
- package/artifacts/BLS.json +0 -223
- package/artifacts/BeaconAuthorization.json +0 -273
- package/artifacts/BeaconDkg.json +0 -241
- package/artifacts/BeaconDkgValidator.json +0 -501
- package/artifacts/BeaconInactivity.json +0 -151
- package/artifacts/BeaconSortitionPool.json +0 -1187
- package/artifacts/EcdsaDkgValidator.json +0 -517
- package/artifacts/EcdsaInactivity.json +0 -156
- package/artifacts/EcdsaSortitionPool.json +0 -1187
- package/artifacts/KeepRegistry.json +0 -99
- package/artifacts/KeepStake.json +0 -286
- package/artifacts/KeepToken.json +0 -711
- package/artifacts/KeepTokenStaking.json +0 -483
- package/artifacts/NuCypherStakingEscrow.json +0 -287
- package/artifacts/NuCypherToken.json +0 -711
- package/artifacts/RandomBeacon.json +0 -3271
- package/artifacts/RandomBeaconChaosnet.json +0 -252
- package/artifacts/RandomBeaconGovernance.json +0 -3499
- package/artifacts/ReimbursementPool.json +0 -509
- package/artifacts/T.json +0 -1148
- package/artifacts/TBTCToken.json +0 -738
- package/artifacts/TokenStaking.json +0 -2288
- package/artifacts/TokenholderGovernor.json +0 -1795
- package/artifacts/TokenholderTimelock.json +0 -1058
- package/artifacts/VendingMachineKeep.json +0 -400
- package/artifacts/VendingMachineNuCypher.json +0 -400
- package/artifacts/WalletRegistry.json +0 -1962
- package/artifacts/WalletRegistryGovernance.json +0 -2863
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +0 -11969
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +0 -51939
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +0 -11982
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +0 -822
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +0 -12723
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +0 -2160
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +0 -3407
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +0 -14257
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +0 -11816
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +0 -1160
- package/export/test/integration/data/bls.js +0 -12
- package/export/test/integration/data/integration.js +0 -133
- package/export/test/integration/utils/ecdsa-wallet-registry.js +0 -370
- package/export/test/integration/utils/random-beacon.js +0 -193
- package/export/test/integration/utils/staking.js +0 -83
package/artifacts/Bridge.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x5e4861a80B55f035D899f66772117F00FA0E8e7B",
|
|
3
3
|
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [],
|
|
6
|
+
"stateMutability": "nonpayable",
|
|
7
|
+
"type": "constructor"
|
|
8
|
+
},
|
|
4
9
|
{
|
|
5
10
|
"anonymous": false,
|
|
6
11
|
"inputs": [
|
|
@@ -1460,41 +1465,6 @@
|
|
|
1460
1465
|
"stateMutability": "view",
|
|
1461
1466
|
"type": "function"
|
|
1462
1467
|
},
|
|
1463
|
-
{
|
|
1464
|
-
"inputs": [
|
|
1465
|
-
{
|
|
1466
|
-
"internalType": "bytes20",
|
|
1467
|
-
"name": "walletPubKeyHash",
|
|
1468
|
-
"type": "bytes20"
|
|
1469
|
-
},
|
|
1470
|
-
{
|
|
1471
|
-
"components": [
|
|
1472
|
-
{
|
|
1473
|
-
"internalType": "bytes32",
|
|
1474
|
-
"name": "txHash",
|
|
1475
|
-
"type": "bytes32"
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"internalType": "uint32",
|
|
1479
|
-
"name": "txOutputIndex",
|
|
1480
|
-
"type": "uint32"
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"internalType": "uint64",
|
|
1484
|
-
"name": "txOutputValue",
|
|
1485
|
-
"type": "uint64"
|
|
1486
|
-
}
|
|
1487
|
-
],
|
|
1488
|
-
"internalType": "struct BitcoinTx.UTXO",
|
|
1489
|
-
"name": "utxo",
|
|
1490
|
-
"type": "tuple"
|
|
1491
|
-
}
|
|
1492
|
-
],
|
|
1493
|
-
"name": "processPendingMovedFundsSweepRequest",
|
|
1494
|
-
"outputs": [],
|
|
1495
|
-
"stateMutability": "nonpayable",
|
|
1496
|
-
"type": "function"
|
|
1497
|
-
},
|
|
1498
1468
|
{
|
|
1499
1469
|
"inputs": [
|
|
1500
1470
|
{
|
|
@@ -1721,192 +1691,6 @@
|
|
|
1721
1691
|
"stateMutability": "nonpayable",
|
|
1722
1692
|
"type": "function"
|
|
1723
1693
|
},
|
|
1724
|
-
{
|
|
1725
|
-
"inputs": [
|
|
1726
|
-
{
|
|
1727
|
-
"internalType": "bytes20",
|
|
1728
|
-
"name": "activeWalletPubKeyHash",
|
|
1729
|
-
"type": "bytes20"
|
|
1730
|
-
}
|
|
1731
|
-
],
|
|
1732
|
-
"name": "setActiveWallet",
|
|
1733
|
-
"outputs": [],
|
|
1734
|
-
"stateMutability": "nonpayable",
|
|
1735
|
-
"type": "function"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"inputs": [
|
|
1739
|
-
{
|
|
1740
|
-
"internalType": "uint64",
|
|
1741
|
-
"name": "_depositDustThreshold",
|
|
1742
|
-
"type": "uint64"
|
|
1743
|
-
}
|
|
1744
|
-
],
|
|
1745
|
-
"name": "setDepositDustThreshold",
|
|
1746
|
-
"outputs": [],
|
|
1747
|
-
"stateMutability": "nonpayable",
|
|
1748
|
-
"type": "function"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"inputs": [
|
|
1752
|
-
{
|
|
1753
|
-
"internalType": "uint32",
|
|
1754
|
-
"name": "_depositRevealAheadPeriod",
|
|
1755
|
-
"type": "uint32"
|
|
1756
|
-
}
|
|
1757
|
-
],
|
|
1758
|
-
"name": "setDepositRevealAheadPeriod",
|
|
1759
|
-
"outputs": [],
|
|
1760
|
-
"stateMutability": "nonpayable",
|
|
1761
|
-
"type": "function"
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"inputs": [
|
|
1765
|
-
{
|
|
1766
|
-
"internalType": "uint64",
|
|
1767
|
-
"name": "_depositTxMaxFee",
|
|
1768
|
-
"type": "uint64"
|
|
1769
|
-
}
|
|
1770
|
-
],
|
|
1771
|
-
"name": "setDepositTxMaxFee",
|
|
1772
|
-
"outputs": [],
|
|
1773
|
-
"stateMutability": "nonpayable",
|
|
1774
|
-
"type": "function"
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"inputs": [
|
|
1778
|
-
{
|
|
1779
|
-
"internalType": "uint64",
|
|
1780
|
-
"name": "_movedFundsSweepTxMaxTotalFee",
|
|
1781
|
-
"type": "uint64"
|
|
1782
|
-
}
|
|
1783
|
-
],
|
|
1784
|
-
"name": "setMovedFundsSweepTxMaxTotalFee",
|
|
1785
|
-
"outputs": [],
|
|
1786
|
-
"stateMutability": "nonpayable",
|
|
1787
|
-
"type": "function"
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"inputs": [
|
|
1791
|
-
{
|
|
1792
|
-
"internalType": "bytes20",
|
|
1793
|
-
"name": "walletPubKeyHash",
|
|
1794
|
-
"type": "bytes20"
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"components": [
|
|
1798
|
-
{
|
|
1799
|
-
"internalType": "bytes32",
|
|
1800
|
-
"name": "txHash",
|
|
1801
|
-
"type": "bytes32"
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"internalType": "uint32",
|
|
1805
|
-
"name": "txOutputIndex",
|
|
1806
|
-
"type": "uint32"
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"internalType": "uint64",
|
|
1810
|
-
"name": "txOutputValue",
|
|
1811
|
-
"type": "uint64"
|
|
1812
|
-
}
|
|
1813
|
-
],
|
|
1814
|
-
"internalType": "struct BitcoinTx.UTXO",
|
|
1815
|
-
"name": "utxo",
|
|
1816
|
-
"type": "tuple"
|
|
1817
|
-
}
|
|
1818
|
-
],
|
|
1819
|
-
"name": "setPendingMovedFundsSweepRequest",
|
|
1820
|
-
"outputs": [],
|
|
1821
|
-
"stateMutability": "nonpayable",
|
|
1822
|
-
"type": "function"
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"inputs": [
|
|
1826
|
-
{
|
|
1827
|
-
"components": [
|
|
1828
|
-
{
|
|
1829
|
-
"internalType": "bytes32",
|
|
1830
|
-
"name": "txHash",
|
|
1831
|
-
"type": "bytes32"
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"internalType": "uint32",
|
|
1835
|
-
"name": "txOutputIndex",
|
|
1836
|
-
"type": "uint32"
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"internalType": "uint64",
|
|
1840
|
-
"name": "txOutputValue",
|
|
1841
|
-
"type": "uint64"
|
|
1842
|
-
}
|
|
1843
|
-
],
|
|
1844
|
-
"internalType": "struct BitcoinTx.UTXO[]",
|
|
1845
|
-
"name": "utxos",
|
|
1846
|
-
"type": "tuple[]"
|
|
1847
|
-
}
|
|
1848
|
-
],
|
|
1849
|
-
"name": "setProcessedMovedFundsSweepRequests",
|
|
1850
|
-
"outputs": [],
|
|
1851
|
-
"stateMutability": "nonpayable",
|
|
1852
|
-
"type": "function"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"inputs": [
|
|
1856
|
-
{
|
|
1857
|
-
"internalType": "uint64",
|
|
1858
|
-
"name": "_redemptionDustThreshold",
|
|
1859
|
-
"type": "uint64"
|
|
1860
|
-
}
|
|
1861
|
-
],
|
|
1862
|
-
"name": "setRedemptionDustThreshold",
|
|
1863
|
-
"outputs": [],
|
|
1864
|
-
"stateMutability": "nonpayable",
|
|
1865
|
-
"type": "function"
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"inputs": [
|
|
1869
|
-
{
|
|
1870
|
-
"internalType": "uint64",
|
|
1871
|
-
"name": "_redemptionTreasuryFeeDivisor",
|
|
1872
|
-
"type": "uint64"
|
|
1873
|
-
}
|
|
1874
|
-
],
|
|
1875
|
-
"name": "setRedemptionTreasuryFeeDivisor",
|
|
1876
|
-
"outputs": [],
|
|
1877
|
-
"stateMutability": "nonpayable",
|
|
1878
|
-
"type": "function"
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"inputs": [
|
|
1882
|
-
{
|
|
1883
|
-
"components": [
|
|
1884
|
-
{
|
|
1885
|
-
"internalType": "bytes32",
|
|
1886
|
-
"name": "txHash",
|
|
1887
|
-
"type": "bytes32"
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"internalType": "uint32",
|
|
1891
|
-
"name": "txOutputIndex",
|
|
1892
|
-
"type": "uint32"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"internalType": "uint64",
|
|
1896
|
-
"name": "txOutputValue",
|
|
1897
|
-
"type": "uint64"
|
|
1898
|
-
}
|
|
1899
|
-
],
|
|
1900
|
-
"internalType": "struct BitcoinTx.UTXO[]",
|
|
1901
|
-
"name": "utxos",
|
|
1902
|
-
"type": "tuple[]"
|
|
1903
|
-
}
|
|
1904
|
-
],
|
|
1905
|
-
"name": "setSpentMainUtxos",
|
|
1906
|
-
"outputs": [],
|
|
1907
|
-
"stateMutability": "nonpayable",
|
|
1908
|
-
"type": "function"
|
|
1909
|
-
},
|
|
1910
1694
|
{
|
|
1911
1695
|
"inputs": [
|
|
1912
1696
|
{
|
|
@@ -1925,36 +1709,6 @@
|
|
|
1925
1709
|
"stateMutability": "nonpayable",
|
|
1926
1710
|
"type": "function"
|
|
1927
1711
|
},
|
|
1928
|
-
{
|
|
1929
|
-
"inputs": [
|
|
1930
|
-
{
|
|
1931
|
-
"components": [
|
|
1932
|
-
{
|
|
1933
|
-
"internalType": "bytes32",
|
|
1934
|
-
"name": "txHash",
|
|
1935
|
-
"type": "bytes32"
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"internalType": "uint32",
|
|
1939
|
-
"name": "txOutputIndex",
|
|
1940
|
-
"type": "uint32"
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"internalType": "uint64",
|
|
1944
|
-
"name": "txOutputValue",
|
|
1945
|
-
"type": "uint64"
|
|
1946
|
-
}
|
|
1947
|
-
],
|
|
1948
|
-
"internalType": "struct BitcoinTx.UTXO[]",
|
|
1949
|
-
"name": "utxos",
|
|
1950
|
-
"type": "tuple[]"
|
|
1951
|
-
}
|
|
1952
|
-
],
|
|
1953
|
-
"name": "setSweptDeposits",
|
|
1954
|
-
"outputs": [],
|
|
1955
|
-
"stateMutability": "nonpayable",
|
|
1956
|
-
"type": "function"
|
|
1957
|
-
},
|
|
1958
1712
|
{
|
|
1959
1713
|
"inputs": [
|
|
1960
1714
|
{
|
|
@@ -1973,106 +1727,6 @@
|
|
|
1973
1727
|
"stateMutability": "nonpayable",
|
|
1974
1728
|
"type": "function"
|
|
1975
1729
|
},
|
|
1976
|
-
{
|
|
1977
|
-
"inputs": [
|
|
1978
|
-
{
|
|
1979
|
-
"internalType": "bytes20",
|
|
1980
|
-
"name": "walletPubKeyHash",
|
|
1981
|
-
"type": "bytes20"
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"components": [
|
|
1985
|
-
{
|
|
1986
|
-
"internalType": "bytes32",
|
|
1987
|
-
"name": "ecdsaWalletID",
|
|
1988
|
-
"type": "bytes32"
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"internalType": "bytes32",
|
|
1992
|
-
"name": "mainUtxoHash",
|
|
1993
|
-
"type": "bytes32"
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"internalType": "uint64",
|
|
1997
|
-
"name": "pendingRedemptionsValue",
|
|
1998
|
-
"type": "uint64"
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"internalType": "uint32",
|
|
2002
|
-
"name": "createdAt",
|
|
2003
|
-
"type": "uint32"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"internalType": "uint32",
|
|
2007
|
-
"name": "movingFundsRequestedAt",
|
|
2008
|
-
"type": "uint32"
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"internalType": "uint32",
|
|
2012
|
-
"name": "closingStartedAt",
|
|
2013
|
-
"type": "uint32"
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"internalType": "uint32",
|
|
2017
|
-
"name": "pendingMovedFundsSweepRequestsCount",
|
|
2018
|
-
"type": "uint32"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"internalType": "enum Wallets.WalletState",
|
|
2022
|
-
"name": "state",
|
|
2023
|
-
"type": "uint8"
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"internalType": "bytes32",
|
|
2027
|
-
"name": "movingFundsTargetWalletsCommitmentHash",
|
|
2028
|
-
"type": "bytes32"
|
|
2029
|
-
}
|
|
2030
|
-
],
|
|
2031
|
-
"internalType": "struct Wallets.Wallet",
|
|
2032
|
-
"name": "wallet",
|
|
2033
|
-
"type": "tuple"
|
|
2034
|
-
}
|
|
2035
|
-
],
|
|
2036
|
-
"name": "setWallet",
|
|
2037
|
-
"outputs": [],
|
|
2038
|
-
"stateMutability": "nonpayable",
|
|
2039
|
-
"type": "function"
|
|
2040
|
-
},
|
|
2041
|
-
{
|
|
2042
|
-
"inputs": [
|
|
2043
|
-
{
|
|
2044
|
-
"internalType": "bytes20",
|
|
2045
|
-
"name": "walletPubKeyHash",
|
|
2046
|
-
"type": "bytes20"
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
"components": [
|
|
2050
|
-
{
|
|
2051
|
-
"internalType": "bytes32",
|
|
2052
|
-
"name": "txHash",
|
|
2053
|
-
"type": "bytes32"
|
|
2054
|
-
},
|
|
2055
|
-
{
|
|
2056
|
-
"internalType": "uint32",
|
|
2057
|
-
"name": "txOutputIndex",
|
|
2058
|
-
"type": "uint32"
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"internalType": "uint64",
|
|
2062
|
-
"name": "txOutputValue",
|
|
2063
|
-
"type": "uint64"
|
|
2064
|
-
}
|
|
2065
|
-
],
|
|
2066
|
-
"internalType": "struct BitcoinTx.UTXO",
|
|
2067
|
-
"name": "utxo",
|
|
2068
|
-
"type": "tuple"
|
|
2069
|
-
}
|
|
2070
|
-
],
|
|
2071
|
-
"name": "setWalletMainUtxo",
|
|
2072
|
-
"outputs": [],
|
|
2073
|
-
"stateMutability": "nonpayable",
|
|
2074
|
-
"type": "function"
|
|
2075
|
-
},
|
|
2076
1730
|
{
|
|
2077
1731
|
"inputs": [
|
|
2078
1732
|
{
|
|
@@ -2559,41 +2213,6 @@
|
|
|
2559
2213
|
"stateMutability": "view",
|
|
2560
2214
|
"type": "function"
|
|
2561
2215
|
},
|
|
2562
|
-
{
|
|
2563
|
-
"inputs": [
|
|
2564
|
-
{
|
|
2565
|
-
"internalType": "bytes20",
|
|
2566
|
-
"name": "walletPubKeyHash",
|
|
2567
|
-
"type": "bytes20"
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"components": [
|
|
2571
|
-
{
|
|
2572
|
-
"internalType": "bytes32",
|
|
2573
|
-
"name": "txHash",
|
|
2574
|
-
"type": "bytes32"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"internalType": "uint32",
|
|
2578
|
-
"name": "txOutputIndex",
|
|
2579
|
-
"type": "uint32"
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"internalType": "uint64",
|
|
2583
|
-
"name": "txOutputValue",
|
|
2584
|
-
"type": "uint64"
|
|
2585
|
-
}
|
|
2586
|
-
],
|
|
2587
|
-
"internalType": "struct BitcoinTx.UTXO",
|
|
2588
|
-
"name": "utxo",
|
|
2589
|
-
"type": "tuple"
|
|
2590
|
-
}
|
|
2591
|
-
],
|
|
2592
|
-
"name": "timeoutPendingMovedFundsSweepRequest",
|
|
2593
|
-
"outputs": [],
|
|
2594
|
-
"stateMutability": "nonpayable",
|
|
2595
|
-
"type": "function"
|
|
2596
|
-
},
|
|
2597
2216
|
{
|
|
2598
2217
|
"inputs": [
|
|
2599
2218
|
{
|
|
@@ -2961,81 +2580,81 @@
|
|
|
2961
2580
|
"type": "function"
|
|
2962
2581
|
}
|
|
2963
2582
|
],
|
|
2964
|
-
"transactionHash": "
|
|
2583
|
+
"transactionHash": "0x932eda38cc1fdf7d68bfa6ff11c8bbd443ef32ccdad4ebc55afc7f25fa4398ef",
|
|
2965
2584
|
"receipt": {
|
|
2966
2585
|
"to": null,
|
|
2967
|
-
"from": "
|
|
2968
|
-
"contractAddress": "
|
|
2969
|
-
"transactionIndex":
|
|
2970
|
-
"gasUsed": "
|
|
2971
|
-
"logsBloom": "
|
|
2972
|
-
"blockHash": "
|
|
2973
|
-
"transactionHash": "
|
|
2586
|
+
"from": "0x123694886DBf5Ac94DDA07135349534536D14cAf",
|
|
2587
|
+
"contractAddress": "0x5e4861a80B55f035D899f66772117F00FA0E8e7B",
|
|
2588
|
+
"transactionIndex": 47,
|
|
2589
|
+
"gasUsed": "972147",
|
|
2590
|
+
"logsBloom": "0x00000000000000000000000000000000400000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000002000000000000000800002000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000001000000080000000000000800000000000000000000000000000000400000000000000000000040000000001000000000020000000000000000000040000000000004400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
2591
|
+
"blockHash": "0x19a05435f111b2c257cf19f1dae9609891318b1c1ee5d5f5deea7bd4c0cbd004",
|
|
2592
|
+
"transactionHash": "0x932eda38cc1fdf7d68bfa6ff11c8bbd443ef32ccdad4ebc55afc7f25fa4398ef",
|
|
2974
2593
|
"logs": [
|
|
2975
2594
|
{
|
|
2976
|
-
"transactionIndex":
|
|
2977
|
-
"blockNumber":
|
|
2978
|
-
"transactionHash": "
|
|
2979
|
-
"address": "
|
|
2595
|
+
"transactionIndex": 47,
|
|
2596
|
+
"blockNumber": 16397413,
|
|
2597
|
+
"transactionHash": "0x932eda38cc1fdf7d68bfa6ff11c8bbd443ef32ccdad4ebc55afc7f25fa4398ef",
|
|
2598
|
+
"address": "0x5e4861a80B55f035D899f66772117F00FA0E8e7B",
|
|
2980
2599
|
"topics": [
|
|
2981
2600
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
2982
|
-
"
|
|
2601
|
+
"0x000000000000000000000000265054f72bad343fdee3e018269cbb899e2e2ec5"
|
|
2983
2602
|
],
|
|
2984
2603
|
"data": "0x",
|
|
2985
|
-
"logIndex":
|
|
2986
|
-
"blockHash": "
|
|
2604
|
+
"logIndex": 127,
|
|
2605
|
+
"blockHash": "0x19a05435f111b2c257cf19f1dae9609891318b1c1ee5d5f5deea7bd4c0cbd004"
|
|
2987
2606
|
},
|
|
2988
2607
|
{
|
|
2989
|
-
"transactionIndex":
|
|
2990
|
-
"blockNumber":
|
|
2991
|
-
"transactionHash": "
|
|
2992
|
-
"address": "
|
|
2608
|
+
"transactionIndex": 47,
|
|
2609
|
+
"blockNumber": 16397413,
|
|
2610
|
+
"transactionHash": "0x932eda38cc1fdf7d68bfa6ff11c8bbd443ef32ccdad4ebc55afc7f25fa4398ef",
|
|
2611
|
+
"address": "0x5e4861a80B55f035D899f66772117F00FA0E8e7B",
|
|
2993
2612
|
"topics": [
|
|
2994
2613
|
"0x5f56bee8cffbe9a78652a74a60705edede02af10b0bbb888ca44b79a0d42ce80"
|
|
2995
2614
|
],
|
|
2996
|
-
"data": "
|
|
2997
|
-
"logIndex":
|
|
2998
|
-
"blockHash": "
|
|
2615
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000123694886dbf5ac94dda07135349534536d14caf",
|
|
2616
|
+
"logIndex": 128,
|
|
2617
|
+
"blockHash": "0x19a05435f111b2c257cf19f1dae9609891318b1c1ee5d5f5deea7bd4c0cbd004"
|
|
2999
2618
|
},
|
|
3000
2619
|
{
|
|
3001
|
-
"transactionIndex":
|
|
3002
|
-
"blockNumber":
|
|
3003
|
-
"transactionHash": "
|
|
3004
|
-
"address": "
|
|
2620
|
+
"transactionIndex": 47,
|
|
2621
|
+
"blockNumber": 16397413,
|
|
2622
|
+
"transactionHash": "0x932eda38cc1fdf7d68bfa6ff11c8bbd443ef32ccdad4ebc55afc7f25fa4398ef",
|
|
2623
|
+
"address": "0x5e4861a80B55f035D899f66772117F00FA0E8e7B",
|
|
3005
2624
|
"topics": [
|
|
3006
2625
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
3007
2626
|
],
|
|
3008
2627
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
3009
|
-
"logIndex":
|
|
3010
|
-
"blockHash": "
|
|
2628
|
+
"logIndex": 129,
|
|
2629
|
+
"blockHash": "0x19a05435f111b2c257cf19f1dae9609891318b1c1ee5d5f5deea7bd4c0cbd004"
|
|
3011
2630
|
},
|
|
3012
2631
|
{
|
|
3013
|
-
"transactionIndex":
|
|
3014
|
-
"blockNumber":
|
|
3015
|
-
"transactionHash": "
|
|
3016
|
-
"address": "
|
|
2632
|
+
"transactionIndex": 47,
|
|
2633
|
+
"blockNumber": 16397413,
|
|
2634
|
+
"transactionHash": "0x932eda38cc1fdf7d68bfa6ff11c8bbd443ef32ccdad4ebc55afc7f25fa4398ef",
|
|
2635
|
+
"address": "0x5e4861a80B55f035D899f66772117F00FA0E8e7B",
|
|
3017
2636
|
"topics": [
|
|
3018
2637
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
3019
2638
|
],
|
|
3020
|
-
"data": "
|
|
3021
|
-
"logIndex":
|
|
3022
|
-
"blockHash": "
|
|
2639
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016a76d3cd3c1e3ce843c6680d6b37e9116b5c706",
|
|
2640
|
+
"logIndex": 130,
|
|
2641
|
+
"blockHash": "0x19a05435f111b2c257cf19f1dae9609891318b1c1ee5d5f5deea7bd4c0cbd004"
|
|
3023
2642
|
}
|
|
3024
2643
|
],
|
|
3025
|
-
"blockNumber":
|
|
3026
|
-
"cumulativeGasUsed": "
|
|
2644
|
+
"blockNumber": 16397413,
|
|
2645
|
+
"cumulativeGasUsed": "6066384",
|
|
3027
2646
|
"status": 1,
|
|
3028
2647
|
"byzantium": true
|
|
3029
2648
|
},
|
|
3030
2649
|
"numDeployments": 1,
|
|
3031
2650
|
"libraries": {
|
|
3032
|
-
"Deposit": "
|
|
3033
|
-
"DepositSweep": "
|
|
3034
|
-
"Redemption": "
|
|
3035
|
-
"Wallets": "
|
|
3036
|
-
"Fraud": "
|
|
3037
|
-
"MovingFunds": "
|
|
2651
|
+
"Deposit": "0x1Ac1841a47054E070236F1664991e52c30C04dC5",
|
|
2652
|
+
"DepositSweep": "0xE6F919e62c370Ef04EDF4cA5E2a901Ea1aa87085",
|
|
2653
|
+
"Redemption": "0xfa4FC53BEB5B7721d173342FfC24058e9D47a1Ff",
|
|
2654
|
+
"Wallets": "0xC67913137429985416DbCe28D9fa9ec960BA47BF",
|
|
2655
|
+
"Fraud": "0xd040Def4bC6372Cd27b433288008aDCe7c9de71C",
|
|
2656
|
+
"MovingFunds": "0xB857117ae7639255d7305DdbC7346b4a644CA432"
|
|
3038
2657
|
},
|
|
3039
|
-
"implementation": "
|
|
2658
|
+
"implementation": "0x265054F72bAD343FDEE3e018269cbB899e2E2ec5",
|
|
3040
2659
|
"devdoc": "Contract deployed as upgradable proxy"
|
|
3041
2660
|
}
|