@latticexyz/world-modules 2.0.0-main-c714e5d1 → 2.0.0-main-94d7f1ee

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 (115) hide show
  1. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  2. package/out/AccessControl.sol/AccessControl.json +1651 -0
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Balances.sol/Balances.abi.json +1 -0
  5. package/out/Balances.sol/Balances.json +13002 -0
  6. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  7. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  8. package/out/DelegationControl.sol/DelegationControl.json +135 -135
  9. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  10. package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
  11. package/out/Hooks.sol/Hooks.json +45 -45
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  14. package/out/IBaseWorld.sol/IBaseWorld.json +81 -81
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  16. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  17. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
  19. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  20. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  21. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  22. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  23. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
  24. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  25. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  26. package/out/KeysInTableModule.sol/KeysInTableModule.json +838 -838
  27. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  28. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1557 -1557
  29. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +650 -650
  30. package/out/Module.sol/Module.json +119 -119
  31. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  32. package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
  33. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  34. package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
  35. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  36. package/out/Schema.sol/SchemaInstance.json +30 -30
  37. package/out/Schema.sol/SchemaLib.json +30 -30
  38. package/out/SchemaType.sol/SchemaType.json +729 -729
  39. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +448 -448
  40. package/out/StoreHook.sol/StoreHook.json +639 -639
  41. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  42. package/out/System.sol/System.json +32 -32
  43. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  44. package/out/SystemHooks.sol/SystemHooks.json +32460 -0
  45. package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
  46. package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
  47. package/out/Systems.sol/Systems.abi.json +1 -0
  48. package/out/Systems.sol/Systems.json +18508 -0
  49. package/out/Tables.sol/Tables.json +73 -73
  50. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  51. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  52. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  53. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +482 -482
  54. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  55. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
  56. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  57. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  58. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  59. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  60. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  61. package/out/constants.sol/constants.json +194 -194
  62. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  63. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  64. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  65. package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
  66. package/out/hasKey.sol/hasKey.json +215 -215
  67. package/out/index.sol/index.json +73 -73
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +171 -171
  69. package/out/query.sol/query.json +1892 -1892
  70. package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
  71. package/out/src/Bytes.sol/Bytes.json +3766 -3766
  72. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
  73. package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
  74. package/out/src/Hook.sol/HookInstance.abi.json +1 -0
  75. package/out/src/Hook.sol/HookInstance.json +2823 -0
  76. package/out/src/Hook.sol/HookLib.abi.json +1 -0
  77. package/out/src/Hook.sol/HookLib.json +2823 -0
  78. package/out/src/IStore.sol/IStore.json +73 -73
  79. package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
  80. package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
  81. package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
  82. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
  83. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
  84. package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
  85. package/out/src/IWorldKernel.sol/IWorldCall.json +258 -258
  86. package/out/src/IWorldKernel.sol/IWorldKernel.json +258 -258
  87. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +258 -258
  88. package/out/src/Memory.sol/Memory.json +242 -242
  89. package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
  90. package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
  91. package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
  92. package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
  93. package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
  94. package/out/src/Schema.sol/SchemaLib.json +1351 -1351
  95. package/out/src/Slice.sol/SliceInstance.json +802 -802
  96. package/out/src/Slice.sol/SliceLib.json +802 -802
  97. package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
  98. package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
  99. package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
  100. package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
  101. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
  102. package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
  103. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +809 -809
  104. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +809 -809
  105. package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
  106. package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
  107. package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
  108. package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
  109. package/out/tables/Tables.sol/Tables.json +12189 -12189
  110. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
  111. package/out/types.sol/types.json +71 -71
  112. package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
  113. package/package.json +8 -8
  114. package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
  115. package/src/utils/SystemSwitch.sol +82 -0
@@ -808,37 +808,37 @@
808
808
  },
