@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
|
@@ -647,33 +647,33 @@
|
|
|
647
647
|
"evm": {
|
|
648
648
|
"bytecode": {
|
|
649
649
|
"functionDebugData": {
|
|
650
|
-
"@
|
|
650
|
+
"@_17685": {
|
|
651
651
|
"entryPoint": null,
|
|
652
|
-
"id":
|
|
652
|
+
"id": 17685,
|
|
653
653
|
"parameterSlots": 0,
|
|
654
654
|
"returnSlots": 0
|
|
655
655
|
},
|
|
656
|
-
"@
|
|
656
|
+
"@_24232": {
|
|
657
657
|
"entryPoint": null,
|
|
658
|
-
"id":
|
|
658
|
+
"id": 24232,
|
|
659
659
|
"parameterSlots": 0,
|
|
660
660
|
"returnSlots": 0
|
|
661
661
|
},
|
|
662
|
-
"@
|
|
662
|
+
"@_msgSender_21362": {
|
|
663
663
|
"entryPoint": null,
|
|
664
|
-
"id":
|
|
664
|
+
"id": 21362,
|
|
665
665
|
"parameterSlots": 0,
|
|
666
666
|
"returnSlots": 1
|
|
667
667
|
},
|
|
668
|
-
"@
|
|
668
|
+
"@_transferOwnership_17773": {
|
|
669
669
|
"entryPoint": 249,
|
|
670
|
-
"id":
|
|
670
|
+
"id": 17773,
|
|
671
671
|
"parameterSlots": 1,
|
|
672
672
|
"returnSlots": 0
|
|
673
673
|
},
|
|
674
|
-
"@
|
|
674
|
+
"@buildDomainSeparator_24866": {
|
|
675
675
|
"entryPoint": null,
|
|
676
|
-
"id":
|
|
676
|
+
"id": 24866,
|
|
677
677
|
"parameterSlots": 0,
|
|
678
678
|
"returnSlots": 1
|
|
679
679
|
},
|
|
@@ -1051,183 +1051,183 @@
|
|
|
1051
1051
|
},
|
|
1052
1052
|
"deployedBytecode": {
|
|
1053
1053
|
"functionDebugData": {
|
|
1054
|
-
"@
|
|
1054
|
+
"@DOMAIN_SEPARATOR_24706": {
|
|
1055
1055
|
"entryPoint": 1420,
|
|
1056
|
-
"id":
|
|
1056
|
+
"id": 24706,
|
|
1057
1057
|
"parameterSlots": 0,
|
|
1058
1058
|
"returnSlots": 1
|
|
1059
1059
|
},
|
|
1060
|
-
"@
|
|
1060
|
+
"@PERMIT_TYPEHASH_24171": {
|
|
1061
1061
|
"entryPoint": null,
|
|
1062
|
-
"id":
|
|
1062
|
+
"id": 24171,
|
|
1063
1063
|
"parameterSlots": 0,
|
|
1064
1064
|
"returnSlots": 0
|
|
1065
1065
|
},
|
|
1066
|
-
"@
|
|
1066
|
+
"@_approveBalance_24833": {
|
|
1067
1067
|
"entryPoint": 4047,
|
|
1068
|
-
"id":
|
|
1068
|
+
"id": 24833,
|
|
1069
1069
|
"parameterSlots": 3,
|
|
1070
1070
|
"returnSlots": 0
|
|
1071
1071
|
},
|
|
1072
|
-
"@
|
|
1072
|
+
"@_checkOwner_17716": {
|
|
1073
1073
|
"entryPoint": 4953,
|
|
1074
|
-
"id":
|
|
1074
|
+
"id": 17716,
|
|
1075
1075
|
"parameterSlots": 0,
|
|
1076
1076
|
"returnSlots": 0
|
|
1077
1077
|
},
|
|
1078
|
-
"@
|
|
1078
|
+
"@_increaseBalance_24735": {
|
|
1079
1079
|
"entryPoint": 4268,
|
|
1080
|
-
"id":
|
|
1080
|
+
"id": 24735,
|
|
1081
1081
|
"parameterSlots": 2,
|
|
1082
1082
|
"returnSlots": 0
|
|
1083
1083
|
},
|
|
1084
|
-
"@
|
|
1084
|
+
"@_msgSender_21362": {
|
|
1085
1085
|
"entryPoint": null,
|
|
1086
|
-
"id":
|
|
1086
|
+
"id": 21362,
|
|
1087
1087
|
"parameterSlots": 0,
|
|
1088
1088
|
"returnSlots": 1
|
|
1089
1089
|
},
|
|
1090
|
-
"@
|
|
1090
|
+
"@_transferBalance_24799": {
|
|
1091
1091
|
"entryPoint": 4505,
|
|
1092
|
-
"id":
|
|
1092
|
+
"id": 24799,
|
|
1093
1093
|
"parameterSlots": 3,
|
|
1094
1094
|
"returnSlots": 0
|
|
1095
1095
|
},
|
|
1096
|
-
"@
|
|
1096
|
+
"@_transferOwnership_17773": {
|
|
1097
1097
|
"entryPoint": 5043,
|
|
1098
|
-
"id":
|
|
1098
|
+
"id": 17773,
|
|
1099
1099
|
"parameterSlots": 1,
|
|
1100
1100
|
"returnSlots": 0
|
|
1101
1101
|
},
|
|
1102
|
-
"@
|
|
1102
|
+
"@allowance_24156": {
|
|
1103
1103
|
"entryPoint": null,
|
|
1104
|
-
"id":
|
|
1104
|
+
"id": 24156,
|
|
1105
1105
|
"parameterSlots": 0,
|
|
1106
1106
|
"returnSlots": 0
|
|
1107
1107
|
},
|
|
1108
|
-
"@
|
|
1108
|
+
"@approveBalanceAndCall_24335": {
|
|
1109
1109
|
"entryPoint": 2022,
|
|
1110
|
-
"id":
|
|
1110
|
+
"id": 24335,
|
|
1111
1111
|
"parameterSlots": 4,
|
|
1112
1112
|
"returnSlots": 0
|
|
1113
1113
|
},
|
|
1114
|
-
"@
|
|
1114
|
+
"@approveBalance_24307": {
|
|
1115
1115
|
"entryPoint": 1847,
|
|
1116
|
-
"id":
|
|
1116
|
+
"id": 24307,
|
|
1117
1117
|
"parameterSlots": 2,
|
|
1118
1118
|
"returnSlots": 0
|
|
1119
1119
|
},
|
|
1120
|
-
"@
|
|
1120
|
+
"@balanceOf_24149": {
|
|
1121
1121
|
"entryPoint": null,
|
|
1122
|
-
"id":
|
|
1122
|
+
"id": 24149,
|
|
1123
1123
|
"parameterSlots": 0,
|
|
1124
1124
|
"returnSlots": 0
|
|
1125
1125
|
},
|
|
1126
|
-
"@
|
|
1126
|
+
"@bridge_24144": {
|
|
1127
1127
|
"entryPoint": null,
|
|
1128
|
-
"id":
|
|
1128
|
+
"id": 24144,
|
|
1129
1129
|
"parameterSlots": 0,
|
|
1130
1130
|
"returnSlots": 0
|
|
1131
1131
|
},
|
|
1132
|
-
"@
|
|
1132
|
+
"@buildDomainSeparator_24866": {
|
|
1133
1133
|
"entryPoint": null,
|
|
1134
|
-
"id":
|
|
1134
|
+
"id": 24866,
|
|
1135
1135
|
"parameterSlots": 0,
|
|
1136
1136
|
"returnSlots": 1
|
|
1137
1137
|
},
|
|
1138
|
-
"@
|
|
1138
|
+
"@cachedChainId_24163": {
|
|
1139
1139
|
"entryPoint": null,
|
|
1140
|
-
"id":
|
|
1140
|
+
"id": 24163,
|
|
1141
1141
|
"parameterSlots": 0,
|
|
1142
1142
|
"returnSlots": 0
|
|
1143
1143
|
},
|
|
1144
|
-
"@
|
|
1144
|
+
"@cachedDomainSeparator_24165": {
|
|
1145
1145
|
"entryPoint": null,
|
|
1146
|
-
"id":
|
|
1146
|
+
"id": 24165,
|
|
1147
1147
|
"parameterSlots": 0,
|
|
1148
1148
|
"returnSlots": 0
|
|
1149
1149
|
},
|
|
1150
|
-
"@
|
|
1150
|
+
"@decreaseBalanceAllowance_24393": {
|
|
1151
1151
|
"entryPoint": 966,
|
|
1152
|
-
"id":
|
|
1152
|
+
"id": 24393,
|
|
1153
1153
|
"parameterSlots": 2,
|
|
1154
1154
|
"returnSlots": 0
|
|
1155
1155
|
},
|
|
1156
|
-
"@
|
|
1156
|
+
"@decreaseBalance_24687": {
|
|
1157
1157
|
"entryPoint": 1755,
|
|
1158
|
-
"id":
|
|
1158
|
+
"id": 24687,
|
|
1159
1159
|
"parameterSlots": 1,
|
|
1160
1160
|
"returnSlots": 0
|
|
1161
1161
|
},
|
|
1162
|
-
"@
|
|
1162
|
+
"@increaseBalanceAllowance_24358": {
|
|
1163
1163
|
"entryPoint": 2275,
|
|
1164
|
-
"id":
|
|
1164
|
+
"id": 24358,
|
|
1165
1165
|
"parameterSlots": 2,
|
|
1166
1166
|
"returnSlots": 0
|
|
1167
1167
|
},
|
|
1168
|
-
"@
|
|
1168
|
+
"@increaseBalanceAndCall_24667": {
|
|
1169
1169
|
"entryPoint": 2738,
|
|
1170
|
-
"id":
|
|
1170
|
+
"id": 24667,
|
|
1171
1171
|
"parameterSlots": 5,
|
|
1172
1172
|
"returnSlots": 0
|
|
1173
1173
|
},
|
|
1174
|
-
"@
|
|
1174
|
+
"@increaseBalance_24607": {
|
|
1175
1175
|
"entryPoint": 2175,
|
|
1176
|
-
"id":
|
|
1176
|
+
"id": 24607,
|
|
1177
1177
|
"parameterSlots": 2,
|
|
1178
1178
|
"returnSlots": 0
|
|
1179
1179
|
},
|
|
1180
|
-
"@
|
|
1180
|
+
"@increaseBalances_24591": {
|
|
1181
1181
|
"entryPoint": 1143,
|
|
1182
|
-
"id":
|
|
1182
|
+
"id": 24591,
|
|
1183
1183
|
"parameterSlots": 4,
|
|
1184
1184
|
"returnSlots": 0
|
|
1185
1185
|
},
|
|
1186
|
-
"@
|
|
1186
|
+
"@nonces_24161": {
|
|
1187
1187
|
"entryPoint": null,
|
|
1188
|
-
"id":
|
|
1188
|
+
"id": 24161,
|
|
1189
1189
|
"parameterSlots": 0,
|
|
1190
1190
|
"returnSlots": 0
|
|
1191
1191
|
},
|
|
1192
|
-
"@
|
|
1192
|
+
"@owner_17702": {
|
|
1193
1193
|
"entryPoint": null,
|
|
1194
|
-
"id":
|
|
1194
|
+
"id": 17702,
|
|
1195
1195
|
"parameterSlots": 0,
|
|
1196
1196
|
"returnSlots": 1
|
|
1197
1197
|
},
|
|
1198
|
-
"@
|
|
1198
|
+
"@permit_24547": {
|
|
1199
1199
|
"entryPoint": 3119,
|
|
1200
|
-
"id":
|
|
1200
|
+
"id": 24547,
|
|
1201
1201
|
"parameterSlots": 7,
|
|
1202
1202
|
"returnSlots": 0
|
|
1203
1203
|
},
|
|
1204
|
-
"@
|
|
1204
|
+
"@renounceOwnership_17730": {
|
|
1205
1205
|
"entryPoint": 2525,
|
|
1206
|
-
"id":
|
|
1206
|
+
"id": 17730,
|
|
1207
1207
|
"parameterSlots": 0,
|
|
1208
1208
|
"returnSlots": 0
|
|
1209
1209
|
},
|
|
1210
|
-
"@
|
|
1210
|
+
"@transferBalanceFrom_24445": {
|
|
1211
1211
|
"entryPoint": 2545,
|
|
1212
|
-
"id":
|
|
1212
|
+
"id": 24445,
|
|
1213
1213
|
"parameterSlots": 3,
|
|
1214
1214
|
"returnSlots": 0
|
|
1215
1215
|
},
|
|
1216
|
-
"@
|
|
1216
|
+
"@transferBalance_24275": {
|
|
1217
1217
|
"entryPoint": 2164,
|
|
1218
|
-
"id":
|
|
1218
|
+
"id": 24275,
|
|
1219
1219
|
"parameterSlots": 2,
|
|
1220
1220
|
"returnSlots": 0
|
|
1221
1221
|
},
|
|
1222
|
-
"@
|
|
1222
|
+
"@transferOwnership_17753": {
|
|
1223
1223
|
"entryPoint": 3903,
|
|
1224
|
-
"id":
|
|
1224
|
+
"id": 17753,
|
|
1225
1225
|
"parameterSlots": 1,
|
|
1226
1226
|
"returnSlots": 0
|
|
1227
1227
|
},
|
|
1228
|
-
"@
|
|
1228
|
+
"@updateBridge_24259": {
|
|
1229
1229
|
"entryPoint": 2334,
|
|
1230
|
-
"id":
|
|
1230
|
+
"id": 24259,
|
|
1231
1231
|
"parameterSlots": 1,
|
|
1232
1232
|
"returnSlots": 0
|
|
1233
1233
|
},
|
|
@@ -11742,7 +11742,7 @@
|
|
|
11742
11742
|
}
|
|
11743
11743
|
],
|
|
11744
11744
|
"immutableReferences": {
|
|
11745
|
-
"
|
|
11745
|
+
"24163": [
|
|
11746
11746
|
{
|
|
11747
11747
|
"length": 32,
|
|
11748
11748
|
"start": 686
|
|
@@ -11752,7 +11752,7 @@
|
|
|
11752
11752
|
"start": 1424
|
|
11753
11753
|
}
|
|
11754
11754
|
],
|
|
11755
|
-
"
|
|
11755
|
+
"24165": [
|
|
11756
11756
|
{
|
|
11757
11757
|
"length": 32,
|
|
11758
11758
|
"start": 813
|
|
@@ -11835,7 +11835,7 @@
|
|
|
11835
11835
|
"storageLayout": {
|
|
11836
11836
|
"storage": [
|
|
11837
11837
|
{
|
|
11838
|
-
"astId":
|
|
11838
|
+
"astId": 17669,
|
|
11839
11839
|
"contract": "contracts/bank/Bank.sol:Bank",
|
|
11840
11840
|
"label": "_owner",
|
|
11841
11841
|
"offset": 0,
|
|
@@ -11843,7 +11843,7 @@
|
|
|
11843
11843
|
"type": "t_address"
|
|
11844
11844
|
},
|
|
11845
11845
|
{
|
|
11846
|
-
"astId":
|
|
11846
|
+
"astId": 24144,
|
|
11847
11847
|
"contract": "contracts/bank/Bank.sol:Bank",
|
|
11848
11848
|
"label": "bridge",
|
|
11849
11849
|
"offset": 0,
|
|
@@ -11851,7 +11851,7 @@
|
|
|
11851
11851
|
"type": "t_address"
|
|
11852
11852
|
},
|
|
11853
11853
|
{
|
|
11854
|
-
"astId":
|
|
11854
|
+
"astId": 24149,
|
|
11855
11855
|
"contract": "contracts/bank/Bank.sol:Bank",
|
|
11856
11856
|
"label": "balanceOf",
|
|
11857
11857
|
"offset": 0,
|
|
@@ -11859,7 +11859,7 @@
|
|
|
11859
11859
|
"type": "t_mapping(t_address,t_uint256)"
|
|
11860
11860
|
},
|
|
11861
11861
|
{
|
|
11862
|
-
"astId":
|
|
11862
|
+
"astId": 24156,
|
|
11863
11863
|
"contract": "contracts/bank/Bank.sol:Bank",
|
|
11864
11864
|
"label": "allowance",
|
|
11865
11865
|
"offset": 0,
|
|
@@ -11867,7 +11867,7 @@
|
|
|
11867
11867
|
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
|
|
11868
11868
|
},
|
|
11869
11869
|
{
|
|
11870
|
-
"astId":
|
|
11870
|
+
"astId": 24161,
|
|
11871
11871
|
"contract": "contracts/bank/Bank.sol:Bank",
|
|
11872
11872
|
"label": "nonces",
|
|
11873
11873
|
"offset": 0,
|