@keep-network/tbtc-v2 1.7.0 → 1.7.1
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/BLS.json +223 -0
- package/artifacts/Bank.json +50 -40
- package/artifacts/BeaconAuthorization.json +273 -0
- package/artifacts/BeaconDkg.json +241 -0
- package/artifacts/BeaconDkgValidator.json +501 -0
- package/artifacts/BeaconInactivity.json +151 -0
- package/artifacts/BeaconSortitionPool.json +1187 -0
- package/artifacts/Bridge.json +449 -32
- package/artifacts/BridgeGovernance.json +22 -22
- package/artifacts/BridgeGovernanceParameters.json +10 -10
- package/artifacts/Deposit.json +12 -12
- package/artifacts/DepositSweep.json +12 -12
- package/artifacts/DonationVault.json +17 -17
- package/artifacts/EcdsaDkgValidator.json +517 -0
- package/artifacts/EcdsaInactivity.json +156 -0
- package/artifacts/EcdsaSortitionPool.json +1187 -0
- package/artifacts/Fraud.json +12 -12
- package/artifacts/LightRelay.json +38 -38
- package/artifacts/LightRelayMaintainerProxy.json +31 -31
- package/artifacts/MaintainerProxy.json +44 -44
- package/artifacts/MovingFunds.json +12 -12
- package/artifacts/NuCypherToken.json +711 -0
- package/artifacts/RandomBeacon.json +3271 -0
- package/artifacts/RandomBeaconChaosnet.json +252 -0
- package/artifacts/RandomBeaconGovernance.json +3499 -0
- package/artifacts/Redemption.json +12 -12
- package/artifacts/RedemptionWatchtower.json +39 -39
- package/artifacts/ReimbursementPool.json +509 -0
- package/artifacts/T.json +1148 -0
- package/artifacts/TBTC.json +37 -36
- package/artifacts/TBTCToken.json +738 -0
- package/artifacts/TBTCVault.json +47 -47
- package/artifacts/Timelock.json +148 -148
- package/artifacts/TokenStaking.json +2117 -0
- package/artifacts/TokenholderGovernor.json +1795 -0
- package/artifacts/TokenholderTimelock.json +1058 -0
- package/artifacts/VendingMachine.json +35 -34
- package/artifacts/VendingMachineNuCypher.json +400 -0
- package/artifacts/VendingMachineV2.json +21 -21
- package/artifacts/VendingMachineV3.json +21 -21
- package/artifacts/WalletProposalValidator.json +12 -12
- package/artifacts/WalletRegistry.json +1962 -0
- package/artifacts/WalletRegistryGovernance.json +2863 -0
- package/artifacts/Wallets.json +12 -12
- package/artifacts/solcInputs/{be146ce112252bdda3a03de3614fbbf1.json → 2cb3f9e60e45f0ca528d3d5260ff3139.json} +31 -7
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/Timelock.sol/Timelock.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/IRedemptionWatchtower.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/RedemptionWatchtower.sol/RedemptionWatchtower.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/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/integrator/AbstractTBTCDepositor.sol/AbstractTBTCDepositor.dbg.json +1 -1
- package/build/contracts/integrator/IBridge.sol/IBridge.dbg.json +1 -1
- package/build/contracts/integrator/IBridge.sol/IBridgeTypes.dbg.json +1 -1
- package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.dbg.json +1 -1
- package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.dbg.json +1 -1
- package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +41 -2
- package/build/contracts/l2/L2BitcoinDepositor.sol/IL2WormholeGateway.dbg.json +1 -1
- package/build/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.dbg.json +1 -1
- package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormhole.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/WormholeTypes.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/WormholeUtils.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/test/BankStub.sol/BankStub.dbg.json +1 -1
- package/build/contracts/test/BridgeStub.sol/BridgeStub.dbg.json +1 -1
- package/build/contracts/test/HeartbeatStub.sol/HeartbeatStub.dbg.json +1 -1
- package/build/contracts/test/LightRelayStub.sol/LightRelayStub.dbg.json +1 -1
- package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
- package/build/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.dbg.json +1 -1
- package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.dbg.json +1 -1
- package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
- package/build/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
- package/build/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
- package/build/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.dbg.json +1 -1
- package/build/contracts/test/TestTBTCDepositor.sol/MockBridge.dbg.json +1 -1
- package/build/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.dbg.json +1 -1
- package/build/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.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/l2/L1BitcoinDepositor.sol +31 -0
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
- 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 +23 -23
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
- 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 +206 -206
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
- package/export/artifacts/@openzeppelin/contracts/governance/TimelockController.sol/TimelockController.json +107 -107
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
- package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
- package/export/artifacts/contracts/Timelock.sol/Timelock.json +109 -109
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +338 -338
- package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +128 -128
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
- package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +67 -67
- package/export/artifacts/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +4431 -4171
- package/export/artifacts/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.json +62 -62
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +102 -102
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +376 -376
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +132 -132
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockBridge.json +34 -34
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +20 -20
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +52 -52
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
- package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
- package/export/typechain/factories/IStaking__factory.js +24 -103
- package/export/typechain/factories/L1BitcoinDepositor__factory.js +40 -1
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/package.json +2 -2
- package/artifacts/solcInputs/7c1f8f1dbded4c787d87a982d1fc8349.json +0 -410
- package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +0 -102
- package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +0 -218
- package/artifacts/solcInputs/887fad6b16575ba42183543c324eeb0e.json +0 -335
- package/artifacts/solcInputs/98e272e2fbf178ec895387b6c503f9de.json +0 -68
- package/artifacts/solcInputs/b0025f1f7efe4824592ac0c9793776c3.json +0 -392
- package/artifacts/solcInputs/b7c5f3550cc22e16e6b6ea9582ccbee3.json +0 -341
- package/artifacts/solcInputs/d71d4b4434e6669852eaf643ebd2a7bc.json +0 -209
- package/artifacts/solcInputs/fccb130292c8c7cc958ab4fa31a3e180.json +0 -187
- package/export/deploy/00_resolve_relay.js +0 -83
- package/export/deploy/01_deploy_tbtc_v2_token.js +0 -70
- package/export/deploy/02_deploy_vending_machine.js +0 -84
- package/export/deploy/03_transfer_vending_machine_roles.js +0 -69
- package/export/deploy/04_deploy_bank.js +0 -73
- package/export/deploy/05_deploy_bridge.js +0 -178
- package/export/deploy/06_deploy_tbtc_vault.js +0 -80
- package/export/deploy/07_deploy_bridge_governance.js +0 -87
- package/export/deploy/08_deploy_maintainer_proxy.js +0 -80
- package/export/deploy/09_bank_update_bridge.js +0 -63
- package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +0 -61
- package/export/deploy/11_transfer_bank_ownership.js +0 -60
- package/export/deploy/12_transfer_bridge_governance.js +0 -63
- package/export/deploy/13_transfer_bridge_governance_ownership.js +0 -60
- package/export/deploy/14_transfer_tbtc_vault_ownership.js +0 -60
- package/export/deploy/15_transfer_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/16_initialize_wallet_owner.js +0 -63
- package/export/deploy/16_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +0 -63
- package/export/deploy/17_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +0 -63
- package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
- package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +0 -63
- package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
- package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +0 -63
- package/export/deploy/20_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/21_transfer_reimbursement_pool_ownership.js +0 -60
- package/export/deploy/22_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/24_transfer_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/25_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +0 -70
- package/export/deploy/28_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/34_deploy_wallet_coordinator.js +0 -115
- package/export/deploy/35_add_coordinator_address.js +0 -60
- package/export/deploy/35_transfer_wallet_coordinator_ownership.js +0 -60
- package/export/deploy/36_deploy_light_relay_maintainer_proxy.js +0 -86
- package/export/deploy/36_transfer_wallet_coordinator_ownership.js +0 -60
- package/export/deploy/37_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
- package/export/deploy/37_deploy_light_relay_maintainer_proxy.js +0 -86
- package/export/deploy/37_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/38_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
- package/export/deploy/38_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -63
- package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/39_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
- package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/41_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
- package/export/typechain/GoerliLightRelay.js +0 -2
- package/export/typechain/RelayStub.js +0 -2
- package/export/typechain/TestRelay.js +0 -2
- package/export/typechain/WalletCoordinator.js +0 -2
- package/export/typechain/factories/GoerliLightRelay__factory.js +0 -535
- package/export/typechain/factories/RelayStub__factory.js +0 -546
- package/export/typechain/factories/TestRelay__factory.js +0 -168
- package/export/typechain/factories/WalletCoordinator__factory.js +0 -1121
- package/export.json +0 -16130
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"evm": {
|
|
107
107
|
"bytecode": {
|
|
108
108
|
"functionDebugData": {
|
|
109
|
-
"@
|
|
109
|
+
"@_45153": {
|
|
110
110
|
"entryPoint": null,
|
|
111
|
-
"id":
|
|
111
|
+
"id": 45153,
|
|
112
112
|
"parameterSlots": 1,
|
|
113
113
|
"returnSlots": 0
|
|
114
114
|
},
|
|
@@ -460,9 +460,9 @@
|
|
|
460
460
|
"parameterSlots": 2,
|
|
461
461
|
"returnSlots": 1
|
|
462
462
|
},
|
|
463
|
-
"@
|
|
463
|
+
"@evaluateProofDifficulty_25168": {
|
|
464
464
|
"entryPoint": 1806,
|
|
465
|
-
"id":
|
|
465
|
+
"id": 25168,
|
|
466
466
|
"parameterSlots": 2,
|
|
467
467
|
"returnSlots": 0
|
|
468
468
|
},
|
|
@@ -622,15 +622,15 @@
|
|
|
622
622
|
"parameterSlots": 3,
|
|
623
623
|
"returnSlots": 1
|
|
624
624
|
},
|
|
625
|
-
"@
|
|
625
|
+
"@validateProof_25062": {
|
|
626
626
|
"entryPoint": 135,
|
|
627
|
-
"id":
|
|
627
|
+
"id": 25062,
|
|
628
628
|
"parameterSlots": 3,
|
|
629
629
|
"returnSlots": 1
|
|
630
630
|
},
|
|
631
|
-
"@
|
|
631
|
+
"@validateProof_45172": {
|
|
632
632
|
"entryPoint": 69,
|
|
633
|
-
"id":
|
|
633
|
+
"id": 45172,
|
|
634
634
|
"parameterSlots": 2,
|
|
635
635
|
"returnSlots": 0
|
|
636
636
|
},
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"parameterSlots": 2,
|
|
665
665
|
"returnSlots": 1
|
|
666
666
|
},
|
|
667
|
-
"abi_decode_tuple_t_struct$_Info_$
|
|
667
|
+
"abi_decode_tuple_t_struct$_Info_$24919_calldata_ptrt_struct$_Proof_$24935_calldata_ptr": {
|
|
668
668
|
"entryPoint": 4619,
|
|
669
669
|
"id": null,
|
|
670
670
|
"parameterSlots": 2,
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
}
|
|
1409
1409
|
]
|
|
1410
1410
|
},
|
|
1411
|
-
"name": "abi_decode_tuple_t_struct$_Info_$
|
|
1411
|
+
"name": "abi_decode_tuple_t_struct$_Info_$24919_calldata_ptrt_struct$_Proof_$24935_calldata_ptr",
|
|
1412
1412
|
"nodeType": "YulFunctionDefinition",
|
|
1413
1413
|
"parameters": [
|
|
1414
1414
|
{
|
|
@@ -7564,7 +7564,7 @@
|
|
|
7564
7564
|
}
|
|
7565
7565
|
]
|
|
7566
7566
|
},
|
|
7567
|
-
"contents": "{\n { }\n function abi_decode_tuple_t_struct$_Info_$24946_calldata_ptrt_struct$_Proof_$24962_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if slt(sub(dataEnd, _2), 128) { revert(0, 0) }\n value0 := _2\n let offset_1 := calldataload(add(headStart, 32))\n if gt(offset_1, _1) { revert(0, 0) }\n let _3 := add(headStart, offset_1)\n if slt(sub(dataEnd, _3), 160) { revert(0, 0) }\n value1 := _3\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function access_calldata_tail_t_bytes_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), length)) { revert(0, 0) }\n }\n function abi_encode_tuple_t_stringliteral_81c08c8e2d7c21547c4bed90170b9e16eeb2a3aacfa343ab101969ebeb1e6351__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"Invalid input vector provided\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b3d16879df223a9f9a961258257642c617d77f69e5955700bf02fedc1a87f73f__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 30)\n mstore(add(headStart, 64), \"Invalid output vector provided\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_aaec45817286f1f887b5ed23ebed86915e72be86d8b09a6030de2197722ed0aa__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 47)\n mstore(add(headStart, 64), \"Tx not on same level of merkle t\")\n mstore(add(headStart, 96), \"ree as coinbase\")\n tail := add(headStart, 128)\n }\n function abi_decode_tuple_t_bytes4(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, 0xffffffff00000000000000000000000000000000000000000000000000000000))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_packed_t_bytes4_t_bytes_calldata_ptr_t_bytes_calldata_ptr_t_bytes4__to_t_bytes4_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes4__nonPadded_inplace_fromStack_reversed(pos, value5, value4, value3, value2, value1, value0) -> end\n {\n let _1 := 0xffffffff00000000000000000000000000000000000000000000000000000000\n mstore(pos, and(value0, _1))\n calldatacopy(add(pos, 4), value1, value2)\n let _2 := add(pos, value2)\n let _3 := add(_2, 4)\n mstore(_3, 0)\n calldatacopy(_3, value3, value4)\n let _4 := add(_2, value4)\n mstore(add(_4, 4), and(value5, _1))\n end := add(_4, 8)\n }\n function abi_encode_tuple_t_stringliteral_a06ae51c71eb530f3be7271820349cdc3c1354af79f8555ff9d95e771751af98__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 60)\n mstore(add(headStart, 64), \"Tx merkle proof is not valid for\")\n mstore(add(headStart, 96), \" provided header and tx hash\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_packed_t_bytes32__to_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n mstore(pos, value0)\n end := add(pos, 32)\n }\n function abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n let length := mload(value0)\n let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n mstore(add(pos, i), mload(add(add(value0, i), 0x20)))\n }\n let _1 := add(pos, length)\n mstore(_1, 0)\n end := _1\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_f81cd03f1a0835c86eb7c9bc3fa3d1389a1f2e657daffb447708f79731bc6533__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 63)\n mstore(add(headStart, 64), \"Coinbase merkle proof is not val\")\n mstore(add(headStart, 96), \"id for provided header and hash\")\n tail := add(headStart, 128)\n }\n function panic_error_0x11()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_add_t_uint256(x, y) -> sum\n {\n sum := add(x, y)\n if gt(x, sum) { panic_error_0x11() }\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0)) { panic_error_0x11() }\n ret := add(value, 1)\n }\n function abi_decode_tuple_t_uint256_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_2ebcf872b7f86d587caffa25f5f3e96962044232b1b663351fbbea74e2c80331__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 37)\n mstore(add(headStart, 64), \"Not at current or previous diffi\")\n mstore(add(headStart, 96), \"culty\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_92a0405652d516383f1545f4343c46ea0a68cf55d9e795cb647f2b3320f6ea40__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 35)\n mstore(add(headStart, 64), \"Invalid length of the headers ch\")\n mstore(add(headStart, 96), \"ain\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_2c2dfd181269a4c1ce4f235dbe6726e9e20ead12388274c8b22fe08e78db7336__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 21)\n mstore(add(headStart, 64), \"Invalid headers chain\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_6765317ac58a0bde6edd9b0a77da031b1983fd67bbdbda13051ed89ff1a508c9__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"Insufficient work in a header\")\n tail := add(headStart, 96)\n }\n function checked_mul_t_uint256(x, y) -> product\n {\n product := mul(x, y)\n if iszero(or(iszero(x), eq(y, div(product, x)))) { panic_error_0x11() }\n }\n function abi_encode_tuple_t_stringliteral_783c1ec375fff1301ad34ffc02be448b47c08a18ace7140b3cc0f461b18129c2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 51)\n mstore(add(headStart, 64), \"Insufficient accumulated difficu\")\n mstore(add(headStart, 96), \"lty in header chain\")\n tail := add(headStart, 128)\n }\n function panic_error_0x12()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n function mod_t_uint256(x, y) -> r\n {\n if iszero(y) { panic_error_0x12() }\n r := mod(x, y)\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function checked_add_t_uint8(x, y) -> sum\n {\n sum := add(and(x, 0xff), and(y, 0xff))\n if gt(sum, 0xff) { panic_error_0x11() }\n }\n function checked_sub_t_uint8(x, y) -> diff\n {\n diff := sub(and(x, 0xff), and(y, 0xff))\n if gt(diff, 0xff) { panic_error_0x11() }\n }\n function checked_exp_helper(_base, exponent) -> power, base\n {\n let power_1 := 1\n power := power_1\n base := _base\n for { } gt(exponent, power_1) { }\n {\n if gt(base, div(not(0), base)) { panic_error_0x11() }\n if and(exponent, power_1) { power := mul(power, base) }\n base := mul(base, base)\n exponent := shr(power_1, exponent)\n }\n }\n function checked_exp_unsigned(base, exponent) -> power\n {\n if iszero(exponent)\n {\n power := 1\n leave\n }\n if iszero(base)\n {\n power := 0\n leave\n }\n switch base\n case 1 {\n power := 1\n leave\n }\n case 2 {\n if gt(exponent, 255) { panic_error_0x11() }\n power := shl(exponent, 1)\n leave\n }\n if or(and(lt(base, 11), lt(exponent, 78)), and(lt(base, 307), lt(exponent, 32)))\n {\n power := exp(base, exponent)\n leave\n }\n let power_1, base_1 := checked_exp_helper(base, exponent)\n if gt(power_1, div(not(0), base_1)) { panic_error_0x11() }\n power := mul(power_1, base_1)\n }\n function checked_exp_t_uint256_t_uint256(base, exponent) -> power\n {\n power := checked_exp_unsigned(base, exponent)\n }\n function checked_div_t_uint256(x, y) -> r\n {\n if iszero(y) { panic_error_0x12() }\n r := div(x, y)\n }\n}",
|
|
7567
|
+
"contents": "{\n { }\n function abi_decode_tuple_t_struct$_Info_$24919_calldata_ptrt_struct$_Proof_$24935_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if slt(sub(dataEnd, _2), 128) { revert(0, 0) }\n value0 := _2\n let offset_1 := calldataload(add(headStart, 32))\n if gt(offset_1, _1) { revert(0, 0) }\n let _3 := add(headStart, offset_1)\n if slt(sub(dataEnd, _3), 160) { revert(0, 0) }\n value1 := _3\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function access_calldata_tail_t_bytes_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), length)) { revert(0, 0) }\n }\n function abi_encode_tuple_t_stringliteral_81c08c8e2d7c21547c4bed90170b9e16eeb2a3aacfa343ab101969ebeb1e6351__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"Invalid input vector provided\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b3d16879df223a9f9a961258257642c617d77f69e5955700bf02fedc1a87f73f__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 30)\n mstore(add(headStart, 64), \"Invalid output vector provided\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_aaec45817286f1f887b5ed23ebed86915e72be86d8b09a6030de2197722ed0aa__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 47)\n mstore(add(headStart, 64), \"Tx not on same level of merkle t\")\n mstore(add(headStart, 96), \"ree as coinbase\")\n tail := add(headStart, 128)\n }\n function abi_decode_tuple_t_bytes4(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, 0xffffffff00000000000000000000000000000000000000000000000000000000))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_packed_t_bytes4_t_bytes_calldata_ptr_t_bytes_calldata_ptr_t_bytes4__to_t_bytes4_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes4__nonPadded_inplace_fromStack_reversed(pos, value5, value4, value3, value2, value1, value0) -> end\n {\n let _1 := 0xffffffff00000000000000000000000000000000000000000000000000000000\n mstore(pos, and(value0, _1))\n calldatacopy(add(pos, 4), value1, value2)\n let _2 := add(pos, value2)\n let _3 := add(_2, 4)\n mstore(_3, 0)\n calldatacopy(_3, value3, value4)\n let _4 := add(_2, value4)\n mstore(add(_4, 4), and(value5, _1))\n end := add(_4, 8)\n }\n function abi_encode_tuple_t_stringliteral_a06ae51c71eb530f3be7271820349cdc3c1354af79f8555ff9d95e771751af98__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 60)\n mstore(add(headStart, 64), \"Tx merkle proof is not valid for\")\n mstore(add(headStart, 96), \" provided header and tx hash\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_packed_t_bytes32__to_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n mstore(pos, value0)\n end := add(pos, 32)\n }\n function abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n let length := mload(value0)\n let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n mstore(add(pos, i), mload(add(add(value0, i), 0x20)))\n }\n let _1 := add(pos, length)\n mstore(_1, 0)\n end := _1\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_f81cd03f1a0835c86eb7c9bc3fa3d1389a1f2e657daffb447708f79731bc6533__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 63)\n mstore(add(headStart, 64), \"Coinbase merkle proof is not val\")\n mstore(add(headStart, 96), \"id for provided header and hash\")\n tail := add(headStart, 128)\n }\n function panic_error_0x11()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_add_t_uint256(x, y) -> sum\n {\n sum := add(x, y)\n if gt(x, sum) { panic_error_0x11() }\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0)) { panic_error_0x11() }\n ret := add(value, 1)\n }\n function abi_decode_tuple_t_uint256_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_2ebcf872b7f86d587caffa25f5f3e96962044232b1b663351fbbea74e2c80331__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 37)\n mstore(add(headStart, 64), \"Not at current or previous diffi\")\n mstore(add(headStart, 96), \"culty\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_92a0405652d516383f1545f4343c46ea0a68cf55d9e795cb647f2b3320f6ea40__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 35)\n mstore(add(headStart, 64), \"Invalid length of the headers ch\")\n mstore(add(headStart, 96), \"ain\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_2c2dfd181269a4c1ce4f235dbe6726e9e20ead12388274c8b22fe08e78db7336__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 21)\n mstore(add(headStart, 64), \"Invalid headers chain\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_6765317ac58a0bde6edd9b0a77da031b1983fd67bbdbda13051ed89ff1a508c9__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"Insufficient work in a header\")\n tail := add(headStart, 96)\n }\n function checked_mul_t_uint256(x, y) -> product\n {\n product := mul(x, y)\n if iszero(or(iszero(x), eq(y, div(product, x)))) { panic_error_0x11() }\n }\n function abi_encode_tuple_t_stringliteral_783c1ec375fff1301ad34ffc02be448b47c08a18ace7140b3cc0f461b18129c2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 51)\n mstore(add(headStart, 64), \"Insufficient accumulated difficu\")\n mstore(add(headStart, 96), \"lty in header chain\")\n tail := add(headStart, 128)\n }\n function panic_error_0x12()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n function mod_t_uint256(x, y) -> r\n {\n if iszero(y) { panic_error_0x12() }\n r := mod(x, y)\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function checked_add_t_uint8(x, y) -> sum\n {\n sum := add(and(x, 0xff), and(y, 0xff))\n if gt(sum, 0xff) { panic_error_0x11() }\n }\n function checked_sub_t_uint8(x, y) -> diff\n {\n diff := sub(and(x, 0xff), and(y, 0xff))\n if gt(diff, 0xff) { panic_error_0x11() }\n }\n function checked_exp_helper(_base, exponent) -> power, base\n {\n let power_1 := 1\n power := power_1\n base := _base\n for { } gt(exponent, power_1) { }\n {\n if gt(base, div(not(0), base)) { panic_error_0x11() }\n if and(exponent, power_1) { power := mul(power, base) }\n base := mul(base, base)\n exponent := shr(power_1, exponent)\n }\n }\n function checked_exp_unsigned(base, exponent) -> power\n {\n if iszero(exponent)\n {\n power := 1\n leave\n }\n if iszero(base)\n {\n power := 0\n leave\n }\n switch base\n case 1 {\n power := 1\n leave\n }\n case 2 {\n if gt(exponent, 255) { panic_error_0x11() }\n power := shl(exponent, 1)\n leave\n }\n if or(and(lt(base, 11), lt(exponent, 78)), and(lt(base, 307), lt(exponent, 32)))\n {\n power := exp(base, exponent)\n leave\n }\n let power_1, base_1 := checked_exp_helper(base, exponent)\n if gt(power_1, div(not(0), base_1)) { panic_error_0x11() }\n power := mul(power_1, base_1)\n }\n function checked_exp_t_uint256_t_uint256(base, exponent) -> power\n {\n power := checked_exp_unsigned(base, exponent)\n }\n function checked_div_t_uint256(x, y) -> r\n {\n if iszero(y) { panic_error_0x12() }\n r := div(x, y)\n }\n}",
|
|
7568
7568
|
"id": 139,
|
|
7569
7569
|
"language": "Yul",
|
|
7570
7570
|
"name": "#utility.yul"
|
|
@@ -7593,12 +7593,12 @@
|
|
|
7593
7593
|
"storageLayout": {
|
|
7594
7594
|
"storage": [
|
|
7595
7595
|
{
|
|
7596
|
-
"astId":
|
|
7596
|
+
"astId": 45135,
|
|
7597
7597
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7598
7598
|
"label": "self",
|
|
7599
7599
|
"offset": 0,
|
|
7600
7600
|
"slot": "0",
|
|
7601
|
-
"type": "t_struct(Storage)
|
|
7601
|
+
"type": "t_struct(Storage)29928_storage"
|
|
7602
7602
|
}
|
|
7603
7603
|
],
|
|
7604
7604
|
"types": {
|
|
@@ -7628,32 +7628,32 @@
|
|
|
7628
7628
|
"label": "bytes32",
|
|
7629
7629
|
"numberOfBytes": "32"
|
|
7630
7630
|
},
|
|
7631
|
-
"t_contract(Bank)
|
|
7631
|
+
"t_contract(Bank)24867": {
|
|
7632
7632
|
"encoding": "inplace",
|
|
7633
7633
|
"label": "contract Bank",
|
|
7634
7634
|
"numberOfBytes": "20"
|
|
7635
7635
|
},
|
|
7636
|
-
"t_contract(IRelay)
|
|
7636
|
+
"t_contract(IRelay)32745": {
|
|
7637
7637
|
"encoding": "inplace",
|
|
7638
7638
|
"label": "contract IRelay",
|
|
7639
7639
|
"numberOfBytes": "20"
|
|
7640
7640
|
},
|
|
7641
|
-
"t_contract(IWalletRegistry)
|
|
7641
|
+
"t_contract(IWalletRegistry)5858": {
|
|
7642
7642
|
"encoding": "inplace",
|
|
7643
7643
|
"label": "contract IWalletRegistry",
|
|
7644
7644
|
"numberOfBytes": "20"
|
|
7645
7645
|
},
|
|
7646
|
-
"t_contract(ReimbursementPool)
|
|
7646
|
+
"t_contract(ReimbursementPool)8823": {
|
|
7647
7647
|
"encoding": "inplace",
|
|
7648
7648
|
"label": "contract ReimbursementPool",
|
|
7649
7649
|
"numberOfBytes": "20"
|
|
7650
7650
|
},
|
|
7651
|
-
"t_enum(MovedFundsSweepRequestState)
|
|
7651
|
+
"t_enum(MovedFundsSweepRequestState)32784": {
|
|
7652
7652
|
"encoding": "inplace",
|
|
7653
7653
|
"label": "enum MovingFunds.MovedFundsSweepRequestState",
|
|
7654
7654
|
"numberOfBytes": "1"
|
|
7655
7655
|
},
|
|
7656
|
-
"t_enum(WalletState)
|
|
7656
|
+
"t_enum(WalletState)38499": {
|
|
7657
7657
|
"encoding": "inplace",
|
|
7658
7658
|
"label": "enum Wallets.WalletState",
|
|
7659
7659
|
"numberOfBytes": "1"
|
|
@@ -7665,12 +7665,12 @@
|
|
|
7665
7665
|
"numberOfBytes": "32",
|
|
7666
7666
|
"value": "t_bool"
|
|
7667
7667
|
},
|
|
7668
|
-
"t_mapping(t_bytes20,t_struct(Wallet)
|
|
7668
|
+
"t_mapping(t_bytes20,t_struct(Wallet)38519_storage)": {
|
|
7669
7669
|
"encoding": "mapping",
|
|
7670
7670
|
"key": "t_bytes20",
|
|
7671
7671
|
"label": "mapping(bytes20 => struct Wallets.Wallet)",
|
|
7672
7672
|
"numberOfBytes": "32",
|
|
7673
|
-
"value": "t_struct(Wallet)
|
|
7673
|
+
"value": "t_struct(Wallet)38519_storage"
|
|
7674
7674
|
},
|
|
7675
7675
|
"t_mapping(t_uint256,t_bool)": {
|
|
7676
7676
|
"encoding": "mapping",
|
|
@@ -7679,40 +7679,40 @@
|
|
|
7679
7679
|
"numberOfBytes": "32",
|
|
7680
7680
|
"value": "t_bool"
|
|
7681
7681
|
},
|
|
7682
|
-
"t_mapping(t_uint256,t_struct(DepositRequest)
|
|
7682
|
+
"t_mapping(t_uint256,t_struct(DepositRequest)30640_storage)": {
|
|
7683
7683
|
"encoding": "mapping",
|
|
7684
7684
|
"key": "t_uint256",
|
|
7685
7685
|
"label": "mapping(uint256 => struct Deposit.DepositRequest)",
|
|
7686
7686
|
"numberOfBytes": "32",
|
|
7687
|
-
"value": "t_struct(DepositRequest)
|
|
7687
|
+
"value": "t_struct(DepositRequest)30640_storage"
|
|
7688
7688
|
},
|
|
7689
|
-
"t_mapping(t_uint256,t_struct(FraudChallenge)
|
|
7689
|
+
"t_mapping(t_uint256,t_struct(FraudChallenge)31973_storage)": {
|
|
7690
7690
|
"encoding": "mapping",
|
|
7691
7691
|
"key": "t_uint256",
|
|
7692
7692
|
"label": "mapping(uint256 => struct Fraud.FraudChallenge)",
|
|
7693
7693
|
"numberOfBytes": "32",
|
|
7694
|
-
"value": "t_struct(FraudChallenge)
|
|
7694
|
+
"value": "t_struct(FraudChallenge)31973_storage"
|
|
7695
7695
|
},
|
|
7696
|
-
"t_mapping(t_uint256,t_struct(MovedFundsSweepRequest)
|
|
7696
|
+
"t_mapping(t_uint256,t_struct(MovedFundsSweepRequest)32794_storage)": {
|
|
7697
7697
|
"encoding": "mapping",
|
|
7698
7698
|
"key": "t_uint256",
|
|
7699
7699
|
"label": "mapping(uint256 => struct MovingFunds.MovedFundsSweepRequest)",
|
|
7700
7700
|
"numberOfBytes": "32",
|
|
7701
|
-
"value": "t_struct(MovedFundsSweepRequest)
|
|
7701
|
+
"value": "t_struct(MovedFundsSweepRequest)32794_storage"
|
|
7702
7702
|
},
|
|
7703
|
-
"t_mapping(t_uint256,t_struct(RedemptionRequest)
|
|
7703
|
+
"t_mapping(t_uint256,t_struct(RedemptionRequest)34236_storage)": {
|
|
7704
7704
|
"encoding": "mapping",
|
|
7705
7705
|
"key": "t_uint256",
|
|
7706
7706
|
"label": "mapping(uint256 => struct Redemption.RedemptionRequest)",
|
|
7707
7707
|
"numberOfBytes": "32",
|
|
7708
|
-
"value": "t_struct(RedemptionRequest)
|
|
7708
|
+
"value": "t_struct(RedemptionRequest)34236_storage"
|
|
7709
7709
|
},
|
|
7710
|
-
"t_struct(DepositRequest)
|
|
7710
|
+
"t_struct(DepositRequest)30640_storage": {
|
|
7711
7711
|
"encoding": "inplace",
|
|
7712
7712
|
"label": "struct Deposit.DepositRequest",
|
|
7713
7713
|
"members": [
|
|
7714
7714
|
{
|
|
7715
|
-
"astId":
|
|
7715
|
+
"astId": 30627,
|
|
7716
7716
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7717
7717
|
"label": "depositor",
|
|
7718
7718
|
"offset": 0,
|
|
@@ -7720,7 +7720,7 @@
|
|
|
7720
7720
|
"type": "t_address"
|
|
7721
7721
|
},
|
|
7722
7722
|
{
|
|
7723
|
-
"astId":
|
|
7723
|
+
"astId": 30629,
|
|
7724
7724
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7725
7725
|
"label": "amount",
|
|
7726
7726
|
"offset": 20,
|
|
@@ -7728,7 +7728,7 @@
|
|
|
7728
7728
|
"type": "t_uint64"
|
|
7729
7729
|
},
|
|
7730
7730
|
{
|
|
7731
|
-
"astId":
|
|
7731
|
+
"astId": 30631,
|
|
7732
7732
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7733
7733
|
"label": "revealedAt",
|
|
7734
7734
|
"offset": 28,
|
|
@@ -7736,7 +7736,7 @@
|
|
|
7736
7736
|
"type": "t_uint32"
|
|
7737
7737
|
},
|
|
7738
7738
|
{
|
|
7739
|
-
"astId":
|
|
7739
|
+
"astId": 30633,
|
|
7740
7740
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7741
7741
|
"label": "vault",
|
|
7742
7742
|
"offset": 0,
|
|
@@ -7744,7 +7744,7 @@
|
|
|
7744
7744
|
"type": "t_address"
|
|
7745
7745
|
},
|
|
7746
7746
|
{
|
|
7747
|
-
"astId":
|
|
7747
|
+
"astId": 30635,
|
|
7748
7748
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7749
7749
|
"label": "treasuryFee",
|
|
7750
7750
|
"offset": 20,
|
|
@@ -7752,7 +7752,7 @@
|
|
|
7752
7752
|
"type": "t_uint64"
|
|
7753
7753
|
},
|
|
7754
7754
|
{
|
|
7755
|
-
"astId":
|
|
7755
|
+
"astId": 30637,
|
|
7756
7756
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7757
7757
|
"label": "sweptAt",
|
|
7758
7758
|
"offset": 28,
|
|
@@ -7760,7 +7760,7 @@
|
|
|
7760
7760
|
"type": "t_uint32"
|
|
7761
7761
|
},
|
|
7762
7762
|
{
|
|
7763
|
-
"astId":
|
|
7763
|
+
"astId": 30639,
|
|
7764
7764
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7765
7765
|
"label": "extraData",
|
|
7766
7766
|
"offset": 0,
|
|
@@ -7770,12 +7770,12 @@
|
|
|
7770
7770
|
],
|
|
7771
7771
|
"numberOfBytes": "96"
|
|
7772
7772
|
},
|
|
7773
|
-
"t_struct(FraudChallenge)
|
|
7773
|
+
"t_struct(FraudChallenge)31973_storage": {
|
|
7774
7774
|
"encoding": "inplace",
|
|
7775
7775
|
"label": "struct Fraud.FraudChallenge",
|
|
7776
7776
|
"members": [
|
|
7777
7777
|
{
|
|
7778
|
-
"astId":
|
|
7778
|
+
"astId": 31966,
|
|
7779
7779
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7780
7780
|
"label": "challenger",
|
|
7781
7781
|
"offset": 0,
|
|
@@ -7783,7 +7783,7 @@
|
|
|
7783
7783
|
"type": "t_address"
|
|
7784
7784
|
},
|
|
7785
7785
|
{
|
|
7786
|
-
"astId":
|
|
7786
|
+
"astId": 31968,
|
|
7787
7787
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7788
7788
|
"label": "depositAmount",
|
|
7789
7789
|
"offset": 0,
|
|
@@ -7791,7 +7791,7 @@
|
|
|
7791
7791
|
"type": "t_uint256"
|
|
7792
7792
|
},
|
|
7793
7793
|
{
|
|
7794
|
-
"astId":
|
|
7794
|
+
"astId": 31970,
|
|
7795
7795
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7796
7796
|
"label": "reportedAt",
|
|
7797
7797
|
"offset": 0,
|
|
@@ -7799,7 +7799,7 @@
|
|
|
7799
7799
|
"type": "t_uint32"
|
|
7800
7800
|
},
|
|
7801
7801
|
{
|
|
7802
|
-
"astId":
|
|
7802
|
+
"astId": 31972,
|
|
7803
7803
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7804
7804
|
"label": "resolved",
|
|
7805
7805
|
"offset": 4,
|
|
@@ -7809,12 +7809,12 @@
|
|
|
7809
7809
|
],
|
|
7810
7810
|
"numberOfBytes": "96"
|
|
7811
7811
|
},
|
|
7812
|
-
"t_struct(MovedFundsSweepRequest)
|
|
7812
|
+
"t_struct(MovedFundsSweepRequest)32794_storage": {
|
|
7813
7813
|
"encoding": "inplace",
|
|
7814
7814
|
"label": "struct MovingFunds.MovedFundsSweepRequest",
|
|
7815
7815
|
"members": [
|
|
7816
7816
|
{
|
|
7817
|
-
"astId":
|
|
7817
|
+
"astId": 32786,
|
|
7818
7818
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7819
7819
|
"label": "walletPubKeyHash",
|
|
7820
7820
|
"offset": 0,
|
|
@@ -7822,7 +7822,7 @@
|
|
|
7822
7822
|
"type": "t_bytes20"
|
|
7823
7823
|
},
|
|
7824
7824
|
{
|
|
7825
|
-
"astId":
|
|
7825
|
+
"astId": 32788,
|
|
7826
7826
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7827
7827
|
"label": "value",
|
|
7828
7828
|
"offset": 20,
|
|
@@ -7830,7 +7830,7 @@
|
|
|
7830
7830
|
"type": "t_uint64"
|
|
7831
7831
|
},
|
|
7832
7832
|
{
|
|
7833
|
-
"astId":
|
|
7833
|
+
"astId": 32790,
|
|
7834
7834
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7835
7835
|
"label": "createdAt",
|
|
7836
7836
|
"offset": 28,
|
|
@@ -7838,22 +7838,22 @@
|
|
|
7838
7838
|
"type": "t_uint32"
|
|
7839
7839
|
},
|
|
7840
7840
|
{
|
|
7841
|
-
"astId":
|
|
7841
|
+
"astId": 32793,
|
|
7842
7842
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7843
7843
|
"label": "state",
|
|
7844
7844
|
"offset": 0,
|
|
7845
7845
|
"slot": "1",
|
|
7846
|
-
"type": "t_enum(MovedFundsSweepRequestState)
|
|
7846
|
+
"type": "t_enum(MovedFundsSweepRequestState)32784"
|
|
7847
7847
|
}
|
|
7848
7848
|
],
|
|
7849
7849
|
"numberOfBytes": "64"
|
|
7850
7850
|
},
|
|
7851
|
-
"t_struct(RedemptionRequest)
|
|
7851
|
+
"t_struct(RedemptionRequest)34236_storage": {
|
|
7852
7852
|
"encoding": "inplace",
|
|
7853
7853
|
"label": "struct Redemption.RedemptionRequest",
|
|
7854
7854
|
"members": [
|
|
7855
7855
|
{
|
|
7856
|
-
"astId":
|
|
7856
|
+
"astId": 34227,
|
|
7857
7857
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7858
7858
|
"label": "redeemer",
|
|
7859
7859
|
"offset": 0,
|
|
@@ -7861,7 +7861,7 @@
|
|
|
7861
7861
|
"type": "t_address"
|
|
7862
7862
|
},
|
|
7863
7863
|
{
|
|
7864
|
-
"astId":
|
|
7864
|
+
"astId": 34229,
|
|
7865
7865
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7866
7866
|
"label": "requestedAmount",
|
|
7867
7867
|
"offset": 20,
|
|
@@ -7869,7 +7869,7 @@
|
|
|
7869
7869
|
"type": "t_uint64"
|
|
7870
7870
|
},
|
|
7871
7871
|
{
|
|
7872
|
-
"astId":
|
|
7872
|
+
"astId": 34231,
|
|
7873
7873
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7874
7874
|
"label": "treasuryFee",
|
|
7875
7875
|
"offset": 0,
|
|
@@ -7877,7 +7877,7 @@
|
|
|
7877
7877
|
"type": "t_uint64"
|
|
7878
7878
|
},
|
|
7879
7879
|
{
|
|
7880
|
-
"astId":
|
|
7880
|
+
"astId": 34233,
|
|
7881
7881
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7882
7882
|
"label": "txMaxFee",
|
|
7883
7883
|
"offset": 8,
|
|
@@ -7885,7 +7885,7 @@
|
|
|
7885
7885
|
"type": "t_uint64"
|
|
7886
7886
|
},
|
|
7887
7887
|
{
|
|
7888
|
-
"astId":
|
|
7888
|
+
"astId": 34235,
|
|
7889
7889
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7890
7890
|
"label": "requestedAt",
|
|
7891
7891
|
"offset": 16,
|
|
@@ -7895,28 +7895,28 @@
|
|
|
7895
7895
|
],
|
|
7896
7896
|
"numberOfBytes": "64"
|
|
7897
7897
|
},
|
|
7898
|
-
"t_struct(Storage)
|
|
7898
|
+
"t_struct(Storage)29928_storage": {
|
|
7899
7899
|
"encoding": "inplace",
|
|
7900
7900
|
"label": "struct BridgeState.Storage",
|
|
7901
7901
|
"members": [
|
|
7902
7902
|
{
|
|
7903
|
-
"astId":
|
|
7903
|
+
"astId": 29788,
|
|
7904
7904
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7905
7905
|
"label": "bank",
|
|
7906
7906
|
"offset": 0,
|
|
7907
7907
|
"slot": "0",
|
|
7908
|
-
"type": "t_contract(Bank)
|
|
7908
|
+
"type": "t_contract(Bank)24867"
|
|
7909
7909
|
},
|
|
7910
7910
|
{
|
|
7911
|
-
"astId":
|
|
7911
|
+
"astId": 29791,
|
|
7912
7912
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7913
7913
|
"label": "relay",
|
|
7914
7914
|
"offset": 0,
|
|
7915
7915
|
"slot": "1",
|
|
7916
|
-
"type": "t_contract(IRelay)
|
|
7916
|
+
"type": "t_contract(IRelay)32745"
|
|
7917
7917
|
},
|
|
7918
7918
|
{
|
|
7919
|
-
"astId":
|
|
7919
|
+
"astId": 29793,
|
|
7920
7920
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7921
7921
|
"label": "txProofDifficultyFactor",
|
|
7922
7922
|
"offset": 20,
|
|
@@ -7924,23 +7924,23 @@
|
|
|
7924
7924
|
"type": "t_uint96"
|
|
7925
7925
|
},
|
|
7926
7926
|
{
|
|
7927
|
-
"astId":
|
|
7927
|
+
"astId": 29796,
|
|
7928
7928
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7929
7929
|
"label": "ecdsaWalletRegistry",
|
|
7930
7930
|
"offset": 0,
|
|
7931
7931
|
"slot": "2",
|
|
7932
|
-
"type": "t_contract(IWalletRegistry)
|
|
7932
|
+
"type": "t_contract(IWalletRegistry)5858"
|
|
7933
7933
|
},
|
|
7934
7934
|
{
|
|
7935
|
-
"astId":
|
|
7935
|
+
"astId": 29799,
|
|
7936
7936
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7937
7937
|
"label": "reimbursementPool",
|
|
7938
7938
|
"offset": 0,
|
|
7939
7939
|
"slot": "3",
|
|
7940
|
-
"type": "t_contract(ReimbursementPool)
|
|
7940
|
+
"type": "t_contract(ReimbursementPool)8823"
|
|
7941
7941
|
},
|
|
7942
7942
|
{
|
|
7943
|
-
"astId":
|
|
7943
|
+
"astId": 29801,
|
|
7944
7944
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7945
7945
|
"label": "treasury",
|
|
7946
7946
|
"offset": 0,
|
|
@@ -7948,7 +7948,7 @@
|
|
|
7948
7948
|
"type": "t_address"
|
|
7949
7949
|
},
|
|
7950
7950
|
{
|
|
7951
|
-
"astId":
|
|
7951
|
+
"astId": 29803,
|
|
7952
7952
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7953
7953
|
"label": "__treasuryAlignmentGap",
|
|
7954
7954
|
"offset": 0,
|
|
@@ -7956,7 +7956,7 @@
|
|
|
7956
7956
|
"type": "t_bytes32"
|
|
7957
7957
|
},
|
|
7958
7958
|
{
|
|
7959
|
-
"astId":
|
|
7959
|
+
"astId": 29805,
|
|
7960
7960
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7961
7961
|
"label": "depositDustThreshold",
|
|
7962
7962
|
"offset": 0,
|
|
@@ -7964,7 +7964,7 @@
|
|
|
7964
7964
|
"type": "t_uint64"
|
|
7965
7965
|
},
|
|
7966
7966
|
{
|
|
7967
|
-
"astId":
|
|
7967
|
+
"astId": 29807,
|
|
7968
7968
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7969
7969
|
"label": "depositTreasuryFeeDivisor",
|
|
7970
7970
|
"offset": 8,
|
|
@@ -7972,7 +7972,7 @@
|
|
|
7972
7972
|
"type": "t_uint64"
|
|
7973
7973
|
},
|
|
7974
7974
|
{
|
|
7975
|
-
"astId":
|
|
7975
|
+
"astId": 29809,
|
|
7976
7976
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7977
7977
|
"label": "depositTxMaxFee",
|
|
7978
7978
|
"offset": 16,
|
|
@@ -7980,7 +7980,7 @@
|
|
|
7980
7980
|
"type": "t_uint64"
|
|
7981
7981
|
},
|
|
7982
7982
|
{
|
|
7983
|
-
"astId":
|
|
7983
|
+
"astId": 29811,
|
|
7984
7984
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7985
7985
|
"label": "depositRevealAheadPeriod",
|
|
7986
7986
|
"offset": 24,
|
|
@@ -7988,7 +7988,7 @@
|
|
|
7988
7988
|
"type": "t_uint32"
|
|
7989
7989
|
},
|
|
7990
7990
|
{
|
|
7991
|
-
"astId":
|
|
7991
|
+
"astId": 29813,
|
|
7992
7992
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
7993
7993
|
"label": "__depositAlignmentGap",
|
|
7994
7994
|
"offset": 0,
|
|
@@ -7996,7 +7996,7 @@
|
|
|
7996
7996
|
"type": "t_bytes32"
|
|
7997
7997
|
},
|
|
7998
7998
|
{
|
|
7999
|
-
"astId":
|
|
7999
|
+
"astId": 29815,
|
|
8000
8000
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8001
8001
|
"label": "movingFundsTxMaxTotalFee",
|
|
8002
8002
|
"offset": 0,
|
|
@@ -8004,7 +8004,7 @@
|
|
|
8004
8004
|
"type": "t_uint64"
|
|
8005
8005
|
},
|
|
8006
8006
|
{
|
|
8007
|
-
"astId":
|
|
8007
|
+
"astId": 29817,
|
|
8008
8008
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8009
8009
|
"label": "movingFundsDustThreshold",
|
|
8010
8010
|
"offset": 8,
|
|
@@ -8012,7 +8012,7 @@
|
|
|
8012
8012
|
"type": "t_uint64"
|
|
8013
8013
|
},
|
|
8014
8014
|
{
|
|
8015
|
-
"astId":
|
|
8015
|
+
"astId": 29819,
|
|
8016
8016
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8017
8017
|
"label": "movingFundsTimeoutResetDelay",
|
|
8018
8018
|
"offset": 16,
|
|
@@ -8020,7 +8020,7 @@
|
|
|
8020
8020
|
"type": "t_uint32"
|
|
8021
8021
|
},
|
|
8022
8022
|
{
|
|
8023
|
-
"astId":
|
|
8023
|
+
"astId": 29821,
|
|
8024
8024
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8025
8025
|
"label": "movingFundsTimeout",
|
|
8026
8026
|
"offset": 20,
|
|
@@ -8028,7 +8028,7 @@
|
|
|
8028
8028
|
"type": "t_uint32"
|
|
8029
8029
|
},
|
|
8030
8030
|
{
|
|
8031
|
-
"astId":
|
|
8031
|
+
"astId": 29823,
|
|
8032
8032
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8033
8033
|
"label": "movingFundsTimeoutSlashingAmount",
|
|
8034
8034
|
"offset": 0,
|
|
@@ -8036,7 +8036,7 @@
|
|
|
8036
8036
|
"type": "t_uint96"
|
|
8037
8037
|
},
|
|
8038
8038
|
{
|
|
8039
|
-
"astId":
|
|
8039
|
+
"astId": 29825,
|
|
8040
8040
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8041
8041
|
"label": "movingFundsTimeoutNotifierRewardMultiplier",
|
|
8042
8042
|
"offset": 12,
|
|
@@ -8044,7 +8044,7 @@
|
|
|
8044
8044
|
"type": "t_uint32"
|
|
8045
8045
|
},
|
|
8046
8046
|
{
|
|
8047
|
-
"astId":
|
|
8047
|
+
"astId": 29827,
|
|
8048
8048
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8049
8049
|
"label": "movingFundsCommitmentGasOffset",
|
|
8050
8050
|
"offset": 16,
|
|
@@ -8052,7 +8052,7 @@
|
|
|
8052
8052
|
"type": "t_uint16"
|
|
8053
8053
|
},
|
|
8054
8054
|
{
|
|
8055
|
-
"astId":
|
|
8055
|
+
"astId": 29829,
|
|
8056
8056
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8057
8057
|
"label": "__movingFundsAlignmentGap",
|
|
8058
8058
|
"offset": 0,
|
|
@@ -8060,7 +8060,7 @@
|
|
|
8060
8060
|
"type": "t_bytes32"
|
|
8061
8061
|
},
|
|
8062
8062
|
{
|
|
8063
|
-
"astId":
|
|
8063
|
+
"astId": 29831,
|
|
8064
8064
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8065
8065
|
"label": "movedFundsSweepTxMaxTotalFee",
|
|
8066
8066
|
"offset": 0,
|
|
@@ -8068,7 +8068,7 @@
|
|
|
8068
8068
|
"type": "t_uint64"
|
|
8069
8069
|
},
|
|
8070
8070
|
{
|
|
8071
|
-
"astId":
|
|
8071
|
+
"astId": 29833,
|
|
8072
8072
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8073
8073
|
"label": "movedFundsSweepTimeout",
|
|
8074
8074
|
"offset": 8,
|
|
@@ -8076,7 +8076,7 @@
|
|
|
8076
8076
|
"type": "t_uint32"
|
|
8077
8077
|
},
|
|
8078
8078
|
{
|
|
8079
|
-
"astId":
|
|
8079
|
+
"astId": 29835,
|
|
8080
8080
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8081
8081
|
"label": "movedFundsSweepTimeoutSlashingAmount",
|
|
8082
8082
|
"offset": 12,
|
|
@@ -8084,7 +8084,7 @@
|
|
|
8084
8084
|
"type": "t_uint96"
|
|
8085
8085
|
},
|
|
8086
8086
|
{
|
|
8087
|
-
"astId":
|
|
8087
|
+
"astId": 29837,
|
|
8088
8088
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8089
8089
|
"label": "movedFundsSweepTimeoutNotifierRewardMultiplier",
|
|
8090
8090
|
"offset": 24,
|
|
@@ -8092,7 +8092,7 @@
|
|
|
8092
8092
|
"type": "t_uint32"
|
|
8093
8093
|
},
|
|
8094
8094
|
{
|
|
8095
|
-
"astId":
|
|
8095
|
+
"astId": 29839,
|
|
8096
8096
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8097
8097
|
"label": "redemptionDustThreshold",
|
|
8098
8098
|
"offset": 0,
|
|
@@ -8100,7 +8100,7 @@
|
|
|
8100
8100
|
"type": "t_uint64"
|
|
8101
8101
|
},
|
|
8102
8102
|
{
|
|
8103
|
-
"astId":
|
|
8103
|
+
"astId": 29841,
|
|
8104
8104
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8105
8105
|
"label": "redemptionTreasuryFeeDivisor",
|
|
8106
8106
|
"offset": 8,
|
|
@@ -8108,7 +8108,7 @@
|
|
|
8108
8108
|
"type": "t_uint64"
|
|
8109
8109
|
},
|
|
8110
8110
|
{
|
|
8111
|
-
"astId":
|
|
8111
|
+
"astId": 29843,
|
|
8112
8112
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8113
8113
|
"label": "redemptionTxMaxFee",
|
|
8114
8114
|
"offset": 16,
|
|
@@ -8116,7 +8116,7 @@
|
|
|
8116
8116
|
"type": "t_uint64"
|
|
8117
8117
|
},
|
|
8118
8118
|
{
|
|
8119
|
-
"astId":
|
|
8119
|
+
"astId": 29845,
|
|
8120
8120
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8121
8121
|
"label": "redemptionTxMaxTotalFee",
|
|
8122
8122
|
"offset": 24,
|
|
@@ -8124,7 +8124,7 @@
|
|
|
8124
8124
|
"type": "t_uint64"
|
|
8125
8125
|
},
|
|
8126
8126
|
{
|
|
8127
|
-
"astId":
|
|
8127
|
+
"astId": 29847,
|
|
8128
8128
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8129
8129
|
"label": "__redemptionAlignmentGap",
|
|
8130
8130
|
"offset": 0,
|
|
@@ -8132,7 +8132,7 @@
|
|
|
8132
8132
|
"type": "t_bytes32"
|
|
8133
8133
|
},
|
|
8134
8134
|
{
|
|
8135
|
-
"astId":
|
|
8135
|
+
"astId": 29849,
|
|
8136
8136
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8137
8137
|
"label": "redemptionTimeout",
|
|
8138
8138
|
"offset": 0,
|
|
@@ -8140,7 +8140,7 @@
|
|
|
8140
8140
|
"type": "t_uint32"
|
|
8141
8141
|
},
|
|
8142
8142
|
{
|
|
8143
|
-
"astId":
|
|
8143
|
+
"astId": 29851,
|
|
8144
8144
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8145
8145
|
"label": "redemptionTimeoutSlashingAmount",
|
|
8146
8146
|
"offset": 4,
|
|
@@ -8148,7 +8148,7 @@
|
|
|
8148
8148
|
"type": "t_uint96"
|
|
8149
8149
|
},
|
|
8150
8150
|
{
|
|
8151
|
-
"astId":
|
|
8151
|
+
"astId": 29853,
|
|
8152
8152
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8153
8153
|
"label": "redemptionTimeoutNotifierRewardMultiplier",
|
|
8154
8154
|
"offset": 16,
|
|
@@ -8156,7 +8156,7 @@
|
|
|
8156
8156
|
"type": "t_uint32"
|
|
8157
8157
|
},
|
|
8158
8158
|
{
|
|
8159
|
-
"astId":
|
|
8159
|
+
"astId": 29855,
|
|
8160
8160
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8161
8161
|
"label": "fraudChallengeDepositAmount",
|
|
8162
8162
|
"offset": 20,
|
|
@@ -8164,7 +8164,7 @@
|
|
|
8164
8164
|
"type": "t_uint96"
|
|
8165
8165
|
},
|
|
8166
8166
|
{
|
|
8167
|
-
"astId":
|
|
8167
|
+
"astId": 29857,
|
|
8168
8168
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8169
8169
|
"label": "fraudChallengeDefeatTimeout",
|
|
8170
8170
|
"offset": 0,
|
|
@@ -8172,7 +8172,7 @@
|
|
|
8172
8172
|
"type": "t_uint32"
|
|
8173
8173
|
},
|
|
8174
8174
|
{
|
|
8175
|
-
"astId":
|
|
8175
|
+
"astId": 29859,
|
|
8176
8176
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8177
8177
|
"label": "fraudSlashingAmount",
|
|
8178
8178
|
"offset": 4,
|
|
@@ -8180,7 +8180,7 @@
|
|
|
8180
8180
|
"type": "t_uint96"
|
|
8181
8181
|
},
|
|
8182
8182
|
{
|
|
8183
|
-
"astId":
|
|
8183
|
+
"astId": 29861,
|
|
8184
8184
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8185
8185
|
"label": "fraudNotifierRewardMultiplier",
|
|
8186
8186
|
"offset": 16,
|
|
@@ -8188,7 +8188,7 @@
|
|
|
8188
8188
|
"type": "t_uint32"
|
|
8189
8189
|
},
|
|
8190
8190
|
{
|
|
8191
|
-
"astId":
|
|
8191
|
+
"astId": 29863,
|
|
8192
8192
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8193
8193
|
"label": "walletCreationPeriod",
|
|
8194
8194
|
"offset": 20,
|
|
@@ -8196,7 +8196,7 @@
|
|
|
8196
8196
|
"type": "t_uint32"
|
|
8197
8197
|
},
|
|
8198
8198
|
{
|
|
8199
|
-
"astId":
|
|
8199
|
+
"astId": 29865,
|
|
8200
8200
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8201
8201
|
"label": "walletCreationMinBtcBalance",
|
|
8202
8202
|
"offset": 24,
|
|
@@ -8204,7 +8204,7 @@
|
|
|
8204
8204
|
"type": "t_uint64"
|
|
8205
8205
|
},
|
|
8206
8206
|
{
|
|
8207
|
-
"astId":
|
|
8207
|
+
"astId": 29867,
|
|
8208
8208
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8209
8209
|
"label": "walletCreationMaxBtcBalance",
|
|
8210
8210
|
"offset": 0,
|
|
@@ -8212,7 +8212,7 @@
|
|
|
8212
8212
|
"type": "t_uint64"
|
|
8213
8213
|
},
|
|
8214
8214
|
{
|
|
8215
|
-
"astId":
|
|
8215
|
+
"astId": 29869,
|
|
8216
8216
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8217
8217
|
"label": "walletClosureMinBtcBalance",
|
|
8218
8218
|
"offset": 8,
|
|
@@ -8220,7 +8220,7 @@
|
|
|
8220
8220
|
"type": "t_uint64"
|
|
8221
8221
|
},
|
|
8222
8222
|
{
|
|
8223
|
-
"astId":
|
|
8223
|
+
"astId": 29871,
|
|
8224
8224
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8225
8225
|
"label": "walletMaxAge",
|
|
8226
8226
|
"offset": 16,
|
|
@@ -8228,7 +8228,7 @@
|
|
|
8228
8228
|
"type": "t_uint32"
|
|
8229
8229
|
},
|
|
8230
8230
|
{
|
|
8231
|
-
"astId":
|
|
8231
|
+
"astId": 29873,
|
|
8232
8232
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8233
8233
|
"label": "activeWalletPubKeyHash",
|
|
8234
8234
|
"offset": 0,
|
|
@@ -8236,7 +8236,7 @@
|
|
|
8236
8236
|
"type": "t_bytes20"
|
|
8237
8237
|
},
|
|
8238
8238
|
{
|
|
8239
|
-
"astId":
|
|
8239
|
+
"astId": 29875,
|
|
8240
8240
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8241
8241
|
"label": "liveWalletsCount",
|
|
8242
8242
|
"offset": 20,
|
|
@@ -8244,7 +8244,7 @@
|
|
|
8244
8244
|
"type": "t_uint32"
|
|
8245
8245
|
},
|
|
8246
8246
|
{
|
|
8247
|
-
"astId":
|
|
8247
|
+
"astId": 29877,
|
|
8248
8248
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8249
8249
|
"label": "walletMaxBtcTransfer",
|
|
8250
8250
|
"offset": 24,
|
|
@@ -8252,7 +8252,7 @@
|
|
|
8252
8252
|
"type": "t_uint64"
|
|
8253
8253
|
},
|
|
8254
8254
|
{
|
|
8255
|
-
"astId":
|
|
8255
|
+
"astId": 29879,
|
|
8256
8256
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8257
8257
|
"label": "walletClosingPeriod",
|
|
8258
8258
|
"offset": 0,
|
|
@@ -8260,15 +8260,15 @@
|
|
|
8260
8260
|
"type": "t_uint32"
|
|
8261
8261
|
},
|
|
8262
8262
|
{
|
|
8263
|
-
"astId":
|
|
8263
|
+
"astId": 29884,
|
|
8264
8264
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8265
8265
|
"label": "deposits",
|
|
8266
8266
|
"offset": 0,
|
|
8267
8267
|
"slot": "19",
|
|
8268
|
-
"type": "t_mapping(t_uint256,t_struct(DepositRequest)
|
|
8268
|
+
"type": "t_mapping(t_uint256,t_struct(DepositRequest)30640_storage)"
|
|
8269
8269
|
},
|
|
8270
8270
|
{
|
|
8271
|
-
"astId":
|
|
8271
|
+
"astId": 29888,
|
|
8272
8272
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8273
8273
|
"label": "isVaultTrusted",
|
|
8274
8274
|
"offset": 0,
|
|
@@ -8276,7 +8276,7 @@
|
|
|
8276
8276
|
"type": "t_mapping(t_address,t_bool)"
|
|
8277
8277
|
},
|
|
8278
8278
|
{
|
|
8279
|
-
"astId":
|
|
8279
|
+
"astId": 29892,
|
|
8280
8280
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8281
8281
|
"label": "isSpvMaintainer",
|
|
8282
8282
|
"offset": 0,
|
|
@@ -8284,39 +8284,39 @@
|
|
|
8284
8284
|
"type": "t_mapping(t_address,t_bool)"
|
|
8285
8285
|
},
|
|
8286
8286
|
{
|
|
8287
|
-
"astId":
|
|
8287
|
+
"astId": 29897,
|
|
8288
8288
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8289
8289
|
"label": "movedFundsSweepRequests",
|
|
8290
8290
|
"offset": 0,
|
|
8291
8291
|
"slot": "22",
|
|
8292
|
-
"type": "t_mapping(t_uint256,t_struct(MovedFundsSweepRequest)
|
|
8292
|
+
"type": "t_mapping(t_uint256,t_struct(MovedFundsSweepRequest)32794_storage)"
|
|
8293
8293
|
},
|
|
8294
8294
|
{
|
|
8295
|
-
"astId":
|
|
8295
|
+
"astId": 29902,
|
|
8296
8296
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8297
8297
|
"label": "pendingRedemptions",
|
|
8298
8298
|
"offset": 0,
|
|
8299
8299
|
"slot": "23",
|
|
8300
|
-
"type": "t_mapping(t_uint256,t_struct(RedemptionRequest)
|
|
8300
|
+
"type": "t_mapping(t_uint256,t_struct(RedemptionRequest)34236_storage)"
|
|
8301
8301
|
},
|
|
8302
8302
|
{
|
|
8303
|
-
"astId":
|
|
8303
|
+
"astId": 29907,
|
|
8304
8304
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8305
8305
|
"label": "timedOutRedemptions",
|
|
8306
8306
|
"offset": 0,
|
|
8307
8307
|
"slot": "24",
|
|
8308
|
-
"type": "t_mapping(t_uint256,t_struct(RedemptionRequest)
|
|
8308
|
+
"type": "t_mapping(t_uint256,t_struct(RedemptionRequest)34236_storage)"
|
|
8309
8309
|
},
|
|
8310
8310
|
{
|
|
8311
|
-
"astId":
|
|
8311
|
+
"astId": 29912,
|
|
8312
8312
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8313
8313
|
"label": "fraudChallenges",
|
|
8314
8314
|
"offset": 0,
|
|
8315
8315
|
"slot": "25",
|
|
8316
|
-
"type": "t_mapping(t_uint256,t_struct(FraudChallenge)
|
|
8316
|
+
"type": "t_mapping(t_uint256,t_struct(FraudChallenge)31973_storage)"
|
|
8317
8317
|
},
|
|
8318
8318
|
{
|
|
8319
|
-
"astId":
|
|
8319
|
+
"astId": 29916,
|
|
8320
8320
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8321
8321
|
"label": "spentMainUTXOs",
|
|
8322
8322
|
"offset": 0,
|
|
@@ -8324,15 +8324,15 @@
|
|
|
8324
8324
|
"type": "t_mapping(t_uint256,t_bool)"
|
|
8325
8325
|
},
|
|
8326
8326
|
{
|
|
8327
|
-
"astId":
|
|
8327
|
+
"astId": 29921,
|
|
8328
8328
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8329
8329
|
"label": "registeredWallets",
|
|
8330
8330
|
"offset": 0,
|
|
8331
8331
|
"slot": "27",
|
|
8332
|
-
"type": "t_mapping(t_bytes20,t_struct(Wallet)
|
|
8332
|
+
"type": "t_mapping(t_bytes20,t_struct(Wallet)38519_storage)"
|
|
8333
8333
|
},
|
|
8334
8334
|
{
|
|
8335
|
-
"astId":
|
|
8335
|
+
"astId": 29923,
|
|
8336
8336
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8337
8337
|
"label": "redemptionWatchtower",
|
|
8338
8338
|
"offset": 0,
|
|
@@ -8340,7 +8340,7 @@
|
|
|
8340
8340
|
"type": "t_address"
|
|
8341
8341
|
},
|
|
8342
8342
|
{
|
|
8343
|
-
"astId":
|
|
8343
|
+
"astId": 29927,
|
|
8344
8344
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8345
8345
|
"label": "__gap",
|
|
8346
8346
|
"offset": 0,
|
|
@@ -8350,12 +8350,12 @@
|
|
|
8350
8350
|
],
|
|
8351
8351
|
"numberOfBytes": "2496"
|
|
8352
8352
|
},
|
|
8353
|
-
"t_struct(Wallet)
|
|
8353
|
+
"t_struct(Wallet)38519_storage": {
|
|
8354
8354
|
"encoding": "inplace",
|
|
8355
8355
|
"label": "struct Wallets.Wallet",
|
|
8356
8356
|
"members": [
|
|
8357
8357
|
{
|
|
8358
|
-
"astId":
|
|
8358
|
+
"astId": 38501,
|
|
8359
8359
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8360
8360
|
"label": "ecdsaWalletID",
|
|
8361
8361
|
"offset": 0,
|
|
@@ -8363,7 +8363,7 @@
|
|
|
8363
8363
|
"type": "t_bytes32"
|
|
8364
8364
|
},
|
|
8365
8365
|
{
|
|
8366
|
-
"astId":
|
|
8366
|
+
"astId": 38503,
|
|
8367
8367
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8368
8368
|
"label": "mainUtxoHash",
|
|
8369
8369
|
"offset": 0,
|
|
@@ -8371,7 +8371,7 @@
|
|
|
8371
8371
|
"type": "t_bytes32"
|
|
8372
8372
|
},
|
|
8373
8373
|
{
|
|
8374
|
-
"astId":
|
|
8374
|
+
"astId": 38505,
|
|
8375
8375
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8376
8376
|
"label": "pendingRedemptionsValue",
|
|
8377
8377
|
"offset": 0,
|
|
@@ -8379,7 +8379,7 @@
|
|
|
8379
8379
|
"type": "t_uint64"
|
|
8380
8380
|
},
|
|
8381
8381
|
{
|
|
8382
|
-
"astId":
|
|
8382
|
+
"astId": 38507,
|
|
8383
8383
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8384
8384
|
"label": "createdAt",
|
|
8385
8385
|
"offset": 8,
|
|
@@ -8387,7 +8387,7 @@
|
|
|
8387
8387
|
"type": "t_uint32"
|
|
8388
8388
|
},
|
|
8389
8389
|
{
|
|
8390
|
-
"astId":
|
|
8390
|
+
"astId": 38509,
|
|
8391
8391
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8392
8392
|
"label": "movingFundsRequestedAt",
|
|
8393
8393
|
"offset": 12,
|
|
@@ -8395,7 +8395,7 @@
|
|
|
8395
8395
|
"type": "t_uint32"
|
|
8396
8396
|
},
|
|
8397
8397
|
{
|
|
8398
|
-
"astId":
|
|
8398
|
+
"astId": 38511,
|
|
8399
8399
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8400
8400
|
"label": "closingStartedAt",
|
|
8401
8401
|
"offset": 16,
|
|
@@ -8403,7 +8403,7 @@
|
|
|
8403
8403
|
"type": "t_uint32"
|
|
8404
8404
|
},
|
|
8405
8405
|
{
|
|
8406
|
-
"astId":
|
|
8406
|
+
"astId": 38513,
|
|
8407
8407
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8408
8408
|
"label": "pendingMovedFundsSweepRequestsCount",
|
|
8409
8409
|
"offset": 20,
|
|
@@ -8411,15 +8411,15 @@
|
|
|
8411
8411
|
"type": "t_uint32"
|
|
8412
8412
|
},
|
|
8413
8413
|
{
|
|
8414
|
-
"astId":
|
|
8414
|
+
"astId": 38516,
|
|
8415
8415
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8416
8416
|
"label": "state",
|
|
8417
8417
|
"offset": 24,
|
|
8418
8418
|
"slot": "2",
|
|
8419
|
-
"type": "t_enum(WalletState)
|
|
8419
|
+
"type": "t_enum(WalletState)38499"
|
|
8420
8420
|
},
|
|
8421
8421
|
{
|
|
8422
|
-
"astId":
|
|
8422
|
+
"astId": 38518,
|
|
8423
8423
|
"contract": "contracts/test/TestBitcoinTx.sol:TestBitcoinTx",
|
|
8424
8424
|
"label": "movingFundsTargetWalletsCommitmentHash",
|
|
8425
8425
|
"offset": 0,
|