@keep-network/tbtc-v2 1.6.0-dev.6 → 1.6.0-dev.7

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.
Files changed (132) hide show
  1. package/artifacts/BLS.json +6 -6
  2. package/artifacts/Bank.json +17 -17
  3. package/artifacts/BeaconAuthorization.json +6 -6
  4. package/artifacts/BeaconDkg.json +6 -6
  5. package/artifacts/BeaconDkgValidator.json +9 -9
  6. package/artifacts/BeaconInactivity.json +6 -6
  7. package/artifacts/BeaconSortitionPool.json +16 -16
  8. package/artifacts/Bridge.json +32 -32
  9. package/artifacts/BridgeGovernance.json +14 -14
  10. package/artifacts/BridgeGovernanceParameters.json +7 -7
  11. package/artifacts/Deposit.json +7 -7
  12. package/artifacts/DepositSweep.json +7 -7
  13. package/artifacts/DonationVault.json +11 -11
  14. package/artifacts/EcdsaDkgValidator.json +7 -7
  15. package/artifacts/EcdsaInactivity.json +6 -6
  16. package/artifacts/EcdsaSortitionPool.json +16 -16
  17. package/artifacts/Fraud.json +7 -7
  18. package/artifacts/LightRelay.json +28 -28
  19. package/artifacts/LightRelayMaintainerProxy.json +24 -24
  20. package/artifacts/MaintainerProxy.json +37 -37
  21. package/artifacts/MovingFunds.json +7 -7
  22. package/artifacts/NuCypherToken.json +11 -11
  23. package/artifacts/RandomBeacon.json +23 -23
  24. package/artifacts/RandomBeaconChaosnet.json +11 -11
  25. package/artifacts/RandomBeaconGovernance.json +12 -12
  26. package/artifacts/Redemption.json +7 -7
  27. package/artifacts/ReimbursementPool.json +11 -11
  28. package/artifacts/T.json +11 -11
  29. package/artifacts/TBTC.json +19 -19
  30. package/artifacts/TBTCToken.json +19 -19
  31. package/artifacts/TBTCVault.json +36 -36
  32. package/artifacts/TokenStaking.json +156 -308
  33. package/artifacts/TokenholderGovernor.json +47 -47
  34. package/artifacts/TokenholderTimelock.json +36 -36
  35. package/artifacts/VendingMachine.json +22 -22
  36. package/artifacts/VendingMachineNuCypher.json +9 -9
  37. package/artifacts/VendingMachineV2.json +15 -15
  38. package/artifacts/VendingMachineV3.json +15 -15
  39. package/artifacts/WalletProposalValidator.json +61 -13
  40. package/artifacts/WalletRegistry.json +31 -31
  41. package/artifacts/WalletRegistryGovernance.json +56 -56
  42. package/artifacts/Wallets.json +7 -7
  43. package/artifacts/solcInputs/{d46fa1d8846c35adf326ab51a3910266.json → b4e1c442421284b256fcad9f86102ecc.json} +3 -3
  44. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  45. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  46. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  47. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  48. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  49. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  50. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  51. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  52. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  53. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  54. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  55. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  56. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  57. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  58. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  59. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  60. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  61. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  62. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  63. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
  64. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +38 -2
  65. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  66. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  67. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  68. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  69. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  70. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  71. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  72. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  73. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  74. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  75. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  76. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  77. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  78. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  79. package/contracts/bridge/WalletProposalValidator.sol +75 -0
  80. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
  81. package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
  82. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
  83. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +23 -23
  84. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
  85. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
  86. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
  87. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +206 -206
  88. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
  89. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
  90. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
  91. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
  92. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
  93. package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
  94. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
  95. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
  96. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
  97. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +320 -320
  98. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
  99. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
  100. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
  101. package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +6918 -4135
  102. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
  103. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +98 -98
  104. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
  105. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
  106. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
  107. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
  108. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +358 -358
  109. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +78 -78
  110. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
  111. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
  112. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  113. package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
  114. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
  115. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
  116. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
  117. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
  118. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
  119. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
  120. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
  121. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
  122. package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
  123. package/export/typechain/factories/IStaking__factory.js +24 -103
  124. package/export/typechain/factories/WalletProposalValidator__factory.js +37 -1
  125. package/export/typechain/factories/WalletRegistry__factory.js +1 -1
  126. package/package.json +2 -2
  127. package/artifacts/KeepRegistry.json +0 -99
  128. package/artifacts/KeepStake.json +0 -286
  129. package/artifacts/KeepToken.json +0 -711
  130. package/artifacts/KeepTokenStaking.json +0 -483
  131. package/artifacts/NuCypherStakingEscrow.json +0 -287
  132. package/artifacts/VendingMachineKeep.json +0 -400