809
809
  "ast": {
810
810
  "absolutePath": "node_modules/@latticexyz/store/src/StoreHook.sol",
811
- "id": 29968,
811
+ "id": 32484,
812
812
  "exportedSymbols": {
813
813
  "ERC165_INTERFACE_ID": [
814
- 61370
814
+ 73148
815
815
  ],
816
816
  "FieldLayout": [
817
- 25482
817
+ 27801
818
818
  ],
819
819
  "IStoreHook": [
820
- 60985
820
+ 72763
821
821
  ],
822
822
  "PackedCounter": [
823
- 25978
823
+ 28494
824
824
  ],
825
825
  "ResourceId": [
826
- 26605
826
+ 29121
827
827
  ],
828
828
  "STORE_HOOK_INTERFACE_ID": [
829
- 60843
829
+ 72621
830
830
  ],
831
831
  "StoreHook": [
832
- 29967
832
+ 32483
833
833
  ]
834
834
  },
835
835
  "nodeType": "SourceUnit",
836
- "src": "32:7682:72",
836
+ "src": "32:7682:74",
837
837
  "nodes": [
838
838
  {
839
- "id": 29767,
839
+ "id": 32283,
840
840
  "nodeType": "PragmaDirective",
841
- "src": "32:25:72",
841
+ "src": "32:25:74",
842
842
  "nodes": [],
843
843
  "literals": [
844
844
  "solidity",
@@ -848,36 +848,36 @@
848
848
  ]
849
849
  },
850
850
  {
851
- "id": 29770,
851
+ "id": 32286,
852
852
  "nodeType": "ImportDirective",
853
- "src": "59:71:72",
853
+ "src": "59:71:74",
854
854
  "nodes": [],
855
855
  "absolutePath": "node_modules/@latticexyz/store/src/IStoreHook.sol",
856
856
  "file": "./IStoreHook.sol",
857
857
  "nameLocation": "-1:-1:-1",
858
- "scope": 29968,
859
- "sourceUnit": 60986,
858
+ "scope": 32484,
859
+ "sourceUnit": 72764,
860
860
  "symbolAliases": [
861
861
  {
862
862
  "foreign": {
863
- "id": 29768,
863
+ "id": 32284,
864
864
  "name": "IStoreHook",
865
865
  "nodeType": "Identifier",
866
866
  "overloadedDeclarations": [],
867
- "referencedDeclaration": 60985,
868
- "src": "68:10:72",
867
+ "referencedDeclaration": 72763,
868
+ "src": "68:10:74",
869
869
  "typeDescriptions": {}
870
870
  },
871
871
  "nameLocation": "-1:-1:-1"
872
872
  },
873
873
  {
874
874
  "foreign": {
875
- "id": 29769,
875
+ "id": 32285,
876
876
  "name": "STORE_HOOK_INTERFACE_ID",
877
877
  "nodeType": "Identifier",
878
878
  "overloadedDeclarations": [],
879
- "referencedDeclaration": 60843,
880
- "src": "80:23:72",
879
+ "referencedDeclaration": 72621,
880
+ "src": "80:23:74",
881
881
  "typeDescriptions": {}
882
882
  },
883
883
  "nameLocation": "-1:-1:-1"
@@ -886,24 +886,24 @@
886
886
  "unitAlias": ""
887
887
  },
888
888
  {
889
- "id": 29772,
889
+ "id": 32288,
890
890
  "nodeType": "ImportDirective",
891
- "src": "131:52:72",
891
+ "src": "131:52:74",
892
892
  "nodes": [],
893
893
  "absolutePath": "node_modules/@latticexyz/store/src/IERC165.sol",
894
894
  "file": "./IERC165.sol",
895
895
  "nameLocation": "-1:-1:-1",
896
- "scope": 29968,
897
- "sourceUnit": 61380,
896
+ "scope": 32484,
897
+ "sourceUnit": 73158,
898
898
  "symbolAliases": [
899
899
  {
900
900
  "foreign": {
901
- "id": 29771,
901
+ "id": 32287,
902
902
  "name": "ERC165_INTERFACE_ID",
903
903
  "nodeType": "Identifier",
904
904
  "overloadedDeclarations": [],
905
- "referencedDeclaration": 61370,
906
- "src": "140:19:72",
905
+ "referencedDeclaration": 73148,
906
+ "src": "140:19:74",
907
907
  "typeDescriptions": {}
908
908
  },
909
909
  "nameLocation": "-1:-1:-1"
@@ -912,24 +912,24 @@
912
912
  "unitAlias": ""
913
913
  },
914
914
  {
915
- "id": 29774,
915
+ "id": 32290,
916
916
  "nodeType": "ImportDirective",
917
- "src": "184:52:72",
917
+ "src": "184:52:74",
918
918
  "nodes": [],
919
919
  "absolutePath": "node_modules/@latticexyz/store/src/PackedCounter.sol",
920
920
  "file": "./PackedCounter.sol",
921
921
  "nameLocation": "-1:-1:-1",
922
- "scope": 29968,
923
- "sourceUnit": 26602,
922
+ "scope": 32484,
923
+ "sourceUnit": 29118,
924
924
  "symbolAliases": [
925
925
  {
926
926
  "foreign": {
927
- "id": 29773,
927
+ "id": 32289,
928
928
  "name": "PackedCounter",
929
929
  "nodeType": "Identifier",
930
930
  "overloadedDeclarations": [],
931
- "referencedDeclaration": 25978,
932
- "src": "193:13:72",
931
+ "referencedDeclaration": 28494,
932
+ "src": "193:13:74",
933
933
  "typeDescriptions": {}
934
934
  },
935
935
  "nameLocation": "-1:-1:-1"
@@ -938,24 +938,24 @@
938
938
  "unitAlias": ""
939
939
  },
940
940
  {
941
- "id": 29776,
941
+ "id": 32292,
942
942
  "nodeType": "ImportDirective",
943
- "src": "237:48:72",
943
+ "src": "237:48:74",
944
944
  "nodes": [],
945
945
  "absolutePath": "node_modules/@latticexyz/store/src/FieldLayout.sol",
946
946
  "file": "./FieldLayout.sol",
947
947
  "nameLocation": "-1:-1:-1",
948
- "scope": 29968,
949
- "sourceUnit": 25902,
948
+ "scope": 32484,
949
+ "sourceUnit": 28221,
950
950
  "symbolAliases": [
951
951
  {
952
952
  "foreign": {
953
- "id": 29775,
953
+ "id": 32291,
954
954
  "name": "FieldLayout",
955
955
  "nodeType": "Identifier",
956
956
  "overloadedDeclarations": [],
957
- "referencedDeclaration": 25482,
958
- "src": "246:11:72",
957
+ "referencedDeclaration": 27801,
958
+ "src": "246:11:74",
959
959
  "typeDescriptions": {}
960
960
  },
961
961
  "nameLocation": "-1:-1:-1"
@@ -964,24 +964,24 @@
964
964
  "unitAlias": ""
965
965
  },
966
966
  {
967
- "id": 29778,
967
+ "id": 32294,
968
968
  "nodeType": "ImportDirective",
969
- "src": "286:46:72",
969
+ "src": "286:46:74",
970
970
  "nodes": [],
971
971
  "absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
972
972
  "file": "./ResourceId.sol",
973
973
  "nameLocation": "-1:-1:-1",
974
- "scope": 29968,
975
- "sourceUnit": 26677,
974
+ "scope": 32484,
975
+ "sourceUnit": 29193,
976
976
  "symbolAliases": [
977
977
  {
978
978
  "foreign": {
979
- "id": 29777,
979
+ "id": 32293,
980
980
  "name": "ResourceId",
981
981
  "nodeType": "Identifier",
982
982
  "overloadedDeclarations": [],
983
- "referencedDeclaration": 26605,
984
- "src": "295:10:72",
983
+ "referencedDeclaration": 29121,
984
+ "src": "295:10:74",
985
985
  "typeDescriptions": {}
986
986
  },
987
987
  "nameLocation": "-1:-1:-1"
@@ -990,19 +990,19 @@
990
990
  "unitAlias": ""
991
991
  },
992
992
  {
993
- "id": 29967,
993
+ "id": 32483,
994
994
  "nodeType": "ContractDefinition",
995
- "src": "609:7104:72",
995
+ "src": "609:7104:74",
996
996
  "nodes": [
997
997
  {
998
- "id": 29798,
998
+ "id": 32314,
999
999
  "nodeType": "FunctionDefinition",
1000
- "src": "900:176:72",
1000
+ "src": "900:176:74",
1001
1001
  "nodes": [],
1002
1002
  "body": {
1003
- "id": 29797,
1003
+ "id": 32313,
1004
1004
  "nodeType": "Block",
1005
- "src": "982:94:72",
1005
+ "src": "982:94:74",
1006
1006
  "nodes": [],
1007
1007
  "statements": [
1008
1008
  {
@@ -1011,7 +1011,7 @@
1011
1011
  "typeIdentifier": "t_bool",
1012
1012
  "typeString": "bool"
1013
1013
  },
1014
- "id": 29795,
1014
+ "id": 32311,
1015
1015
  "isConstant": false,
1016
1016
  "isLValue": false,
1017
1017
  "isPure": false,
@@ -1021,18 +1021,18 @@
1021
1021
  "typeIdentifier": "t_bytes4",
1022
1022
  "typeString": "bytes4"
1023
1023
  },
1024
- "id": 29791,
1024
+ "id": 32307,
1025
1025
  "isConstant": false,
1026
1026
  "isLValue": false,
1027
1027
  "isPure": false,
1028
1028
  "lValueRequested": false,
1029
1029
  "leftExpression": {
1030
- "id": 29789,
1030
+ "id": 32305,
1031
1031
  "name": "interfaceId",
1032
1032
  "nodeType": "Identifier",
1033
1033
  "overloadedDeclarations": [],
1034
- "referencedDeclaration": 29784,
1035
- "src": "995:11:72",
1034
+ "referencedDeclaration": 32300,
1035
+ "src": "995:11:74",
1036
1036
  "typeDescriptions": {
1037
1037
  "typeIdentifier": "t_bytes4",
1038
1038
  "typeString": "bytes4"
@@ -1041,18 +1041,18 @@
1041
1041
  "nodeType": "BinaryOperation",
1042
1042
  "operator": "==",
1043
1043
  "rightExpression": {
1044
- "id": 29790,
1044
+ "id": 32306,
1045
1045
  "name": "STORE_HOOK_INTERFACE_ID",
1046
1046
  "nodeType": "Identifier",
1047
1047
  "overloadedDeclarations": [],
1048
- "referencedDeclaration": 60843,
1049
- "src": "1010:23:72",
1048
+ "referencedDeclaration": 72621,
1049
+ "src": "1010:23:74",
1050
1050
  "typeDescriptions": {
1051
1051
  "typeIdentifier": "t_bytes4",
1052
1052
  "typeString": "bytes4"
1053
1053
  }
1054
1054
  },
1055
- "src": "995:38:72",
1055
+ "src": "995:38:74",
1056
1056
  "typeDescriptions": {
1057
1057
  "typeIdentifier": "t_bool",
1058
1058
  "typeString": "bool"
@@ -1065,18 +1065,18 @@
1065
1065
  "typeIdentifier": "t_bytes4",
1066
1066
  "typeString": "bytes4"
1067
1067
  },
1068
- "id": 29794,
1068
+ "id": 32310,
1069
1069
  "isConstant": false,
1070
1070
  "isLValue": false,
1071
1071
  "isPure": false,
1072
1072
  "lValueRequested": false,
1073
1073
  "leftExpression": {
1074
- "id": 29792,
1074
+ "id": 32308,
1075
1075
  "name": "interfaceId",
1076
1076
  "nodeType": "Identifier",
1077
1077
  "overloadedDeclarations": [],
1078
- "referencedDeclaration": 29784,
1079
- "src": "1037:11:72",
1078
+ "referencedDeclaration": 32300,
1079
+ "src": "1037:11:74",
1080
1080
  "typeDescriptions": {
1081
1081
  "typeIdentifier": "t_bytes4",
1082
1082
  "typeString": "bytes4"
@@ -1085,43 +1085,43 @@
1085
1085
  "nodeType": "BinaryOperation",
1086
1086
  "operator": "==",
1087
1087
  "rightExpression": {
1088
- "id": 29793,
1088
+ "id": 32309,
1089
1089
  "name": "ERC165_INTERFACE_ID",
1090
1090
  "nodeType": "Identifier",
1091
1091
  "overloadedDeclarations": [],
1092
- "referencedDeclaration": 61370,
1093
- "src": "1052:19:72",
1092
+ "referencedDeclaration": 73148,
1093
+ "src": "1052:19:74",
1094
1094
  "typeDescriptions": {
1095
1095
  "typeIdentifier": "t_bytes4",
1096
1096
  "typeString": "bytes4"
1097
1097
  }
1098
1098
  },
1099
- "src": "1037:34:72",
1099
+ "src": "1037:34:74",
1100
1100
  "typeDescriptions": {
1101
1101
  "typeIdentifier": "t_bool",
1102
1102
  "typeString": "bool"
1103
1103
  }
1104
1104
  },
1105
- "src": "995:76:72",
1105
+ "src": "995:76:74",
1106
1106
  "typeDescriptions": {
1107
1107
  "typeIdentifier": "t_bool",
1108
1108
  "typeString": "bool"
1109
1109
  }
1110
1110
  },
1111
- "functionReturnParameters": 29788,
1112
- "id": 29796,
1111
+ "functionReturnParameters": 32304,
1112
+ "id": 32312,
1113
1113
  "nodeType": "Return",
1114
- "src": "988:83:72"
1114
+ "src": "988:83:74"
1115
1115
  }
1116
1116
  ]
1117
1117
  },
1118
1118
  "baseFunctions": [
1119
- 61378
1119
+ 73156
1120
1120
  ],
1121
1121
  "documentation": {
1122
- "id": 29782,
1122
+ "id": 32298,
1123
1123
  "nodeType": "StructuredDocumentation",
1124
- "src": "655:242:72",
1124
+ "src": "655:242:74",
1125
1125
  "text": " @notice Check if the interface is supported.\n @dev This function is a part of the ERC-165 standard.\n @param interfaceId The ID of the interface to check.\n @return true if the interface is supported, false otherwise."
1126
1126
  },
1127
1127
  "functionSelector": "01ffc9a7",
@@ -1129,20 +1129,20 @@
1129
1129
  "kind": "function",
1130
1130
  "modifiers": [],
1131
1131
  "name": "supportsInterface",
1132
- "nameLocation": "909:17:72",
1132
+ "nameLocation": "909:17:74",
1133
1133
  "parameters": {
1134
- "id": 29785,
1134
+ "id": 32301,
1135
1135
  "nodeType": "ParameterList",
1136
1136
  "parameters": [
1137
1137
  {
1138
1138
  "constant": false,
1139
- "id": 29784,
1139
+ "id": 32300,
1140
1140
  "mutability": "mutable",
1141
1141
  "name": "interfaceId",
1142
- "nameLocation": "934:11:72",
1142
+ "nameLocation": "934:11:74",
1143
1143
  "nodeType": "VariableDeclaration",
1144
- "scope": 29798,
1145
- "src": "927:18:72",
1144
+ "scope": 32314,
1145
+ "src": "927:18:74",
1146
1146
  "stateVariable": false,
1147
1147
  "storageLocation": "default",
1148
1148
  "typeDescriptions": {
@@ -1150,10 +1150,10 @@
1150
1150
  "typeString": "bytes4"
1151
1151
  },
1152
1152
  "typeName": {
1153
- "id": 29783,
1153
+ "id": 32299,
1154
1154
  "name": "bytes4",
1155
1155
  "nodeType": "ElementaryTypeName",
1156
- "src": "927:6:72",
1156
+ "src": "927:6:74",
1157
1157
  "typeDescriptions": {
1158
1158
  "typeIdentifier": "t_bytes4",
1159
1159
  "typeString": "bytes4"
@@ -1162,21 +1162,21 @@
1162
1162
  "visibility": "internal"
1163
1163
  }
1164
1164
  ],
1165
- "src": "926:20:72"
1165
+ "src": "926:20:74"
1166
1166
  },
1167
1167
  "returnParameters": {
1168
- "id": 29788,
1168
+ "id": 32304,
1169
1169
  "nodeType": "ParameterList",
1170
1170
  "parameters": [
1171
1171
  {
1172
1172
  "constant": false,
1173
- "id": 29787,
1173
+ "id": 32303,
1174
1174
  "mutability": "mutable",
1175
1175
  "name": "",
1176
1176
  "nameLocation": "-1:-1:-1",
1177
1177
  "nodeType": "VariableDeclaration",
1178
- "scope": 29798,
1179
- "src": "976:4:72",
1178
+ "scope": 32314,
1179
+ "src": "976:4:74",
1180
1180
  "stateVariable": false,
1181
1181
  "storageLocation": "default",
1182
1182
  "typeDescriptions": {
@@ -1184,10 +1184,10 @@
1184
1184
  "typeString": "bool"
1185
1185
  },
1186
1186
  "typeName": {
1187
- "id": 29786,
1187
+ "id": 32302,
1188
1188
  "name": "bool",
1189
1189
  "nodeType": "ElementaryTypeName",
1190
- "src": "976:4:72",
1190
+ "src": "976:4:74",
1191
1191
  "typeDescriptions": {
1192
1192
  "typeIdentifier": "t_bool",
1193
1193
  "typeString": "bool"
@@ -1196,22 +1196,22 @@
1196
1196
  "visibility": "internal"
1197
1197
  }
1198
1198
  ],
1199
- "src": "975:6:72"
1199
+ "src": "975:6:74"
1200
1200
  },
1201
- "scope": 29967,
1201
+ "scope": 32483,
1202
1202
  "stateMutability": "pure",
1203
1203
  "virtual": true,
1204
1204
  "visibility": "public"
1205
1205
  },
1206
1206
  {
1207
- "id": 29822,
1207
+ "id": 32338,
1208
1208
  "nodeType": "FunctionDefinition",
1209
- "src": "1625:267:72",
1209
+ "src": "1625:267:74",
1210
1210
  "nodes": [],
1211
1211
  "body": {
1212
- "id": 29821,
1212
+ "id": 32337,
1213
1213
  "nodeType": "Block",
1214
- "src": "1848:44:72",
1214
+ "src": "1848:44:74",
1215
1215
  "nodes": [],
1216
1216
  "statements": [
1217
1217
  {
@@ -1219,18 +1219,18 @@
1219
1219
  "arguments": [],
1220
1220
  "expression": {
1221
1221
  "argumentTypes": [],
1222
- "id": 29818,
1222
+ "id": 32334,
1223
1223
  "name": "StoreHook_NotImplemented",
1224
1224
  "nodeType": "Identifier",
1225
1225
  "overloadedDeclarations": [],
1226
- "referencedDeclaration": 60848,
1227
- "src": "1861:24:72",
1226
+ "referencedDeclaration": 72626,
1227
+ "src": "1861:24:74",
1228
1228
  "typeDescriptions": {
1229
1229
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1230
1230
  "typeString": "function () pure"
1231
1231
  }
1232
1232
  },
1233
- "id": 29819,
1233
+ "id": 32335,
1234
1234
  "isConstant": false,
1235
1235
  "isLValue": false,
1236
1236
  "isPure": false,
@@ -1239,26 +1239,26 @@
1239
1239
  "nameLocations": [],
1240
1240
  "names": [],
1241
1241
  "nodeType": "FunctionCall",
1242
- "src": "1861:26:72",
1242
+ "src": "1861:26:74",
1243
1243
  "tryCall": false,
1244
1244
  "typeDescriptions": {
1245
1245
  "typeIdentifier": "t_tuple$__$",
1246
1246
  "typeString": "tuple()"
1247
1247
  }
1248
1248
  },
1249
- "id": 29820,
1249
+ "id": 32336,
1250
1250
  "nodeType": "RevertStatement",
1251
- "src": "1854:33:72"
1251
+ "src": "1854:33:74"
1252
1252
  }
1253
1253
  ]
1254
1254
  },
1255
1255
  "baseFunctions": [
1256
- 60868
1256
+ 72646
1257
1257
  ],
1258
1258
  "documentation": {
1259
- "id": 29799,
1259
+ "id": 32315,
1260
1260
  "nodeType": "StructuredDocumentation",
1261
- "src": "1080:542:72",
1261
+ "src": "1080:542:74",
1262
1262
  "text": " @notice Hook that runs before setting a record.\n @dev This function should be overridden to provide custom logic.\n @param tableId The ID of the table where the record is to be set.\n @param keyTuple An array representing the composite key for the record.\n @param staticData The static data of the record.\n @param encodedLengths The encoded lengths of the dynamic data of the record.\n @param dynamicData The dynamic data of the record.\n @param fieldLayout The layout of the field, see FieldLayout.sol."
1263
1263
  },
1264
1264
  "functionSelector": "57066c9c",
@@ -1266,43 +1266,43 @@
1266
1266
  "kind": "function",
1267
1267
  "modifiers": [],
1268
1268
  "name": "onBeforeSetRecord",
1269
- "nameLocation": "1634:17:72",
1269
+ "nameLocation": "1634:17:74",
1270
1270
  "parameters": {
1271
- "id": 29816,
1271
+ "id": 32332,
1272
1272
  "nodeType": "ParameterList",
1273
1273
  "parameters": [
1274
1274
  {
1275
1275
  "constant": false,
1276
- "id": 29802,
1276
+ "id": 32318,
1277
1277
  "mutability": "mutable",
1278
1278
  "name": "tableId",
1279
- "nameLocation": "1668:7:72",
1279
+ "nameLocation": "1668:7:74",
1280
1280
  "nodeType": "VariableDeclaration",
1281
- "scope": 29822,
1282
- "src": "1657:18:72",
1281
+ "scope": 32338,
1282
+ "src": "1657:18:74",
1283
1283
  "stateVariable": false,
1284
1284
  "storageLocation": "default",
1285
1285
  "typeDescriptions": {
1286
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1286
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1287
1287
  "typeString": "ResourceId"
1288
1288
  },
1289
1289
  "typeName": {
1290
- "id": 29801,
1290
+ "id": 32317,
1291
1291
  "nodeType": "UserDefinedTypeName",
1292
1292
  "pathNode": {
1293
- "id": 29800,
1293
+ "id": 32316,
1294
1294
  "name": "ResourceId",
1295
1295
  "nameLocations": [
1296
- "1657:10:72"
1296
+ "1657:10:74"
1297
1297
  ],
1298
1298
  "nodeType": "IdentifierPath",
1299
- "referencedDeclaration": 26605,
1300
- "src": "1657:10:72"
1299
+ "referencedDeclaration": 29121,
1300
+ "src": "1657:10:74"
1301
1301
  },
1302
- "referencedDeclaration": 26605,
1303
- "src": "1657:10:72",
1302
+ "referencedDeclaration": 29121,
1303
+ "src": "1657:10:74",
1304
1304
  "typeDescriptions": {
1305
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1305
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1306
1306
  "typeString": "ResourceId"
1307
1307
  }
1308
1308
  },
@@ -1310,13 +1310,13 @@
1310
1310
  },
1311
1311
  {
1312
1312
  "constant": false,
1313
- "id": 29805,
1313
+ "id": 32321,
1314
1314
  "mutability": "mutable",
1315
1315
  "name": "keyTuple",
1316
- "nameLocation": "1698:8:72",
1316
+ "nameLocation": "1698:8:74",
1317
1317
  "nodeType": "VariableDeclaration",
1318
- "scope": 29822,
1319
- "src": "1681:25:72",
1318
+ "scope": 32338,
1319
+ "src": "1681:25:74",
1320
1320
  "stateVariable": false,
1321
1321
  "storageLocation": "memory",
1322
1322
  "typeDescriptions": {
@@ -1325,18 +1325,18 @@
1325
1325
  },
1326
1326
  "typeName": {
1327
1327
  "baseType": {
1328
- "id": 29803,
1328
+ "id": 32319,
1329
1329
  "name": "bytes32",
1330
1330
  "nodeType": "ElementaryTypeName",
1331
- "src": "1681:7:72",
1331
+ "src": "1681:7:74",
1332
1332
  "typeDescriptions": {
1333
1333
  "typeIdentifier": "t_bytes32",
1334
1334
  "typeString": "bytes32"
1335
1335
  }
1336
1336
  },
1337
- "id": 29804,
1337
+ "id": 32320,
1338
1338
  "nodeType": "ArrayTypeName",
1339
- "src": "1681:9:72",
1339
+ "src": "1681:9:74",
1340
1340
  "typeDescriptions": {
1341
1341
  "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
1342
1342
  "typeString": "bytes32[]"
@@ -1346,13 +1346,13 @@
1346
1346
  },
1347
1347
  {
1348
1348
  "constant": false,
1349
- "id": 29807,
1349
+ "id": 32323,
1350
1350
  "mutability": "mutable",
1351
1351
  "name": "staticData",
1352
- "nameLocation": "1725:10:72",
1352
+ "nameLocation": "1725:10:74",
1353
1353
  "nodeType": "VariableDeclaration",
1354
- "scope": 29822,
1355
- "src": "1712:23:72",
1354
+ "scope": 32338,
1355
+ "src": "1712:23:74",
1356
1356
  "stateVariable": false,
1357
1357
  "storageLocation": "memory",
1358
1358
  "typeDescriptions": {
@@ -1360,10 +1360,10 @@
1360
1360
  "typeString": "bytes"
1361
1361
  },
1362
1362
  "typeName": {
1363
- "id": 29806,
1363
+ "id": 32322,
1364
1364
  "name": "bytes",
1365
1365
  "nodeType": "ElementaryTypeName",
1366
- "src": "1712:5:72",
1366
+ "src": "1712:5:74",
1367
1367
  "typeDescriptions": {
1368
1368
  "typeIdentifier": "t_bytes_storage_ptr",
1369
1369
  "typeString": "bytes"
@@ -1373,36 +1373,36 @@
1373
1373
  },
1374
1374
  {
1375
1375
  "constant": false,
1376
- "id": 29810,
1376
+ "id": 32326,
1377
1377
  "mutability": "mutable",
1378
1378
  "name": "encodedLengths",
1379
- "nameLocation": "1755:14:72",
1379
+ "nameLocation": "1755:14:74",
1380
1380
  "nodeType": "VariableDeclaration",
1381
- "scope": 29822,
1382
- "src": "1741:28:72",
1381
+ "scope": 32338,
1382
+ "src": "1741:28:74",
1383
1383
  "stateVariable": false,
1384
1384
  "storageLocation": "default",
1385
1385
  "typeDescriptions": {
1386
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$25978",
1386
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28494",
1387
1387
  "typeString": "PackedCounter"
1388
1388
  },
1389
1389
  "typeName": {
1390
- "id": 29809,
1390
+ "id": 32325,
1391
1391
  "nodeType": "UserDefinedTypeName",
1392
1392
  "pathNode": {
1393
- "id": 29808,
1393
+ "id": 32324,
1394
1394
  "name": "PackedCounter",
1395
1395
  "nameLocations": [
1396
- "1741:13:72"
1396
+ "1741:13:74"
1397
1397
  ],
1398
1398
  "nodeType": "IdentifierPath",
1399
- "referencedDeclaration": 25978,
1400
- "src": "1741:13:72"
1399
+ "referencedDeclaration": 28494,
1400
+ "src": "1741:13:74"
1401
1401
  },
1402
- "referencedDeclaration": 25978,
1403
- "src": "1741:13:72",
1402
+ "referencedDeclaration": 28494,
1403
+ "src": "1741:13:74",
1404
1404
  "typeDescriptions": {
1405
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$25978",
1405
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28494",
1406
1406
  "typeString": "PackedCounter"
1407
1407
  }
1408
1408
  },
@@ -1410,13 +1410,13 @@
1410
1410
  },
1411
1411
  {
1412
1412
  "constant": false,
1413
- "id": 29812,
1413
+ "id": 32328,
1414
1414
  "mutability": "mutable",
1415
1415
  "name": "dynamicData",
1416
- "nameLocation": "1788:11:72",
1416
+ "nameLocation": "1788:11:74",
1417
1417
  "nodeType": "VariableDeclaration",
1418
- "scope": 29822,
1419
- "src": "1775:24:72",
1418
+ "scope": 32338,
1419
+ "src": "1775:24:74",
1420
1420
  "stateVariable": false,
1421
1421
  "storageLocation": "memory",
1422
1422
  "typeDescriptions": {
@@ -1424,10 +1424,10 @@
1424
1424
  "typeString": "bytes"
1425
1425
  },
1426
1426
  "typeName": {
1427
- "id": 29811,
1427
+ "id": 32327,
1428
1428
  "name": "bytes",
1429
1429
  "nodeType": "ElementaryTypeName",
1430
- "src": "1775:5:72",
1430
+ "src": "1775:5:74",
1431
1431
  "typeDescriptions": {
1432
1432
  "typeIdentifier": "t_bytes_storage_ptr",
1433
1433
  "typeString": "bytes"
@@ -1437,64 +1437,64 @@
1437
1437
  },
1438
1438
  {
1439
1439
  "constant": false,
1440
- "id": 29815,
1440
+ "id": 32331,
1441
1441
  "mutability": "mutable",
1442
1442
  "name": "fieldLayout",
1443
- "nameLocation": "1817:11:72",
1443
+ "nameLocation": "1817:11:74",
1444
1444
  "nodeType": "VariableDeclaration",
1445
- "scope": 29822,
1446
- "src": "1805:23:72",
1445
+ "scope": 32338,
1446
+ "src": "1805:23:74",
1447
1447
  "stateVariable": false,
1448
1448
  "storageLocation": "default",
1449
1449
  "typeDescriptions": {
1450
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
1450
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
1451
1451
  "typeString": "FieldLayout"
1452
1452
  },
1453
1453
  "typeName": {
1454
- "id": 29814,
1454
+ "id": 32330,
1455
1455
  "nodeType": "UserDefinedTypeName",
1456
1456
  "pathNode": {
1457
- "id": 29813,
1457
+ "id": 32329,
1458
1458
  "name": "FieldLayout",
1459
1459
  "nameLocations": [
1460
- "1805:11:72"
1460
+ "1805:11:74"
1461
1461
  ],
1462
1462
  "nodeType": "IdentifierPath",
1463
- "referencedDeclaration": 25482,
1464
- "src": "1805:11:72"
1463
+ "referencedDeclaration": 27801,
1464
+ "src": "1805:11:74"
1465
1465
  },
1466
- "referencedDeclaration": 25482,
1467
- "src": "1805:11:72",
1466
+ "referencedDeclaration": 27801,
1467
+ "src": "1805:11:74",
1468
1468
  "typeDescriptions": {
1469
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
1469
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
1470
1470
  "typeString": "FieldLayout"
1471
1471
  }
1472
1472
  },
1473
1473
  "visibility": "internal"
1474
1474
  }
1475
1475
  ],
1476
- "src": "1651:181:72"
1476
+ "src": "1651:181:74"
1477
1477
  },
1478
1478
  "returnParameters": {
1479
- "id": 29817,
1479
+ "id": 32333,
1480
1480
  "nodeType": "ParameterList",
1481
1481
  "parameters": [],
1482
- "src": "1848:0:72"
1482
+ "src": "1848:0:74"
1483
1483
  },
1484
- "scope": 29967,
1484
+ "scope": 32483,
1485
1485
  "stateMutability": "nonpayable",
1486
1486
  "virtual": true,
1487
1487
  "visibility": "public"
1488
1488
  },
1489
1489
  {
1490
- "id": 29846,
1490
+ "id": 32362,
1491
1491
  "nodeType": "FunctionDefinition",
1492
- "src": "2435:266:72",
1492
+ "src": "2435:266:74",
1493
1493
  "nodes": [],
1494
1494
  "body": {
1495
- "id": 29845,
1495
+ "id": 32361,
1496
1496
  "nodeType": "Block",
1497
- "src": "2657:44:72",
1497
+ "src": "2657:44:74",
1498
1498
  "nodes": [],
1499
1499
  "statements": [
1500
1500
  {
@@ -1502,18 +1502,18 @@
1502
1502
  "arguments": [],
1503
1503
  "expression": {
1504
1504
  "argumentTypes": [],
1505
- "id": 29842,
1505
+ "id": 32358,
1506
1506
  "name": "StoreHook_NotImplemented",
1507
1507
  "nodeType": "Identifier",
1508
1508
  "overloadedDeclarations": [],
1509
- "referencedDeclaration": 60848,
1510
- "src": "2670:24:72",
1509
+ "referencedDeclaration": 72626,
1510
+ "src": "2670:24:74",
1511
1511
  "typeDescriptions": {
1512
1512
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1513
1513
  "typeString": "function () pure"
1514
1514
  }
1515
1515
  },
1516
- "id": 29843,
1516
+ "id": 32359,
1517
1517
  "isConstant": false,
1518
1518
  "isLValue": false,
1519
1519
  "isPure": false,
@@ -1522,26 +1522,26 @@
1522
1522
  "nameLocations": [],
1523
1523
  "names": [],
1524
1524
  "nodeType": "FunctionCall",
1525
- "src": "2670:26:72",
1525
+ "src": "2670:26:74",
1526
1526
  "tryCall": false,
1527
1527
  "typeDescriptions": {
1528
1528
  "typeIdentifier": "t_tuple$__$",
1529
1529
  "typeString": "tuple()"
1530
1530
  }
1531
1531
  },
1532
- "id": 29844,
1532
+ "id": 32360,
1533
1533
  "nodeType": "RevertStatement",
1534
- "src": "2663:33:72"
1534
+ "src": "2663:33:74"
1535
1535
  }
1536
1536
  ]
1537
1537
  },
1538
1538
  "baseFunctions": [
1539
- 60888
1539
+ 72666
1540
1540
  ],
1541
1541
  "documentation": {
1542
- "id": 29823,
1542
+ "id": 32339,
1543
1543
  "nodeType": "StructuredDocumentation",
1544
- "src": "1896:536:72",
1544
+ "src": "1896:536:74",
1545
1545
  "text": " @notice Hook that runs after setting a record.\n @dev This function should be overridden to provide custom logic.\n @param tableId The ID of the table where the record was set.\n @param keyTuple An array representing the composite key for the record.\n @param staticData The static data of the record.\n @param encodedLengths The encoded lengths of the dynamic data of the record.\n @param dynamicData The dynamic data of the record.\n @param fieldLayout The layout of the field, see FieldLayout.sol."
1546
1546
  },
1547
1547
  "functionSelector": "5b28cdaf",
@@ -1549,43 +1549,43 @@
1549
1549
  "kind": "function",
1550
1550
  "modifiers": [],
1551
1551
  "name": "onAfterSetRecord",
1552
- "nameLocation": "2444:16:72",
1552
+ "nameLocation": "2444:16:74",
1553
1553
  "parameters": {
1554
- "id": 29840,
1554
+ "id": 32356,
1555
1555
  "nodeType": "ParameterList",
1556
1556
  "parameters": [
1557
1557
  {
1558
1558
  "constant": false,
1559
- "id": 29826,
1559
+ "id": 32342,
1560
1560
  "mutability": "mutable",
1561
1561
  "name": "tableId",
1562
- "nameLocation": "2477:7:72",
1562
+ "nameLocation": "2477:7:74",
1563
1563
  "nodeType": "VariableDeclaration",
1564
- "scope": 29846,
1565
- "src": "2466:18:72",
1564
+ "scope": 32362,
1565
+ "src": "2466:18:74",
1566
1566
  "stateVariable": false,
1567
1567
  "storageLocation": "default",
1568
1568
  "typeDescriptions": {
1569
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1569
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1570
1570
  "typeString": "ResourceId"
1571
1571
  },
1572
1572
  "typeName": {
1573
- "id": 29825,
1573
+ "id": 32341,
1574
1574
  "nodeType": "UserDefinedTypeName",
1575
1575
  "pathNode": {
1576
- "id": 29824,
1576
+ "id": 32340,
1577
1577
  "name": "ResourceId",
1578
1578
  "nameLocations": [
1579
- "2466:10:72"
1579
+ "2466:10:74"
1580
1580
  ],
1581
1581
  "nodeType": "IdentifierPath",
1582
- "referencedDeclaration": 26605,
1583
- "src": "2466:10:72"
1582
+ "referencedDeclaration": 29121,
1583
+ "src": "2466:10:74"
1584
1584
  },
1585
- "referencedDeclaration": 26605,
1586
- "src": "2466:10:72",
1585
+ "referencedDeclaration": 29121,
1586
+ "src": "2466:10:74",
1587
1587
  "typeDescriptions": {
1588
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1588
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1589
1589
  "typeString": "ResourceId"
1590
1590
  }
1591
1591
  },
@@ -1593,13 +1593,13 @@
1593
1593
  },
1594
1594
  {
1595
1595
  "constant": false,
1596
- "id": 29829,
1596
+ "id": 32345,
1597
1597
  "mutability": "mutable",
1598
1598
  "name": "keyTuple",
1599
- "nameLocation": "2507:8:72",
1599
+ "nameLocation": "2507:8:74",
1600
1600
  "nodeType": "VariableDeclaration",
1601
- "scope": 29846,
1602
- "src": "2490:25:72",
1601
+ "scope": 32362,
1602
+ "src": "2490:25:74",
1603
1603
  "stateVariable": false,
1604
1604
  "storageLocation": "memory",
1605
1605
  "typeDescriptions": {
@@ -1608,18 +1608,18 @@
1608
1608
  },
1609
1609
  "typeName": {
1610
1610
  "baseType": {
1611
- "id": 29827,
1611
+ "id": 32343,
1612
1612
  "name": "bytes32",
1613
1613
  "nodeType": "ElementaryTypeName",
1614
- "src": "2490:7:72",
1614
+ "src": "2490:7:74",
1615
1615
  "typeDescriptions": {
1616
1616
  "typeIdentifier": "t_bytes32",
1617
1617
  "typeString": "bytes32"
1618
1618
  }
1619
1619
  },
1620
- "id": 29828,
1620
+ "id": 32344,
1621
1621
  "nodeType": "ArrayTypeName",
1622
- "src": "2490:9:72",
1622
+ "src": "2490:9:74",
1623
1623
  "typeDescriptions": {
1624
1624
  "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
1625
1625
  "typeString": "bytes32[]"
@@ -1629,13 +1629,13 @@
1629
1629
  },
1630
1630
  {
1631
1631
  "constant": false,
1632
- "id": 29831,
1632
+ "id": 32347,
1633
1633
  "mutability": "mutable",
1634
1634
  "name": "staticData",
1635
- "nameLocation": "2534:10:72",
1635
+ "nameLocation": "2534:10:74",
1636
1636
  "nodeType": "VariableDeclaration",
1637
- "scope": 29846,
1638
- "src": "2521:23:72",
1637
+ "scope": 32362,
1638
+ "src": "2521:23:74",
1639
1639
  "stateVariable": false,
1640
1640
  "storageLocation": "memory",
1641
1641
  "typeDescriptions": {
@@ -1643,10 +1643,10 @@
1643
1643
  "typeString": "bytes"
1644
1644
  },
1645
1645
  "typeName": {
1646
- "id": 29830,
1646
+ "id": 32346,
1647
1647
  "name": "bytes",
1648
1648
  "nodeType": "ElementaryTypeName",
1649
- "src": "2521:5:72",
1649
+ "src": "2521:5:74",
1650
1650
  "typeDescriptions": {
1651
1651
  "typeIdentifier": "t_bytes_storage_ptr",
1652
1652
  "typeString": "bytes"
@@ -1656,36 +1656,36 @@
1656
1656
  },
1657
1657
  {
1658
1658
  "constant": false,
1659
- "id": 29834,
1659
+ "id": 32350,
1660
1660
  "mutability": "mutable",
1661
1661
  "name": "encodedLengths",
1662
- "nameLocation": "2564:14:72",
1662
+ "nameLocation": "2564:14:74",
1663
1663
  "nodeType": "VariableDeclaration",
1664
- "scope": 29846,
1665
- "src": "2550:28:72",
1664
+ "scope": 32362,
1665
+ "src": "2550:28:74",
1666
1666
  "stateVariable": false,
1667
1667
  "storageLocation": "default",
1668
1668
  "typeDescriptions": {
1669
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$25978",
1669
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28494",
1670
1670
  "typeString": "PackedCounter"
1671
1671
  },
1672
1672
  "typeName": {
1673
- "id": 29833,
1673
+ "id": 32349,
1674
1674
  "nodeType": "UserDefinedTypeName",
1675
1675
  "pathNode": {
1676
- "id": 29832,
1676
+ "id": 32348,
1677
1677
  "name": "PackedCounter",
1678
1678
  "nameLocations": [
1679
- "2550:13:72"
1679
+ "2550:13:74"
1680
1680
  ],
1681
1681
  "nodeType": "IdentifierPath",
1682
- "referencedDeclaration": 25978,
1683
- "src": "2550:13:72"
1682
+ "referencedDeclaration": 28494,
1683
+ "src": "2550:13:74"
1684
1684
  },
1685
- "referencedDeclaration": 25978,
1686
- "src": "2550:13:72",
1685
+ "referencedDeclaration": 28494,
1686
+ "src": "2550:13:74",
1687
1687
  "typeDescriptions": {
1688
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$25978",
1688
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28494",
1689
1689
  "typeString": "PackedCounter"
1690
1690
  }
1691
1691
  },
@@ -1693,13 +1693,13 @@
1693
1693
  },
1694
1694
  {
1695
1695
  "constant": false,
1696
- "id": 29836,
1696
+ "id": 32352,
1697
1697
  "mutability": "mutable",
1698
1698
  "name": "dynamicData",
1699
- "nameLocation": "2597:11:72",
1699
+ "nameLocation": "2597:11:74",
1700
1700
  "nodeType": "VariableDeclaration",
1701
- "scope": 29846,
1702
- "src": "2584:24:72",
1701
+ "scope": 32362,
1702
+ "src": "2584:24:74",
1703
1703
  "stateVariable": false,
1704
1704
  "storageLocation": "memory",
1705
1705
  "typeDescriptions": {
@@ -1707,10 +1707,10 @@
1707
1707
  "typeString": "bytes"
1708
1708
  },
1709
1709
  "typeName": {
1710
- "id": 29835,
1710
+ "id": 32351,
1711
1711
  "name": "bytes",
1712
1712
  "nodeType": "ElementaryTypeName",
1713
- "src": "2584:5:72",
1713
+ "src": "2584:5:74",
1714
1714
  "typeDescriptions": {
1715
1715
  "typeIdentifier": "t_bytes_storage_ptr",
1716
1716
  "typeString": "bytes"
@@ -1720,64 +1720,64 @@
1720
1720
  },
1721
1721
  {
1722
1722
  "constant": false,
1723
- "id": 29839,
1723
+ "id": 32355,
1724
1724
  "mutability": "mutable",
1725
1725
  "name": "fieldLayout",
1726
- "nameLocation": "2626:11:72",
1726
+ "nameLocation": "2626:11:74",
1727
1727
  "nodeType": "VariableDeclaration",
1728
- "scope": 29846,
1729
- "src": "2614:23:72",
1728
+ "scope": 32362,
1729
+ "src": "2614:23:74",
1730
1730
  "stateVariable": false,
1731
1731
  "storageLocation": "default",
1732
1732
  "typeDescriptions": {
1733
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
1733
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
1734
1734
  "typeString": "FieldLayout"
1735
1735
  },
1736
1736
  "typeName": {
1737
- "id": 29838,
1737
+ "id": 32354,
1738
1738
  "nodeType": "UserDefinedTypeName",
1739
1739
  "pathNode": {
1740
- "id": 29837,
1740
+ "id": 32353,
1741
1741
  "name": "FieldLayout",
1742
1742
  "nameLocations": [
1743
- "2614:11:72"
1743
+ "2614:11:74"
1744
1744
  ],
1745
1745
  "nodeType": "IdentifierPath",
1746
- "referencedDeclaration": 25482,
1747
- "src": "2614:11:72"
1746
+ "referencedDeclaration": 27801,
1747
+ "src": "2614:11:74"
1748
1748
  },
1749
- "referencedDeclaration": 25482,
1750
- "src": "2614:11:72",
1749
+ "referencedDeclaration": 27801,
1750
+ "src": "2614:11:74",
1751
1751
  "typeDescriptions": {
1752
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
1752
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
1753
1753
  "typeString": "FieldLayout"
1754
1754
  }
1755
1755
  },
1756
1756
  "visibility": "internal"
1757
1757
  }
1758
1758
  ],
1759
- "src": "2460:181:72"
1759
+ "src": "2460:181:74"
1760
1760
  },
1761
1761
  "returnParameters": {
1762
- "id": 29841,
1762
+ "id": 32357,
1763
1763
  "nodeType": "ParameterList",
1764
1764
  "parameters": [],
1765
- "src": "2657:0:72"
1765
+ "src": "2657:0:74"
1766
1766
  },
1767
- "scope": 29967,
1767
+ "scope": 32483,
1768
1768
  "stateMutability": "nonpayable",
1769
1769
  "virtual": true,
1770
1770
  "visibility": "public"
1771
1771
  },
1772
1772
  {
1773
- "id": 29864,
1773
+ "id": 32380,
1774
1774
  "nodeType": "FunctionDefinition",
1775
- "src": "3332:193:72",
1775
+ "src": "3332:193:74",
1776
1776
  "nodes": [],
1777
1777
  "body": {
1778
- "id": 29863,
1778
+ "id": 32379,
1779
1779
  "nodeType": "Block",
1780
- "src": "3481:44:72",
1780
+ "src": "3481:44:74",
1781
1781
  "nodes": [],
1782
1782
  "statements": [
1783
1783
  {
@@ -1785,18 +1785,18 @@
1785
1785
  "arguments": [],
1786
1786
  "expression": {
1787
1787
  "argumentTypes": [],
1788
- "id": 29860,
1788
+ "id": 32376,
1789
1789
  "name": "StoreHook_NotImplemented",
1790
1790
  "nodeType": "Identifier",
1791
1791
  "overloadedDeclarations": [],
1792
- "referencedDeclaration": 60848,
1793
- "src": "3494:24:72",
1792
+ "referencedDeclaration": 72626,
1793
+ "src": "3494:24:74",
1794
1794
  "typeDescriptions": {
1795
1795
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1796
1796
  "typeString": "function () pure"
1797
1797
  }
1798
1798
  },
1799
- "id": 29861,
1799
+ "id": 32377,
1800
1800
  "isConstant": false,
1801
1801
  "isLValue": false,
1802
1802
  "isPure": false,
@@ -1805,26 +1805,26 @@
1805
1805
  "nameLocations": [],
1806
1806
  "names": [],
1807
1807
  "nodeType": "FunctionCall",
1808
- "src": "3494:26:72",
1808
+ "src": "3494:26:74",
1809
1809
  "tryCall": false,
1810
1810
  "typeDescriptions": {
1811
1811
  "typeIdentifier": "t_tuple$__$",
1812
1812
  "typeString": "tuple()"
1813
1813
  }
1814
1814
  },
1815
- "id": 29862,
1815
+ "id": 32378,
1816
1816
  "nodeType": "RevertStatement",
1817
- "src": "3487:33:72"
1817
+ "src": "3487:33:74"
1818
1818
  }
1819
1819
  ]
1820
1820
  },
1821
1821
  "baseFunctions": [
1822
- 60902
1822
+ 72680
1823
1823
  ],
1824
1824
  "documentation": {
1825
- "id": 29847,
1825
+ "id": 32363,
1826
1826
  "nodeType": "StructuredDocumentation",
1827
- "src": "2705:624:72",
1827
+ "src": "2705:624:74",
1828
1828
  "text": " @notice Hook that runs before splicing static (fixed length) data.\n @dev This function should be overridden to provide custom logic.\n Splice operations in static data always overwrite data starting at\n the start position,\n so the total length of the data remains the same and no data is shifted.\n @param tableId The ID of the table where the data is to be spliced.\n @param keyTuple An array representing the composite key for the record.\n @param start The start byte position for splicing.\n @param data The data to be written to the static data of the record at the start byte."
1829
1829
  },
1830
1830
  "functionSelector": "964f667d",
@@ -1832,43 +1832,43 @@
1832
1832
  "kind": "function",
1833
1833
  "modifiers": [],
1834
1834
  "name": "onBeforeSpliceStaticData",
1835
- "nameLocation": "3341:24:72",
1835
+ "nameLocation": "3341:24:74",
1836
1836
  "parameters": {
1837
- "id": 29858,
1837
+ "id": 32374,
1838
1838
  "nodeType": "ParameterList",
1839
1839
  "parameters": [
1840
1840
  {
1841
1841
  "constant": false,
1842
- "id": 29850,
1842
+ "id": 32366,
1843
1843
  "mutability": "mutable",
1844
1844
  "name": "tableId",
1845
- "nameLocation": "3382:7:72",
1845
+ "nameLocation": "3382:7:74",
1846
1846
  "nodeType": "VariableDeclaration",
1847
- "scope": 29864,
1848
- "src": "3371:18:72",
1847
+ "scope": 32380,
1848
+ "src": "3371:18:74",
1849
1849
  "stateVariable": false,
1850
1850
  "storageLocation": "default",
1851
1851
  "typeDescriptions": {
1852
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1852
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1853
1853
  "typeString": "ResourceId"
1854
1854
  },
1855
1855
  "typeName": {
1856
- "id": 29849,
1856
+ "id": 32365,
1857
1857
  "nodeType": "UserDefinedTypeName",
1858
1858
  "pathNode": {
1859
- "id": 29848,
1859
+ "id": 32364,
1860
1860
  "name": "ResourceId",
1861
1861
  "nameLocations": [
1862
- "3371:10:72"
1862
+ "3371:10:74"
1863
1863
  ],
1864
1864
  "nodeType": "IdentifierPath",
1865
- "referencedDeclaration": 26605,
1866
- "src": "3371:10:72"
1865
+ "referencedDeclaration": 29121,
1866
+ "src": "3371:10:74"
1867
1867
  },
1868
- "referencedDeclaration": 26605,
1869
- "src": "3371:10:72",
1868
+ "referencedDeclaration": 29121,
1869
+ "src": "3371:10:74",
1870
1870
  "typeDescriptions": {
1871
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1871
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1872
1872
  "typeString": "ResourceId"
1873
1873
  }
1874
1874
  },
@@ -1876,13 +1876,13 @@
1876
1876
  },
1877
1877
  {
1878
1878
  "constant": false,
1879
- "id": 29853,
1879
+ "id": 32369,
1880
1880
  "mutability": "mutable",
1881
1881
  "name": "keyTuple",
1882
- "nameLocation": "3412:8:72",
1882
+ "nameLocation": "3412:8:74",
1883
1883
  "nodeType": "VariableDeclaration",
1884
- "scope": 29864,
1885
- "src": "3395:25:72",
1884
+ "scope": 32380,
1885
+ "src": "3395:25:74",
1886
1886
  "stateVariable": false,
1887
1887
  "storageLocation": "memory",
1888
1888
  "typeDescriptions": {
@@ -1891,18 +1891,18 @@
1891
1891
  },
1892
1892
  "typeName": {
1893
1893
  "baseType": {
1894
- "id": 29851,
1894
+ "id": 32367,
1895
1895
  "name": "bytes32",
1896
1896
  "nodeType": "ElementaryTypeName",
1897
- "src": "3395:7:72",
1897
+ "src": "3395:7:74",
1898
1898
  "typeDescriptions": {
1899
1899
  "typeIdentifier": "t_bytes32",
1900
1900
  "typeString": "bytes32"
1901
1901
  }
1902
1902
  },
1903
- "id": 29852,
1903
+ "id": 32368,
1904
1904
  "nodeType": "ArrayTypeName",
1905
- "src": "3395:9:72",
1905
+ "src": "3395:9:74",
1906
1906
  "typeDescriptions": {
1907
1907
  "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
1908
1908
  "typeString": "bytes32[]"
@@ -1912,13 +1912,13 @@
1912
1912
  },
1913
1913
  {
1914
1914
  "constant": false,
1915
- "id": 29855,
1915
+ "id": 32371,
1916
1916
  "mutability": "mutable",
1917
1917
  "name": "start",
1918
- "nameLocation": "3433:5:72",
1918
+ "nameLocation": "3433:5:74",
1919
1919
  "nodeType": "VariableDeclaration",
1920
- "scope": 29864,
1921
- "src": "3426:12:72",
1920
+ "scope": 32380,
1921
+ "src": "3426:12:74",
1922
1922
  "stateVariable": false,
1923
1923
  "storageLocation": "default",
1924
1924
  "typeDescriptions": {
@@ -1926,10 +1926,10 @@
1926
1926
  "typeString": "uint48"
1927
1927
  },
1928
1928
  "typeName": {
1929
- "id": 29854,
1929
+ "id": 32370,
1930
1930
  "name": "uint48",
1931
1931
  "nodeType": "ElementaryTypeName",
1932
- "src": "3426:6:72",
1932
+ "src": "3426:6:74",
1933
1933
  "typeDescriptions": {
1934
1934
  "typeIdentifier": "t_uint48",
1935
1935
  "typeString": "uint48"
@@ -1939,13 +1939,13 @@
1939
1939
  },
1940
1940
  {
1941
1941
  "constant": false,
1942
- "id": 29857,
1942
+ "id": 32373,
1943
1943
  "mutability": "mutable",
1944
1944
  "name": "data",
1945
- "nameLocation": "3457:4:72",
1945
+ "nameLocation": "3457:4:74",
1946
1946
  "nodeType": "VariableDeclaration",
1947
- "scope": 29864,
1948
- "src": "3444:17:72",
1947
+ "scope": 32380,
1948
+ "src": "3444:17:74",
1949
1949
  "stateVariable": false,
1950
1950
  "storageLocation": "memory",
1951
1951
  "typeDescriptions": {
@@ -1953,10 +1953,10 @@
1953
1953
  "typeString": "bytes"
1954
1954
  },
1955
1955
  "typeName": {
1956
- "id": 29856,
1956
+ "id": 32372,
1957
1957
  "name": "bytes",
1958
1958
  "nodeType": "ElementaryTypeName",
1959
- "src": "3444:5:72",
1959
+ "src": "3444:5:74",
1960
1960
  "typeDescriptions": {
1961
1961
  "typeIdentifier": "t_bytes_storage_ptr",
1962
1962
  "typeString": "bytes"
@@ -1965,28 +1965,28 @@
1965
1965
  "visibility": "internal"
1966
1966
  }
1967
1967
  ],
1968
- "src": "3365:100:72"
1968
+ "src": "3365:100:74"
1969
1969
  },
1970
1970
  "returnParameters": {
1971
- "id": 29859,
1971
+ "id": 32375,
1972
1972
  "nodeType": "ParameterList",
1973
1973
  "parameters": [],
1974
- "src": "3481:0:72"
1974
+ "src": "3481:0:74"
1975
1975
  },
1976
- "scope": 29967,
1976
+ "scope": 32483,
1977
1977
  "stateMutability": "nonpayable",
1978
1978
  "virtual": true,
1979
1979
  "visibility": "public"
1980
1980
  },
1981
1981
  {
1982
- "id": 29882,
1982
+ "id": 32398,
1983
1983
  "nodeType": "FunctionDefinition",
1984
- "src": "4155:192:72",
1984
+ "src": "4155:192:74",
1985
1985
  "nodes": [],
1986
1986
  "body": {
1987
- "id": 29881,
1987
+ "id": 32397,
1988
1988
  "nodeType": "Block",
1989
- "src": "4303:44:72",
1989
+ "src": "4303:44:74",
1990
1990
  "nodes": [],
1991
1991
  "statements": [
1992
1992
  {
@@ -1994,18 +1994,18 @@
1994
1994
  "arguments": [],
1995
1995
  "expression": {
1996
1996
  "argumentTypes": [],
1997
- "id": 29878,
1997
+ "id": 32394,
1998
1998
  "name": "StoreHook_NotImplemented",
1999
1999
  "nodeType": "Identifier",
2000
2000
  "overloadedDeclarations": [],
2001
- "referencedDeclaration": 60848,
2002
- "src": "4316:24:72",
2001
+ "referencedDeclaration": 72626,
2002
+ "src": "4316:24:74",
2003
2003
  "typeDescriptions": {
2004
2004
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2005
2005
  "typeString": "function () pure"
2006
2006
  }
2007
2007
  },
2008
- "id": 29879,
2008
+ "id": 32395,
2009
2009
  "isConstant": false,
2010
2010
  "isLValue": false,
2011
2011
  "isPure": false,
@@ -2014,26 +2014,26 @@
2014
2014
  "nameLocations": [],
2015
2015
  "names": [],
2016
2016
  "nodeType": "FunctionCall",
2017
- "src": "4316:26:72",
2017
+ "src": "4316:26:74",
2018
2018
  "tryCall": false,
2019
2019
  "typeDescriptions": {
2020
2020
  "typeIdentifier": "t_tuple$__$",
2021
2021
  "typeString": "tuple()"
2022
2022
  }
2023
2023
  },
2024
- "id": 29880,
2024
+ "id": 32396,
2025
2025
  "nodeType": "RevertStatement",
2026
- "src": "4309:33:72"
2026
+ "src": "4309:33:74"
2027
2027
  }
2028
2028
  ]
2029
2029
  },
2030
2030
  "baseFunctions": [
2031
- 60916
2031
+ 72694
2032
2032
  ],
2033
2033
  "documentation": {
2034
- "id": 29865,
2034
+ "id": 32381,
2035
2035
  "nodeType": "StructuredDocumentation",
2036
- "src": "3529:623:72",
2036
+ "src": "3529:623:74",
2037
2037
  "text": " @notice Hook that runs after splicing static (fixed length) data.\n @dev This function should be overridden to provide custom logic.\n Splice operations in static data always overwrite data starting at\n the start position,\n so the total length of the data remains the same and no data is shifted.\n @param tableId The ID of the table where the data is to be spliced.\n @param keyTuple An array representing the composite key for the record.\n @param start The start byte position for splicing.\n @param data The data to be written to the static data of the record at the start byte."
2038
2038
  },
2039
2039
  "functionSelector": "a8ba8721",
@@ -2041,43 +2041,43 @@
2041
2041
  "kind": "function",
2042
2042
  "modifiers": [],
2043
2043
  "name": "onAfterSpliceStaticData",
2044
- "nameLocation": "4164:23:72",
2044
+ "nameLocation": "4164:23:74",
2045
2045
  "parameters": {
2046
- "id": 29876,
2046
+ "id": 32392,
2047
2047
  "nodeType": "ParameterList",
2048
2048
  "parameters": [
2049
2049
  {
2050
2050
  "constant": false,
2051
- "id": 29868,
2051
+ "id": 32384,
2052
2052
  "mutability": "mutable",
2053
2053
  "name": "tableId",
2054
- "nameLocation": "4204:7:72",
2054
+ "nameLocation": "4204:7:74",
2055
2055
  "nodeType": "VariableDeclaration",
2056
- "scope": 29882,
2057
- "src": "4193:18:72",
2056
+ "scope": 32398,
2057
+ "src": "4193:18:74",
2058
2058
  "stateVariable": false,
2059
2059
  "storageLocation": "default",
2060
2060
  "typeDescriptions": {
2061
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2061
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2062
2062
  "typeString": "ResourceId"
2063
2063
  },
2064
2064
  "typeName": {
2065
- "id": 29867,
2065
+ "id": 32383,
2066
2066
  "nodeType": "UserDefinedTypeName",
2067
2067
  "pathNode": {
2068
- "id": 29866,
2068
+ "id": 32382,
2069
2069
  "name": "ResourceId",
2070
2070
  "nameLocations": [
2071
- "4193:10:72"
2071
+ "4193:10:74"
2072
2072
  ],
2073
2073
  "nodeType": "IdentifierPath",
2074
- "referencedDeclaration": 26605,
2075
- "src": "4193:10:72"
2074
+ "referencedDeclaration": 29121,
2075
+ "src": "4193:10:74"
2076
2076
  },
2077
- "referencedDeclaration": 26605,
2078
- "src": "4193:10:72",
2077
+ "referencedDeclaration": 29121,
2078
+ "src": "4193:10:74",
2079
2079
  "typeDescriptions": {
2080
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2080
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2081
2081
  "typeString": "ResourceId"
2082
2082
  }
2083
2083
  },
@@ -2085,13 +2085,13 @@
2085
2085
  },
2086
2086
  {
2087
2087
  "constant": false,
2088
- "id": 29871,
2088
+ "id": 32387,
2089
2089
  "mutability": "mutable",
2090
2090
  "name": "keyTuple",
2091
- "nameLocation": "4234:8:72",
2091
+ "nameLocation": "4234:8:74",
2092
2092
  "nodeType": "VariableDeclaration",
2093
- "scope": 29882,
2094
- "src": "4217:25:72",
2093
+ "scope": 32398,
2094
+ "src": "4217:25:74",
2095
2095
  "stateVariable": false,
2096
2096
  "storageLocation": "memory",
2097
2097
  "typeDescriptions": {
@@ -2100,18 +2100,18 @@
2100
2100
  },
2101
2101
  "typeName": {
2102
2102
  "baseType": {
2103
- "id": 29869,
2103
+ "id": 32385,
2104
2104
  "name": "bytes32",
2105
2105
  "nodeType": "ElementaryTypeName",
2106
- "src": "4217:7:72",
2106
+ "src": "4217:7:74",
2107
2107
  "typeDescriptions": {
2108
2108
  "typeIdentifier": "t_bytes32",
2109
2109
  "typeString": "bytes32"
2110
2110
  }
2111
2111
  },
2112
- "id": 29870,
2112
+ "id": 32386,
2113
2113
  "nodeType": "ArrayTypeName",
2114
- "src": "4217:9:72",
2114
+ "src": "4217:9:74",
2115
2115
  "typeDescriptions": {
2116
2116
  "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
2117
2117
  "typeString": "bytes32[]"
@@ -2121,13 +2121,13 @@
2121
2121
  },
2122
2122
  {
2123
2123
  "constant": false,
2124
- "id": 29873,
2124
+ "id": 32389,
2125
2125
  "mutability": "mutable",
2126
2126
  "name": "start",
2127
- "nameLocation": "4255:5:72",
2127
+ "nameLocation": "4255:5:74",
2128
2128
  "nodeType": "VariableDeclaration",
2129
- "scope": 29882,
2130
- "src": "4248:12:72",
2129
+ "scope": 32398,
2130
+ "src": "4248:12:74",
2131
2131
  "stateVariable": false,
2132
2132
  "storageLocation": "default",
2133
2133
  "typeDescriptions": {
@@ -2135,10 +2135,10 @@
2135
2135
  "typeString": "uint48"
2136
2136
  },
2137
2137
  "typeName": {
2138
- "id": 29872,
2138
+ "id": 32388,
2139
2139
  "name": "uint48",
2140
2140
  "nodeType": "ElementaryTypeName",
2141
- "src": "4248:6:72",
2141
+ "src": "4248:6:74",
2142
2142
  "typeDescriptions": {
2143
2143
  "typeIdentifier": "t_uint48",
2144
2144
  "typeString": "uint48"
@@ -2148,13 +2148,13 @@
2148
2148
  },
2149
2149
  {
2150
2150
  "constant": false,
2151
- "id": 29875,
2151
+ "id": 32391,
2152
2152
  "mutability": "mutable",
2153
2153
  "name": "data",
2154
- "nameLocation": "4279:4:72",
2154
+ "nameLocation": "4279:4:74",
2155
2155
  "nodeType": "VariableDeclaration",
2156
- "scope": 29882,
2157
- "src": "4266:17:72",
2156
+ "scope": 32398,
2157
+ "src": "4266:17:74",
2158
2158
  "stateVariable": false,
2159
2159
  "storageLocation": "memory",
2160
2160
  "typeDescriptions": {
@@ -2162,10 +2162,10 @@
2162
2162
  "typeString": "bytes"
2163
2163
  },
2164
2164
  "typeName": {
2165
- "id": 29874,
2165
+ "id": 32390,
2166
2166
  "name": "bytes",
2167
2167
  "nodeType": "ElementaryTypeName",
2168
- "src": "4266:5:72",
2168
+ "src": "4266:5:74",
2169
2169
  "typeDescriptions": {
2170
2170
  "typeIdentifier": "t_bytes_storage_ptr",
2171
2171
  "typeString": "bytes"
@@ -2174,28 +2174,28 @@
2174
2174
  "visibility": "internal"
2175
2175
  }
2176
2176
  ],
2177
- "src": "4187:100:72"
2177
+ "src": "4187:100:74"
2178
2178
  },
2179
2179
  "returnParameters": {
2180
- "id": 29877,
2180
+ "id": 32393,
2181
2181
  "nodeType": "ParameterList",
2182
2182
  "parameters": [],
2183
- "src": "4303:0:72"
2183
+ "src": "4303:0:74"
2184
2184
  },
2185
- "scope": 29967,
2185
+ "scope": 32483,
2186
2186
  "stateMutability": "nonpayable",
2187
2187
  "virtual": true,
2188
2188
  "visibility": "public"
2189
2189
  },
2190
2190
  {
2191
- "id": 29907,
2191
+ "id": 32423,
2192
2192
  "nodeType": "FunctionDefinition",
2193
- "src": "5216:292:72",
2193
+ "src": "5216:292:74",
2194
2194
  "nodes": [],
2195
2195
  "body": {
2196
- "id": 29906,
2196
+ "id": 32422,
2197
2197
  "nodeType": "Block",
2198
- "src": "5464:44:72",
2198
+ "src": "5464:44:74",
2199
2199
  "nodes": [],
2200
2200
  "statements": [
2201
2201
  {
@@ -2203,18 +2203,18 @@
2203
2203
  "arguments": [],
2204
2204
  "expression": {
2205
2205
  "argumentTypes": [],
2206
- "id": 29903,
2206
+ "id": 32419,
2207
2207
  "name": "StoreHook_NotImplemented",
2208
2208
  "nodeType": "Identifier",
2209
2209
  "overloadedDeclarations": [],
2210
- "referencedDeclaration": 60848,
2211
- "src": "5477:24:72",
2210
+ "referencedDeclaration": 72626,
2211
+ "src": "5477:24:74",
2212
2212
  "typeDescriptions": {
2213
2213
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2214
2214
  "typeString": "function () pure"
2215
2215
  }
2216
2216
  },
2217
- "id": 29904,
2217
+ "id": 32420,
2218
2218
  "isConstant": false,
2219
2219
  "isLValue": false,
2220
2220
  "isPure": false,
@@ -2223,26 +2223,26 @@
2223
2223
  "nameLocations": [],
2224
2224
  "names": [],
2225
2225
  "nodeType": "FunctionCall",
2226
- "src": "5477:26:72",
2226
+ "src": "5477:26:74",
2227
2227
  "tryCall": false,
2228
2228
  "typeDescriptions": {
2229
2229
  "typeIdentifier": "t_tuple$__$",
2230
2230
  "typeString": "tuple()"
2231
2231
  }
2232
2232
  },
2233
- "id": 29905,
2233
+ "id": 32421,
2234
2234
  "nodeType": "RevertStatement",
2235
- "src": "5470:33:72"
2235
+ "src": "5470:33:74"
2236
2236
  }
2237
2237
  ]
2238
2238
  },
2239
2239
  "baseFunctions": [
2240
- 60937
2240
+ 72715
2241
2241
  ],
2242
2242
  "documentation": {
2243
- "id": 29883,
2243
+ "id": 32399,
2244
2244
  "nodeType": "StructuredDocumentation",
2245
- "src": "4351:862:72",
2245
+ "src": "4351:862:74",
2246
2246
  "text": " @notice Hook that runs before splicing dynamic (variable length) data.\n @dev This function should be overridden to provide custom logic.\n Splice operations in dynamic data always reach the end of the dynamic data\n to avoid shifting data after the inserted or deleted data.\n @param tableId The ID of the table where the data is to be spliced.\n @param keyTuple An array representing the composite key for the record.\n @param dynamicFieldIndex The index of the dynamic field.\n @param startWithinField The start byte position within the field for splicing.\n @param deleteCount The number of bytes to delete in the dynamic data of the record.\n @param encodedLengths The encoded lengths of the dynamic data of the record.\n @param data The data to be inserted into the dynamic data of the record at the start byte."
2247
2247
  },
2248
2248
  "functionSelector": "55eb5a28",
@@ -2250,43 +2250,43 @@
2250
2250
  "kind": "function",
2251
2251
  "modifiers": [],
2252
2252
  "name": "onBeforeSpliceDynamicData",
2253
- "nameLocation": "5225:25:72",
2253
+ "nameLocation": "5225:25:74",
2254
2254
  "parameters": {
2255
- "id": 29901,
2255
+ "id": 32417,
2256
2256
  "nodeType": "ParameterList",
2257
2257
  "parameters": [
2258
2258
  {
2259
2259
  "constant": false,
2260
- "id": 29886,
2260
+ "id": 32402,
2261
2261
  "mutability": "mutable",
2262
2262
  "name": "tableId",
2263
- "nameLocation": "5267:7:72",
2263
+ "nameLocation": "5267:7:74",
2264
2264
  "nodeType": "VariableDeclaration",
2265
- "scope": 29907,
2266
- "src": "5256:18:72",
2265
+ "scope": 32423,
2266
+ "src": "5256:18:74",
2267
2267
  "stateVariable": false,
2268
2268
  "storageLocation": "default",
2269
2269
  "typeDescriptions": {
2270
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2270
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2271
2271
  "typeString": "ResourceId"
2272
2272
  },
2273
2273
  "typeName": {
2274
- "id": 29885,
2274
+ "id": 32401,
2275
2275
  "nodeType": "UserDefinedTypeName",
2276
2276
  "pathNode": {
2277
- "id": 29884,
2277
+ "id": 32400,
2278
2278
  "name": "ResourceId",
2279
2279
  "nameLocations": [
2280
- "5256:10:72"
2280
+ "5256:10:74"
2281
2281
  ],
2282
2282
  "nodeType": "IdentifierPath",
2283
- "referencedDeclaration": 26605,
2284
- "src": "5256:10:72"
2283
+ "referencedDeclaration": 29121,
2284
+ "src": "5256:10:74"
2285
2285
  },
2286
- "referencedDeclaration": 26605,
2287
- "src": "5256:10:72",
2286
+ "referencedDeclaration": 29121,
2287
+ "src": "5256:10:74",
2288
2288
  "typeDescriptions": {
2289
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2289
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2290
2290
  "typeString": "ResourceId"
2291
2291
  }
2292
2292
  },
@@ -2294,13 +2294,13 @@
2294
2294
  },
2295
2295
  {
2296
2296
  "constant": false,
2297
- "id": 29889,
2297
+ "id": 32405,
2298
2298
  "mutability": "mutable",
2299
2299
  "name": "keyTuple",
2300
- "nameLocation": "5297:8:72",
2300
+ "nameLocation": "5297:8:74",
2301
2301
  "nodeType": "VariableDeclaration",
2302
- "scope": 29907,
2303
- "src": "5280:25:72",
2302
+ "scope": 32423,
2303
+ "src": "5280:25:74",
2304
2304
  "stateVariable": false,
2305
2305
  "storageLocation": "memory",
2306
2306
  "typeDescriptions": {
@@ -2309,18 +2309,18 @@
2309
2309
  },
2310
2310
  "typeName": {
2311
2311
  "baseType": {
2312
- "id": 29887,
2312
+ "id": 32403,
2313
2313
  "name": "bytes32",
2314
2314
  "nodeType": "ElementaryTypeName",
2315
- "src": "5280:7:72",
2315
+ "src": "5280:7:74",
2316
2316
  "typeDescriptions": {
2317
2317
  "typeIdentifier": "t_bytes32",
2318
2318
  "typeString": "bytes32"
2319
2319
  }
2320
2320
  },
2321
- "id": 29888,
2321
+ "id": 32404,
2322
2322
  "nodeType": "ArrayTypeName",
2323
- "src": "5280:9:72",
2323
+ "src": "5280:9:74",
2324
2324
  "typeDescriptions": {
2325
2325
  "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
2326
2326
  "typeString": "bytes32[]"
@@ -2330,13 +2330,13 @@
2330
2330
  },
2331
2331
  {
2332
2332
  "constant": false,
2333
- "id": 29891,
2333
+ "id": 32407,
2334
2334
  "mutability": "mutable",
2335
2335
  "name": "dynamicFieldIndex",
2336
- "nameLocation": "5317:17:72",
2336
+ "nameLocation": "5317:17:74",
2337
2337
  "nodeType": "VariableDeclaration",
2338
- "scope": 29907,
2339
- "src": "5311:23:72",
2338
+ "scope": 32423,
2339
+ "src": "5311:23:74",
2340
2340
  "stateVariable": false,
2341
2341
  "storageLocation": "default",
2342
2342
  "typeDescriptions": {
@@ -2344,10 +2344,10 @@
2344
2344
  "typeString": "uint8"
2345
2345
  },
2346
2346
  "typeName": {
2347
- "id": 29890,
2347
+ "id": 32406,
2348
2348
  "name": "uint8",
2349
2349
  "nodeType": "ElementaryTypeName",
2350
- "src": "5311:5:72",
2350
+ "src": "5311:5:74",
2351
2351
  "typeDescriptions": {
2352
2352
  "typeIdentifier": "t_uint8",
2353
2353
  "typeString": "uint8"
@@ -2357,13 +2357,13 @@
2357
2357
  },
2358
2358
  {
2359
2359
  "constant": false,
2360
- "id": 29893,
2360
+ "id": 32409,
2361
2361
  "mutability": "mutable",
2362
2362
  "name": "startWithinField",
2363
- "nameLocation": "5347:16:72",
2363
+ "nameLocation": "5347:16:74",
2364
2364
  "nodeType": "VariableDeclaration",
2365
- "scope": 29907,
2366
- "src": "5340:23:72",
2365
+ "scope": 32423,
2366
+ "src": "5340:23:74",
2367
2367
  "stateVariable": false,
2368
2368
  "storageLocation": "default",
2369
2369
  "typeDescriptions": {
@@ -2371,10 +2371,10 @@
2371
2371
  "typeString": "uint40"
2372
2372
  },
2373
2373
  "typeName": {
2374
- "id": 29892,
2374
+ "id": 32408,
2375
2375
  "name": "uint40",
2376
2376
  "nodeType": "ElementaryTypeName",
2377
- "src": "5340:6:72",
2377
+ "src": "5340:6:74",
2378
2378
  "typeDescriptions": {
2379
2379
  "typeIdentifier": "t_uint40",
2380
2380
  "typeString": "uint40"
@@ -2384,13 +2384,13 @@
2384
2384
  },
2385
2385
  {
2386
2386
  "constant": false,
2387
- "id": 29895,
2387
+ "id": 32411,
2388
2388
  "mutability": "mutable",
2389
2389
  "name": "deleteCount",
2390
- "nameLocation": "5376:11:72",
2390
+ "nameLocation": "5376:11:74",
2391
2391
  "nodeType": "VariableDeclaration",
2392
- "scope": 29907,
2393
- "src": "5369:18:72",
2392
+ "scope": 32423,
2393
+ "src": "5369:18:74",
2394
2394
  "stateVariable": false,
2395
2395
  "storageLocation": "default",
2396
2396
  "typeDescriptions": {
@@ -2398,10 +2398,10 @@
2398
2398
  "typeString": "uint40"
2399
2399
  },
2400
2400
  "typeName": {
2401
- "id": 29894,
2401
+ "id": 32410,
2402
2402
  "name": "uint40",
2403
2403
  "nodeType": "ElementaryTypeName",
2404
- "src": "5369:6:72",
2404
+ "src": "5369:6:74",
2405
2405
  "typeDescriptions": {
2406
2406
  "typeIdentifier": "t_uint40",
2407
2407
  "typeString": "uint40"
@@ -2411,36 +2411,36 @@
2411
2411
  },
2412
2412
  {
2413
2413
  "constant": false,
2414
- "id": 29898,
2414
+ "id": 32414,
2415
2415
  "mutability": "mutable",
2416
2416
  "name": "encodedLengths",
2417
- "nameLocation": "5407:14:72",
2417
+ "nameLocation": "5407:14:74",
2418
2418
  "nodeType": "VariableDeclaration",
2419
- "scope": 29907,
2420
- "src": "5393:28:72",
2419
+ "scope": 32423,
2420
+ "src": "5393:28:74",
2421
2421
  "stateVariable": false,
2422
2422
  "storageLocation": "default",
2423
2423
  "typeDescriptions": {
2424
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$25978",
2424
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28494",
2425
2425
  "typeString": "PackedCounter"
2426
2426
  },
2427
2427
  "typeName": {
2428
- "id": 29897,
2428
+ "id": 32413,
2429
2429
  "nodeType": "UserDefinedTypeName",
2430
2430
  "pathNode": {
2431
- "id": 29896,
2431
+ "id": 32412,
2432
2432
  "name": "PackedCounter",
2433
2433
  "nameLocations": [
2434
- "5393:13:72"
2434
+ "5393:13:74"
2435
2435
  ],
2436
2436
  "nodeType": "IdentifierPath",
2437
- "referencedDeclaration": 25978,
2438
- "src": "5393:13:72"
2437
+ "referencedDeclaration": 28494,
2438
+ "src": "5393:13:74"
2439
2439
  },
2440
- "referencedDeclaration": 25978,
2441
- "src": "5393:13:72",
2440
+ "referencedDeclaration": 28494,
2441
+ "src": "5393:13:74",
2442
2442
  "typeDescriptions": {
2443
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$25978",
2443
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28494",
2444
2444
  "typeString": "PackedCounter"
2445
2445
  }
2446
2446
  },
@@ -2448,13 +2448,13 @@
2448
2448
  },
2449
2449
  {
2450
2450
  "constant": false,
2451
- "id": 29900,
2451
+ "id": 32416,
2452
2452
  "mutability": "mutable",
2453
2453
  "name": "data",
2454
- "nameLocation": "5440:4:72",
2454
+ "nameLocation": "5440:4:74",
2455
2455
  "nodeType": "VariableDeclaration",
2456
- "scope": 29907,
2457
- "src": "5427:17:72",
2456
+ "scope": 32423,
2457
+ "src": "5427:17:74",
2458
2458
  "stateVariable": false,
2459
2459
  "storageLocation": "memory",
2460
2460
  "typeDescriptions": {
@@ -2462,10 +2462,10 @@
2462
2462
  "typeString": "bytes"
2463
2463
  },
2464
2464
  "typeName": {
2465
- "id": 29899,
2465
+ "id": 32415,
2466
2466
  "name": "bytes",
2467
2467
  "nodeType": "ElementaryTypeName",
2468
- "src": "5427:5:72",
2468
+ "src": "5427:5:74",
2469
2469
  "typeDescriptions": {
2470
2470
  "typeIdentifier": "t_bytes_storage_ptr",
2471
2471
  "typeString": "bytes"
@@ -2474,28 +2474,28 @@
2474
2474
  "visibility": "internal"
2475
2475
  }
2476
2476
  ],
2477
- "src": "5250:198:72"
2477
+ "src": "5250:198:74"
2478
2478
  },
2479
2479
  "returnParameters": {
2480
- "id": 29902,
2480
+ "id": 32418,
2481
2481
  "nodeType": "ParameterList",
2482
2482
  "parameters": [],
2483
- "src": "5464:0:72"
2483
+ "src": "5464:0:74"
2484
2484
  },
2485
- "scope": 29967,
2485
+ "scope": 32483,
2486
2486
  "stateMutability": "nonpayable",
2487
2487
  "virtual": true,
2488
2488
  "visibility": "public"
2489
2489
  },
2490
2490
  {
2491
- "id": 29932,
2491
+ "id": 32448,
2492
2492
  "nodeType": "FunctionDefinition",
2493
- "src": "6376:291:72",
2493
+ "src": "6376:291:74",
2494
2494
  "nodes": [],
2495
2495
  "body": {
2496
- "id": 29931,
2496
+ "id": 32447,
2497
2497
  "nodeType": "Block",
2498
- "src": "6623:44:72",
2498
+ "src": "6623:44:74",
2499
2499
  "nodes": [],
2500
2500
  "statements": [
2501
2501
  {
@@ -2503,18 +2503,18 @@
2503
2503
  "arguments": [],
2504
2504
  "expression": {
2505
2505
  "argumentTypes": [],
2506
- "id": 29928,
2506
+ "id": 32444,
2507
2507
  "name": "StoreHook_NotImplemented",
2508
2508
  "nodeType": "Identifier",
2509
2509
  "overloadedDeclarations": [],
2510
- "referencedDeclaration": 60848,
2511
- "src": "6636:24:72",
2510
+ "referencedDeclaration": 72626,
2511
+ "src": "6636:24:74",
2512
2512
  "typeDescriptions": {
2513
2513
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2514
2514
  "typeString": "function () pure"
2515
2515
  }
2516
2516
  },
2517
- "id": 29929,
2517
+ "id": 32445,
2518
2518
  "isConstant": false,
2519
2519
  "isLValue": false,
2520
2520
  "isPure": false,
@@ -2523,26 +2523,26 @@
2523
2523
  "nameLocations": [],
2524
2524
  "names": [],
2525
2525
  "nodeType": "FunctionCall",
2526
- "src": "6636:26:72",
2526
+ "src": "6636:26:74",
2527
2527
  "tryCall": false,
2528
2528
  "typeDescriptions": {
2529
2529
  "typeIdentifier": "t_tuple$__$",
2530
2530
  "typeString": "tuple()"
2531
2531
  }
2532
2532
  },
2533
- "id": 29930,
2533
+ "id": 32446,
2534
2534
  "nodeType": "RevertStatement",
2535
- "src": "6629:33:72"
2535
+ "src": "6629:33:74"
2536
2536
  }
2537
2537
  ]
2538
2538
  },
2539
2539
  "baseFunctions": [
2540
- 60958
2540
+ 72736
2541
2541
  ],
2542
2542
  "documentation": {
2543
- "id": 29908,
2543
+ "id": 32424,
2544
2544
  "nodeType": "StructuredDocumentation",
2545
- "src": "5512:861:72",
2545
+ "src": "5512:861:74",
2546
2546
  "text": " @notice Hook that runs after splicing dynamic (variable length) data.\n @dev This function should be overridden to provide custom logic.\n Splice operations in dynamic data always reach the end of the dynamic data\n to avoid shifting data after the inserted or deleted data.\n @param tableId The ID of the table where the data is to be spliced.\n @param keyTuple An array representing the composite key for the record.\n @param dynamicFieldIndex The index of the dynamic field.\n @param startWithinField The start byte position within the field for splicing.\n @param deleteCount The number of bytes to delete in the dynamic data of the record.\n @param encodedLengths The encoded lengths of the dynamic data of the record.\n @param data The data to be inserted into the dynamic data of the record at the start byte."
2547
2547
  },
2548
2548
  "functionSelector": "63584533",
@@ -2550,43 +2550,43 @@
2550
2550
  "kind": "function",
2551
2551
  "modifiers": [],
2552
2552
  "name": "onAfterSpliceDynamicData",
2553
- "nameLocation": "6385:24:72",
2553
+ "nameLocation": "6385:24:74",
2554
2554
  "parameters": {
2555
- "id": 29926,
2555
+ "id": 32442,
2556
2556
  "nodeType": "ParameterList",
2557
2557
  "parameters": [
2558
2558
  {
2559
2559
  "constant": false,
2560
- "id": 29911,
2560
+ "id": 32427,
2561
2561
  "mutability": "mutable",
2562
2562
  "name": "tableId",
2563
- "nameLocation": "6426:7:72",
2563
+ "nameLocation": "6426:7:74",
2564
2564
  "nodeType": "VariableDeclaration",
2565
- "scope": 29932,
2566
- "src": "6415:18:72",
2565
+ "scope": 32448,
2566
+ "src": "6415:18:74",
2567
2567
  "stateVariable": false,
2568
2568
  "storageLocation": "default",
2569
2569
  "typeDescriptions": {
2570
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2570
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2571
2571
  "typeString": "ResourceId"
2572
2572
  },
2573
2573
  "typeName": {
2574
- "id": 29910,
2574
+ "id": 32426,
2575
2575
  "nodeType": "UserDefinedTypeName",
2576
2576
  "pathNode": {
2577
- "id": 29909,
2577
+ "id": 32425,
2578
2578
  "name": "ResourceId",
2579
2579
  "nameLocations": [
2580
- "6415:10:72"
2580
+ "6415:10:74"
2581
2581
  ],
2582
2582
  "nodeType": "IdentifierPath",
2583
- "referencedDeclaration": 26605,
2584
- "src": "6415:10:72"
2583
+ "referencedDeclaration": 29121,
2584
+ "src": "6415:10:74"
2585
2585
  },
2586
- "referencedDeclaration": 26605,
2587
- "src": "6415:10:72",
2586
+ "referencedDeclaration": 29121,
2587
+ "src": "6415:10:74",
2588
2588
  "typeDescriptions": {
2589
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2589
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2590
2590
  "typeString": "ResourceId"
2591
2591
  }
2592
2592
  },
@@ -2594,13 +2594,13 @@
2594
2594
  },
2595
2595
  {
2596
2596
  "constant": false,
2597
- "id": 29914,
2597
+ "id": 32430,
2598
2598
  "mutability": "mutable",
2599
2599
  "name": "keyTuple",
2600
- "nameLocation": "6456:8:72",
2600
+ "nameLocation": "6456:8:74",
2601
2601
  "nodeType": "VariableDeclaration",
2602
- "scope": 29932,
2603
- "src": "6439:25:72",
2602
+ "scope": 32448,
2603
+ "src": "6439:25:74",
2604
2604
  "stateVariable": false,
2605
2605
  "storageLocation": "memory",
2606
2606
  "typeDescriptions": {
@@ -2609,18 +2609,18 @@
2609
2609
  },
2610
2610
  "typeName": {
2611
2611
  "baseType": {
2612
- "id": 29912,
2612
+ "id": 32428,
2613
2613
  "name": "bytes32",
2614
2614
  "nodeType": "ElementaryTypeName",
2615
- "src": "6439:7:72",
2615
+ "src": "6439:7:74",
2616
2616
  "typeDescriptions": {
2617
2617
  "typeIdentifier": "t_bytes32",
2618
2618
  "typeString": "bytes32"
2619
2619
  }
2620
2620
  },
2621
- "id": 29913,
2621
+ "id": 32429,
2622
2622
  "nodeType": "ArrayTypeName",
2623
- "src": "6439:9:72",
2623
+ "src": "6439:9:74",
2624
2624
  "typeDescriptions": {
2625
2625
  "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
2626
2626
  "typeString": "bytes32[]"
@@ -2630,13 +2630,13 @@
2630
2630
  },
2631
2631
  {
2632
2632
  "constant": false,
2633
- "id": 29916,
2633
+ "id": 32432,
2634
2634
  "mutability": "mutable",
2635
2635
  "name": "dynamicFieldIndex",
2636
- "nameLocation": "6476:17:72",
2636
+ "nameLocation": "6476:17:74",
2637
2637
  "nodeType": "VariableDeclaration",
2638
- "scope": 29932,
2639
- "src": "6470:23:72",
2638
+ "scope": 32448,
2639
+ "src": "6470:23:74",
2640
2640
  "stateVariable": false,
2641
2641
  "storageLocation": "default",
2642
2642
  "typeDescriptions": {
@@ -2644,10 +2644,10 @@
2644
2644
  "typeString": "uint8"
2645
2645
  },
2646
2646
  "typeName": {
2647
- "id": 29915,
2647
+ "id": 32431,
2648
2648
  "name": "uint8",
2649
2649
  "nodeType": "ElementaryTypeName",
2650
- "src": "6470:5:72",
2650
+ "src": "6470:5:74",
2651
2651
  "typeDescriptions": {
2652
2652
  "typeIdentifier": "t_uint8",
2653
2653
  "typeString": "uint8"
@@ -2657,13 +2657,13 @@
2657
2657
  },
2658
2658
  {
2659
2659
  "constant": false,
2660
- "id": 29918,
2660
+ "id": 32434,
2661
2661
  "mutability": "mutable",
2662
2662
  "name": "startWithinField",
2663
- "nameLocation": "6506:16:72",
2663
+ "nameLocation": "6506:16:74",
2664
2664
  "nodeType": "VariableDeclaration",
2665
- "scope": 29932,
2666
- "src": "6499:23:72",
2665
+ "scope": 32448,
2666
+ "src": "6499:23:74",
2667
2667
  "stateVariable": false,
2668
2668
  "storageLocation": "default",
2669
2669
  "typeDescriptions": {
@@ -2671,10 +2671,10 @@
2671
2671
  "typeString": "uint40"
2672
2672
  },
2673
2673
  "typeName": {
2674
- "id": 29917,
2674
+ "id": 32433,
2675
2675
  "name": "uint40",
2676
2676
  "nodeType": "ElementaryTypeName",
2677
- "src": "6499:6:72",
2677
+ "src": "6499:6:74",
2678
2678
  "typeDescriptions": {
2679
2679
  "typeIdentifier": "t_uint40",
2680
2680
  "typeString": "uint40"
@@ -2684,13 +2684,13 @@
2684
2684
  },
2685
2685
  {
2686
2686
  "constant": false,
2687
- "id": 29920,
2687
+ "id": 32436,
2688
2688
  "mutability": "mutable",
2689
2689
  "name": "deleteCount",
2690
- "nameLocation": "6535:11:72",
2690
+ "nameLocation": "6535:11:74",
2691
2691
  "nodeType": "VariableDeclaration",
2692
- "scope": 29932,
2693
- "src": "6528:18:72",
2692
+ "scope": 32448,
2693
+ "src": "6528:18:74",
2694
2694
  "stateVariable": false,
2695
2695
  "storageLocation": "default",
2696
2696
  "typeDescriptions": {
@@ -2698,10 +2698,10 @@
2698
2698
  "typeString": "uint40"
2699
2699
  },
2700
2700
  "typeName": {
2701
- "id": 29919,
2701
+ "id": 32435,
2702
2702
  "name": "uint40",
2703
2703
  "nodeType": "ElementaryTypeName",
2704
- "src": "6528:6:72",
2704
+ "src": "6528:6:74",
2705
2705
  "typeDescriptions": {
2706
2706
  "typeIdentifier": "t_uint40",
2707
2707
  "typeString": "uint40"
@@ -2711,36 +2711,36 @@
2711
2711
  },
2712
2712
  {
2713
2713
  "constant": false,
2714
- "id": 29923,
2714
+ "id": 32439,
2715
2715
  "mutability": "mutable",
2716
2716
  "name": "encodedLengths",
2717
- "nameLocation": "6566:14:72",
2717
+ "nameLocation": "6566:14:74",
2718
2718
  "nodeType": "VariableDeclaration",
2719
- "scope": 29932,
2720
- "src": "6552:28:72",
2719
+ "scope": 32448,
2720
+ "src": "6552:28:74",
2721
2721
  "stateVariable": false,
2722
2722
  "storageLocation": "default",
2723
2723
  "typeDescriptions": {
2724
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$25978",
2724
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28494",
2725
2725
  "typeString": "PackedCounter"
2726
2726
  },
2727
2727
  "typeName": {
2728
- "id": 29922,
2728
+ "id": 32438,
2729
2729
  "nodeType": "UserDefinedTypeName",
2730
2730
  "pathNode": {
2731
- "id": 29921,
2731
+ "id": 32437,
2732
2732
  "name": "PackedCounter",
2733
2733
  "nameLocations": [
2734
- "6552:13:72"
2734
+ "6552:13:74"
2735
2735
  ],
2736
2736
  "nodeType": "IdentifierPath",
2737
- "referencedDeclaration": 25978,
2738
- "src": "6552:13:72"
2737
+ "referencedDeclaration": 28494,
2738
+ "src": "6552:13:74"
2739
2739
  },
2740
- "referencedDeclaration": 25978,
2741
- "src": "6552:13:72",
2740
+ "referencedDeclaration": 28494,
2741
+ "src": "6552:13:74",
2742
2742
  "typeDescriptions": {
2743
- "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$25978",
2743
+ "typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28494",
2744
2744
  "typeString": "PackedCounter"
2745
2745
  }
2746
2746
  },
@@ -2748,13 +2748,13 @@
2748
2748
  },
2749
2749
  {
2750
2750
  "constant": false,
2751
- "id": 29925,
2751
+ "id": 32441,
2752
2752
  "mutability": "mutable",
2753
2753
  "name": "data",
2754
- "nameLocation": "6599:4:72",
2754
+ "nameLocation": "6599:4:74",
2755
2755
  "nodeType": "VariableDeclaration",
2756
- "scope": 29932,
2757
- "src": "6586:17:72",
2756
+ "scope": 32448,
2757
+ "src": "6586:17:74",
2758
2758
  "stateVariable": false,
2759
2759
  "storageLocation": "memory",
2760
2760
  "typeDescriptions": {
@@ -2762,10 +2762,10 @@
2762
2762
  "typeString": "bytes"
2763
2763
  },
2764
2764
  "typeName": {
2765
- "id": 29924,
2765
+ "id": 32440,
2766
2766
  "name": "bytes",
2767
2767
  "nodeType": "ElementaryTypeName",
2768
- "src": "6586:5:72",
2768
+ "src": "6586:5:74",
2769
2769
  "typeDescriptions": {
2770
2770
  "typeIdentifier": "t_bytes_storage_ptr",
2771
2771
  "typeString": "bytes"
@@ -2774,28 +2774,28 @@
2774
2774
  "visibility": "internal"
2775
2775
  }
2776
2776
  ],
2777
- "src": "6409:198:72"
2777
+ "src": "6409:198:74"
2778
2778
  },
2779
2779
  "returnParameters": {
2780
- "id": 29927,
2780
+ "id": 32443,
2781
2781
  "nodeType": "ParameterList",
2782
2782
  "parameters": [],
2783
- "src": "6623:0:72"
2783
+ "src": "6623:0:74"
2784
2784
  },
2785
- "scope": 29967,
2785
+ "scope": 32483,
2786
2786
  "stateMutability": "nonpayable",
2787
2787
  "virtual": true,
2788
2788
  "visibility": "public"
2789
2789
  },
2790
2790
  {
2791
- "id": 29949,
2791
+ "id": 32465,
2792
2792
  "nodeType": "FunctionDefinition",
2793
- "src": "7029:161:72",
2793
+ "src": "7029:161:74",
2794
2794
  "nodes": [],
2795
2795
  "body": {
2796
- "id": 29948,
2796
+ "id": 32464,
2797
2797
  "nodeType": "Block",
2798
- "src": "7146:44:72",
2798
+ "src": "7146:44:74",
2799
2799
  "nodes": [],
2800
2800
  "statements": [
2801
2801
  {
@@ -2803,18 +2803,18 @@
2803
2803
  "arguments": [],
2804
2804
  "expression": {
2805
2805
  "argumentTypes": [],
2806
- "id": 29945,
2806
+ "id": 32461,
2807
2807
  "name": "StoreHook_NotImplemented",
2808
2808
  "nodeType": "Identifier",
2809
2809
  "overloadedDeclarations": [],
2810
- "referencedDeclaration": 60848,
2811
- "src": "7159:24:72",
2810
+ "referencedDeclaration": 72626,
2811
+ "src": "7159:24:74",
2812
2812
  "typeDescriptions": {
2813
2813
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2814
2814
  "typeString": "function () pure"
2815
2815
  }
2816
2816
  },
2817
- "id": 29946,
2817
+ "id": 32462,
2818
2818
  "isConstant": false,
2819
2819
  "isLValue": false,
2820
2820
  "isPure": false,
@@ -2823,26 +2823,26 @@
2823
2823
  "nameLocations": [],
2824
2824
  "names": [],
2825
2825
  "nodeType": "FunctionCall",
2826
- "src": "7159:26:72",
2826
+ "src": "7159:26:74",
2827
2827
  "tryCall": false,
2828
2828
  "typeDescriptions": {
2829
2829
  "typeIdentifier": "t_tuple$__$",
2830
2830
  "typeString": "tuple()"
2831
2831
  }
2832
2832
  },
2833
- "id": 29947,
2833
+ "id": 32463,
2834
2834
  "nodeType": "RevertStatement",
2835
- "src": "7152:33:72"
2835
+ "src": "7152:33:74"
2836
2836
  }
2837
2837
  ]
2838
2838
  },
2839
2839
  "baseFunctions": [
2840
- 60971
2840
+ 72749
2841
2841
  ],
2842
2842
  "documentation": {
2843
- "id": 29933,
2843
+ "id": 32449,
2844
2844
  "nodeType": "StructuredDocumentation",
2845
- "src": "6671:355:72",
2845
+ "src": "6671:355:74",
2846
2846
  "text": " @notice Hook that runs before deleting a record.\n @dev This function should be overridden to provide custom logic.\n @param tableId The ID of the table where the record is to be deleted.\n @param keyTuple An array representing the composite key for the record.\n @param fieldLayout The layout of the field, see FieldLayout.sol."
2847
2847
  },
2848
2848
  "functionSelector": "9faeaf45",
@@ -2850,43 +2850,43 @@
2850
2850
  "kind": "function",
2851
2851
  "modifiers": [],
2852
2852
  "name": "onBeforeDeleteRecord",
2853
- "nameLocation": "7038:20:72",
2853
+ "nameLocation": "7038:20:74",
2854
2854
  "parameters": {
2855
- "id": 29943,
2855
+ "id": 32459,
2856
2856
  "nodeType": "ParameterList",
2857
2857
  "parameters": [
2858
2858
  {
2859
2859
  "constant": false,
2860
- "id": 29936,
2860
+ "id": 32452,
2861
2861
  "mutability": "mutable",
2862
2862
  "name": "tableId",
2863
- "nameLocation": "7070:7:72",
2863
+ "nameLocation": "7070:7:74",
2864
2864
  "nodeType": "VariableDeclaration",
2865
- "scope": 29949,
2866
- "src": "7059:18:72",
2865
+ "scope": 32465,
2866
+ "src": "7059:18:74",
2867
2867
  "stateVariable": false,
2868
2868
  "storageLocation": "default",
2869
2869
  "typeDescriptions": {
2870
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2870
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2871
2871
  "typeString": "ResourceId"
2872
2872
  },
2873
2873
  "typeName": {
2874
- "id": 29935,
2874
+ "id": 32451,
2875
2875
  "nodeType": "UserDefinedTypeName",
2876
2876
  "pathNode": {
2877
- "id": 29934,
2877
+ "id": 32450,
2878
2878
  "name": "ResourceId",
2879
2879
  "nameLocations": [
2880
- "7059:10:72"
2880
+ "7059:10:74"
2881
2881
  ],
2882
2882
  "nodeType": "IdentifierPath",
2883
- "referencedDeclaration": 26605,
2884
- "src": "7059:10:72"
2883
+ "referencedDeclaration": 29121,
2884
+ "src": "7059:10:74"
2885
2885
  },
2886
- "referencedDeclaration": 26605,
2887
- "src": "7059:10:72",
2886
+ "referencedDeclaration": 29121,
2887
+ "src": "7059:10:74",
2888
2888
  "typeDescriptions": {
2889
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2889
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2890
2890
  "typeString": "ResourceId"
2891
2891
  }
2892
2892
  },
@@ -2894,13 +2894,13 @@
2894
2894
  },
2895
2895
  {
2896
2896
  "constant": false,
2897
- "id": 29939,
2897
+ "id": 32455,
2898
2898
  "mutability": "mutable",
2899
2899
  "name": "keyTuple",
2900
- "nameLocation": "7096:8:72",
2900
+ "nameLocation": "7096:8:74",
2901
2901
  "nodeType": "VariableDeclaration",
2902
- "scope": 29949,
2903
- "src": "7079:25:72",
2902
+ "scope": 32465,
2903
+ "src": "7079:25:74",
2904
2904
  "stateVariable": false,
2905
2905
  "storageLocation": "memory",
2906
2906
  "typeDescriptions": {
@@ -2909,18 +2909,18 @@
2909
2909
  },
2910
2910
  "typeName": {
2911
2911
  "baseType": {
2912
- "id": 29937,
2912
+ "id": 32453,
2913
2913
  "name": "bytes32",
2914
2914
  "nodeType": "ElementaryTypeName",
2915
- "src": "7079:7:72",
2915
+ "src": "7079:7:74",
2916
2916
  "typeDescriptions": {
2917
2917
  "typeIdentifier": "t_bytes32",
2918
2918
  "typeString": "bytes32"
2919
2919
  }
2920
2920
  },
2921
- "id": 29938,
2921
+ "id": 32454,
2922
2922
  "nodeType": "ArrayTypeName",
2923
- "src": "7079:9:72",
2923
+ "src": "7079:9:74",
2924
2924
  "typeDescriptions": {
2925
2925
  "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
2926
2926
  "typeString": "bytes32[]"
@@ -2930,64 +2930,64 @@
2930
2930
  },
2931
2931
  {
2932
2932
  "constant": false,
2933
- "id": 29942,
2933
+ "id": 32458,
2934
2934
  "mutability": "mutable",
2935
2935
  "name": "fieldLayout",
2936
- "nameLocation": "7118:11:72",
2936
+ "nameLocation": "7118:11:74",
2937
2937
  "nodeType": "VariableDeclaration",
2938
- "scope": 29949,
2939
- "src": "7106:23:72",
2938
+ "scope": 32465,
2939
+ "src": "7106:23:74",
2940
2940
  "stateVariable": false,
2941
2941
  "storageLocation": "default",
2942
2942
  "typeDescriptions": {
2943
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
2943
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
2944
2944
  "typeString": "FieldLayout"
2945
2945
  },
2946
2946
  "typeName": {
2947
- "id": 29941,
2947
+ "id": 32457,
2948
2948
  "nodeType": "UserDefinedTypeName",
2949
2949
  "pathNode": {
2950
- "id": 29940,
2950
+ "id": 32456,
2951
2951
  "name": "FieldLayout",
2952
2952
  "nameLocations": [
2953
- "7106:11:72"
2953
+ "7106:11:74"
2954
2954
  ],
2955
2955
  "nodeType": "IdentifierPath",
2956
- "referencedDeclaration": 25482,
2957
- "src": "7106:11:72"
2956
+ "referencedDeclaration": 27801,
2957
+ "src": "7106:11:74"
2958
2958
  },
2959
- "referencedDeclaration": 25482,
2960
- "src": "7106:11:72",
2959
+ "referencedDeclaration": 27801,
2960
+ "src": "7106:11:74",
2961
2961
  "typeDescriptions": {
2962
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
2962
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
2963
2963
  "typeString": "FieldLayout"
2964
2964
  }
2965
2965
  },
2966
2966
  "visibility": "internal"
2967
2967
  }
2968
2968
  ],
2969
- "src": "7058:72:72"
2969
+ "src": "7058:72:74"
2970
2970
  },
2971
2971
  "returnParameters": {
2972
- "id": 29944,
2972
+ "id": 32460,
2973
2973
  "nodeType": "ParameterList",
2974
2974
  "parameters": [],
2975
- "src": "7146:0:72"
2975
+ "src": "7146:0:74"
2976
2976
  },
2977
- "scope": 29967,
2977
+ "scope": 32483,
2978
2978
  "stateMutability": "nonpayable",
2979
2979
  "virtual": true,
2980
2980
  "visibility": "public"
2981
2981
  },
2982
2982
  {
2983
- "id": 29966,
2983
+ "id": 32482,
2984
2984
  "nodeType": "FunctionDefinition",
2985
- "src": "7551:160:72",
2985
+ "src": "7551:160:74",
2986
2986
  "nodes": [],
2987
2987
  "body": {
2988
- "id": 29965,
2988
+ "id": 32481,
2989
2989
  "nodeType": "Block",
2990
- "src": "7667:44:72",
2990
+ "src": "7667:44:74",
2991
2991
  "nodes": [],
2992
2992
  "statements": [
2993
2993
  {
@@ -2995,18 +2995,18 @@
2995
2995
  "arguments": [],
2996
2996
  "expression": {
2997
2997
  "argumentTypes": [],
2998
- "id": 29962,
2998
+ "id": 32478,
2999
2999
  "name": "StoreHook_NotImplemented",
3000
3000
  "nodeType": "Identifier",
3001
3001
  "overloadedDeclarations": [],
3002
- "referencedDeclaration": 60848,
3003
- "src": "7680:24:72",
3002
+ "referencedDeclaration": 72626,
3003
+ "src": "7680:24:74",
3004
3004
  "typeDescriptions": {
3005
3005
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
3006
3006
  "typeString": "function () pure"
3007
3007
  }
3008
3008
  },
3009
- "id": 29963,
3009
+ "id": 32479,
3010
3010
  "isConstant": false,
3011
3011
  "isLValue": false,
3012
3012
  "isPure": false,
@@ -3015,26 +3015,26 @@
3015
3015
  "nameLocations": [],
3016
3016
  "names": [],
3017
3017
  "nodeType": "FunctionCall",
3018
- "src": "7680:26:72",
3018
+ "src": "7680:26:74",
3019
3019
  "tryCall": false,
3020
3020
  "typeDescriptions": {
3021
3021
  "typeIdentifier": "t_tuple$__$",
3022
3022
  "typeString": "tuple()"
3023
3023
  }
3024
3024
  },
3025
- "id": 29964,
3025
+ "id": 32480,
3026
3026
  "nodeType": "RevertStatement",
3027
- "src": "7673:33:72"
3027
+ "src": "7673:33:74"
3028
3028
  }
3029
3029
  ]
3030
3030
  },
3031
3031
  "baseFunctions": [
3032
- 60984
3032
+ 72762
3033
3033
  ],
3034
3034
  "documentation": {
3035
- "id": 29950,
3035
+ "id": 32466,
3036
3036
  "nodeType": "StructuredDocumentation",
3037
- "src": "7194:354:72",
3037
+ "src": "7194:354:74",
3038
3038
  "text": " @notice Hook that runs after deleting a record.\n @dev This function should be overridden to provide custom logic.\n @param tableId The ID of the table where the record is to be deleted.\n @param keyTuple An array representing the composite key for the record.\n @param fieldLayout The layout of the field, see FieldLayout.sol."
3039
3039
  },
3040
3040
  "functionSelector": "83b5c95b",
@@ -3042,43 +3042,43 @@
3042
3042
  "kind": "function",
3043
3043
  "modifiers": [],
3044
3044
  "name": "onAfterDeleteRecord",
3045
- "nameLocation": "7560:19:72",
3045
+ "nameLocation": "7560:19:74",
3046
3046
  "parameters": {
3047
- "id": 29960,
3047
+ "id": 32476,
3048
3048
  "nodeType": "ParameterList",
3049
3049
  "parameters": [
3050
3050
  {
3051
3051
  "constant": false,
3052
- "id": 29953,
3052
+ "id": 32469,
3053
3053
  "mutability": "mutable",
3054
3054
  "name": "tableId",
3055
- "nameLocation": "7591:7:72",
3055
+ "nameLocation": "7591:7:74",
3056
3056
  "nodeType": "VariableDeclaration",
3057
- "scope": 29966,
3058
- "src": "7580:18:72",
3057
+ "scope": 32482,
3058
+ "src": "7580:18:74",
3059
3059
  "stateVariable": false,
3060
3060
  "storageLocation": "default",
3061
3061
  "typeDescriptions": {
3062
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
3062
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
3063
3063
  "typeString": "ResourceId"
3064
3064
  },
3065
3065
  "typeName": {
3066
- "id": 29952,
3066
+ "id": 32468,
3067
3067
  "nodeType": "UserDefinedTypeName",
3068
3068
  "pathNode": {
3069
- "id": 29951,
3069
+ "id": 32467,
3070
3070
  "name": "ResourceId",
3071
3071
  "nameLocations": [
3072
- "7580:10:72"
3072
+ "7580:10:74"
3073
3073
  ],
3074
3074
  "nodeType": "IdentifierPath",
3075
- "referencedDeclaration": 26605,
3076
- "src": "7580:10:72"
3075
+ "referencedDeclaration": 29121,
3076
+ "src": "7580:10:74"
3077
3077
  },
3078
- "referencedDeclaration": 26605,
3079
- "src": "7580:10:72",
3078
+ "referencedDeclaration": 29121,
3079
+ "src": "7580:10:74",
3080
3080
  "typeDescriptions": {
3081
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
3081
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
3082
3082
  "typeString": "ResourceId"
3083
3083
  }
3084
3084
  },
@@ -3086,13 +3086,13 @@
3086
3086
  },
3087
3087
  {
3088
3088
  "constant": false,
3089
- "id": 29956,
3089
+ "id": 32472,
3090
3090
  "mutability": "mutable",
3091
3091
  "name": "keyTuple",
3092
- "nameLocation": "7617:8:72",
3092
+ "nameLocation": "7617:8:74",
3093
3093
  "nodeType": "VariableDeclaration",
3094
- "scope": 29966,
3095
- "src": "7600:25:72",
3094
+ "scope": 32482,
3095
+ "src": "7600:25:74",
3096
3096
  "stateVariable": false,
3097
3097
  "storageLocation": "memory",
3098
3098
  "typeDescriptions": {
@@ -3101,18 +3101,18 @@
3101
3101
  },
3102
3102
  "typeName": {
3103
3103
  "baseType": {
3104
- "id": 29954,
3104
+ "id": 32470,
3105
3105
  "name": "bytes32",
3106
3106
  "nodeType": "ElementaryTypeName",
3107
- "src": "7600:7:72",
3107
+ "src": "7600:7:74",
3108
3108
  "typeDescriptions": {
3109
3109
  "typeIdentifier": "t_bytes32",
3110
3110
  "typeString": "bytes32"
3111
3111
  }
3112
3112
  },
3113
- "id": 29955,
3113
+ "id": 32471,
3114
3114
  "nodeType": "ArrayTypeName",
3115
- "src": "7600:9:72",
3115
+ "src": "7600:9:74",
3116
3116
  "typeDescriptions": {
3117
3117
  "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
3118
3118
  "typeString": "bytes32[]"
@@ -3122,51 +3122,51 @@
3122
3122
  },
3123
3123
  {
3124
3124
  "constant": false,
3125
- "id": 29959,
3125
+ "id": 32475,
3126
3126
  "mutability": "mutable",
3127
3127
  "name": "fieldLayout",
3128
- "nameLocation": "7639:11:72",
3128
+ "nameLocation": "7639:11:74",
3129
3129
  "nodeType": "VariableDeclaration",
3130
- "scope": 29966,
3131
- "src": "7627:23:72",
3130
+ "scope": 32482,
3131
+ "src": "7627:23:74",
3132
3132
  "stateVariable": false,
3133
3133
  "storageLocation": "default",
3134
3134
  "typeDescriptions": {
3135
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
3135
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
3136
3136
  "typeString": "FieldLayout"
3137
3137
  },
3138
3138
  "typeName": {
3139
- "id": 29958,
3139
+ "id": 32474,
3140
3140
  "nodeType": "UserDefinedTypeName",
3141
3141
  "pathNode": {
3142
- "id": 29957,
3142
+ "id": 32473,
3143
3143
  "name": "FieldLayout",
3144
3144
  "nameLocations": [
3145
- "7627:11:72"
3145
+ "7627:11:74"
3146
3146
  ],
3147
3147
  "nodeType": "IdentifierPath",
3148
- "referencedDeclaration": 25482,
3149
- "src": "7627:11:72"
3148
+ "referencedDeclaration": 27801,
3149
+ "src": "7627:11:74"
3150
3150
  },
3151
- "referencedDeclaration": 25482,
3152
- "src": "7627:11:72",
3151
+ "referencedDeclaration": 27801,
3152
+ "src": "7627:11:74",
3153
3153
  "typeDescriptions": {
3154
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
3154
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
3155
3155
  "typeString": "FieldLayout"
3156
3156
  }
3157
3157
  },
3158
3158
  "visibility": "internal"
3159
3159
  }
3160
3160
  ],
3161
- "src": "7579:72:72"
3161
+ "src": "7579:72:74"
3162
3162
  },
3163
3163
  "returnParameters": {
3164
- "id": 29961,
3164
+ "id": 32477,
3165
3165
  "nodeType": "ParameterList",
3166
3166
  "parameters": [],
3167
- "src": "7667:0:72"
3167
+ "src": "7667:0:74"
3168
3168
  },
3169
- "scope": 29967,
3169
+ "scope": 32483,
3170
3170
  "stateMutability": "nonpayable",
3171
3171
  "virtual": true,
3172
3172
  "visibility": "public"
@@ -3176,45 +3176,45 @@
3176
3176
  "baseContracts": [
3177
3177
  {
3178
3178
  "baseName": {
3179
- "id": 29780,
3179
+ "id": 32296,
3180
3180
  "name": "IStoreHook",
3181
3181
  "nameLocations": [
3182
- "640:10:72"
3182
+ "640:10:74"
3183
3183
  ],
3184
3184
  "nodeType": "IdentifierPath",
3185
- "referencedDeclaration": 60985,
3186
- "src": "640:10:72"
3185
+ "referencedDeclaration": 72763,
3186
+ "src": "640:10:74"
3187
3187
  },
3188
- "id": 29781,
3188
+ "id": 32297,
3189
3189
  "nodeType": "InheritanceSpecifier",
3190
- "src": "640:10:72"
3190
+ "src": "640:10:74"
3191
3191
  }
3192
3192
  ],
3193
3193
  "canonicalName": "StoreHook",
3194
3194
  "contractDependencies": [],
3195
3195
  "contractKind": "contract",
3196
3196
  "documentation": {
3197
- "id": 29779,
3197
+ "id": 32295,
3198
3198
  "nodeType": "StructuredDocumentation",
3199
- "src": "334:274:72",
3199
+ "src": "334:274:74",
3200
3200
  "text": " @title Store Hook Contract\n @notice This abstract contract provides hooks for the storage operations.\n @dev Implementers should override the hook functions to provide custom logic.\n If any hooks are activated without overriding these functions, they revert."
3201
3201
  },
3202
3202
  "fullyImplemented": true,
3203
3203
  "linearizedBaseContracts": [
3204
- 29967,
3205
- 60985,
3206
- 61379
3204
+ 32483,
3205
+ 72763,
3206
+ 73157
3207
3207
  ],
3208
3208
  "name": "StoreHook",
3209
- "nameLocation": "627:9:72",
3210
- "scope": 29968,
3209
+ "nameLocation": "627:9:74",
3210
+ "scope": 32484,
3211
3211
  "usedErrors": [
3212
- 60848
3212
+ 72626
3213
3213
  ],
3214
3214
  "usedEvents": []
3215
3215
  }
3216
3216
  ],
3217
3217
  "license": "MIT"
3218
3218
  },
3219
- "id": 72
3219
+ "id": 74
3220
3220
  }