@keep-network/tbtc-v2 1.6.0 → 1.7.0-dev.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/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 +43 -43
- 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/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 → c151efc9521638a56d4195bcc684d7ff.json} +2 -2
- 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/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/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
- package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
- package/build/contracts/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/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +13 -13
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +58 -58
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +318 -318
- package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +103 -103
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +71 -71
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +24 -24
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +26 -26
- package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +67 -67
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +40 -40
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +47 -47
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +118 -118
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +60 -60
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +356 -356
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +59 -59
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +128 -128
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockBridge.json +34 -34
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +18 -18
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +48 -48
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +143 -143
- package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
- package/export/typechain/factories/IStaking__factory.js +24 -116
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/package.json +5 -5
- 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/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
|
@@ -664,9 +664,9 @@
|
|
|
664
664
|
"parameterSlots": 0,
|
|
665
665
|
"returnSlots": 0
|
|
666
666
|
},
|
|
667
|
-
"@
|
|
667
|
+
"@_22861": {
|
|
668
668
|
"entryPoint": null,
|
|
669
|
-
"id":
|
|
669
|
+
"id": 22861,
|
|
670
670
|
"parameterSlots": 0,
|
|
671
671
|
"returnSlots": 0
|
|
672
672
|
},
|
|
@@ -682,9 +682,9 @@
|
|
|
682
682
|
"parameterSlots": 1,
|
|
683
683
|
"returnSlots": 0
|
|
684
684
|
},
|
|
685
|
-
"@
|
|
685
|
+
"@buildDomainSeparator_23495": {
|
|
686
686
|
"entryPoint": null,
|
|
687
|
-
"id":
|
|
687
|
+
"id": 23495,
|
|
688
688
|
"parameterSlots": 0,
|
|
689
689
|
"returnSlots": 1
|
|
690
690
|
},
|
|
@@ -1062,21 +1062,21 @@
|
|
|
1062
1062
|
},
|
|
1063
1063
|
"deployedBytecode": {
|
|
1064
1064
|
"functionDebugData": {
|
|
1065
|
-
"@
|
|
1065
|
+
"@DOMAIN_SEPARATOR_23335": {
|
|
1066
1066
|
"entryPoint": 1473,
|
|
1067
|
-
"id":
|
|
1067
|
+
"id": 23335,
|
|
1068
1068
|
"parameterSlots": 0,
|
|
1069
1069
|
"returnSlots": 1
|
|
1070
1070
|
},
|
|
1071
|
-
"@
|
|
1071
|
+
"@PERMIT_TYPEHASH_22800": {
|
|
1072
1072
|
"entryPoint": null,
|
|
1073
|
-
"id":
|
|
1073
|
+
"id": 22800,
|
|
1074
1074
|
"parameterSlots": 0,
|
|
1075
1075
|
"returnSlots": 0
|
|
1076
1076
|
},
|
|
1077
|
-
"@
|
|
1077
|
+
"@_approveBalance_23462": {
|
|
1078
1078
|
"entryPoint": 4100,
|
|
1079
|
-
"id":
|
|
1079
|
+
"id": 23462,
|
|
1080
1080
|
"parameterSlots": 3,
|
|
1081
1081
|
"returnSlots": 0
|
|
1082
1082
|
},
|
|
@@ -1086,9 +1086,9 @@
|
|
|
1086
1086
|
"parameterSlots": 0,
|
|
1087
1087
|
"returnSlots": 0
|
|
1088
1088
|
},
|
|
1089
|
-
"@
|
|
1089
|
+
"@_increaseBalance_23364": {
|
|
1090
1090
|
"entryPoint": 4321,
|
|
1091
|
-
"id":
|
|
1091
|
+
"id": 23364,
|
|
1092
1092
|
"parameterSlots": 2,
|
|
1093
1093
|
"returnSlots": 0
|
|
1094
1094
|
},
|
|
@@ -1098,9 +1098,9 @@
|
|
|
1098
1098
|
"parameterSlots": 0,
|
|
1099
1099
|
"returnSlots": 1
|
|
1100
1100
|
},
|
|
1101
|
-
"@
|
|
1101
|
+
"@_transferBalance_23428": {
|
|
1102
1102
|
"entryPoint": 4558,
|
|
1103
|
-
"id":
|
|
1103
|
+
"id": 23428,
|
|
1104
1104
|
"parameterSlots": 3,
|
|
1105
1105
|
"returnSlots": 0
|
|
1106
1106
|
},
|
|
@@ -1110,93 +1110,93 @@
|
|
|
1110
1110
|
"parameterSlots": 1,
|
|
1111
1111
|
"returnSlots": 0
|
|
1112
1112
|
},
|
|
1113
|
-
"@
|
|
1113
|
+
"@allowance_22785": {
|
|
1114
1114
|
"entryPoint": null,
|
|
1115
|
-
"id":
|
|
1115
|
+
"id": 22785,
|
|
1116
1116
|
"parameterSlots": 0,
|
|
1117
1117
|
"returnSlots": 0
|
|
1118
1118
|
},
|
|
1119
|
-
"@
|
|
1119
|
+
"@approveBalanceAndCall_22964": {
|
|
1120
1120
|
"entryPoint": 2075,
|
|
1121
|
-
"id":
|
|
1121
|
+
"id": 22964,
|
|
1122
1122
|
"parameterSlots": 4,
|
|
1123
1123
|
"returnSlots": 0
|
|
1124
1124
|
},
|
|
1125
|
-
"@
|
|
1125
|
+
"@approveBalance_22936": {
|
|
1126
1126
|
"entryPoint": 1900,
|
|
1127
|
-
"id":
|
|
1127
|
+
"id": 22936,
|
|
1128
1128
|
"parameterSlots": 2,
|
|
1129
1129
|
"returnSlots": 0
|
|
1130
1130
|
},
|
|
1131
|
-
"@
|
|
1131
|
+
"@balanceOf_22778": {
|
|
1132
1132
|
"entryPoint": null,
|
|
1133
|
-
"id":
|
|
1133
|
+
"id": 22778,
|
|
1134
1134
|
"parameterSlots": 0,
|
|
1135
1135
|
"returnSlots": 0
|
|
1136
1136
|
},
|
|
1137
|
-
"@
|
|
1137
|
+
"@bridge_22773": {
|
|
1138
1138
|
"entryPoint": null,
|
|
1139
|
-
"id":
|
|
1139
|
+
"id": 22773,
|
|
1140
1140
|
"parameterSlots": 0,
|
|
1141
1141
|
"returnSlots": 0
|
|
1142
1142
|
},
|
|
1143
|
-
"@
|
|
1143
|
+
"@buildDomainSeparator_23495": {
|
|
1144
1144
|
"entryPoint": null,
|
|
1145
|
-
"id":
|
|
1145
|
+
"id": 23495,
|
|
1146
1146
|
"parameterSlots": 0,
|
|
1147
1147
|
"returnSlots": 1
|
|
1148
1148
|
},
|
|
1149
|
-
"@
|
|
1149
|
+
"@cachedChainId_22792": {
|
|
1150
1150
|
"entryPoint": null,
|
|
1151
|
-
"id":
|
|
1151
|
+
"id": 22792,
|
|
1152
1152
|
"parameterSlots": 0,
|
|
1153
1153
|
"returnSlots": 0
|
|
1154
1154
|
},
|
|
1155
|
-
"@
|
|
1155
|
+
"@cachedDomainSeparator_22794": {
|
|
1156
1156
|
"entryPoint": null,
|
|
1157
|
-
"id":
|
|
1157
|
+
"id": 22794,
|
|
1158
1158
|
"parameterSlots": 0,
|
|
1159
1159
|
"returnSlots": 0
|
|
1160
1160
|
},
|
|
1161
|
-
"@
|
|
1161
|
+
"@decreaseBalanceAllowance_23022": {
|
|
1162
1162
|
"entryPoint": 1019,
|
|
1163
|
-
"id":
|
|
1163
|
+
"id": 23022,
|
|
1164
1164
|
"parameterSlots": 2,
|
|
1165
1165
|
"returnSlots": 0
|
|
1166
1166
|
},
|
|
1167
|
-
"@
|
|
1167
|
+
"@decreaseBalance_23316": {
|
|
1168
1168
|
"entryPoint": 1808,
|
|
1169
|
-
"id":
|
|
1169
|
+
"id": 23316,
|
|
1170
1170
|
"parameterSlots": 1,
|
|
1171
1171
|
"returnSlots": 0
|
|
1172
1172
|
},
|
|
1173
|
-
"@
|
|
1173
|
+
"@increaseBalanceAllowance_22987": {
|
|
1174
1174
|
"entryPoint": 2328,
|
|
1175
|
-
"id":
|
|
1175
|
+
"id": 22987,
|
|
1176
1176
|
"parameterSlots": 2,
|
|
1177
1177
|
"returnSlots": 0
|
|
1178
1178
|
},
|
|
1179
|
-
"@
|
|
1179
|
+
"@increaseBalanceAndCall_23296": {
|
|
1180
1180
|
"entryPoint": 2791,
|
|
1181
|
-
"id":
|
|
1181
|
+
"id": 23296,
|
|
1182
1182
|
"parameterSlots": 5,
|
|
1183
1183
|
"returnSlots": 0
|
|
1184
1184
|
},
|
|
1185
|
-
"@
|
|
1185
|
+
"@increaseBalance_23236": {
|
|
1186
1186
|
"entryPoint": 2228,
|
|
1187
|
-
"id":
|
|
1187
|
+
"id": 23236,
|
|
1188
1188
|
"parameterSlots": 2,
|
|
1189
1189
|
"returnSlots": 0
|
|
1190
1190
|
},
|
|
1191
|
-
"@
|
|
1191
|
+
"@increaseBalances_23220": {
|
|
1192
1192
|
"entryPoint": 1196,
|
|
1193
|
-
"id":
|
|
1193
|
+
"id": 23220,
|
|
1194
1194
|
"parameterSlots": 4,
|
|
1195
1195
|
"returnSlots": 0
|
|
1196
1196
|
},
|
|
1197
|
-
"@
|
|
1197
|
+
"@nonces_22790": {
|
|
1198
1198
|
"entryPoint": null,
|
|
1199
|
-
"id":
|
|
1199
|
+
"id": 22790,
|
|
1200
1200
|
"parameterSlots": 0,
|
|
1201
1201
|
"returnSlots": 0
|
|
1202
1202
|
},
|
|
@@ -1206,9 +1206,9 @@
|
|
|
1206
1206
|
"parameterSlots": 0,
|
|
1207
1207
|
"returnSlots": 1
|
|
1208
1208
|
},
|
|
1209
|
-
"@
|
|
1209
|
+
"@permit_23176": {
|
|
1210
1210
|
"entryPoint": 3172,
|
|
1211
|
-
"id":
|
|
1211
|
+
"id": 23176,
|
|
1212
1212
|
"parameterSlots": 7,
|
|
1213
1213
|
"returnSlots": 0
|
|
1214
1214
|
},
|
|
@@ -1218,21 +1218,21 @@
|
|
|
1218
1218
|
"parameterSlots": 0,
|
|
1219
1219
|
"returnSlots": 0
|
|
1220
1220
|
},
|
|
1221
|
-
"@
|
|
1221
|
+
"@setBalance_41848": {
|
|
1222
1222
|
"entryPoint": null,
|
|
1223
|
-
"id":
|
|
1223
|
+
"id": 41848,
|
|
1224
1224
|
"parameterSlots": 2,
|
|
1225
1225
|
"returnSlots": 0
|
|
1226
1226
|
},
|
|
1227
|
-
"@
|
|
1227
|
+
"@transferBalanceFrom_23074": {
|
|
1228
1228
|
"entryPoint": 2598,
|
|
1229
|
-
"id":
|
|
1229
|
+
"id": 23074,
|
|
1230
1230
|
"parameterSlots": 3,
|
|
1231
1231
|
"returnSlots": 0
|
|
1232
1232
|
},
|
|
1233
|
-
"@
|
|
1233
|
+
"@transferBalance_22904": {
|
|
1234
1234
|
"entryPoint": 2217,
|
|
1235
|
-
"id":
|
|
1235
|
+
"id": 22904,
|
|
1236
1236
|
"parameterSlots": 2,
|
|
1237
1237
|
"returnSlots": 0
|
|
1238
1238
|
},
|
|
@@ -1242,9 +1242,9 @@
|
|
|
1242
1242
|
"parameterSlots": 1,
|
|
1243
1243
|
"returnSlots": 0
|
|
1244
1244
|
},
|
|
1245
|
-
"@
|
|
1245
|
+
"@updateBridge_22888": {
|
|
1246
1246
|
"entryPoint": 2387,
|
|
1247
|
-
"id":
|
|
1247
|
+
"id": 22888,
|
|
1248
1248
|
"parameterSlots": 1,
|
|
1249
1249
|
"returnSlots": 0
|
|
1250
1250
|
},
|
|
@@ -11759,7 +11759,7 @@
|
|
|
11759
11759
|
}
|
|
11760
11760
|
],
|
|
11761
11761
|
"immutableReferences": {
|
|
11762
|
-
"
|
|
11762
|
+
"22792": [
|
|
11763
11763
|
{
|
|
11764
11764
|
"length": 32,
|
|
11765
11765
|
"start": 697
|
|
@@ -11769,7 +11769,7 @@
|
|
|
11769
11769
|
"start": 1477
|
|
11770
11770
|
}
|
|
11771
11771
|
],
|
|
11772
|
-
"
|
|
11772
|
+
"22794": [
|
|
11773
11773
|
{
|
|
11774
11774
|
"length": 32,
|
|
11775
11775
|
"start": 824
|
|
@@ -11856,7 +11856,7 @@
|
|
|
11856
11856
|
"type": "t_address"
|
|
11857
11857
|
},
|
|
11858
11858
|
{
|
|
11859
|
-
"astId":
|
|
11859
|
+
"astId": 22773,
|
|
11860
11860
|
"contract": "contracts/test/BankStub.sol:BankStub",
|
|
11861
11861
|
"label": "bridge",
|
|
11862
11862
|
"offset": 0,
|
|
@@ -11864,7 +11864,7 @@
|
|
|
11864
11864
|
"type": "t_address"
|
|
11865
11865
|
},
|
|
11866
11866
|
{
|
|
11867
|
-
"astId":
|
|
11867
|
+
"astId": 22778,
|
|
11868
11868
|
"contract": "contracts/test/BankStub.sol:BankStub",
|
|
11869
11869
|
"label": "balanceOf",
|
|
11870
11870
|
"offset": 0,
|
|
@@ -11872,7 +11872,7 @@
|
|
|
11872
11872
|
"type": "t_mapping(t_address,t_uint256)"
|
|
11873
11873
|
},
|
|
11874
11874
|
{
|
|
11875
|
-
"astId":
|
|
11875
|
+
"astId": 22785,
|
|
11876
11876
|
"contract": "contracts/test/BankStub.sol:BankStub",
|
|
11877
11877
|
"label": "allowance",
|
|
11878
11878
|
"offset": 0,
|
|
@@ -11880,7 +11880,7 @@
|
|
|
11880
11880
|
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
|
|
11881
11881
|
},
|
|
11882
11882
|
{
|
|
11883
|
-
"astId":
|
|
11883
|
+
"astId": 22790,
|
|
11884
11884
|
"contract": "contracts/test/BankStub.sol:BankStub",
|
|
11885
11885
|
"label": "nonces",
|
|
11886
11886
|
"offset": 0,
|