@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-c4f49240

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 (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -690,35 +690,35 @@
690
690
  },
691
691
  "ast": {
692
692
  "absolutePath": "node_modules/@latticexyz/store/src/StoreHook.sol",
693
- "id": 39706,
693
+ "id": 39725,
694
694
  "exportedSymbols": {
695
695
  "ERC165_INTERFACE_ID": [
696
- 70704
696
+ 70723
697
697
  ],
698
698
  "FieldLayout": [
699
- 34805
699
+ 34824
700
700
  ],
701
701
  "IStoreHook": [
702
- 67830
702
+ 67849
703
703
  ],
704
704
  "PackedCounter": [
705
- 35744
705
+ 35763
706
706
  ],
707
707
  "ResourceId": [
708
- 36365
708
+ 36384
709
709
  ],
710
710
  "STORE_HOOK_INTERFACE_ID": [
711
- 67697
711
+ 67716
712
712
  ],
713
713
  "StoreHook": [
714
- 39705
714
+ 39724
715
715
  ]
716
716
  },
717
717
  "nodeType": "SourceUnit",
718
718
  "src": "32:2001:67",
719
719
  "nodes": [
720
720
  {
721
- "id": 39515,
721
+ "id": 39534,
722
722
  "nodeType": "PragmaDirective",
723
723
  "src": "32:25:67",
724
724
  "nodes": [],
@@ -730,23 +730,23 @@
730
730
  ]
731
731
  },
732
732
  {
733
- "id": 39518,
733
+ "id": 39537,
734
734
  "nodeType": "ImportDirective",
735
735
  "src": "59:71:67",
736
736
  "nodes": [],
737
737
  "absolutePath": "node_modules/@latticexyz/store/src/IStoreHook.sol",
738
738
  "file": "./IStoreHook.sol",
739
739
  "nameLocation": "-1:-1:-1",
740
- "scope": 39706,
741
- "sourceUnit": 67831,
740
+ "scope": 39725,
741
+ "sourceUnit": 67850,
742
742
  "symbolAliases": [
743
743
  {
744
744
  "foreign": {
745
- "id": 39516,
745
+ "id": 39535,
746
746
  "name": "IStoreHook",
747
747
  "nodeType": "Identifier",
748
748
  "overloadedDeclarations": [],
749
- "referencedDeclaration": 67830,
749
+ "referencedDeclaration": 67849,
750
750
  "src": "68:10:67",
751
751
  "typeDescriptions": {}
752
752
  },
@@ -754,11 +754,11 @@
754
754
  },
755
755
  {
756
756
  "foreign": {
757
- "id": 39517,
757
+ "id": 39536,
758
758
  "name": "STORE_HOOK_INTERFACE_ID",
759
759
  "nodeType": "Identifier",
760
760
  "overloadedDeclarations": [],
761
- "referencedDeclaration": 67697,
761
+ "referencedDeclaration": 67716,
762
762
  "src": "80:23:67",
763
763
  "typeDescriptions": {}
764
764
  },
@@ -768,23 +768,23 @@
768
768
  "unitAlias": ""
769
769
  },
770
770
  {
771
- "id": 39520,
771
+ "id": 39539,
772
772
  "nodeType": "ImportDirective",
773
773
  "src": "131:52:67",
774
774
  "nodes": [],
775
775
  "absolutePath": "node_modules/@latticexyz/store/src/IERC165.sol",
776
776
  "file": "./IERC165.sol",
777
777
  "nameLocation": "-1:-1:-1",
778
- "scope": 39706,
779
- "sourceUnit": 70714,
778
+ "scope": 39725,
779
+ "sourceUnit": 70733,
780
780
  "symbolAliases": [
781
781
  {
782
782
  "foreign": {
783
- "id": 39519,
783
+ "id": 39538,
784
784
  "name": "ERC165_INTERFACE_ID",
785
785
  "nodeType": "Identifier",
786
786
  "overloadedDeclarations": [],
787
- "referencedDeclaration": 70704,
787
+ "referencedDeclaration": 70723,
788
788
  "src": "140:19:67",
789
789
  "typeDescriptions": {}
790
790
  },
@@ -794,23 +794,23 @@
794
794
  "unitAlias": ""
795
795
  },
796
796
  {
797
- "id": 39522,
797
+ "id": 39541,
798
798
  "nodeType": "ImportDirective",
799
799
  "src": "184:52:67",
800
800
  "nodes": [],
801
801
  "absolutePath": "node_modules/@latticexyz/store/src/PackedCounter.sol",
802
802
  "file": "./PackedCounter.sol",
803
803
  "nameLocation": "-1:-1:-1",
804
- "scope": 39706,
805
- "sourceUnit": 36362,
804
+ "scope": 39725,
805
+ "sourceUnit": 36381,
806
806
  "symbolAliases": [
807
807
  {
808
808
  "foreign": {
809
- "id": 39521,
809
+ "id": 39540,
810
810
  "name": "PackedCounter",
811
811
  "nodeType": "Identifier",
812
812
  "overloadedDeclarations": [],
813
- "referencedDeclaration": 35744,
813
+ "referencedDeclaration": 35763,
814
814
  "src": "193:13:67",
815
815
  "typeDescriptions": {}
816
816
  },
@@ -820,23 +820,23 @@
820
820
  "unitAlias": ""
821
821
  },
822
822
  {
823
- "id": 39524,
823
+ "id": 39543,
824
824
  "nodeType": "ImportDirective",
825
825
  "src": "237:48:67",
826
826
  "nodes": [],
827
827
  "absolutePath": "node_modules/@latticexyz/store/src/FieldLayout.sol",
828
828
  "file": "./FieldLayout.sol",
829
829
  "nameLocation": "-1:-1:-1",
830
- "scope": 39706,
831
- "sourceUnit": 35224,
830
+ "scope": 39725,
831
+ "sourceUnit": 35243,
832
832
  "symbolAliases": [
833
833
  {
834
834
  "foreign": {
835
- "id": 39523,
835
+ "id": 39542,
836
836
  "name": "FieldLayout",
837
837
  "nodeType": "Identifier",
838
838
  "overloadedDeclarations": [],
839
- "referencedDeclaration": 34805,
839
+ "referencedDeclaration": 34824,
840
840
  "src": "246:11:67",
841
841
  "typeDescriptions": {}
842
842
  },
@@ -846,23 +846,23 @@
846
846
  "unitAlias": ""
847
847
  },
848
848
  {
849
- "id": 39526,
849
+ "id": 39545,
850
850
  "nodeType": "ImportDirective",
851
851
  "src": "286:46:67",
852
852
  "nodes": [],
853
853
  "absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
854
854
  "file": "./ResourceId.sol",
855
855
  "nameLocation": "-1:-1:-1",
856
- "scope": 39706,
857
- "sourceUnit": 36430,
856
+ "scope": 39725,
857
+ "sourceUnit": 36449,
858
858
  "symbolAliases": [
859
859
  {
860
860
  "foreign": {
861
- "id": 39525,
861
+ "id": 39544,
862
862
  "name": "ResourceId",
863
863
  "nodeType": "Identifier",
864
864
  "overloadedDeclarations": [],
865
- "referencedDeclaration": 36365,
865
+ "referencedDeclaration": 36384,
866
866
  "src": "295:10:67",
867
867
  "typeDescriptions": {}
868
868
  },
@@ -872,17 +872,17 @@
872
872
  "unitAlias": ""
873
873
  },
874
874
  {
875
- "id": 39705,
875
+ "id": 39724,
876
876
  "nodeType": "ContractDefinition",
877
877
  "src": "334:1698:67",
878
878
  "nodes": [
879
879
  {
880
- "id": 39544,
880
+ "id": 39563,
881
881
  "nodeType": "FunctionDefinition",
882
882
  "src": "456:176:67",
883
883
  "nodes": [],
884
884
  "body": {
885
- "id": 39543,
885
+ "id": 39562,
886
886
  "nodeType": "Block",
887
887
  "src": "538:94:67",
888
888
  "nodes": [],
@@ -893,7 +893,7 @@
893
893
  "typeIdentifier": "t_bool",
894
894
  "typeString": "bool"
895
895
  },
896
- "id": 39541,
896
+ "id": 39560,
897
897
  "isConstant": false,
898
898
  "isLValue": false,
899
899
  "isPure": false,
@@ -903,17 +903,17 @@
903
903
  "typeIdentifier": "t_bytes4",
904
904
  "typeString": "bytes4"
905
905
  },
906
- "id": 39537,
906
+ "id": 39556,
907
907
  "isConstant": false,
908
908
  "isLValue": false,
909
909
  "isPure": false,
910
910
  "lValueRequested": false,
911
911
  "leftExpression": {
912
- "id": 39535,
912
+ "id": 39554,
913
913
  "name": "interfaceId",
914
914
  "nodeType": "Identifier",
915
915
  "overloadedDeclarations": [],
916
- "referencedDeclaration": 39530,
916
+ "referencedDeclaration": 39549,
917
917
  "src": "551:11:67",
918
918
  "typeDescriptions": {
919
919
  "typeIdentifier": "t_bytes4",
@@ -923,11 +923,11 @@
923
923
  "nodeType": "BinaryOperation",
924
924
  "operator": "==",
925
925
  "rightExpression": {
926
- "id": 39536,
926
+ "id": 39555,
927
927
  "name": "STORE_HOOK_INTERFACE_ID",
928
928
  "nodeType": "Identifier",
929
929
  "overloadedDeclarations": [],
930
- "referencedDeclaration": 67697,
930
+ "referencedDeclaration": 67716,
931
931
  "src": "566:23:67",
932
932
  "typeDescriptions": {
933
933
  "typeIdentifier": "t_bytes4",
@@ -947,17 +947,17 @@
947
947
  "typeIdentifier": "t_bytes4",
948
948
  "typeString": "bytes4"
949
949
  },
950
- "id": 39540,
950
+ "id": 39559,
951
951
  "isConstant": false,
952
952
  "isLValue": false,
953
953
  "isPure": false,
954
954
  "lValueRequested": false,
955
955
  "leftExpression": {
956
- "id": 39538,
956
+ "id": 39557,
957
957
  "name": "interfaceId",
958
958
  "nodeType": "Identifier",
959
959
  "overloadedDeclarations": [],
960
- "referencedDeclaration": 39530,
960
+ "referencedDeclaration": 39549,
961
961
  "src": "593:11:67",
962
962
  "typeDescriptions": {
963
963
  "typeIdentifier": "t_bytes4",
@@ -967,11 +967,11 @@
967
967
  "nodeType": "BinaryOperation",
968
968
  "operator": "==",
969
969
  "rightExpression": {
970
- "id": 39539,
970
+ "id": 39558,
971
971
  "name": "ERC165_INTERFACE_ID",
972
972
  "nodeType": "Identifier",
973
973
  "overloadedDeclarations": [],
974
- "referencedDeclaration": 70704,
974
+ "referencedDeclaration": 70723,
975
975
  "src": "608:19:67",
976
976
  "typeDescriptions": {
977
977
  "typeIdentifier": "t_bytes4",
@@ -990,15 +990,15 @@
990
990
  "typeString": "bool"
991
991
  }
992
992
  },
993
- "functionReturnParameters": 39534,
994
- "id": 39542,
993
+ "functionReturnParameters": 39553,
994
+ "id": 39561,
995
995
  "nodeType": "Return",
996
996
  "src": "544:83:67"
997
997
  }
998
998
  ]
999
999
  },
1000
1000
  "baseFunctions": [
1001
- 70712
1001
+ 70731
1002
1002
  ],
1003
1003
  "functionSelector": "01ffc9a7",
1004
1004
  "implemented": true,
@@ -1007,17 +1007,17 @@
1007
1007
  "name": "supportsInterface",
1008
1008
  "nameLocation": "465:17:67",
1009
1009
  "parameters": {
1010
- "id": 39531,
1010
+ "id": 39550,
1011
1011
  "nodeType": "ParameterList",
1012
1012
  "parameters": [
1013
1013
  {
1014
1014
  "constant": false,
1015
- "id": 39530,
1015
+ "id": 39549,
1016
1016
  "mutability": "mutable",
1017
1017
  "name": "interfaceId",
1018
1018
  "nameLocation": "490:11:67",
1019
1019
  "nodeType": "VariableDeclaration",
1020
- "scope": 39544,
1020
+ "scope": 39563,
1021
1021
  "src": "483:18:67",
1022
1022
  "stateVariable": false,
1023
1023
  "storageLocation": "default",
@@ -1026,7 +1026,7 @@
1026
1026
  "typeString": "bytes4"
1027
1027
  },
1028
1028
  "typeName": {
1029
- "id": 39529,
1029
+ "id": 39548,
1030
1030
  "name": "bytes4",
1031
1031
  "nodeType": "ElementaryTypeName",
1032
1032
  "src": "483:6:67",
@@ -1041,17 +1041,17 @@
1041
1041
  "src": "482:20:67"
1042
1042
  },
1043
1043
  "returnParameters": {
1044
- "id": 39534,
1044
+ "id": 39553,
1045
1045
  "nodeType": "ParameterList",
1046
1046
  "parameters": [
1047
1047
  {
1048
1048
  "constant": false,
1049
- "id": 39533,
1049
+ "id": 39552,
1050
1050
  "mutability": "mutable",
1051
1051
  "name": "",
1052
1052
  "nameLocation": "-1:-1:-1",
1053
1053
  "nodeType": "VariableDeclaration",
1054
- "scope": 39544,
1054
+ "scope": 39563,
1055
1055
  "src": "532:4:67",
1056
1056
  "stateVariable": false,
1057
1057
  "storageLocation": "default",
@@ -1060,7 +1060,7 @@
1060
1060
  "typeString": "bool"
1061
1061
  },
1062
1062
  "typeName": {
1063
- "id": 39532,
1063
+ "id": 39551,
1064
1064
  "name": "bool",
1065
1065
  "nodeType": "ElementaryTypeName",
1066
1066
  "src": "532:4:67",
@@ -1074,18 +1074,18 @@
1074
1074
  ],
1075
1075
  "src": "531:6:67"
1076
1076
  },
1077
- "scope": 39705,
1077
+ "scope": 39724,
1078
1078
  "stateMutability": "pure",
1079
1079
  "virtual": true,
1080
1080
  "visibility": "public"
1081
1081
  },
1082
1082
  {
1083
- "id": 39567,
1083
+ "id": 39586,
1084
1084
  "nodeType": "FunctionDefinition",
1085
1085
  "src": "636:200:67",
1086
1086
  "nodes": [],
1087
1087
  "body": {
1088
- "id": 39566,
1088
+ "id": 39585,
1089
1089
  "nodeType": "Block",
1090
1090
  "src": "792:44:67",
1091
1091
  "nodes": [],
@@ -1095,18 +1095,18 @@
1095
1095
  "arguments": [],
1096
1096
  "expression": {
1097
1097
  "argumentTypes": [],
1098
- "id": 39563,
1098
+ "id": 39582,
1099
1099
  "name": "StoreHook_NotImplemented",
1100
1100
  "nodeType": "Identifier",
1101
1101
  "overloadedDeclarations": [],
1102
- "referencedDeclaration": 67701,
1102
+ "referencedDeclaration": 67720,
1103
1103
  "src": "805:24:67",
1104
1104
  "typeDescriptions": {
1105
1105
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1106
1106
  "typeString": "function () pure"
1107
1107
  }
1108
1108
  },
1109
- "id": 39564,
1109
+ "id": 39583,
1110
1110
  "isConstant": false,
1111
1111
  "isLValue": false,
1112
1112
  "isPure": false,
@@ -1122,14 +1122,14 @@
1122
1122
  "typeString": "tuple()"
1123
1123
  }
1124
1124
  },
1125
- "id": 39565,
1125
+ "id": 39584,
1126
1126
  "nodeType": "RevertStatement",
1127
1127
  "src": "798:33:67"
1128
1128
  }
1129
1129
  ]
1130
1130
  },
1131
1131
  "baseFunctions": [
1132
- 67720
1132
+ 67739
1133
1133
  ],
1134
1134
  "functionSelector": "57066c9c",
1135
1135
  "implemented": true,
@@ -1138,41 +1138,41 @@
1138
1138
  "name": "onBeforeSetRecord",
1139
1139
  "nameLocation": "645:17:67",
1140
1140
  "parameters": {
1141
- "id": 39561,
1141
+ "id": 39580,
1142
1142
  "nodeType": "ParameterList",
1143
1143
  "parameters": [
1144
1144
  {
1145
1145
  "constant": false,
1146
- "id": 39547,
1146
+ "id": 39566,
1147
1147
  "mutability": "mutable",
1148
1148
  "name": "",
1149
1149
  "nameLocation": "-1:-1:-1",
1150
1150
  "nodeType": "VariableDeclaration",
1151
- "scope": 39567,
1151
+ "scope": 39586,
1152
1152
  "src": "668:10:67",
1153
1153
  "stateVariable": false,
1154
1154
  "storageLocation": "default",
1155
1155
  "typeDescriptions": {
1156
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1156
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1157
1157
  "typeString": "ResourceId"
1158
1158
  },
1159
1159
  "typeName": {
1160
- "id": 39546,
1160
+ "id": 39565,
1161
1161
  "nodeType": "UserDefinedTypeName",
1162
1162
  "pathNode": {
1163
- "id": 39545,
1163
+ "id": 39564,
1164
1164
  "name": "ResourceId",
1165
1165
  "nameLocations": [
1166
1166
  "668:10:67"
1167
1167
  ],
1168
1168
  "nodeType": "IdentifierPath",
1169
- "referencedDeclaration": 36365,
1169
+ "referencedDeclaration": 36384,
1170
1170
  "src": "668:10:67"
1171
1171
  },
1172
- "referencedDeclaration": 36365,
1172
+ "referencedDeclaration": 36384,
1173
1173
  "src": "668:10:67",
1174
1174
  "typeDescriptions": {
1175
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1175
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1176
1176
  "typeString": "ResourceId"
1177
1177
  }
1178
1178
  },
@@ -1180,12 +1180,12 @@
1180
1180
  },
1181
1181
  {
1182
1182
  "constant": false,
1183
- "id": 39550,
1183
+ "id": 39569,
1184
1184
  "mutability": "mutable",
1185
1185
  "name": "",
1186
1186
  "nameLocation": "-1:-1:-1",
1187
1187
  "nodeType": "VariableDeclaration",
1188
- "scope": 39567,
1188
+ "scope": 39586,
1189
1189
  "src": "684:16:67",
1190
1190
  "stateVariable": false,
1191
1191
  "storageLocation": "memory",
@@ -1195,7 +1195,7 @@
1195
1195
  },
1196
1196
  "typeName": {
1197
1197
  "baseType": {
1198
- "id": 39548,
1198
+ "id": 39567,
1199
1199
  "name": "bytes32",
1200
1200
  "nodeType": "ElementaryTypeName",
1201
1201
  "src": "684:7:67",
@@ -1204,7 +1204,7 @@
1204
1204
  "typeString": "bytes32"
1205
1205
  }
1206
1206
  },
1207
- "id": 39549,
1207
+ "id": 39568,
1208
1208
  "nodeType": "ArrayTypeName",
1209
1209
  "src": "684:9:67",
1210
1210
  "typeDescriptions": {
@@ -1216,12 +1216,12 @@
1216
1216
  },
1217
1217
  {
1218
1218
  "constant": false,
1219
- "id": 39552,
1219
+ "id": 39571,
1220
1220
  "mutability": "mutable",
1221
1221
  "name": "",
1222
1222
  "nameLocation": "-1:-1:-1",
1223
1223
  "nodeType": "VariableDeclaration",
1224
- "scope": 39567,
1224
+ "scope": 39586,
1225
1225
  "src": "706:12:67",
1226
1226
  "stateVariable": false,
1227
1227
  "storageLocation": "memory",
@@ -1230,7 +1230,7 @@
1230
1230
  "typeString": "bytes"
1231
1231
  },
1232
1232
  "typeName": {
1233
- "id": 39551,
1233
+ "id": 39570,
1234
1234
  "name": "bytes",
1235
1235
  "nodeType": "ElementaryTypeName",
1236
1236
  "src": "706:5:67",
@@ -1243,36 +1243,36 @@
1243
1243
  },
1244
1244
  {
1245
1245
  "constant": false,
1246
- "id": 39555,
1246
+ "id": 39574,
1247
1247
  "mutability": "mutable",
1248
1248
  "name": "",
1249
1249
  "nameLocation": "-1:-1:-1",
1250
1250
  "nodeType": "VariableDeclaration",
1251
- "scope": 39567,
1251
+ "scope": 39586,
1252
1252
  "src": "724:13:67",
1253
1253
  "stateVariable": false,
1254
1254
  "storageLocation": "default",
1255
1255
  "typeDescriptions": {
1256
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35744",
1256
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35763",
1257
1257
  "typeString": "PackedCounter"
1258
1258
  },
1259
1259
  "typeName": {
1260
- "id": 39554,
1260
+ "id": 39573,
1261
1261
  "nodeType": "UserDefinedTypeName",
1262
1262
  "pathNode": {
1263
- "id": 39553,
1263
+ "id": 39572,
1264
1264
  "name": "PackedCounter",
1265
1265
  "nameLocations": [
1266
1266
  "724:13:67"
1267
1267
  ],
1268
1268
  "nodeType": "IdentifierPath",
1269
- "referencedDeclaration": 35744,
1269
+ "referencedDeclaration": 35763,
1270
1270
  "src": "724:13:67"
1271
1271
  },
1272
- "referencedDeclaration": 35744,
1272
+ "referencedDeclaration": 35763,
1273
1273
  "src": "724:13:67",
1274
1274
  "typeDescriptions": {
1275
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35744",
1275
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35763",
1276
1276
  "typeString": "PackedCounter"
1277
1277
  }
1278
1278
  },
@@ -1280,12 +1280,12 @@
1280
1280
  },
1281
1281
  {
1282
1282
  "constant": false,
1283
- "id": 39557,
1283
+ "id": 39576,
1284
1284
  "mutability": "mutable",
1285
1285
  "name": "",
1286
1286
  "nameLocation": "-1:-1:-1",
1287
1287
  "nodeType": "VariableDeclaration",
1288
- "scope": 39567,
1288
+ "scope": 39586,
1289
1289
  "src": "743:12:67",
1290
1290
  "stateVariable": false,
1291
1291
  "storageLocation": "memory",
@@ -1294,7 +1294,7 @@
1294
1294
  "typeString": "bytes"
1295
1295
  },
1296
1296
  "typeName": {
1297
- "id": 39556,
1297
+ "id": 39575,
1298
1298
  "name": "bytes",
1299
1299
  "nodeType": "ElementaryTypeName",
1300
1300
  "src": "743:5:67",
@@ -1307,36 +1307,36 @@
1307
1307
  },
1308
1308
  {
1309
1309
  "constant": false,
1310
- "id": 39560,
1310
+ "id": 39579,
1311
1311
  "mutability": "mutable",
1312
1312
  "name": "",
1313
1313
  "nameLocation": "-1:-1:-1",
1314
1314
  "nodeType": "VariableDeclaration",
1315
- "scope": 39567,
1315
+ "scope": 39586,
1316
1316
  "src": "761:11:67",
1317
1317
  "stateVariable": false,
1318
1318
  "storageLocation": "default",
1319
1319
  "typeDescriptions": {
1320
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
1320
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
1321
1321
  "typeString": "FieldLayout"
1322
1322
  },
1323
1323
  "typeName": {
1324
- "id": 39559,
1324
+ "id": 39578,
1325
1325
  "nodeType": "UserDefinedTypeName",
1326
1326
  "pathNode": {
1327
- "id": 39558,
1327
+ "id": 39577,
1328
1328
  "name": "FieldLayout",
1329
1329
  "nameLocations": [
1330
1330
  "761:11:67"
1331
1331
  ],
1332
1332
  "nodeType": "IdentifierPath",
1333
- "referencedDeclaration": 34805,
1333
+ "referencedDeclaration": 34824,
1334
1334
  "src": "761:11:67"
1335
1335
  },
1336
- "referencedDeclaration": 34805,
1336
+ "referencedDeclaration": 34824,
1337
1337
  "src": "761:11:67",
1338
1338
  "typeDescriptions": {
1339
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
1339
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
1340
1340
  "typeString": "FieldLayout"
1341
1341
  }
1342
1342
  },
@@ -1346,23 +1346,23 @@
1346
1346
  "src": "662:114:67"
1347
1347
  },
1348
1348
  "returnParameters": {
1349
- "id": 39562,
1349
+ "id": 39581,
1350
1350
  "nodeType": "ParameterList",
1351
1351
  "parameters": [],
1352
1352
  "src": "792:0:67"
1353
1353
  },
1354
- "scope": 39705,
1354
+ "scope": 39724,
1355
1355
  "stateMutability": "nonpayable",
1356
1356
  "virtual": true,
1357
1357
  "visibility": "public"
1358
1358
  },
1359
1359
  {
1360
- "id": 39590,
1360
+ "id": 39609,
1361
1361
  "nodeType": "FunctionDefinition",
1362
1362
  "src": "840:199:67",
1363
1363
  "nodes": [],
1364
1364
  "body": {
1365
- "id": 39589,
1365
+ "id": 39608,
1366
1366
  "nodeType": "Block",
1367
1367
  "src": "995:44:67",
1368
1368
  "nodes": [],
@@ -1372,18 +1372,18 @@
1372
1372
  "arguments": [],
1373
1373
  "expression": {
1374
1374
  "argumentTypes": [],
1375
- "id": 39586,
1375
+ "id": 39605,
1376
1376
  "name": "StoreHook_NotImplemented",
1377
1377
  "nodeType": "Identifier",
1378
1378
  "overloadedDeclarations": [],
1379
- "referencedDeclaration": 67701,
1379
+ "referencedDeclaration": 67720,
1380
1380
  "src": "1008:24:67",
1381
1381
  "typeDescriptions": {
1382
1382
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1383
1383
  "typeString": "function () pure"
1384
1384
  }
1385
1385
  },
1386
- "id": 39587,
1386
+ "id": 39606,
1387
1387
  "isConstant": false,
1388
1388
  "isLValue": false,
1389
1389
  "isPure": false,
@@ -1399,14 +1399,14 @@
1399
1399
  "typeString": "tuple()"
1400
1400
  }
1401
1401
  },
1402
- "id": 39588,
1402
+ "id": 39607,
1403
1403
  "nodeType": "RevertStatement",
1404
1404
  "src": "1001:33:67"
1405
1405
  }
1406
1406
  ]
1407
1407
  },
1408
1408
  "baseFunctions": [
1409
- 67739
1409
+ 67758
1410
1410
  ],
1411
1411
  "functionSelector": "5b28cdaf",
1412
1412
  "implemented": true,
@@ -1415,41 +1415,41 @@
1415
1415
  "name": "onAfterSetRecord",
1416
1416
  "nameLocation": "849:16:67",
1417
1417
  "parameters": {
1418
- "id": 39584,
1418
+ "id": 39603,
1419
1419
  "nodeType": "ParameterList",
1420
1420
  "parameters": [
1421
1421
  {
1422
1422
  "constant": false,
1423
- "id": 39570,
1423
+ "id": 39589,
1424
1424
  "mutability": "mutable",
1425
1425
  "name": "",
1426
1426
  "nameLocation": "-1:-1:-1",
1427
1427
  "nodeType": "VariableDeclaration",
1428
- "scope": 39590,
1428
+ "scope": 39609,
1429
1429
  "src": "871:10:67",
1430
1430
  "stateVariable": false,
1431
1431
  "storageLocation": "default",
1432
1432
  "typeDescriptions": {
1433
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1433
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1434
1434
  "typeString": "ResourceId"
1435
1435
  },
1436
1436
  "typeName": {
1437
- "id": 39569,
1437
+ "id": 39588,
1438
1438
  "nodeType": "UserDefinedTypeName",
1439
1439
  "pathNode": {
1440
- "id": 39568,
1440
+ "id": 39587,
1441
1441
  "name": "ResourceId",
1442
1442
  "nameLocations": [
1443
1443
  "871:10:67"
1444
1444
  ],
1445
1445
  "nodeType": "IdentifierPath",
1446
- "referencedDeclaration": 36365,
1446
+ "referencedDeclaration": 36384,
1447
1447
  "src": "871:10:67"
1448
1448
  },
1449
- "referencedDeclaration": 36365,
1449
+ "referencedDeclaration": 36384,
1450
1450
  "src": "871:10:67",
1451
1451
  "typeDescriptions": {
1452
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1452
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1453
1453
  "typeString": "ResourceId"
1454
1454
  }
1455
1455
  },
@@ -1457,12 +1457,12 @@
1457
1457
  },
1458
1458
  {
1459
1459
  "constant": false,
1460
- "id": 39573,
1460
+ "id": 39592,
1461
1461
  "mutability": "mutable",
1462
1462
  "name": "",
1463
1463
  "nameLocation": "-1:-1:-1",
1464
1464
  "nodeType": "VariableDeclaration",
1465
- "scope": 39590,
1465
+ "scope": 39609,
1466
1466
  "src": "887:16:67",
1467
1467
  "stateVariable": false,
1468
1468
  "storageLocation": "memory",
@@ -1472,7 +1472,7 @@
1472
1472
  },
1473
1473
  "typeName": {
1474
1474
  "baseType": {
1475
- "id": 39571,
1475
+ "id": 39590,
1476
1476
  "name": "bytes32",
1477
1477
  "nodeType": "ElementaryTypeName",
1478
1478
  "src": "887:7:67",
@@ -1481,7 +1481,7 @@
1481
1481
  "typeString": "bytes32"
1482
1482
  }
1483
1483
  },
1484
- "id": 39572,
1484
+ "id": 39591,
1485
1485
  "nodeType": "ArrayTypeName",
1486
1486
  "src": "887:9:67",
1487
1487
  "typeDescriptions": {
@@ -1493,12 +1493,12 @@
1493
1493
  },
1494
1494
  {
1495
1495
  "constant": false,
1496
- "id": 39575,
1496
+ "id": 39594,
1497
1497
  "mutability": "mutable",
1498
1498
  "name": "",
1499
1499
  "nameLocation": "-1:-1:-1",
1500
1500
  "nodeType": "VariableDeclaration",
1501
- "scope": 39590,
1501
+ "scope": 39609,
1502
1502
  "src": "909:12:67",
1503
1503
  "stateVariable": false,
1504
1504
  "storageLocation": "memory",
@@ -1507,7 +1507,7 @@
1507
1507
  "typeString": "bytes"
1508
1508
  },
1509
1509
  "typeName": {
1510
- "id": 39574,
1510
+ "id": 39593,
1511
1511
  "name": "bytes",
1512
1512
  "nodeType": "ElementaryTypeName",
1513
1513
  "src": "909:5:67",
@@ -1520,36 +1520,36 @@
1520
1520
  },
1521
1521
  {
1522
1522
  "constant": false,
1523
- "id": 39578,
1523
+ "id": 39597,
1524
1524
  "mutability": "mutable",
1525
1525
  "name": "",
1526
1526
  "nameLocation": "-1:-1:-1",
1527
1527
  "nodeType": "VariableDeclaration",
1528
- "scope": 39590,
1528
+ "scope": 39609,
1529
1529
  "src": "927:13:67",
1530
1530
  "stateVariable": false,
1531
1531
  "storageLocation": "default",
1532
1532
  "typeDescriptions": {
1533
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35744",
1533
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35763",
1534
1534
  "typeString": "PackedCounter"
1535
1535
  },
1536
1536
  "typeName": {
1537
- "id": 39577,
1537
+ "id": 39596,
1538
1538
  "nodeType": "UserDefinedTypeName",
1539
1539
  "pathNode": {
1540
- "id": 39576,
1540
+ "id": 39595,
1541
1541
  "name": "PackedCounter",
1542
1542
  "nameLocations": [
1543
1543
  "927:13:67"
1544
1544
  ],
1545
1545
  "nodeType": "IdentifierPath",
1546
- "referencedDeclaration": 35744,
1546
+ "referencedDeclaration": 35763,
1547
1547
  "src": "927:13:67"
1548
1548
  },
1549
- "referencedDeclaration": 35744,
1549
+ "referencedDeclaration": 35763,
1550
1550
  "src": "927:13:67",
1551
1551
  "typeDescriptions": {
1552
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35744",
1552
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35763",
1553
1553
  "typeString": "PackedCounter"
1554
1554
  }
1555
1555
  },
@@ -1557,12 +1557,12 @@
1557
1557
  },
1558
1558
  {
1559
1559
  "constant": false,
1560
- "id": 39580,
1560
+ "id": 39599,
1561
1561
  "mutability": "mutable",
1562
1562
  "name": "",
1563
1563
  "nameLocation": "-1:-1:-1",
1564
1564
  "nodeType": "VariableDeclaration",
1565
- "scope": 39590,
1565
+ "scope": 39609,
1566
1566
  "src": "946:12:67",
1567
1567
  "stateVariable": false,
1568
1568
  "storageLocation": "memory",
@@ -1571,7 +1571,7 @@
1571
1571
  "typeString": "bytes"
1572
1572
  },
1573
1573
  "typeName": {
1574
- "id": 39579,
1574
+ "id": 39598,
1575
1575
  "name": "bytes",
1576
1576
  "nodeType": "ElementaryTypeName",
1577
1577
  "src": "946:5:67",
@@ -1584,36 +1584,36 @@
1584
1584
  },
1585
1585
  {
1586
1586
  "constant": false,
1587
- "id": 39583,
1587
+ "id": 39602,
1588
1588
  "mutability": "mutable",
1589
1589
  "name": "",
1590
1590
  "nameLocation": "-1:-1:-1",
1591
1591
  "nodeType": "VariableDeclaration",
1592
- "scope": 39590,
1592
+ "scope": 39609,
1593
1593
  "src": "964:11:67",
1594
1594
  "stateVariable": false,
1595
1595
  "storageLocation": "default",
1596
1596
  "typeDescriptions": {
1597
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
1597
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
1598
1598
  "typeString": "FieldLayout"
1599
1599
  },
1600
1600
  "typeName": {
1601
- "id": 39582,
1601
+ "id": 39601,
1602
1602
  "nodeType": "UserDefinedTypeName",
1603
1603
  "pathNode": {
1604
- "id": 39581,
1604
+ "id": 39600,
1605
1605
  "name": "FieldLayout",
1606
1606
  "nameLocations": [
1607
1607
  "964:11:67"
1608
1608
  ],
1609
1609
  "nodeType": "IdentifierPath",
1610
- "referencedDeclaration": 34805,
1610
+ "referencedDeclaration": 34824,
1611
1611
  "src": "964:11:67"
1612
1612
  },
1613
- "referencedDeclaration": 34805,
1613
+ "referencedDeclaration": 34824,
1614
1614
  "src": "964:11:67",
1615
1615
  "typeDescriptions": {
1616
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
1616
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
1617
1617
  "typeString": "FieldLayout"
1618
1618
  }
1619
1619
  },
@@ -1623,23 +1623,23 @@
1623
1623
  "src": "865:114:67"
1624
1624
  },
1625
1625
  "returnParameters": {
1626
- "id": 39585,
1626
+ "id": 39604,
1627
1627
  "nodeType": "ParameterList",
1628
1628
  "parameters": [],
1629
1629
  "src": "995:0:67"
1630
1630
  },
1631
- "scope": 39705,
1631
+ "scope": 39724,
1632
1632
  "stateMutability": "nonpayable",
1633
1633
  "virtual": true,
1634
1634
  "visibility": "public"
1635
1635
  },
1636
1636
  {
1637
- "id": 39607,
1637
+ "id": 39626,
1638
1638
  "nodeType": "FunctionDefinition",
1639
1639
  "src": "1043:145:67",
1640
1640
  "nodes": [],
1641
1641
  "body": {
1642
- "id": 39606,
1642
+ "id": 39625,
1643
1643
  "nodeType": "Block",
1644
1644
  "src": "1144:44:67",
1645
1645
  "nodes": [],
@@ -1649,18 +1649,18 @@
1649
1649
  "arguments": [],
1650
1650
  "expression": {
1651
1651
  "argumentTypes": [],
1652
- "id": 39603,
1652
+ "id": 39622,
1653
1653
  "name": "StoreHook_NotImplemented",
1654
1654
  "nodeType": "Identifier",
1655
1655
  "overloadedDeclarations": [],
1656
- "referencedDeclaration": 67701,
1656
+ "referencedDeclaration": 67720,
1657
1657
  "src": "1157:24:67",
1658
1658
  "typeDescriptions": {
1659
1659
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1660
1660
  "typeString": "function () pure"
1661
1661
  }
1662
1662
  },
1663
- "id": 39604,
1663
+ "id": 39623,
1664
1664
  "isConstant": false,
1665
1665
  "isLValue": false,
1666
1666
  "isPure": false,
@@ -1676,14 +1676,14 @@
1676
1676
  "typeString": "tuple()"
1677
1677
  }
1678
1678
  },
1679
- "id": 39605,
1679
+ "id": 39624,
1680
1680
  "nodeType": "RevertStatement",
1681
1681
  "src": "1150:33:67"
1682
1682
  }
1683
1683
  ]
1684
1684
  },
1685
1685
  "baseFunctions": [
1686
- 67752
1686
+ 67771
1687
1687
  ],
1688
1688
  "functionSelector": "964f667d",
1689
1689
  "implemented": true,
@@ -1692,41 +1692,41 @@
1692
1692
  "name": "onBeforeSpliceStaticData",
1693
1693
  "nameLocation": "1052:24:67",
1694
1694
  "parameters": {
1695
- "id": 39601,
1695
+ "id": 39620,
1696
1696
  "nodeType": "ParameterList",
1697
1697
  "parameters": [
1698
1698
  {
1699
1699
  "constant": false,
1700
- "id": 39593,
1700
+ "id": 39612,
1701
1701
  "mutability": "mutable",
1702
1702
  "name": "",
1703
1703
  "nameLocation": "-1:-1:-1",
1704
1704
  "nodeType": "VariableDeclaration",
1705
- "scope": 39607,
1705
+ "scope": 39626,
1706
1706
  "src": "1077:10:67",
1707
1707
  "stateVariable": false,
1708
1708
  "storageLocation": "default",
1709
1709
  "typeDescriptions": {
1710
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1710
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1711
1711
  "typeString": "ResourceId"
1712
1712
  },
1713
1713
  "typeName": {
1714
- "id": 39592,
1714
+ "id": 39611,
1715
1715
  "nodeType": "UserDefinedTypeName",
1716
1716
  "pathNode": {
1717
- "id": 39591,
1717
+ "id": 39610,
1718
1718
  "name": "ResourceId",
1719
1719
  "nameLocations": [
1720
1720
  "1077:10:67"
1721
1721
  ],
1722
1722
  "nodeType": "IdentifierPath",
1723
- "referencedDeclaration": 36365,
1723
+ "referencedDeclaration": 36384,
1724
1724
  "src": "1077:10:67"
1725
1725
  },
1726
- "referencedDeclaration": 36365,
1726
+ "referencedDeclaration": 36384,
1727
1727
  "src": "1077:10:67",
1728
1728
  "typeDescriptions": {
1729
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1729
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1730
1730
  "typeString": "ResourceId"
1731
1731
  }
1732
1732
  },
@@ -1734,12 +1734,12 @@
1734
1734
  },
1735
1735
  {
1736
1736
  "constant": false,
1737
- "id": 39596,
1737
+ "id": 39615,
1738
1738
  "mutability": "mutable",
1739
1739
  "name": "",
1740
1740
  "nameLocation": "-1:-1:-1",
1741
1741
  "nodeType": "VariableDeclaration",
1742
- "scope": 39607,
1742
+ "scope": 39626,
1743
1743
  "src": "1089:16:67",
1744
1744
  "stateVariable": false,
1745
1745
  "storageLocation": "memory",
@@ -1749,7 +1749,7 @@
1749
1749
  },
1750
1750
  "typeName": {
1751
1751
  "baseType": {
1752
- "id": 39594,
1752
+ "id": 39613,
1753
1753
  "name": "bytes32",
1754
1754
  "nodeType": "ElementaryTypeName",
1755
1755
  "src": "1089:7:67",
@@ -1758,7 +1758,7 @@
1758
1758
  "typeString": "bytes32"
1759
1759
  }
1760
1760
  },
1761
- "id": 39595,
1761
+ "id": 39614,
1762
1762
  "nodeType": "ArrayTypeName",
1763
1763
  "src": "1089:9:67",
1764
1764
  "typeDescriptions": {
@@ -1770,12 +1770,12 @@
1770
1770
  },
1771
1771
  {
1772
1772
  "constant": false,
1773
- "id": 39598,
1773
+ "id": 39617,
1774
1774
  "mutability": "mutable",
1775
1775
  "name": "",
1776
1776
  "nameLocation": "-1:-1:-1",
1777
1777
  "nodeType": "VariableDeclaration",
1778
- "scope": 39607,
1778
+ "scope": 39626,
1779
1779
  "src": "1107:6:67",
1780
1780
  "stateVariable": false,
1781
1781
  "storageLocation": "default",
@@ -1784,7 +1784,7 @@
1784
1784
  "typeString": "uint48"
1785
1785
  },
1786
1786
  "typeName": {
1787
- "id": 39597,
1787
+ "id": 39616,
1788
1788
  "name": "uint48",
1789
1789
  "nodeType": "ElementaryTypeName",
1790
1790
  "src": "1107:6:67",
@@ -1797,12 +1797,12 @@
1797
1797
  },
1798
1798
  {
1799
1799
  "constant": false,
1800
- "id": 39600,
1800
+ "id": 39619,
1801
1801
  "mutability": "mutable",
1802
1802
  "name": "",
1803
1803
  "nameLocation": "-1:-1:-1",
1804
1804
  "nodeType": "VariableDeclaration",
1805
- "scope": 39607,
1805
+ "scope": 39626,
1806
1806
  "src": "1115:12:67",
1807
1807
  "stateVariable": false,
1808
1808
  "storageLocation": "memory",
@@ -1811,7 +1811,7 @@
1811
1811
  "typeString": "bytes"
1812
1812
  },
1813
1813
  "typeName": {
1814
- "id": 39599,
1814
+ "id": 39618,
1815
1815
  "name": "bytes",
1816
1816
  "nodeType": "ElementaryTypeName",
1817
1817
  "src": "1115:5:67",
@@ -1826,23 +1826,23 @@
1826
1826
  "src": "1076:52:67"
1827
1827
  },
1828
1828
  "returnParameters": {
1829
- "id": 39602,
1829
+ "id": 39621,
1830
1830
  "nodeType": "ParameterList",
1831
1831
  "parameters": [],
1832
1832
  "src": "1144:0:67"
1833
1833
  },
1834
- "scope": 39705,
1834
+ "scope": 39724,
1835
1835
  "stateMutability": "nonpayable",
1836
1836
  "virtual": true,
1837
1837
  "visibility": "public"
1838
1838
  },
1839
1839
  {
1840
- "id": 39624,
1840
+ "id": 39643,
1841
1841
  "nodeType": "FunctionDefinition",
1842
1842
  "src": "1192:144:67",
1843
1843
  "nodes": [],
1844
1844
  "body": {
1845
- "id": 39623,
1845
+ "id": 39642,
1846
1846
  "nodeType": "Block",
1847
1847
  "src": "1292:44:67",
1848
1848
  "nodes": [],
@@ -1852,18 +1852,18 @@
1852
1852
  "arguments": [],
1853
1853
  "expression": {
1854
1854
  "argumentTypes": [],
1855
- "id": 39620,
1855
+ "id": 39639,
1856
1856
  "name": "StoreHook_NotImplemented",
1857
1857
  "nodeType": "Identifier",
1858
1858
  "overloadedDeclarations": [],
1859
- "referencedDeclaration": 67701,
1859
+ "referencedDeclaration": 67720,
1860
1860
  "src": "1305:24:67",
1861
1861
  "typeDescriptions": {
1862
1862
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1863
1863
  "typeString": "function () pure"
1864
1864
  }
1865
1865
  },
1866
- "id": 39621,
1866
+ "id": 39640,
1867
1867
  "isConstant": false,
1868
1868
  "isLValue": false,
1869
1869
  "isPure": false,
@@ -1879,14 +1879,14 @@
1879
1879
  "typeString": "tuple()"
1880
1880
  }
1881
1881
  },
1882
- "id": 39622,
1882
+ "id": 39641,
1883
1883
  "nodeType": "RevertStatement",
1884
1884
  "src": "1298:33:67"
1885
1885
  }
1886
1886
  ]
1887
1887
  },
1888
1888
  "baseFunctions": [
1889
- 67765
1889
+ 67784
1890
1890
  ],
1891
1891
  "functionSelector": "a8ba8721",
1892
1892
  "implemented": true,
@@ -1895,41 +1895,41 @@
1895
1895
  "name": "onAfterSpliceStaticData",
1896
1896
  "nameLocation": "1201:23:67",
1897
1897
  "parameters": {
1898
- "id": 39618,
1898
+ "id": 39637,
1899
1899
  "nodeType": "ParameterList",
1900
1900
  "parameters": [
1901
1901
  {
1902
1902
  "constant": false,
1903
- "id": 39610,
1903
+ "id": 39629,
1904
1904
  "mutability": "mutable",
1905
1905
  "name": "",
1906
1906
  "nameLocation": "-1:-1:-1",
1907
1907
  "nodeType": "VariableDeclaration",
1908
- "scope": 39624,
1908
+ "scope": 39643,
1909
1909
  "src": "1225:10:67",
1910
1910
  "stateVariable": false,
1911
1911
  "storageLocation": "default",
1912
1912
  "typeDescriptions": {
1913
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1913
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1914
1914
  "typeString": "ResourceId"
1915
1915
  },
1916
1916
  "typeName": {
1917
- "id": 39609,
1917
+ "id": 39628,
1918
1918
  "nodeType": "UserDefinedTypeName",
1919
1919
  "pathNode": {
1920
- "id": 39608,
1920
+ "id": 39627,
1921
1921
  "name": "ResourceId",
1922
1922
  "nameLocations": [
1923
1923
  "1225:10:67"
1924
1924
  ],
1925
1925
  "nodeType": "IdentifierPath",
1926
- "referencedDeclaration": 36365,
1926
+ "referencedDeclaration": 36384,
1927
1927
  "src": "1225:10:67"
1928
1928
  },
1929
- "referencedDeclaration": 36365,
1929
+ "referencedDeclaration": 36384,
1930
1930
  "src": "1225:10:67",
1931
1931
  "typeDescriptions": {
1932
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1932
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1933
1933
  "typeString": "ResourceId"
1934
1934
  }
1935
1935
  },
@@ -1937,12 +1937,12 @@
1937
1937
  },
1938
1938
  {
1939
1939
  "constant": false,
1940
- "id": 39613,
1940
+ "id": 39632,
1941
1941
  "mutability": "mutable",
1942
1942
  "name": "",
1943
1943
  "nameLocation": "-1:-1:-1",
1944
1944
  "nodeType": "VariableDeclaration",
1945
- "scope": 39624,
1945
+ "scope": 39643,
1946
1946
  "src": "1237:16:67",
1947
1947
  "stateVariable": false,
1948
1948
  "storageLocation": "memory",
@@ -1952,7 +1952,7 @@
1952
1952
  },
1953
1953
  "typeName": {
1954
1954
  "baseType": {
1955
- "id": 39611,
1955
+ "id": 39630,
1956
1956
  "name": "bytes32",
1957
1957
  "nodeType": "ElementaryTypeName",
1958
1958
  "src": "1237:7:67",
@@ -1961,7 +1961,7 @@
1961
1961
  "typeString": "bytes32"
1962
1962
  }
1963
1963
  },
1964
- "id": 39612,
1964
+ "id": 39631,
1965
1965
  "nodeType": "ArrayTypeName",
1966
1966
  "src": "1237:9:67",
1967
1967
  "typeDescriptions": {
@@ -1973,12 +1973,12 @@
1973
1973
  },
1974
1974
  {
1975
1975
  "constant": false,
1976
- "id": 39615,
1976
+ "id": 39634,
1977
1977
  "mutability": "mutable",
1978
1978
  "name": "",
1979
1979
  "nameLocation": "-1:-1:-1",
1980
1980
  "nodeType": "VariableDeclaration",
1981
- "scope": 39624,
1981
+ "scope": 39643,
1982
1982
  "src": "1255:6:67",
1983
1983
  "stateVariable": false,
1984
1984
  "storageLocation": "default",
@@ -1987,7 +1987,7 @@
1987
1987
  "typeString": "uint48"
1988
1988
  },
1989
1989
  "typeName": {
1990
- "id": 39614,
1990
+ "id": 39633,
1991
1991
  "name": "uint48",
1992
1992
  "nodeType": "ElementaryTypeName",
1993
1993
  "src": "1255:6:67",
@@ -2000,12 +2000,12 @@
2000
2000
  },
2001
2001
  {
2002
2002
  "constant": false,
2003
- "id": 39617,
2003
+ "id": 39636,
2004
2004
  "mutability": "mutable",
2005
2005
  "name": "",
2006
2006
  "nameLocation": "-1:-1:-1",
2007
2007
  "nodeType": "VariableDeclaration",
2008
- "scope": 39624,
2008
+ "scope": 39643,
2009
2009
  "src": "1263:12:67",
2010
2010
  "stateVariable": false,
2011
2011
  "storageLocation": "memory",
@@ -2014,7 +2014,7 @@
2014
2014
  "typeString": "bytes"
2015
2015
  },
2016
2016
  "typeName": {
2017
- "id": 39616,
2017
+ "id": 39635,
2018
2018
  "name": "bytes",
2019
2019
  "nodeType": "ElementaryTypeName",
2020
2020
  "src": "1263:5:67",
@@ -2029,23 +2029,23 @@
2029
2029
  "src": "1224:52:67"
2030
2030
  },
2031
2031
  "returnParameters": {
2032
- "id": 39619,
2032
+ "id": 39638,
2033
2033
  "nodeType": "ParameterList",
2034
2034
  "parameters": [],
2035
2035
  "src": "1292:0:67"
2036
2036
  },
2037
- "scope": 39705,
2037
+ "scope": 39724,
2038
2038
  "stateMutability": "nonpayable",
2039
2039
  "virtual": true,
2040
2040
  "visibility": "public"
2041
2041
  },
2042
2042
  {
2043
- "id": 39648,
2043
+ "id": 39667,
2044
2044
  "nodeType": "FunctionDefinition",
2045
2045
  "src": "1340:208:67",
2046
2046
  "nodes": [],
2047
2047
  "body": {
2048
- "id": 39647,
2048
+ "id": 39666,
2049
2049
  "nodeType": "Block",
2050
2050
  "src": "1504:44:67",
2051
2051
  "nodes": [],
@@ -2055,18 +2055,18 @@
2055
2055
  "arguments": [],
2056
2056
  "expression": {
2057
2057
  "argumentTypes": [],
2058
- "id": 39644,
2058
+ "id": 39663,
2059
2059
  "name": "StoreHook_NotImplemented",
2060
2060
  "nodeType": "Identifier",
2061
2061
  "overloadedDeclarations": [],
2062
- "referencedDeclaration": 67701,
2062
+ "referencedDeclaration": 67720,
2063
2063
  "src": "1517:24:67",
2064
2064
  "typeDescriptions": {
2065
2065
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2066
2066
  "typeString": "function () pure"
2067
2067
  }
2068
2068
  },
2069
- "id": 39645,
2069
+ "id": 39664,
2070
2070
  "isConstant": false,
2071
2071
  "isLValue": false,
2072
2072
  "isPure": false,
@@ -2082,14 +2082,14 @@
2082
2082
  "typeString": "tuple()"
2083
2083
  }
2084
2084
  },
2085
- "id": 39646,
2085
+ "id": 39665,
2086
2086
  "nodeType": "RevertStatement",
2087
2087
  "src": "1510:33:67"
2088
2088
  }
2089
2089
  ]
2090
2090
  },
2091
2091
  "baseFunctions": [
2092
- 67785
2092
+ 67804
2093
2093
  ],
2094
2094
  "functionSelector": "55eb5a28",
2095
2095
  "implemented": true,
@@ -2098,41 +2098,41 @@
2098
2098
  "name": "onBeforeSpliceDynamicData",
2099
2099
  "nameLocation": "1349:25:67",
2100
2100
  "parameters": {
2101
- "id": 39642,
2101
+ "id": 39661,
2102
2102
  "nodeType": "ParameterList",
2103
2103
  "parameters": [
2104
2104
  {
2105
2105
  "constant": false,
2106
- "id": 39627,
2106
+ "id": 39646,
2107
2107
  "mutability": "mutable",
2108
2108
  "name": "",
2109
2109
  "nameLocation": "-1:-1:-1",
2110
2110
  "nodeType": "VariableDeclaration",
2111
- "scope": 39648,
2111
+ "scope": 39667,
2112
2112
  "src": "1380:10:67",
2113
2113
  "stateVariable": false,
2114
2114
  "storageLocation": "default",
2115
2115
  "typeDescriptions": {
2116
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2116
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2117
2117
  "typeString": "ResourceId"
2118
2118
  },
2119
2119
  "typeName": {
2120
- "id": 39626,
2120
+ "id": 39645,
2121
2121
  "nodeType": "UserDefinedTypeName",
2122
2122
  "pathNode": {
2123
- "id": 39625,
2123
+ "id": 39644,
2124
2124
  "name": "ResourceId",
2125
2125
  "nameLocations": [
2126
2126
  "1380:10:67"
2127
2127
  ],
2128
2128
  "nodeType": "IdentifierPath",
2129
- "referencedDeclaration": 36365,
2129
+ "referencedDeclaration": 36384,
2130
2130
  "src": "1380:10:67"
2131
2131
  },
2132
- "referencedDeclaration": 36365,
2132
+ "referencedDeclaration": 36384,
2133
2133
  "src": "1380:10:67",
2134
2134
  "typeDescriptions": {
2135
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2135
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2136
2136
  "typeString": "ResourceId"
2137
2137
  }
2138
2138
  },
@@ -2140,12 +2140,12 @@
2140
2140
  },
2141
2141
  {
2142
2142
  "constant": false,
2143
- "id": 39630,
2143
+ "id": 39649,
2144
2144
  "mutability": "mutable",
2145
2145
  "name": "",
2146
2146
  "nameLocation": "-1:-1:-1",
2147
2147
  "nodeType": "VariableDeclaration",
2148
- "scope": 39648,
2148
+ "scope": 39667,
2149
2149
  "src": "1396:16:67",
2150
2150
  "stateVariable": false,
2151
2151
  "storageLocation": "memory",
@@ -2155,7 +2155,7 @@
2155
2155
  },
2156
2156
  "typeName": {
2157
2157
  "baseType": {
2158
- "id": 39628,
2158
+ "id": 39647,
2159
2159
  "name": "bytes32",
2160
2160
  "nodeType": "ElementaryTypeName",
2161
2161
  "src": "1396:7:67",
@@ -2164,7 +2164,7 @@
2164
2164
  "typeString": "bytes32"
2165
2165
  }
2166
2166
  },
2167
- "id": 39629,
2167
+ "id": 39648,
2168
2168
  "nodeType": "ArrayTypeName",
2169
2169
  "src": "1396:9:67",
2170
2170
  "typeDescriptions": {
@@ -2176,12 +2176,12 @@
2176
2176
  },
2177
2177
  {
2178
2178
  "constant": false,
2179
- "id": 39632,
2179
+ "id": 39651,
2180
2180
  "mutability": "mutable",
2181
2181
  "name": "",
2182
2182
  "nameLocation": "-1:-1:-1",
2183
2183
  "nodeType": "VariableDeclaration",
2184
- "scope": 39648,
2184
+ "scope": 39667,
2185
2185
  "src": "1418:5:67",
2186
2186
  "stateVariable": false,
2187
2187
  "storageLocation": "default",
@@ -2190,7 +2190,7 @@
2190
2190
  "typeString": "uint8"
2191
2191
  },
2192
2192
  "typeName": {
2193
- "id": 39631,
2193
+ "id": 39650,
2194
2194
  "name": "uint8",
2195
2195
  "nodeType": "ElementaryTypeName",
2196
2196
  "src": "1418:5:67",
@@ -2203,12 +2203,12 @@
2203
2203
  },
2204
2204
  {
2205
2205
  "constant": false,
2206
- "id": 39634,
2206
+ "id": 39653,
2207
2207
  "mutability": "mutable",
2208
2208
  "name": "",
2209
2209
  "nameLocation": "-1:-1:-1",
2210
2210
  "nodeType": "VariableDeclaration",
2211
- "scope": 39648,
2211
+ "scope": 39667,
2212
2212
  "src": "1429:6:67",
2213
2213
  "stateVariable": false,
2214
2214
  "storageLocation": "default",
@@ -2217,7 +2217,7 @@
2217
2217
  "typeString": "uint40"
2218
2218
  },
2219
2219
  "typeName": {
2220
- "id": 39633,
2220
+ "id": 39652,
2221
2221
  "name": "uint40",
2222
2222
  "nodeType": "ElementaryTypeName",
2223
2223
  "src": "1429:6:67",
@@ -2230,12 +2230,12 @@
2230
2230
  },
2231
2231
  {
2232
2232
  "constant": false,
2233
- "id": 39636,
2233
+ "id": 39655,
2234
2234
  "mutability": "mutable",
2235
2235
  "name": "",
2236
2236
  "nameLocation": "-1:-1:-1",
2237
2237
  "nodeType": "VariableDeclaration",
2238
- "scope": 39648,
2238
+ "scope": 39667,
2239
2239
  "src": "1441:6:67",
2240
2240
  "stateVariable": false,
2241
2241
  "storageLocation": "default",
@@ -2244,7 +2244,7 @@
2244
2244
  "typeString": "uint40"
2245
2245
  },
2246
2246
  "typeName": {
2247
- "id": 39635,
2247
+ "id": 39654,
2248
2248
  "name": "uint40",
2249
2249
  "nodeType": "ElementaryTypeName",
2250
2250
  "src": "1441:6:67",
@@ -2257,36 +2257,36 @@
2257
2257
  },
2258
2258
  {
2259
2259
  "constant": false,
2260
- "id": 39639,
2260
+ "id": 39658,
2261
2261
  "mutability": "mutable",
2262
2262
  "name": "",
2263
2263
  "nameLocation": "-1:-1:-1",
2264
2264
  "nodeType": "VariableDeclaration",
2265
- "scope": 39648,
2265
+ "scope": 39667,
2266
2266
  "src": "1453:13:67",
2267
2267
  "stateVariable": false,
2268
2268
  "storageLocation": "default",
2269
2269
  "typeDescriptions": {
2270
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35744",
2270
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35763",
2271
2271
  "typeString": "PackedCounter"
2272
2272
  },
2273
2273
  "typeName": {
2274
- "id": 39638,
2274
+ "id": 39657,
2275
2275
  "nodeType": "UserDefinedTypeName",
2276
2276
  "pathNode": {
2277
- "id": 39637,
2277
+ "id": 39656,
2278
2278
  "name": "PackedCounter",
2279
2279
  "nameLocations": [
2280
2280
  "1453:13:67"
2281
2281
  ],
2282
2282
  "nodeType": "IdentifierPath",
2283
- "referencedDeclaration": 35744,
2283
+ "referencedDeclaration": 35763,
2284
2284
  "src": "1453:13:67"
2285
2285
  },
2286
- "referencedDeclaration": 35744,
2286
+ "referencedDeclaration": 35763,
2287
2287
  "src": "1453:13:67",
2288
2288
  "typeDescriptions": {
2289
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35744",
2289
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35763",
2290
2290
  "typeString": "PackedCounter"
2291
2291
  }
2292
2292
  },
@@ -2294,12 +2294,12 @@
2294
2294
  },
2295
2295
  {
2296
2296
  "constant": false,
2297
- "id": 39641,
2297
+ "id": 39660,
2298
2298
  "mutability": "mutable",
2299
2299
  "name": "",
2300
2300
  "nameLocation": "-1:-1:-1",
2301
2301
  "nodeType": "VariableDeclaration",
2302
- "scope": 39648,
2302
+ "scope": 39667,
2303
2303
  "src": "1472:12:67",
2304
2304
  "stateVariable": false,
2305
2305
  "storageLocation": "memory",
@@ -2308,7 +2308,7 @@
2308
2308
  "typeString": "bytes"
2309
2309
  },
2310
2310
  "typeName": {
2311
- "id": 39640,
2311
+ "id": 39659,
2312
2312
  "name": "bytes",
2313
2313
  "nodeType": "ElementaryTypeName",
2314
2314
  "src": "1472:5:67",
@@ -2323,23 +2323,23 @@
2323
2323
  "src": "1374:114:67"
2324
2324
  },
2325
2325
  "returnParameters": {
2326
- "id": 39643,
2326
+ "id": 39662,
2327
2327
  "nodeType": "ParameterList",
2328
2328
  "parameters": [],
2329
2329
  "src": "1504:0:67"
2330
2330
  },
2331
- "scope": 39705,
2331
+ "scope": 39724,
2332
2332
  "stateMutability": "nonpayable",
2333
2333
  "virtual": true,
2334
2334
  "visibility": "public"
2335
2335
  },
2336
2336
  {
2337
- "id": 39672,
2337
+ "id": 39691,
2338
2338
  "nodeType": "FunctionDefinition",
2339
2339
  "src": "1552:207:67",
2340
2340
  "nodes": [],
2341
2341
  "body": {
2342
- "id": 39671,
2342
+ "id": 39690,
2343
2343
  "nodeType": "Block",
2344
2344
  "src": "1715:44:67",
2345
2345
  "nodes": [],
@@ -2349,18 +2349,18 @@
2349
2349
  "arguments": [],
2350
2350
  "expression": {
2351
2351
  "argumentTypes": [],
2352
- "id": 39668,
2352
+ "id": 39687,
2353
2353
  "name": "StoreHook_NotImplemented",
2354
2354
  "nodeType": "Identifier",
2355
2355
  "overloadedDeclarations": [],
2356
- "referencedDeclaration": 67701,
2356
+ "referencedDeclaration": 67720,
2357
2357
  "src": "1728:24:67",
2358
2358
  "typeDescriptions": {
2359
2359
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2360
2360
  "typeString": "function () pure"
2361
2361
  }
2362
2362
  },
2363
- "id": 39669,
2363
+ "id": 39688,
2364
2364
  "isConstant": false,
2365
2365
  "isLValue": false,
2366
2366
  "isPure": false,
@@ -2376,14 +2376,14 @@
2376
2376
  "typeString": "tuple()"
2377
2377
  }
2378
2378
  },
2379
- "id": 39670,
2379
+ "id": 39689,
2380
2380
  "nodeType": "RevertStatement",
2381
2381
  "src": "1721:33:67"
2382
2382
  }
2383
2383
  ]
2384
2384
  },
2385
2385
  "baseFunctions": [
2386
- 67805
2386
+ 67824
2387
2387
  ],
2388
2388
  "functionSelector": "63584533",
2389
2389
  "implemented": true,
@@ -2392,41 +2392,41 @@
2392
2392
  "name": "onAfterSpliceDynamicData",
2393
2393
  "nameLocation": "1561:24:67",
2394
2394
  "parameters": {
2395
- "id": 39666,
2395
+ "id": 39685,
2396
2396
  "nodeType": "ParameterList",
2397
2397
  "parameters": [
2398
2398
  {
2399
2399
  "constant": false,
2400
- "id": 39651,
2400
+ "id": 39670,
2401
2401
  "mutability": "mutable",
2402
2402
  "name": "",
2403
2403
  "nameLocation": "-1:-1:-1",
2404
2404
  "nodeType": "VariableDeclaration",
2405
- "scope": 39672,
2405
+ "scope": 39691,
2406
2406
  "src": "1591:10:67",
2407
2407
  "stateVariable": false,
2408
2408
  "storageLocation": "default",
2409
2409
  "typeDescriptions": {
2410
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2410
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2411
2411
  "typeString": "ResourceId"
2412
2412
  },
2413
2413
  "typeName": {
2414
- "id": 39650,
2414
+ "id": 39669,
2415
2415
  "nodeType": "UserDefinedTypeName",
2416
2416
  "pathNode": {
2417
- "id": 39649,
2417
+ "id": 39668,
2418
2418
  "name": "ResourceId",
2419
2419
  "nameLocations": [
2420
2420
  "1591:10:67"
2421
2421
  ],
2422
2422
  "nodeType": "IdentifierPath",
2423
- "referencedDeclaration": 36365,
2423
+ "referencedDeclaration": 36384,
2424
2424
  "src": "1591:10:67"
2425
2425
  },
2426
- "referencedDeclaration": 36365,
2426
+ "referencedDeclaration": 36384,
2427
2427
  "src": "1591:10:67",
2428
2428
  "typeDescriptions": {
2429
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2429
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2430
2430
  "typeString": "ResourceId"
2431
2431
  }
2432
2432
  },
@@ -2434,12 +2434,12 @@
2434
2434
  },
2435
2435
  {
2436
2436
  "constant": false,
2437
- "id": 39654,
2437
+ "id": 39673,
2438
2438
  "mutability": "mutable",
2439
2439
  "name": "",
2440
2440
  "nameLocation": "-1:-1:-1",
2441
2441
  "nodeType": "VariableDeclaration",
2442
- "scope": 39672,
2442
+ "scope": 39691,
2443
2443
  "src": "1607:16:67",
2444
2444
  "stateVariable": false,
2445
2445
  "storageLocation": "memory",
@@ -2449,7 +2449,7 @@
2449
2449
  },
2450
2450
  "typeName": {
2451
2451
  "baseType": {
2452
- "id": 39652,
2452
+ "id": 39671,
2453
2453
  "name": "bytes32",
2454
2454
  "nodeType": "ElementaryTypeName",
2455
2455
  "src": "1607:7:67",
@@ -2458,7 +2458,7 @@
2458
2458
  "typeString": "bytes32"
2459
2459
  }
2460
2460
  },
2461
- "id": 39653,
2461
+ "id": 39672,
2462
2462
  "nodeType": "ArrayTypeName",
2463
2463
  "src": "1607:9:67",
2464
2464
  "typeDescriptions": {
@@ -2470,12 +2470,12 @@
2470
2470
  },
2471
2471
  {
2472
2472
  "constant": false,
2473
- "id": 39656,
2473
+ "id": 39675,
2474
2474
  "mutability": "mutable",
2475
2475
  "name": "",
2476
2476
  "nameLocation": "-1:-1:-1",
2477
2477
  "nodeType": "VariableDeclaration",
2478
- "scope": 39672,
2478
+ "scope": 39691,
2479
2479
  "src": "1629:5:67",
2480
2480
  "stateVariable": false,
2481
2481
  "storageLocation": "default",
@@ -2484,7 +2484,7 @@
2484
2484
  "typeString": "uint8"
2485
2485
  },
2486
2486
  "typeName": {
2487
- "id": 39655,
2487
+ "id": 39674,
2488
2488
  "name": "uint8",
2489
2489
  "nodeType": "ElementaryTypeName",
2490
2490
  "src": "1629:5:67",
@@ -2497,12 +2497,12 @@
2497
2497
  },
2498
2498
  {
2499
2499
  "constant": false,
2500
- "id": 39658,
2500
+ "id": 39677,
2501
2501
  "mutability": "mutable",
2502
2502
  "name": "",
2503
2503
  "nameLocation": "-1:-1:-1",
2504
2504
  "nodeType": "VariableDeclaration",
2505
- "scope": 39672,
2505
+ "scope": 39691,
2506
2506
  "src": "1640:6:67",
2507
2507
  "stateVariable": false,
2508
2508
  "storageLocation": "default",
@@ -2511,7 +2511,7 @@
2511
2511
  "typeString": "uint40"
2512
2512
  },
2513
2513
  "typeName": {
2514
- "id": 39657,
2514
+ "id": 39676,
2515
2515
  "name": "uint40",
2516
2516
  "nodeType": "ElementaryTypeName",
2517
2517
  "src": "1640:6:67",
@@ -2524,12 +2524,12 @@
2524
2524
  },
2525
2525
  {
2526
2526
  "constant": false,
2527
- "id": 39660,
2527
+ "id": 39679,
2528
2528
  "mutability": "mutable",
2529
2529
  "name": "",
2530
2530
  "nameLocation": "-1:-1:-1",
2531
2531
  "nodeType": "VariableDeclaration",
2532
- "scope": 39672,
2532
+ "scope": 39691,
2533
2533
  "src": "1652:6:67",
2534
2534
  "stateVariable": false,
2535
2535
  "storageLocation": "default",
@@ -2538,7 +2538,7 @@
2538
2538
  "typeString": "uint40"
2539
2539
  },
2540
2540
  "typeName": {
2541
- "id": 39659,
2541
+ "id": 39678,
2542
2542
  "name": "uint40",
2543
2543
  "nodeType": "ElementaryTypeName",
2544
2544
  "src": "1652:6:67",
@@ -2551,36 +2551,36 @@
2551
2551
  },
2552
2552
  {
2553
2553
  "constant": false,
2554
- "id": 39663,
2554
+ "id": 39682,
2555
2555
  "mutability": "mutable",
2556
2556
  "name": "",
2557
2557
  "nameLocation": "-1:-1:-1",
2558
2558
  "nodeType": "VariableDeclaration",
2559
- "scope": 39672,
2559
+ "scope": 39691,
2560
2560
  "src": "1664:13:67",
2561
2561
  "stateVariable": false,
2562
2562
  "storageLocation": "default",
2563
2563
  "typeDescriptions": {
2564
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35744",
2564
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35763",
2565
2565
  "typeString": "PackedCounter"
2566
2566
  },
2567
2567
  "typeName": {
2568
- "id": 39662,
2568
+ "id": 39681,
2569
2569
  "nodeType": "UserDefinedTypeName",
2570
2570
  "pathNode": {
2571
- "id": 39661,
2571
+ "id": 39680,
2572
2572
  "name": "PackedCounter",
2573
2573
  "nameLocations": [
2574
2574
  "1664:13:67"
2575
2575
  ],
2576
2576
  "nodeType": "IdentifierPath",
2577
- "referencedDeclaration": 35744,
2577
+ "referencedDeclaration": 35763,
2578
2578
  "src": "1664:13:67"
2579
2579
  },
2580
- "referencedDeclaration": 35744,
2580
+ "referencedDeclaration": 35763,
2581
2581
  "src": "1664:13:67",
2582
2582
  "typeDescriptions": {
2583
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35744",
2583
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$35763",
2584
2584
  "typeString": "PackedCounter"
2585
2585
  }
2586
2586
  },
@@ -2588,12 +2588,12 @@
2588
2588
  },
2589
2589
  {
2590
2590
  "constant": false,
2591
- "id": 39665,
2591
+ "id": 39684,
2592
2592
  "mutability": "mutable",
2593
2593
  "name": "",
2594
2594
  "nameLocation": "-1:-1:-1",
2595
2595
  "nodeType": "VariableDeclaration",
2596
- "scope": 39672,
2596
+ "scope": 39691,
2597
2597
  "src": "1683:12:67",
2598
2598
  "stateVariable": false,
2599
2599
  "storageLocation": "memory",
@@ -2602,7 +2602,7 @@
2602
2602
  "typeString": "bytes"
2603
2603
  },
2604
2604
  "typeName": {
2605
- "id": 39664,
2605
+ "id": 39683,
2606
2606
  "name": "bytes",
2607
2607
  "nodeType": "ElementaryTypeName",
2608
2608
  "src": "1683:5:67",
@@ -2617,23 +2617,23 @@
2617
2617
  "src": "1585:114:67"
2618
2618
  },
2619
2619
  "returnParameters": {
2620
- "id": 39667,
2620
+ "id": 39686,
2621
2621
  "nodeType": "ParameterList",
2622
2622
  "parameters": [],
2623
2623
  "src": "1715:0:67"
2624
2624
  },
2625
- "scope": 39705,
2625
+ "scope": 39724,
2626
2626
  "stateMutability": "nonpayable",
2627
2627
  "virtual": true,
2628
2628
  "visibility": "public"
2629
2629
  },
2630
2630
  {
2631
- "id": 39688,
2631
+ "id": 39707,
2632
2632
  "nodeType": "FunctionDefinition",
2633
2633
  "src": "1763:132:67",
2634
2634
  "nodes": [],
2635
2635
  "body": {
2636
- "id": 39687,
2636
+ "id": 39706,
2637
2637
  "nodeType": "Block",
2638
2638
  "src": "1851:44:67",
2639
2639
  "nodes": [],
@@ -2643,18 +2643,18 @@
2643
2643
  "arguments": [],
2644
2644
  "expression": {
2645
2645
  "argumentTypes": [],
2646
- "id": 39684,
2646
+ "id": 39703,
2647
2647
  "name": "StoreHook_NotImplemented",
2648
2648
  "nodeType": "Identifier",
2649
2649
  "overloadedDeclarations": [],
2650
- "referencedDeclaration": 67701,
2650
+ "referencedDeclaration": 67720,
2651
2651
  "src": "1864:24:67",
2652
2652
  "typeDescriptions": {
2653
2653
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2654
2654
  "typeString": "function () pure"
2655
2655
  }
2656
2656
  },
2657
- "id": 39685,
2657
+ "id": 39704,
2658
2658
  "isConstant": false,
2659
2659
  "isLValue": false,
2660
2660
  "isPure": false,
@@ -2670,14 +2670,14 @@
2670
2670
  "typeString": "tuple()"
2671
2671
  }
2672
2672
  },
2673
- "id": 39686,
2673
+ "id": 39705,
2674
2674
  "nodeType": "RevertStatement",
2675
2675
  "src": "1857:33:67"
2676
2676
  }
2677
2677
  ]
2678
2678
  },
2679
2679
  "baseFunctions": [
2680
- 67817
2680
+ 67836
2681
2681
  ],
2682
2682
  "functionSelector": "9faeaf45",
2683
2683
  "implemented": true,
@@ -2686,41 +2686,41 @@
2686
2686
  "name": "onBeforeDeleteRecord",
2687
2687
  "nameLocation": "1772:20:67",
2688
2688
  "parameters": {
2689
- "id": 39682,
2689
+ "id": 39701,
2690
2690
  "nodeType": "ParameterList",
2691
2691
  "parameters": [
2692
2692
  {
2693
2693
  "constant": false,
2694
- "id": 39675,
2694
+ "id": 39694,
2695
2695
  "mutability": "mutable",
2696
2696
  "name": "",
2697
2697
  "nameLocation": "-1:-1:-1",
2698
2698
  "nodeType": "VariableDeclaration",
2699
- "scope": 39688,
2699
+ "scope": 39707,
2700
2700
  "src": "1793:10:67",
2701
2701
  "stateVariable": false,
2702
2702
  "storageLocation": "default",
2703
2703
  "typeDescriptions": {
2704
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2704
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2705
2705
  "typeString": "ResourceId"
2706
2706
  },
2707
2707
  "typeName": {
2708
- "id": 39674,
2708
+ "id": 39693,
2709
2709
  "nodeType": "UserDefinedTypeName",
2710
2710
  "pathNode": {
2711
- "id": 39673,
2711
+ "id": 39692,
2712
2712
  "name": "ResourceId",
2713
2713
  "nameLocations": [
2714
2714
  "1793:10:67"
2715
2715
  ],
2716
2716
  "nodeType": "IdentifierPath",
2717
- "referencedDeclaration": 36365,
2717
+ "referencedDeclaration": 36384,
2718
2718
  "src": "1793:10:67"
2719
2719
  },
2720
- "referencedDeclaration": 36365,
2720
+ "referencedDeclaration": 36384,
2721
2721
  "src": "1793:10:67",
2722
2722
  "typeDescriptions": {
2723
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2723
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2724
2724
  "typeString": "ResourceId"
2725
2725
  }
2726
2726
  },
@@ -2728,12 +2728,12 @@
2728
2728
  },
2729
2729
  {
2730
2730
  "constant": false,
2731
- "id": 39678,
2731
+ "id": 39697,
2732
2732
  "mutability": "mutable",
2733
2733
  "name": "",
2734
2734
  "nameLocation": "-1:-1:-1",
2735
2735
  "nodeType": "VariableDeclaration",
2736
- "scope": 39688,
2736
+ "scope": 39707,
2737
2737
  "src": "1805:16:67",
2738
2738
  "stateVariable": false,
2739
2739
  "storageLocation": "memory",
@@ -2743,7 +2743,7 @@
2743
2743
  },
2744
2744
  "typeName": {
2745
2745
  "baseType": {
2746
- "id": 39676,
2746
+ "id": 39695,
2747
2747
  "name": "bytes32",
2748
2748
  "nodeType": "ElementaryTypeName",
2749
2749
  "src": "1805:7:67",
@@ -2752,7 +2752,7 @@
2752
2752
  "typeString": "bytes32"
2753
2753
  }
2754
2754
  },
2755
- "id": 39677,
2755
+ "id": 39696,
2756
2756
  "nodeType": "ArrayTypeName",
2757
2757
  "src": "1805:9:67",
2758
2758
  "typeDescriptions": {
@@ -2764,36 +2764,36 @@
2764
2764
  },
2765
2765
  {
2766
2766
  "constant": false,
2767
- "id": 39681,
2767
+ "id": 39700,
2768
2768
  "mutability": "mutable",
2769
2769
  "name": "",
2770
2770
  "nameLocation": "-1:-1:-1",
2771
2771
  "nodeType": "VariableDeclaration",
2772
- "scope": 39688,
2772
+ "scope": 39707,
2773
2773
  "src": "1823:11:67",
2774
2774
  "stateVariable": false,
2775
2775
  "storageLocation": "default",
2776
2776
  "typeDescriptions": {
2777
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2777
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2778
2778
  "typeString": "FieldLayout"
2779
2779
  },
2780
2780
  "typeName": {
2781
- "id": 39680,
2781
+ "id": 39699,
2782
2782
  "nodeType": "UserDefinedTypeName",
2783
2783
  "pathNode": {
2784
- "id": 39679,
2784
+ "id": 39698,
2785
2785
  "name": "FieldLayout",
2786
2786
  "nameLocations": [
2787
2787
  "1823:11:67"
2788
2788
  ],
2789
2789
  "nodeType": "IdentifierPath",
2790
- "referencedDeclaration": 34805,
2790
+ "referencedDeclaration": 34824,
2791
2791
  "src": "1823:11:67"
2792
2792
  },
2793
- "referencedDeclaration": 34805,
2793
+ "referencedDeclaration": 34824,
2794
2794
  "src": "1823:11:67",
2795
2795
  "typeDescriptions": {
2796
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2796
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2797
2797
  "typeString": "FieldLayout"
2798
2798
  }
2799
2799
  },
@@ -2803,23 +2803,23 @@
2803
2803
  "src": "1792:43:67"
2804
2804
  },
2805
2805
  "returnParameters": {
2806
- "id": 39683,
2806
+ "id": 39702,
2807
2807
  "nodeType": "ParameterList",
2808
2808
  "parameters": [],
2809
2809
  "src": "1851:0:67"
2810
2810
  },
2811
- "scope": 39705,
2811
+ "scope": 39724,
2812
2812
  "stateMutability": "nonpayable",
2813
2813
  "virtual": true,
2814
2814
  "visibility": "public"
2815
2815
  },
2816
2816
  {
2817
- "id": 39704,
2817
+ "id": 39723,
2818
2818
  "nodeType": "FunctionDefinition",
2819
2819
  "src": "1899:131:67",
2820
2820
  "nodes": [],
2821
2821
  "body": {
2822
- "id": 39703,
2822
+ "id": 39722,
2823
2823
  "nodeType": "Block",
2824
2824
  "src": "1986:44:67",
2825
2825
  "nodes": [],
@@ -2829,18 +2829,18 @@
2829
2829
  "arguments": [],
2830
2830
  "expression": {
2831
2831
  "argumentTypes": [],
2832
- "id": 39700,
2832
+ "id": 39719,
2833
2833
  "name": "StoreHook_NotImplemented",
2834
2834
  "nodeType": "Identifier",
2835
2835
  "overloadedDeclarations": [],
2836
- "referencedDeclaration": 67701,
2836
+ "referencedDeclaration": 67720,
2837
2837
  "src": "1999:24:67",
2838
2838
  "typeDescriptions": {
2839
2839
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2840
2840
  "typeString": "function () pure"
2841
2841
  }
2842
2842
  },
2843
- "id": 39701,
2843
+ "id": 39720,
2844
2844
  "isConstant": false,
2845
2845
  "isLValue": false,
2846
2846
  "isPure": false,
@@ -2856,14 +2856,14 @@
2856
2856
  "typeString": "tuple()"
2857
2857
  }
2858
2858
  },
2859
- "id": 39702,
2859
+ "id": 39721,
2860
2860
  "nodeType": "RevertStatement",
2861
2861
  "src": "1992:33:67"
2862
2862
  }
2863
2863
  ]
2864
2864
  },