@@ -558,39 +558,39 @@
558
558
  "evm": {
559
559
  "bytecode": {
560
560
  "functionDebugData": {
561
- "@_17287": {
561
+ "@_17296": {
562
562
  "entryPoint": null,
563
- "id": 17287,
563
+ "id": 17296,
564
564
  "parameterSlots": 0,
565
565
  "returnSlots": 0
566
566
  },
567
- "@_21600": {
567
+ "@_21609": {
568
568
  "entryPoint": null,
569
- "id": 21600,
569
+ "id": 21609,
570
570
  "parameterSlots": 2,
571
571
  "returnSlots": 0
572
572
  },
573
- "@_40464": {
573
+ "@_40525": {
574
574
  "entryPoint": null,
575
- "id": 40464,
575
+ "id": 40525,
576
576
  "parameterSlots": 0,
577
577
  "returnSlots": 0
578
578
  },
579
- "@_msgSender_20009": {
579
+ "@_msgSender_20018": {
580
580
  "entryPoint": 168,
581
- "id": 20009,
581
+ "id": 20018,
582
582
  "parameterSlots": 0,
583
583
  "returnSlots": 1
584
584
  },
585
- "@_transferOwnership_17375": {
585
+ "@_transferOwnership_17384": {
586
586
  "entryPoint": 172,
587
- "id": 17375,
587
+ "id": 17384,
588
588
  "parameterSlots": 1,
589
589
  "returnSlots": 0
590
590
  },
591
- "@buildDomainSeparator_22189": {
591
+ "@buildDomainSeparator_22198": {
592
592
  "entryPoint": 252,
593
- "id": 22189,
593
+ "id": 22198,
594
594
  "parameterSlots": 0,
595
595
  "returnSlots": 1
596
596
  },
@@ -3704,195 +3704,195 @@
3704
3704
  },
3705
3705
  "deployedBytecode": {
3706
3706
  "functionDebugData": {
3707
- "@DOMAIN_SEPARATOR_21971": {
3707
+ "@DOMAIN_SEPARATOR_21980": {
3708
3708
  "entryPoint": 1453,
3709
- "id": 21971,
3709
+ "id": 21980,
3710
3710
  "parameterSlots": 0,
3711
3711
  "returnSlots": 1
3712
3712
  },
3713
- "@NAME_40453": {
3713
+ "@NAME_40514": {
3714
3714
  "entryPoint": null,
3715
- "id": 40453,
3715
+ "id": 40514,
3716
3716
  "parameterSlots": 0,
3717
3717
  "returnSlots": 0
3718
3718
  },
3719
- "@PERMIT_TYPEHASH_21557": {
3719
+ "@PERMIT_TYPEHASH_21566": {
3720
3720
  "entryPoint": null,
3721
- "id": 21557,
3721
+ "id": 21566,
3722
3722
  "parameterSlots": 0,
3723
3723
  "returnSlots": 0
3724
3724
  },
3725
- "@SYMBOL_40456": {
3725
+ "@SYMBOL_40517": {
3726
3726
  "entryPoint": null,
3727
- "id": 40456,
3727
+ "id": 40517,
3728
3728
  "parameterSlots": 0,
3729
3729
  "returnSlots": 0
3730
3730
  },
3731
- "@_approve_22156": {
3731
+ "@_approve_22165": {
3732
3732
  "entryPoint": 3075,
3733
- "id": 22156,
3733
+ "id": 22165,
3734
3734
  "parameterSlots": 3,
3735
3735
  "returnSlots": 0
3736
3736
  },
3737
- "@_burn_22033": {
3737
+ "@_burn_22042": {
3738
3738
  "entryPoint": 4157,
3739
- "id": 22033,
3739
+ "id": 22042,
3740
3740
  "parameterSlots": 2,
3741
3741
  "returnSlots": 0
3742
3742
  },
3743
- "@_checkOwner_17318": {
3743
+ "@_checkOwner_17327": {
3744
3744
  "entryPoint": 4067,
3745
- "id": 17318,
3745
+ "id": 17327,
3746
3746
  "parameterSlots": 0,
3747
3747
  "returnSlots": 0
3748
3748
  },
3749
- "@_msgSender_20009": {
3749
+ "@_msgSender_20018": {
3750
3750
  "entryPoint": null,
3751
- "id": 20009,
3751
+ "id": 20018,
3752
3752
  "parameterSlots": 0,
3753
3753
  "returnSlots": 1
3754
3754
  },
3755
- "@_transferOwnership_17375": {
3755
+ "@_transferOwnership_17384": {
3756
3756
  "entryPoint": 4385,
3757
- "id": 17375,
3757
+ "id": 17384,
3758
3758
  "parameterSlots": 1,
3759
3759
  "returnSlots": 0
3760
3760
  },
3761
- "@_transfer_22112": {
3761
+ "@_transfer_22121": {
3762
3762
  "entryPoint": 3345,
3763
- "id": 22112,
3763
+ "id": 22121,
3764
3764
  "parameterSlots": 3,
3765
3765
  "returnSlots": 0
3766
3766
  },
3767
- "@allowance_21540": {
3767
+ "@allowance_21549": {
3768
3768
  "entryPoint": null,
3769
- "id": 21540,
3769
+ "id": 21549,
3770
3770
  "parameterSlots": 0,
3771
3771
  "returnSlots": 0
3772
3772
  },
3773
- "@approveAndCall_21930": {
3773
+ "@approveAndCall_21939": {
3774
3774
  "entryPoint": 1989,
3775
- "id": 21930,
3775
+ "id": 21939,
3776
3776
  "parameterSlots": 3,
3777
3777
  "returnSlots": 1
3778
3778
  },
3779
- "@approve_21951": {
3779
+ "@approve_21960": {
3780
3780
  "entryPoint": 1218,
3781
- "id": 21951,
3781
+ "id": 21960,
3782
3782
  "parameterSlots": 2,
3783
3783
  "returnSlots": 1
3784
3784
  },
3785
- "@balanceOf_21532": {
3785
+ "@balanceOf_21541": {
3786
3786
  "entryPoint": null,
3787
- "id": 21532,
3787
+ "id": 21541,
3788
3788
  "parameterSlots": 0,
3789
3789
  "returnSlots": 0
3790
3790
  },
3791
- "@beforeTokenTransfer_21982": {
3791
+ "@beforeTokenTransfer_21991": {
3792
3792
  "entryPoint": null,
3793
- "id": 21982,
3793
+ "id": 21991,
3794
3794
  "parameterSlots": 3,
3795
3795
  "returnSlots": 0
3796
3796
  },
3797
- "@buildDomainSeparator_22189": {
3797
+ "@buildDomainSeparator_22198": {
3798
3798
  "entryPoint": 3864,
3799
- "id": 22189,
3799
+ "id": 22198,
3800
3800
  "parameterSlots": 0,
3801
3801
  "returnSlots": 1
3802
3802
  },
3803
- "@burnFrom_21892": {
3803
+ "@burnFrom_21901": {
3804
3804
  "entryPoint": 1808,
3805
- "id": 21892,
3805
+ "id": 21901,
3806
3806
  "parameterSlots": 2,
3807
3807
  "returnSlots": 0
3808
3808
  },
3809
- "@burn_21843": {
3809
+ "@burn_21852": {
3810
3810
  "entryPoint": 1775,
3811
- "id": 21843,
3811
+ "id": 21852,
3812
3812
  "parameterSlots": 1,
3813
3813
  "returnSlots": 0
3814
3814
  },
3815
- "@cachedChainId_21548": {
3815
+ "@cachedChainId_21557": {
3816
3816
  "entryPoint": null,
3817
- "id": 21548,
3817
+ "id": 21557,
3818
3818
  "parameterSlots": 0,
3819
3819
  "returnSlots": 0
3820
3820
  },
3821
- "@cachedDomainSeparator_21550": {
3821
+ "@cachedDomainSeparator_21559": {
3822
3822
  "entryPoint": null,
3823
- "id": 21550,
3823
+ "id": 21559,
3824
3824
  "parameterSlots": 0,
3825
3825
  "returnSlots": 0
3826
3826
  },
3827
- "@decimals_21574": {
3827
+ "@decimals_21583": {
3828
3828
  "entryPoint": null,
3829
- "id": 21574,
3829
+ "id": 21583,
3830
3830
  "parameterSlots": 0,
3831
3831
  "returnSlots": 0
3832
3832
  },
3833
- "@mint_21829": {
3833
+ "@mint_21838": {
3834
3834
  "entryPoint": 1544,
3835
- "id": 21829,
3835
+ "id": 21838,
3836
3836
  "parameterSlots": 2,
3837
3837
  "returnSlots": 0
3838
3838
  },
3839
- "@name_21565": {
3839
+ "@name_21574": {
3840
3840
  "entryPoint": 1076,
3841
- "id": 21565,
3841
+ "id": 21574,
3842
3842
  "parameterSlots": 0,
3843
3843
  "returnSlots": 0
3844
3844
  },
3845
- "@nonce_21546": {
3845
+ "@nonce_21555": {
3846
3846
  "entryPoint": null,
3847
- "id": 21546,
3847
+ "id": 21555,
3848
3848
  "parameterSlots": 0,
3849
3849
  "returnSlots": 0
3850
3850
  },
3851
- "@owner_17304": {
3851
+ "@owner_17313": {
3852
3852
  "entryPoint": null,
3853
- "id": 17304,
3853
+ "id": 17313,
3854
3854
  "parameterSlots": 0,
3855
3855
  "returnSlots": 1
3856
3856
  },
3857
- "@permit_21780": {
3857
+ "@permit_21789": {
3858
3858
  "entryPoint": 2150,
3859
- "id": 21780,
3859
+ "id": 21789,
3860
3860
  "parameterSlots": 7,
3861
3861
  "returnSlots": 0
3862
3862
  },
3863
- "@renounceOwnership_17332": {
3863
+ "@renounceOwnership_17341": {
3864
3864
  "entryPoint": 1788,
3865
- "id": 17332,
3865
+ "id": 17341,
3866
3866
  "parameterSlots": 0,
3867
3867
  "returnSlots": 0
3868
3868
  },
3869
- "@symbol_21569": {
3869
+ "@symbol_21578": {
3870
3870
  "entryPoint": 1963,
3871
- "id": 21569,
3871
+ "id": 21578,
3872
3872
  "parameterSlots": 0,
3873
3873
  "returnSlots": 0
3874
3874
  },
3875
- "@totalSupply_21561": {
3875
+ "@totalSupply_21570": {
3876
3876
  "entryPoint": null,
3877
- "id": 21561,
3877
+ "id": 21570,
3878
3878
  "parameterSlots": 0,
3879
3879
  "returnSlots": 0
3880
3880
  },
3881
- "@transferFrom_21677": {
3881
+ "@transferFrom_21686": {
3882
3882
  "entryPoint": 1241,
3883
- "id": 21677,
3883
+ "id": 21686,
3884
3884
  "parameterSlots": 3,
3885
3885
  "returnSlots": 1
3886
3886
  },
3887
- "@transferOwnership_17355": {
3887
+ "@transferOwnership_17364": {
3888
3888
  "entryPoint": 2934,
3889
- "id": 17355,
3889
+ "id": 17364,
3890
3890
  "parameterSlots": 1,
3891
3891
  "returnSlots": 0
3892
3892
  },
3893
- "@transfer_21621": {
3893
+ "@transfer_21630": {
3894
3894
  "entryPoint": 1976,
3895
- "id": 21621,
3895
+ "id": 21630,
3896
3896
  "parameterSlots": 2,
3897
3897
  "returnSlots": 1
3898
3898
  },
@@ -14026,7 +14026,7 @@
14026
14026
  }
14027
14027
  ],
14028
14028
  "immutableReferences": {
14029
- "21548": [
14029
+ "21557": [
14030
14030
  {
14031
14031
  "length": 32,
14032
14032
  "start": 710
@@ -14036,7 +14036,7 @@
14036
14036
  "start": 1457
14037
14037
  }
14038
14038
  ],
14039
- "21550": [
14039
+ "21559": [
14040
14040
  {
14041
14041
  "length": 32,
14042
14042
  "start": 882
@@ -14115,7 +14115,7 @@
14115
14115
  "storageLayout": {
14116
14116
  "storage": [
14117
14117
  {
14118
- "astId": 17271,
14118
+ "astId": 17280,
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": 21532,
14126
+ "astId": 21541,
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": 21540,
14134
+ "astId": 21549,
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": 21546,
14142
+ "astId": 21555,
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": 21561,
14150
+ "astId": 21570,
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": 21565,
14158
+ "astId": 21574,
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": 21569,
14166
+ "astId": 21578,
14167
14167
  "contract": "contracts/test/TestERC20.sol:TestERC20",
14168
14168
  "label": "symbol",
14169
14169
  "offset": 0,