@keep-network/tbtc-v2 1.8.0 → 1.8.2
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/Bridge.json +1998 -1972
- package/artifacts/Bridge_v2_Implementation.json +2817 -0
- package/artifacts/Deposit.json +7 -7
- package/artifacts/Redemption.json +95 -171
- 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/BitcoinTx.sol/BitcoinTx.json +2 -2
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.json +74 -48
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2 -2
- 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/BridgeState.sol/BridgeState.json +2 -2
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
- 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/Fraud.sol/Fraud.json +2 -2
- 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/MovingFunds.sol/MovingFunds.json +2 -2
- 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/OutboundTx.json +2 -2
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
- package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.dbg.json +1 -1
- package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +2 -2
- 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/WalletProposalValidator.sol/WalletProposalValidator.json +2 -2
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
- package/build/contracts/cross-chain/AbstractL1BTCDepositor.sol/AbstractL1BTCDepositor.dbg.json +1 -1
- package/build/contracts/cross-chain/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/cross-chain/starknet/StarkNetBitcoinDepositor.sol/StarkNetBitcoinDepositor.dbg.json +1 -1
- package/build/contracts/cross-chain/starknet/interfaces/IStarkGateBridge.sol/IStarkGateBridge.dbg.json +1 -1
- package/build/contracts/cross-chain/utils/Crosschain.sol/CrosschainUtils.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/BTCDepositorWormhole.sol/BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L1BTCDepositorWormhole.sol/L1BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L2BTCDepositorWormhole.sol/L2BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeGateway.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/WormholeTypes.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/WormholeUtils.dbg.json +1 -1
- package/build/contracts/integrator/AbstractBTCDepositor.sol/AbstractBTCDepositor.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/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2 -2
- 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/BridgeStub.sol/BridgeStub.json +74 -48
- 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/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.dbg.json +1 -1
- package/build/contracts/test/MockStarkGateBridge.sol/MockStarkGateBridge.dbg.json +1 -1
- package/build/contracts/test/MockTBTCBridge.sol/MockTBTCBridge.dbg.json +1 -1
- package/build/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.dbg.json +1 -1
- package/build/contracts/test/MockTBTCToken.sol/MockTBTCToken.dbg.json +1 -1
- package/build/contracts/test/MockTBTCVault.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
- package/build/contracts/test/ReentrancyAttacker.sol/ReentrancyAttacker.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/SystemTestRelay.sol/SystemTestRelay.json +2 -2
- package/build/contracts/test/TestBTCDepositor.sol/MockBridge.dbg.json +1 -1
- package/build/contracts/test/TestBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/TestBTCDepositor.sol/TestBTCDepositor.dbg.json +1 -1
- package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
- package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +2 -2
- 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/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/build/contracts/vault/TBTCVault.sol/TBTCVault.json +2 -2
- package/contracts/bridge/Bridge.sol +34 -0
- package/contracts/bridge/Deposit.sol +7 -5
- package/deploy/80_upgrade_bridge_v2.ts +107 -54
- package/deploy/81_upgrade_bridge_v2_vault_fix.ts +160 -0
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +4891 -4170
- package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +207 -207
- package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +104 -104
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +67 -67
- 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 +72 -72
- package/export/artifacts/contracts/cross-chain/L2TBTC.sol/L2TBTC.json +40 -40
- package/export/artifacts/contracts/cross-chain/starknet/StarkNetBitcoinDepositor.sol/StarkNetBitcoinDepositor.json +3360 -3360
- package/export/artifacts/contracts/cross-chain/wormhole/BTCDepositorWormhole.sol/BTCDepositorWormhole.json +117 -117
- package/export/artifacts/contracts/cross-chain/wormhole/L1BTCDepositorWormhole.sol/L1BTCDepositorWormhole.json +140 -140
- package/export/artifacts/contracts/cross-chain/wormhole/L2BTCDepositorWormhole.sol/L2BTCDepositorWormhole.json +37 -37
- package/export/artifacts/contracts/cross-chain/wormhole/L2WormholeGateway.sol/L2WormholeGateway.json +51 -51
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +103 -103
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +5130 -4414
- 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/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.json +730 -730
- package/export/artifacts/contracts/test/MockStarkGateBridge.sol/MockStarkGateBridge.json +956 -956
- package/export/artifacts/contracts/test/MockTBTCBridge.sol/MockTBTCBridge.json +781 -781
- package/export/artifacts/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.json +458 -458
- package/export/artifacts/contracts/test/MockTBTCToken.sol/MockTBTCToken.json +1273 -1273
- package/export/artifacts/contracts/test/MockTBTCVault.sol/MockTBTCVault.json +305 -305
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/ReentrancyAttacker.sol/ReentrancyAttacker.json +204 -204
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +59 -59
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +19 -19
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/MockBridge.json +34 -34
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/MockTBTCVault.json +20 -20
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/TestBTCDepositor.json +52 -52
- package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +124 -124
- 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/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +144 -144
- package/export/deploy/80_upgrade_bridge_v2.js +127 -90
- package/export/deploy/81_upgrade_bridge_v2_vault_fix.js +211 -0
- package/export/typechain/AbstractBTCRedeemer.js +2 -0
- package/export/typechain/IBank.js +2 -0
- package/export/typechain/IL2WormholeGateway.js +2 -0
- package/export/typechain/INttManager.js +2 -0
- package/export/typechain/INttManagerWithExecutor.js +2 -0
- package/export/typechain/L1BTCDepositorNtt.js +2 -0
- package/export/typechain/L1BTCDepositorNttWithExecutor.js +2 -0
- package/export/typechain/L1BTCRedeemerWormhole.js +2 -0
- package/export/typechain/L2BTCRedeemerWormhole.js +2 -0
- package/export/typechain/MockBank.js +2 -0
- package/export/typechain/MockBridgeWithRebateStaking.js +2 -0
- package/export/typechain/MockL1BTCRedeemerWormhole.js +2 -0
- package/export/typechain/MockNttManager.js +2 -0
- package/export/typechain/MockNttManagerWithExecutor.js +2 -0
- package/export/typechain/NativeBTCDepositor.js +2 -0
- package/export/typechain/RebateStaking.js +2 -0
- package/export/typechain/TestBTCRedeemer.js +2 -0
- package/export/typechain/TestBTCUtilsHelper.js +2 -0
- package/export/typechain/TransceiverStructs.js +2 -0
- package/export/typechain/factories/AbstractBTCRedeemer__factory.js +204 -0
- package/export/typechain/factories/BridgeGovernance__factory.js +1 -1
- package/export/typechain/factories/BridgeState__factory.js +1 -1
- package/export/typechain/factories/BridgeStub__factory.js +27 -1
- package/export/typechain/factories/Bridge__factory.js +27 -1
- package/export/typechain/factories/DepositSweep__factory.js +1 -1
- package/export/typechain/factories/Deposit__factory.js +1 -1
- package/export/typechain/factories/Fraud__factory.js +1 -1
- package/export/typechain/factories/IBank__factory.js +138 -0
- package/export/typechain/factories/IL2WormholeGateway__factory.js +61 -0
- package/export/typechain/factories/INttManagerWithExecutor__factory.js +183 -0
- package/export/typechain/factories/INttManager__factory.js +51 -0
- package/export/typechain/factories/L1BTCDepositorNttWithExecutor__factory.js +1454 -0
- package/export/typechain/factories/L1BTCDepositorNtt__factory.js +920 -0
- package/export/typechain/factories/L1BTCRedeemerWormhole__factory.js +622 -0
- package/export/typechain/factories/L2BTCRedeemerWormhole__factory.js +348 -0
- package/export/typechain/factories/MaintainerProxy__factory.js +1 -1
- package/export/typechain/factories/MockBank__factory.js +248 -0
- package/export/typechain/factories/MockBridgeWithRebateStaking__factory.js +129 -0
- package/export/typechain/factories/MockL1BTCRedeemerWormhole__factory.js +638 -0
- package/export/typechain/factories/MockNttManagerWithExecutor__factory.js +423 -0
- package/export/typechain/factories/MockNttManager__factory.js +211 -0
- package/export/typechain/factories/MovingFunds__factory.js +1 -1
- package/export/typechain/factories/NativeBTCDepositor__factory.js +635 -0
- package/export/typechain/factories/RebateStaking__factory.js +720 -0
- package/export/typechain/factories/RedemptionWatchtower__factory.js +1 -1
- package/export/typechain/factories/Redemption__factory.js +1 -1
- package/export/typechain/factories/SystemTestRelay__factory.js +1 -1
- package/export/typechain/factories/TBTCVault__factory.js +1 -1
- package/export/typechain/factories/TestBTCRedeemer__factory.js +425 -0
- package/export/typechain/factories/TestBTCUtilsHelper__factory.js +109 -0
- package/export/typechain/factories/TestBitcoinTx__factory.js +1 -1
- package/export/typechain/factories/TransceiverStructs__factory.js +853 -0
- package/export/typechain/factories/WalletProposalValidator__factory.js +1 -1
- package/export/typechain/factories/Wallets__factory.js +1 -1
- package/export/typechain/index.js +40 -2
- package/export.json +40910 -0
- package/package.json +1 -1
|
@@ -1133,15 +1133,15 @@
|
|
|
1133
1133
|
"parameterSlots": 1,
|
|
1134
1134
|
"returnSlots": 1
|
|
1135
1135
|
},
|
|
1136
|
-
"@
|
|
1136
|
+
"@addGuardian_41028": {
|
|
1137
1137
|
"entryPoint": 3945,
|
|
1138
|
-
"id":
|
|
1138
|
+
"id": 41028,
|
|
1139
1139
|
"parameterSlots": 1,
|
|
1140
1140
|
"returnSlots": 0
|
|
1141
1141
|
},
|
|
1142
|
-
"@
|
|
1142
|
+
"@addMinter_40933": {
|
|
1143
1143
|
"entryPoint": 3519,
|
|
1144
|
-
"id":
|
|
1144
|
+
"id": 40933,
|
|
1145
1145
|
"parameterSlots": 1,
|
|
1146
1146
|
"returnSlots": 0
|
|
1147
1147
|
},
|
|
@@ -1169,9 +1169,9 @@
|
|
|
1169
1169
|
"parameterSlots": 2,
|
|
1170
1170
|
"returnSlots": 0
|
|
1171
1171
|
},
|
|
1172
|
-
"@
|
|
1172
|
+
"@burnFrom_41212": {
|
|
1173
1173
|
"entryPoint": 3309,
|
|
1174
|
-
"id":
|
|
1174
|
+
"id": 41212,
|
|
1175
1175
|
"parameterSlots": 2,
|
|
1176
1176
|
"returnSlots": 0
|
|
1177
1177
|
},
|
|
@@ -1181,9 +1181,9 @@
|
|
|
1181
1181
|
"parameterSlots": 1,
|
|
1182
1182
|
"returnSlots": 0
|
|
1183
1183
|
},
|
|
1184
|
-
"@
|
|
1184
|
+
"@burn_41193": {
|
|
1185
1185
|
"entryPoint": 2381,
|
|
1186
|
-
"id":
|
|
1186
|
+
"id": 41193,
|
|
1187
1187
|
"parameterSlots": 1,
|
|
1188
1188
|
"returnSlots": 0
|
|
1189
1189
|
},
|
|
@@ -1217,21 +1217,21 @@
|
|
|
1217
1217
|
"parameterSlots": 3,
|
|
1218
1218
|
"returnSlots": 1
|
|
1219
1219
|
},
|
|
1220
|
-
"@
|
|
1220
|
+
"@getGuardians_41232": {
|
|
1221
1221
|
"entryPoint": 1362,
|
|
1222
|
-
"id":
|
|
1222
|
+
"id": 41232,
|
|
1223
1223
|
"parameterSlots": 0,
|
|
1224
1224
|
"returnSlots": 1
|
|
1225
1225
|
},
|
|
1226
|
-
"@
|
|
1226
|
+
"@getMinters_41222": {
|
|
1227
1227
|
"entryPoint": 2725,
|
|
1228
|
-
"id":
|
|
1228
|
+
"id": 41222,
|
|
1229
1229
|
"parameterSlots": 0,
|
|
1230
1230
|
"returnSlots": 1
|
|
1231
1231
|
},
|
|
1232
|
-
"@
|
|
1232
|
+
"@guardians_40831": {
|
|
1233
1233
|
"entryPoint": 4750,
|
|
1234
|
-
"id":
|
|
1234
|
+
"id": 40831,
|
|
1235
1235
|
"parameterSlots": 0,
|
|
1236
1236
|
"returnSlots": 0
|
|
1237
1237
|
},
|
|
@@ -1247,9 +1247,9 @@
|
|
|
1247
1247
|
"parameterSlots": 1,
|
|
1248
1248
|
"returnSlots": 0
|
|
1249
1249
|
},
|
|
1250
|
-
"@
|
|
1250
|
+
"@initialize_40900": {
|
|
1251
1251
|
"entryPoint": 2401,
|
|
1252
|
-
"id":
|
|
1252
|
+
"id": 40900,
|
|
1253
1253
|
"parameterSlots": 2,
|
|
1254
1254
|
"returnSlots": 0
|
|
1255
1255
|
},
|
|
@@ -1259,27 +1259,27 @@
|
|
|
1259
1259
|
"parameterSlots": 1,
|
|
1260
1260
|
"returnSlots": 1
|
|
1261
1261
|
},
|
|
1262
|
-
"@
|
|
1262
|
+
"@isGuardian_40827": {
|
|
1263
1263
|
"entryPoint": null,
|
|
1264
|
-
"id":
|
|
1264
|
+
"id": 40827,
|
|
1265
1265
|
"parameterSlots": 0,
|
|
1266
1266
|
"returnSlots": 0
|
|
1267
1267
|
},
|
|
1268
|
-
"@
|
|
1268
|
+
"@isMinter_40818": {
|
|
1269
1269
|
"entryPoint": null,
|
|
1270
|
-
"id":
|
|
1270
|
+
"id": 40818,
|
|
1271
1271
|
"parameterSlots": 0,
|
|
1272
1272
|
"returnSlots": 0
|
|
1273
1273
|
},
|
|
1274
|
-
"@
|
|
1274
|
+
"@mint_41177": {
|
|
1275
1275
|
"entryPoint": 2263,
|
|
1276
|
-
"id":
|
|
1276
|
+
"id": 41177,
|
|
1277
1277
|
"parameterSlots": 2,
|
|
1278
1278
|
"returnSlots": 0
|
|
1279
1279
|
},
|
|
1280
|
-
"@
|
|
1280
|
+
"@minters_40822": {
|
|
1281
1281
|
"entryPoint": 3461,
|
|
1282
|
-
"id":
|
|
1282
|
+
"id": 40822,
|
|
1283
1283
|
"parameterSlots": 0,
|
|
1284
1284
|
"returnSlots": 0
|
|
1285
1285
|
},
|
|
@@ -1301,9 +1301,9 @@
|
|
|
1301
1301
|
"parameterSlots": 0,
|
|
1302
1302
|
"returnSlots": 1
|
|
1303
1303
|
},
|
|
1304
|
-
"@
|
|
1304
|
+
"@pause_41149": {
|
|
1305
1305
|
"entryPoint": 3357,
|
|
1306
|
-
"id":
|
|
1306
|
+
"id": 41149,
|
|
1307
1307
|
"parameterSlots": 0,
|
|
1308
1308
|
"returnSlots": 0
|
|
1309
1309
|
},
|
|
@@ -1319,15 +1319,15 @@
|
|
|
1319
1319
|
"parameterSlots": 7,
|
|
1320
1320
|
"returnSlots": 0
|
|
1321
1321
|
},
|
|
1322
|
-
"@
|
|
1322
|
+
"@recoverERC20_41111": {
|
|
1323
1323
|
"entryPoint": 1624,
|
|
1324
|
-
"id":
|
|
1324
|
+
"id": 41111,
|
|
1325
1325
|
"parameterSlots": 3,
|
|
1326
1326
|
"returnSlots": 0
|
|
1327
1327
|
},
|
|
1328
|
-
"@
|
|
1328
|
+
"@recoverERC721_41139": {
|
|
1329
1329
|
"entryPoint": 4767,
|
|
1330
|
-
"id":
|
|
1330
|
+
"id": 41139,
|
|
1331
1331
|
"parameterSlots": 5,
|
|
1332
1332
|
"returnSlots": 0
|
|
1333
1333
|
},
|
|
@@ -1337,15 +1337,15 @@
|
|
|
1337
1337
|
"parameterSlots": 4,
|
|
1338
1338
|
"returnSlots": 1
|
|
1339
1339
|
},
|
|
1340
|
-
"@
|
|
1340
|
+
"@removeGuardian_41090": {
|
|
1341
1341
|
"entryPoint": 2822,
|
|
1342
|
-
"id":
|
|
1342
|
+
"id": 41090,
|
|
1343
1343
|
"parameterSlots": 1,
|
|
1344
1344
|
"returnSlots": 0
|
|
1345
1345
|
},
|
|
1346
|
-
"@
|
|
1346
|
+
"@removeMinter_40995": {
|
|
1347
1347
|
"entryPoint": 1693,
|
|
1348
|
-
"id":
|
|
1348
|
+
"id": 40995,
|
|
1349
1349
|
"parameterSlots": 1,
|
|
1350
1350
|
"returnSlots": 0
|
|
1351
1351
|
},
|
|
@@ -1403,9 +1403,9 @@
|
|
|
1403
1403
|
"parameterSlots": 4,
|
|
1404
1404
|
"returnSlots": 2
|
|
1405
1405
|
},
|
|
1406
|
-
"@
|
|
1406
|
+
"@unpause_41159": {
|
|
1407
1407
|
"entryPoint": 2245,
|
|
1408
|
-
"id":
|
|
1408
|
+
"id": 41159,
|
|
1409
1409
|
"parameterSlots": 0,
|
|
1410
1410
|
"returnSlots": 0
|
|
1411
1411
|
},
|
|
@@ -18876,7 +18876,7 @@
|
|
|
18876
18876
|
"type": "t_array(t_uint256)49_storage"
|
|
18877
18877
|
},
|
|
18878
18878
|
{
|
|
18879
|
-
"astId":
|
|
18879
|
+
"astId": 40818,
|
|
18880
18880
|
"contract": "contracts/cross-chain/L2TBTC.sol:L2TBTC",
|
|
18881
18881
|
"label": "isMinter",
|
|
18882
18882
|
"offset": 0,
|
|
@@ -18884,7 +18884,7 @@
|
|
|
18884
18884
|
"type": "t_mapping(t_address,t_bool)"
|
|
18885
18885
|
},
|
|
18886
18886
|
{
|
|
18887
|
-
"astId":
|
|
18887
|
+
"astId": 40822,
|
|
18888
18888
|
"contract": "contracts/cross-chain/L2TBTC.sol:L2TBTC",
|
|
18889
18889
|
"label": "minters",
|
|
18890
18890
|
"offset": 0,
|
|
@@ -18892,7 +18892,7 @@
|
|
|
18892
18892
|
"type": "t_array(t_address)dyn_storage"
|
|
18893
18893
|
},
|
|
18894
18894
|
{
|
|
18895
|
-
"astId":
|
|
18895
|
+
"astId": 40827,
|
|
18896
18896
|
"contract": "contracts/cross-chain/L2TBTC.sol:L2TBTC",
|
|
18897
18897
|
"label": "isGuardian",
|
|
18898
18898
|
"offset": 0,
|
|
@@ -18900,7 +18900,7 @@
|
|
|
18900
18900
|
"type": "t_mapping(t_address,t_bool)"
|
|
18901
18901
|
},
|
|
18902
18902
|
{
|
|
18903
|
-
"astId":
|
|
18903
|
+
"astId": 40831,
|
|
18904
18904
|
"contract": "contracts/cross-chain/L2TBTC.sol:L2TBTC",
|
|
18905
18905
|
"label": "guardians",
|
|
18906
18906
|
"offset": 0,
|