2865
2865
  "baseFunctions": [
2866
- 67829
2866
+ 67848
2867
2867
  ],
2868
2868
  "functionSelector": "83b5c95b",
2869
2869
  "implemented": true,
@@ -2872,41 +2872,41 @@
2872
2872
  "name": "onAfterDeleteRecord",
2873
2873
  "nameLocation": "1908:19:67",
2874
2874
  "parameters": {
2875
- "id": 39698,
2875
+ "id": 39717,
2876
2876
  "nodeType": "ParameterList",
2877
2877
  "parameters": [
2878
2878
  {
2879
2879
  "constant": false,
2880
- "id": 39691,
2880
+ "id": 39710,
2881
2881
  "mutability": "mutable",
2882
2882
  "name": "",
2883
2883
  "nameLocation": "-1:-1:-1",
2884
2884
  "nodeType": "VariableDeclaration",
2885
- "scope": 39704,
2885
+ "scope": 39723,
2886
2886
  "src": "1928:10:67",
2887
2887
  "stateVariable": false,
2888
2888
  "storageLocation": "default",
2889
2889
  "typeDescriptions": {
2890
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2890
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2891
2891
  "typeString": "ResourceId"
2892
2892
  },
2893
2893
  "typeName": {
2894
- "id": 39690,
2894
+ "id": 39709,
2895
2895
  "nodeType": "UserDefinedTypeName",
2896
2896
  "pathNode": {
2897
- "id": 39689,
2897
+ "id": 39708,
2898
2898
  "name": "ResourceId",
2899
2899
  "nameLocations": [
2900
2900
  "1928:10:67"
2901
2901
  ],
2902
2902
  "nodeType": "IdentifierPath",
2903
- "referencedDeclaration": 36365,
2903
+ "referencedDeclaration": 36384,
2904
2904
  "src": "1928:10:67"
2905
2905
  },
2906
- "referencedDeclaration": 36365,
2906
+ "referencedDeclaration": 36384,
2907
2907
  "src": "1928:10:67",
2908
2908
  "typeDescriptions": {
2909
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2909
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2910
2910
  "typeString": "ResourceId"
2911
2911
  }
2912
2912
  },
@@ -2914,12 +2914,12 @@
2914
2914
  },
2915
2915
  {
2916
2916
  "constant": false,
2917
- "id": 39694,
2917
+ "id": 39713,
2918
2918
  "mutability": "mutable",
2919
2919
  "name": "",
2920
2920
  "nameLocation": "-1:-1:-1",
2921
2921
  "nodeType": "VariableDeclaration",
2922
- "scope": 39704,
2922
+ "scope": 39723,
2923
2923
  "src": "1940:16:67",
2924
2924
  "stateVariable": false,
2925
2925
  "storageLocation": "memory",
@@ -2929,7 +2929,7 @@
2929
2929
  },
2930
2930
  "typeName": {
2931
2931
  "baseType": {
2932
- "id": 39692,
2932
+ "id": 39711,
2933
2933
  "name": "bytes32",
2934
2934
  "nodeType": "ElementaryTypeName",
2935
2935
  "src": "1940:7:67",
@@ -2938,7 +2938,7 @@
2938
2938
  "typeString": "bytes32"
2939
2939
  }
2940
2940
  },
2941
- "id": 39693,
2941
+ "id": 39712,
2942
2942
  "nodeType": "ArrayTypeName",
2943
2943
  "src": "1940:9:67",
2944
2944
  "typeDescriptions": {
@@ -2950,36 +2950,36 @@
2950
2950
  },
2951
2951
  {
2952
2952
  "constant": false,
2953
- "id": 39697,
2953
+ "id": 39716,
2954
2954
  "mutability": "mutable",
2955
2955
  "name": "",
2956
2956
  "nameLocation": "-1:-1:-1",
2957
2957
  "nodeType": "VariableDeclaration",
2958
- "scope": 39704,
2958
+ "scope": 39723,
2959
2959
  "src": "1958:11:67",
2960
2960
  "stateVariable": false,
2961
2961
  "storageLocation": "default",
2962
2962
  "typeDescriptions": {
2963
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2963
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2964
2964
  "typeString": "FieldLayout"
2965
2965
  },
2966
2966
  "typeName": {
2967
- "id": 39696,
2967
+ "id": 39715,
2968
2968
  "nodeType": "UserDefinedTypeName",
2969
2969
  "pathNode": {
2970
- "id": 39695,
2970
+ "id": 39714,
2971
2971
  "name": "FieldLayout",
2972
2972
  "nameLocations": [
2973
2973
  "1958:11:67"
2974
2974
  ],
2975
2975
  "nodeType": "IdentifierPath",
2976
- "referencedDeclaration": 34805,
2976
+ "referencedDeclaration": 34824,
2977
2977
  "src": "1958:11:67"
2978
2978
  },
2979
- "referencedDeclaration": 34805,
2979
+ "referencedDeclaration": 34824,
2980
2980
  "src": "1958:11:67",
2981
2981
  "typeDescriptions": {
2982
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2982
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2983
2983
  "typeString": "FieldLayout"
2984
2984
  }
2985
2985
  },
@@ -2989,12 +2989,12 @@
2989
2989
  "src": "1927:43:67"
2990
2990
  },
2991
2991
  "returnParameters": {
2992
- "id": 39699,
2992
+ "id": 39718,
2993
2993
  "nodeType": "ParameterList",
2994
2994
  "parameters": [],
2995
2995
  "src": "1986:0:67"
2996
2996
  },
2997
- "scope": 39705,
2997
+ "scope": 39724,
2998
2998
  "stateMutability": "nonpayable",
2999
2999
  "virtual": true,
3000
3000
  "visibility": "public"
@@ -3004,16 +3004,16 @@
3004
3004
  "baseContracts": [
3005
3005
  {
3006
3006
  "baseName": {
3007
- "id": 39527,
3007
+ "id": 39546,
3008
3008
  "name": "IStoreHook",
3009
3009
  "nameLocations": [
3010
3010
  "365:10:67"
3011
3011
  ],
3012
3012
  "nodeType": "IdentifierPath",
3013
- "referencedDeclaration": 67830,
3013
+ "referencedDeclaration": 67849,
3014
3014
  "src": "365:10:67"
3015
3015
  },
3016
- "id": 39528,
3016
+ "id": 39547,
3017
3017
  "nodeType": "InheritanceSpecifier",
3018
3018
  "src": "365:10:67"
3019
3019
  }
@@ -3023,15 +3023,15 @@
3023
3023
  "contractKind": "contract",
3024
3024
  "fullyImplemented": true,
3025
3025
  "linearizedBaseContracts": [
3026
- 39705,
3027
- 67830,
3028
- 70713
3026
+ 39724,
3027
+ 67849,
3028
+ 70732
3029
3029
  ],
3030
3030
  "name": "StoreHook",
3031
3031
  "nameLocation": "352:9:67",
3032
- "scope": 39706,
3032
+ "scope": 39725,
3033
3033
  "usedErrors": [
3034
- 67701
3034
+ 67720
3035
3035
  ],
3036
3036
  "usedEvents": []
3037
3037
  }