@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
|
@@ -558,39 +558,39 @@
|
|
|
558
558
|
"evm": {
|
|
559
559
|
"bytecode": {
|
|
560
560
|
"functionDebugData": {
|
|
561
|
-
"@
|
|
561
|
+
"@_17685": {
|
|
562
562
|
"entryPoint": null,
|
|
563
|
-
"id":
|
|
563
|
+
"id": 17685,
|
|
564
564
|
"parameterSlots": 0,
|
|
565
565
|
"returnSlots": 0
|
|
566
566
|
},
|
|
567
|
-
"@
|
|
567
|
+
"@_22953": {
|
|
568
568
|
"entryPoint": null,
|
|
569
|
-
"id":
|
|
569
|
+
"id": 22953,
|
|
570
570
|
"parameterSlots": 2,
|
|
571
571
|
"returnSlots": 0
|
|
572
572
|
},
|
|
573
|
-
"@
|
|
573
|
+
"@_45192": {
|
|
574
574
|
"entryPoint": null,
|
|
575
|
-
"id":
|
|
575
|
+
"id": 45192,
|
|
576
576
|
"parameterSlots": 0,
|
|
577
577
|
"returnSlots": 0
|
|
578
578
|
},
|
|
579
|
-
"@
|
|
579
|
+
"@_msgSender_21362": {
|
|
580
580
|
"entryPoint": 168,
|
|
581
|
-
"id":
|
|
581
|
+
"id": 21362,
|
|
582
582
|
"parameterSlots": 0,
|
|
583
583
|
"returnSlots": 1
|
|
584
584
|
},
|
|
585
|
-
"@
|
|
585
|
+
"@_transferOwnership_17773": {
|
|
586
586
|
"entryPoint": 172,
|
|
587
|
-
"id":
|
|
587
|
+
"id": 17773,
|
|
588
588
|
"parameterSlots": 1,
|
|
589
589
|
"returnSlots": 0
|
|
590
590
|
},
|
|
591
|
-
"@
|
|
591
|
+
"@buildDomainSeparator_23542": {
|
|
592
592
|
"entryPoint": 252,
|
|
593
|
-
"id":
|
|
593
|
+
"id": 23542,
|
|
594
594
|
"parameterSlots": 0,
|
|
595
595
|
"returnSlots": 1
|
|
596
596
|
},
|
|
@@ -3704,195 +3704,195 @@
|
|
|
3704
3704
|
},
|
|
3705
3705
|
"deployedBytecode": {
|
|
3706
3706
|
"functionDebugData": {
|
|
3707
|
-
"@
|
|
3707
|
+
"@DOMAIN_SEPARATOR_23324": {
|
|
3708
3708
|
"entryPoint": 1453,
|
|
3709
|
-
"id":
|
|
3709
|
+
"id": 23324,
|
|
3710
3710
|
"parameterSlots": 0,
|
|
3711
3711
|
"returnSlots": 1
|
|
3712
3712
|
},
|
|
3713
|
-
"@
|
|
3713
|
+
"@NAME_45181": {
|
|
3714
3714
|
"entryPoint": null,
|
|
3715
|
-
"id":
|
|
3715
|
+
"id": 45181,
|
|
3716
3716
|
"parameterSlots": 0,
|
|
3717
3717
|
"returnSlots": 0
|
|
3718
3718
|
},
|
|
3719
|
-
"@
|
|
3719
|
+
"@PERMIT_TYPEHASH_22910": {
|
|
3720
3720
|
"entryPoint": null,
|
|
3721
|
-
"id":
|
|
3721
|
+
"id": 22910,
|
|
3722
3722
|
"parameterSlots": 0,
|
|
3723
3723
|
"returnSlots": 0
|
|
3724
3724
|
},
|
|
3725
|
-
"@
|
|
3725
|
+
"@SYMBOL_45184": {
|
|
3726
3726
|
"entryPoint": null,
|
|
3727
|
-
"id":
|
|
3727
|
+
"id": 45184,
|
|
3728
3728
|
"parameterSlots": 0,
|
|
3729
3729
|
"returnSlots": 0
|
|
3730
3730
|
},
|
|
3731
|
-
"@
|
|
3731
|
+
"@_approve_23509": {
|
|
3732
3732
|
"entryPoint": 3075,
|
|
3733
|
-
"id":
|
|
3733
|
+
"id": 23509,
|
|
3734
3734
|
"parameterSlots": 3,
|
|
3735
3735
|
"returnSlots": 0
|
|
3736
3736
|
},
|
|
3737
|
-
"@
|
|
3737
|
+
"@_burn_23386": {
|
|
3738
3738
|
"entryPoint": 4157,
|
|
3739
|
-
"id":
|
|
3739
|
+
"id": 23386,
|
|
3740
3740
|
"parameterSlots": 2,
|
|
3741
3741
|
"returnSlots": 0
|
|
3742
3742
|
},
|
|
3743
|
-
"@
|
|
3743
|
+
"@_checkOwner_17716": {
|
|
3744
3744
|
"entryPoint": 4067,
|
|
3745
|
-
"id":
|
|
3745
|
+
"id": 17716,
|
|
3746
3746
|
"parameterSlots": 0,
|
|
3747
3747
|
"returnSlots": 0
|
|
3748
3748
|
},
|
|
3749
|
-
"@
|
|
3749
|
+
"@_msgSender_21362": {
|
|
3750
3750
|
"entryPoint": null,
|
|
3751
|
-
"id":
|
|
3751
|
+
"id": 21362,
|
|
3752
3752
|
"parameterSlots": 0,
|
|
3753
3753
|
"returnSlots": 1
|
|
3754
3754
|
},
|
|
3755
|
-
"@
|
|
3755
|
+
"@_transferOwnership_17773": {
|
|
3756
3756
|
"entryPoint": 4385,
|
|
3757
|
-
"id":
|
|
3757
|
+
"id": 17773,
|
|
3758
3758
|
"parameterSlots": 1,
|
|
3759
3759
|
"returnSlots": 0
|
|
3760
3760
|
},
|
|
3761
|
-
"@
|
|
3761
|
+
"@_transfer_23465": {
|
|
3762
3762
|
"entryPoint": 3345,
|
|
3763
|
-
"id":
|
|
3763
|
+
"id": 23465,
|
|
3764
3764
|
"parameterSlots": 3,
|
|
3765
3765
|
"returnSlots": 0
|
|
3766
3766
|
},
|
|
3767
|
-
"@
|
|
3767
|
+
"@allowance_22893": {
|
|
3768
3768
|
"entryPoint": null,
|
|
3769
|
-
"id":
|
|
3769
|
+
"id": 22893,
|
|
3770
3770
|
"parameterSlots": 0,
|
|
3771
3771
|
"returnSlots": 0
|
|
3772
3772
|
},
|
|
3773
|
-
"@
|
|
3773
|
+
"@approveAndCall_23283": {
|
|
3774
3774
|
"entryPoint": 1989,
|
|
3775
|
-
"id":
|
|
3775
|
+
"id": 23283,
|
|
3776
3776
|
"parameterSlots": 3,
|
|
3777
3777
|
"returnSlots": 1
|
|
3778
3778
|
},
|
|
3779
|
-
"@
|
|
3779
|
+
"@approve_23304": {
|
|
3780
3780
|
"entryPoint": 1218,
|
|
3781
|
-
"id":
|
|
3781
|
+
"id": 23304,
|
|
3782
3782
|
"parameterSlots": 2,
|
|
3783
3783
|
"returnSlots": 1
|
|
3784
3784
|
},
|
|
3785
|
-
"@
|
|
3785
|
+
"@balanceOf_22885": {
|
|
3786
3786
|
"entryPoint": null,
|
|
3787
|
-
"id":
|
|
3787
|
+
"id": 22885,
|
|
3788
3788
|
"parameterSlots": 0,
|
|
3789
3789
|
"returnSlots": 0
|
|
3790
3790
|
},
|
|
3791
|
-
"@
|
|
3791
|
+
"@beforeTokenTransfer_23335": {
|
|
3792
3792
|
"entryPoint": null,
|
|
3793
|
-
"id":
|
|
3793
|
+
"id": 23335,
|
|
3794
3794
|
"parameterSlots": 3,
|
|
3795
3795
|
"returnSlots": 0
|
|
3796
3796
|
},
|
|
3797
|
-
"@
|
|
3797
|
+
"@buildDomainSeparator_23542": {
|
|
3798
3798
|
"entryPoint": 3864,
|
|
3799
|
-
"id":
|
|
3799
|
+
"id": 23542,
|
|
3800
3800
|
"parameterSlots": 0,
|
|
3801
3801
|
"returnSlots": 1
|
|
3802
3802
|
},
|
|
3803
|
-
"@
|
|
3803
|
+
"@burnFrom_23245": {
|
|
3804
3804
|
"entryPoint": 1808,
|
|
3805
|
-
"id":
|
|
3805
|
+
"id": 23245,
|
|
3806
3806
|
"parameterSlots": 2,
|
|
3807
3807
|
"returnSlots": 0
|
|
3808
3808
|
},
|
|
3809
|
-
"@
|
|
3809
|
+
"@burn_23196": {
|
|
3810
3810
|
"entryPoint": 1775,
|
|
3811
|
-
"id":
|
|
3811
|
+
"id": 23196,
|
|
3812
3812
|
"parameterSlots": 1,
|
|
3813
3813
|
"returnSlots": 0
|
|
3814
3814
|
},
|
|
3815
|
-
"@
|
|
3815
|
+
"@cachedChainId_22901": {
|
|
3816
3816
|
"entryPoint": null,
|
|
3817
|
-
"id":
|
|
3817
|
+
"id": 22901,
|
|
3818
3818
|
"parameterSlots": 0,
|
|
3819
3819
|
"returnSlots": 0
|
|
3820
3820
|
},
|
|
3821
|
-
"@
|
|
3821
|
+
"@cachedDomainSeparator_22903": {
|
|
3822
3822
|
"entryPoint": null,
|
|
3823
|
-
"id":
|
|
3823
|
+
"id": 22903,
|
|
3824
3824
|
"parameterSlots": 0,
|
|
3825
3825
|
"returnSlots": 0
|
|
3826
3826
|
},
|
|
3827
|
-
"@
|
|
3827
|
+
"@decimals_22927": {
|
|
3828
3828
|
"entryPoint": null,
|
|
3829
|
-
"id":
|
|
3829
|
+
"id": 22927,
|
|
3830
3830
|
"parameterSlots": 0,
|
|
3831
3831
|
"returnSlots": 0
|
|
3832
3832
|
},
|
|
3833
|
-
"@
|
|
3833
|
+
"@mint_23182": {
|
|
3834
3834
|
"entryPoint": 1544,
|
|
3835
|
-
"id":
|
|
3835
|
+
"id": 23182,
|
|
3836
3836
|
"parameterSlots": 2,
|
|
3837
3837
|
"returnSlots": 0
|
|
3838
3838
|
},
|
|
3839
|
-
"@
|
|
3839
|
+
"@name_22918": {
|
|
3840
3840
|
"entryPoint": 1076,
|
|
3841
|
-
"id":
|
|
3841
|
+
"id": 22918,
|
|
3842
3842
|
"parameterSlots": 0,
|
|
3843
3843
|
"returnSlots": 0
|
|
3844
3844
|
},
|
|
3845
|
-
"@
|
|
3845
|
+
"@nonce_22899": {
|
|
3846
3846
|
"entryPoint": null,
|
|
3847
|
-
"id":
|
|
3847
|
+
"id": 22899,
|
|
3848
3848
|
"parameterSlots": 0,
|
|
3849
3849
|
"returnSlots": 0
|
|
3850
3850
|
},
|
|
3851
|
-
"@
|
|
3851
|
+
"@owner_17702": {
|
|
3852
3852
|
"entryPoint": null,
|
|
3853
|
-
"id":
|
|
3853
|
+
"id": 17702,
|
|
3854
3854
|
"parameterSlots": 0,
|
|
3855
3855
|
"returnSlots": 1
|
|
3856
3856
|
},
|
|
3857
|
-
"@
|
|
3857
|
+
"@permit_23133": {
|
|
3858
3858
|
"entryPoint": 2150,
|
|
3859
|
-
"id":
|
|
3859
|
+
"id": 23133,
|
|
3860
3860
|
"parameterSlots": 7,
|
|
3861
3861
|
"returnSlots": 0
|
|
3862
3862
|
},
|
|
3863
|
-
"@
|
|
3863
|
+
"@renounceOwnership_17730": {
|
|
3864
3864
|
"entryPoint": 1788,
|
|
3865
|
-
"id":
|
|
3865
|
+
"id": 17730,
|
|
3866
3866
|
"parameterSlots": 0,
|
|
3867
3867
|
"returnSlots": 0
|
|
3868
3868
|
},
|
|
3869
|
-
"@
|
|
3869
|
+
"@symbol_22922": {
|
|
3870
3870
|
"entryPoint": 1963,
|
|
3871
|
-
"id":
|
|
3871
|
+
"id": 22922,
|
|
3872
3872
|
"parameterSlots": 0,
|
|
3873
3873
|
"returnSlots": 0
|
|
3874
3874
|
},
|
|
3875
|
-
"@
|
|
3875
|
+
"@totalSupply_22914": {
|
|
3876
3876
|
"entryPoint": null,
|
|
3877
|
-
"id":
|
|
3877
|
+
"id": 22914,
|
|
3878
3878
|
"parameterSlots": 0,
|
|
3879
3879
|
"returnSlots": 0
|
|
3880
3880
|
},
|
|
3881
|
-
"@
|
|
3881
|
+
"@transferFrom_23030": {
|
|
3882
3882
|
"entryPoint": 1241,
|
|
3883
|
-
"id":
|
|
3883
|
+
"id": 23030,
|
|
3884
3884
|
"parameterSlots": 3,
|
|
3885
3885
|
"returnSlots": 1
|
|
3886
3886
|
},
|
|
3887
|
-
"@
|
|
3887
|
+
"@transferOwnership_17753": {
|
|
3888
3888
|
"entryPoint": 2934,
|
|
3889
|
-
"id":
|
|
3889
|
+
"id": 17753,
|
|
3890
3890
|
"parameterSlots": 1,
|
|
3891
3891
|
"returnSlots": 0
|
|
3892
3892
|
},
|
|
3893
|
-
"@
|
|
3893
|
+
"@transfer_22974": {
|
|
3894
3894
|
"entryPoint": 1976,
|
|
3895
|
-
"id":
|
|
3895
|
+
"id": 22974,
|
|
3896
3896
|
"parameterSlots": 2,
|
|
3897
3897
|
"returnSlots": 1
|
|
3898
3898
|
},
|
|
@@ -14026,7 +14026,7 @@
|
|
|
14026
14026
|
}
|
|
14027
14027
|
],
|
|
14028
14028
|
"immutableReferences": {
|
|
14029
|
-
"
|
|
14029
|
+
"22901": [
|
|
14030
14030
|
{
|
|
14031
14031
|
"length": 32,
|
|
14032
14032
|
"start": 710
|
|
@@ -14036,7 +14036,7 @@
|
|
|
14036
14036
|
"start": 1457
|
|
14037
14037
|
}
|
|
14038
14038
|
],
|
|
14039
|
-
"
|
|
14039
|
+
"22903": [
|
|
14040
14040
|
{
|
|
14041
14041
|
"length": 32,
|
|
14042
14042
|
"start": 882
|
|
@@ -14115,7 +14115,7 @@
|
|
|
14115
14115
|
"storageLayout": {
|
|
14116
14116
|
"storage": [
|
|
14117
14117
|
{
|
|
14118
|
-
"astId":
|
|
14118
|
+
"astId": 17669,
|
|
14119
14119
|
"contract": "contracts/test/TestERC20.sol:TestERC20",
|
|
14120
14120
|
"label": "_owner",
|
|
14121
14121
|
"offset": 0,
|
|
@@ -14123,7 +14123,7 @@
|
|
|
14123
14123
|
"type": "t_address"
|
|
14124
14124
|
},
|
|
14125
14125
|
{
|
|
14126
|
-
"astId":
|
|
14126
|
+
"astId": 22885,
|
|
14127
14127
|
"contract": "contracts/test/TestERC20.sol:TestERC20",
|
|
14128
14128
|
"label": "balanceOf",
|
|
14129
14129
|
"offset": 0,
|
|
@@ -14131,7 +14131,7 @@
|
|
|
14131
14131
|
"type": "t_mapping(t_address,t_uint256)"
|
|
14132
14132
|
},
|
|
14133
14133
|
{
|
|
14134
|
-
"astId":
|
|
14134
|
+
"astId": 22893,
|
|
14135
14135
|
"contract": "contracts/test/TestERC20.sol:TestERC20",
|
|
14136
14136
|
"label": "allowance",
|
|
14137
14137
|
"offset": 0,
|
|
@@ -14139,7 +14139,7 @@
|
|
|
14139
14139
|
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
|
|
14140
14140
|
},
|
|
14141
14141
|
{
|
|
14142
|
-
"astId":
|
|
14142
|
+
"astId": 22899,
|
|
14143
14143
|
"contract": "contracts/test/TestERC20.sol:TestERC20",
|
|
14144
14144
|
"label": "nonce",
|
|
14145
14145
|
"offset": 0,
|
|
@@ -14147,7 +14147,7 @@
|
|
|
14147
14147
|
"type": "t_mapping(t_address,t_uint256)"
|
|
14148
14148
|
},
|
|
14149
14149
|
{
|
|
14150
|
-
"astId":
|
|
14150
|
+
"astId": 22914,
|
|
14151
14151
|
"contract": "contracts/test/TestERC20.sol:TestERC20",
|
|
14152
14152
|
"label": "totalSupply",
|
|
14153
14153
|
"offset": 0,
|
|
@@ -14155,7 +14155,7 @@
|
|
|
14155
14155
|
"type": "t_uint256"
|
|
14156
14156
|
},
|
|
14157
14157
|
{
|
|
14158
|
-
"astId":
|
|
14158
|
+
"astId": 22918,
|
|
14159
14159
|
"contract": "contracts/test/TestERC20.sol:TestERC20",
|
|
14160
14160
|
"label": "name",
|
|
14161
14161
|
"offset": 0,
|
|
@@ -14163,7 +14163,7 @@
|
|
|
14163
14163
|
"type": "t_string_storage"
|
|
14164
14164
|
},
|
|
14165
14165
|
{
|
|
14166
|
-
"astId":
|
|
14166
|
+
"astId": 22922,
|
|
14167
14167
|
"contract": "contracts/test/TestERC20.sol:TestERC20",
|
|
14168
14168
|
"label": "symbol",
|
|
14169
14169
|
"offset": 0,
|