@latticexyz/world-modules 2.0.0-main-e4e7d774 → 2.0.0-main-430e6b29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/AccessControl.sol/AccessControl.json +200 -200
- package/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/Balances.sol/Balances.json +1713 -1713
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +207 -207
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +89 -89
- package/out/FunctionSelectors.sol/FunctionSelectors.json +2335 -2335
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +18 -18
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +68 -68
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +11 -11
- package/out/ISystemHook.sol/ISystemHook.json +16 -16
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +14 -14
- package/out/IWorldKernel.sol/IWorldKernel.json +14 -14
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +14 -14
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +43 -43
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +861 -861
- package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
- package/out/Module.sol/Module.json +75 -75
- package/out/NamespaceOwner.sol/NamespaceOwner.json +464 -464
- package/out/ResourceAccess.sol/ResourceAccess.json +471 -471
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +19 -19
- package/out/SystemHooks.sol/SystemHooks.json +4091 -4091
- package/out/SystemSwitch.sol/SystemSwitch.json +356 -356
- package/out/Systems.sol/Systems.json +2459 -2459
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +111 -111
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +85 -85
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2723 -2723
- package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
- package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
- package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +101 -101
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +101 -101
- package/out/constants.sol/constants.json +403 -120
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +105 -105
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +128 -128
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1338 -1338
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
- package/out/src/Hook.sol/HookInstance.json +331 -331
- package/out/src/Hook.sol/HookLib.json +331 -331
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/ISystemHook.sol/ISystemHook.json +90 -90
- package/out/src/IWorldErrors.sol/IWorldErrors.json +151 -151
- package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
- package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
- package/out/src/WorldContext.sol/WorldContextConsumer.json +418 -418
- package/out/src/WorldContext.sol/WorldContextConsumerLib.json +418 -418
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +418 -418
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/systemHookTypes.sol/systemHookTypes.json +25 -25
- package/out/tables/ResourceIds.sol/ResourceIds.json +1747 -1747
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
@@ -808,35 +808,35 @@
|
|
808
808
|
},
|
809
809
|
"ast": {
|
810
810
|
"absolutePath": "node_modules/@latticexyz/store/src/StoreHook.sol",
|
811
|
-
"id":
|
811
|
+
"id": 32502,
|
812
812
|
"exportedSymbols": {
|
813
813
|
"ERC165_INTERFACE_ID": [
|
814
|
-
|
814
|
+
73184
|
815
815
|
],
|
816
816
|
"FieldLayout": [
|
817
|
-
|
817
|
+
27819
|
818
818
|
],
|
819
819
|
"IStoreHook": [
|
820
|
-
|
820
|
+
72799
|
821
821
|
],
|
822
822
|
"PackedCounter": [
|
823
|
-
|
823
|
+
28512
|
824
824
|
],
|
825
825
|
"ResourceId": [
|
826
|
-
|
826
|
+
29139
|
827
827
|
],
|
828
828
|
"STORE_HOOK_INTERFACE_ID": [
|
829
|
-
|
829
|
+
72657
|
830
830
|
],
|
831
831
|
"StoreHook": [
|
832
|
-
|
832
|
+
32501
|
833
833
|
]
|
834
834
|
},
|
835
835
|
"nodeType": "SourceUnit",
|
836
836
|
"src": "32:7682:74",
|
837
837
|
"nodes": [
|
838
838
|
{
|
839
|
-
"id":
|
839
|
+
"id": 32301,
|
840
840
|
"nodeType": "PragmaDirective",
|
841
841
|
"src": "32:25:74",
|
842
842
|
"nodes": [],
|
@@ -848,23 +848,23 @@
|
|
848
848
|
]
|
849
849
|
},
|
850
850
|
{
|
851
|
-
"id":
|
851
|
+
"id": 32304,
|
852
852
|
"nodeType": "ImportDirective",
|
853
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":
|
859
|
-
"sourceUnit":
|
858
|
+
"scope": 32502,
|
859
|
+
"sourceUnit": 72800,
|
860
860
|
"symbolAliases": [
|
861
861
|
{
|
862
862
|
"foreign": {
|
863
|
-
"id":
|
863
|
+
"id": 32302,
|
864
864
|
"name": "IStoreHook",
|
865
865
|
"nodeType": "Identifier",
|
866
866
|
"overloadedDeclarations": [],
|
867
|
-
"referencedDeclaration":
|
867
|
+
"referencedDeclaration": 72799,
|
868
868
|
"src": "68:10:74",
|
869
869
|
"typeDescriptions": {}
|
870
870
|
},
|
@@ -872,11 +872,11 @@
|
|
872
872
|
},
|
873
873
|
{
|
874
874
|
"foreign": {
|
875
|
-
"id":
|
875
|
+
"id": 32303,
|
876
876
|
"name": "STORE_HOOK_INTERFACE_ID",
|
877
877
|
"nodeType": "Identifier",
|
878
878
|
"overloadedDeclarations": [],
|
879
|
-
"referencedDeclaration":
|
879
|
+
"referencedDeclaration": 72657,
|
880
880
|
"src": "80:23:74",
|
881
881
|
"typeDescriptions": {}
|
882
882
|
},
|
@@ -886,23 +886,23 @@
|
|
886
886
|
"unitAlias": ""
|
887
887
|
},
|
888
888
|
{
|
889
|
-
"id":
|
889
|
+
"id": 32306,
|
890
890
|
"nodeType": "ImportDirective",
|
891
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":
|
897
|
-
"sourceUnit":
|
896
|
+
"scope": 32502,
|
897
|
+
"sourceUnit": 73194,
|
898
898
|
"symbolAliases": [
|
899
899
|
{
|
900
900
|
"foreign": {
|
901
|
-
"id":
|
901
|
+
"id": 32305,
|
902
902
|
"name": "ERC165_INTERFACE_ID",
|
903
903
|
"nodeType": "Identifier",
|
904
904
|
"overloadedDeclarations": [],
|
905
|
-
"referencedDeclaration":
|
905
|
+
"referencedDeclaration": 73184,
|
906
906
|
"src": "140:19:74",
|
907
907
|
"typeDescriptions": {}
|
908
908
|
},
|
@@ -912,23 +912,23 @@
|
|
912
912
|
"unitAlias": ""
|
913
913
|
},
|
914
914
|
{
|
915
|
-
"id":
|
915
|
+
"id": 32308,
|
916
916
|
"nodeType": "ImportDirective",
|
917
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":
|
923
|
-
"sourceUnit":
|
922
|
+
"scope": 32502,
|
923
|
+
"sourceUnit": 29136,
|
924
924
|
"symbolAliases": [
|
925
925
|
{
|
926
926
|
"foreign": {
|
927
|
-
"id":
|
927
|
+
"id": 32307,
|
928
928
|
"name": "PackedCounter",
|
929
929
|
"nodeType": "Identifier",
|
930
930
|
"overloadedDeclarations": [],
|
931
|
-
"referencedDeclaration":
|
931
|
+
"referencedDeclaration": 28512,
|
932
932
|
"src": "193:13:74",
|
933
933
|
"typeDescriptions": {}
|
934
934
|
},
|
@@ -938,23 +938,23 @@
|
|
938
938
|
"unitAlias": ""
|
939
939
|
},
|
940
940
|
{
|
941
|
-
"id":
|
941
|
+
"id": 32310,
|
942
942
|
"nodeType": "ImportDirective",
|
943
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":
|
949
|
-
"sourceUnit":
|
948
|
+
"scope": 32502,
|
949
|
+
"sourceUnit": 28239,
|
950
950
|
"symbolAliases": [
|
951
951
|
{
|
952
952
|
"foreign": {
|
953
|
-
"id":
|
953
|
+
"id": 32309,
|
954
954
|
"name": "FieldLayout",
|
955
955
|
"nodeType": "Identifier",
|
956
956
|
"overloadedDeclarations": [],
|
957
|
-
"referencedDeclaration":
|
957
|
+
"referencedDeclaration": 27819,
|
958
958
|
"src": "246:11:74",
|
959
959
|
"typeDescriptions": {}
|
960
960
|
},
|
@@ -964,23 +964,23 @@
|
|
964
964
|
"unitAlias": ""
|
965
965
|
},
|
966
966
|
{
|
967
|
-
"id":
|
967
|
+
"id": 32312,
|
968
968
|
"nodeType": "ImportDirective",
|
969
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":
|
975
|
-
"sourceUnit":
|
974
|
+
"scope": 32502,
|
975
|
+
"sourceUnit": 29211,
|
976
976
|
"symbolAliases": [
|
977
977
|
{
|
978
978
|
"foreign": {
|
979
|
-
"id":
|
979
|
+
"id": 32311,
|
980
980
|
"name": "ResourceId",
|
981
981
|
"nodeType": "Identifier",
|
982
982
|
"overloadedDeclarations": [],
|
983
|
-
"referencedDeclaration":
|
983
|
+
"referencedDeclaration": 29139,
|
984
984
|
"src": "295:10:74",
|
985
985
|
"typeDescriptions": {}
|
986
986
|
},
|
@@ -990,17 +990,17 @@
|
|
990
990
|
"unitAlias": ""
|
991
991
|
},
|
992
992
|
{
|
993
|
-
"id":
|
993
|
+
"id": 32501,
|
994
994
|
"nodeType": "ContractDefinition",
|
995
995
|
"src": "609:7104:74",
|
996
996
|
"nodes": [
|
997
997
|
{
|
998
|
-
"id":
|
998
|
+
"id": 32332,
|
999
999
|
"nodeType": "FunctionDefinition",
|
1000
1000
|
"src": "900:176:74",
|
1001
1001
|
"nodes": [],
|
1002
1002
|
"body": {
|
1003
|
-
"id":
|
1003
|
+
"id": 32331,
|
1004
1004
|
"nodeType": "Block",
|
1005
1005
|
"src": "982:94:74",
|
1006
1006
|
"nodes": [],
|
@@ -1011,7 +1011,7 @@
|
|
1011
1011
|
"typeIdentifier": "t_bool",
|
1012
1012
|
"typeString": "bool"
|
1013
1013
|
},
|
1014
|
-
"id":
|
1014
|
+
"id": 32329,
|
1015
1015
|
"isConstant": false,
|
1016
1016
|
"isLValue": false,
|
1017
1017
|
"isPure": false,
|
@@ -1021,17 +1021,17 @@
|
|
1021
1021
|
"typeIdentifier": "t_bytes4",
|
1022
1022
|
"typeString": "bytes4"
|
1023
1023
|
},
|
1024
|
-
"id":
|
1024
|
+
"id": 32325,
|
1025
1025
|
"isConstant": false,
|
1026
1026
|
"isLValue": false,
|
1027
1027
|
"isPure": false,
|
1028
1028
|
"lValueRequested": false,
|
1029
1029
|
"leftExpression": {
|
1030
|
-
"id":
|
1030
|
+
"id": 32323,
|
1031
1031
|
"name": "interfaceId",
|
1032
1032
|
"nodeType": "Identifier",
|
1033
1033
|
"overloadedDeclarations": [],
|
1034
|
-
"referencedDeclaration":
|
1034
|
+
"referencedDeclaration": 32318,
|
1035
1035
|
"src": "995:11:74",
|
1036
1036
|
"typeDescriptions": {
|
1037
1037
|
"typeIdentifier": "t_bytes4",
|
@@ -1041,11 +1041,11 @@
|
|
1041
1041
|
"nodeType": "BinaryOperation",
|
1042
1042
|
"operator": "==",
|
1043
1043
|
"rightExpression": {
|
1044
|
-
"id":
|
1044
|
+
"id": 32324,
|
1045
1045
|
"name": "STORE_HOOK_INTERFACE_ID",
|
1046
1046
|
"nodeType": "Identifier",
|
1047
1047
|
"overloadedDeclarations": [],
|
1048
|
-
"referencedDeclaration":
|
1048
|
+
"referencedDeclaration": 72657,
|
1049
1049
|
"src": "1010:23:74",
|
1050
1050
|
"typeDescriptions": {
|
1051
1051
|
"typeIdentifier": "t_bytes4",
|
@@ -1065,17 +1065,17 @@
|
|
1065
1065
|
"typeIdentifier": "t_bytes4",
|
1066
1066
|
"typeString": "bytes4"
|
1067
1067
|
},
|
1068
|
-
"id":
|
1068
|
+
"id": 32328,
|
1069
1069
|
"isConstant": false,
|
1070
1070
|
"isLValue": false,
|
1071
1071
|
"isPure": false,
|
1072
1072
|
"lValueRequested": false,
|
1073
1073
|
"leftExpression": {
|
1074
|
-
"id":
|
1074
|
+
"id": 32326,
|
1075
1075
|
"name": "interfaceId",
|
1076
1076
|
"nodeType": "Identifier",
|
1077
1077
|
"overloadedDeclarations": [],
|
1078
|
-
"referencedDeclaration":
|
1078
|
+
"referencedDeclaration": 32318,
|
1079
1079
|
"src": "1037:11:74",
|
1080
1080
|
"typeDescriptions": {
|
1081
1081
|
"typeIdentifier": "t_bytes4",
|
@@ -1085,11 +1085,11 @@
|
|
1085
1085
|
"nodeType": "BinaryOperation",
|
1086
1086
|
"operator": "==",
|
1087
1087
|
"rightExpression": {
|
1088
|
-
"id":
|
1088
|
+
"id": 32327,
|
1089
1089
|
"name": "ERC165_INTERFACE_ID",
|
1090
1090
|
"nodeType": "Identifier",
|
1091
1091
|
"overloadedDeclarations": [],
|
1092
|
-
"referencedDeclaration":
|
1092
|
+
"referencedDeclaration": 73184,
|
1093
1093
|
"src": "1052:19:74",
|
1094
1094
|
"typeDescriptions": {
|
1095
1095
|
"typeIdentifier": "t_bytes4",
|
@@ -1108,18 +1108,18 @@
|
|
1108
1108
|
"typeString": "bool"
|
1109
1109
|
}
|
1110
1110
|
},
|
1111
|
-
"functionReturnParameters":
|
1112
|
-
"id":
|
1111
|
+
"functionReturnParameters": 32322,
|
1112
|
+
"id": 32330,
|
1113
1113
|
"nodeType": "Return",
|
1114
1114
|
"src": "988:83:74"
|
1115
1115
|
}
|
1116
1116
|
]
|
1117
1117
|
},
|
1118
1118
|
"baseFunctions": [
|
1119
|
-
|
1119
|
+
73192
|
1120
1120
|
],
|
1121
1121
|
"documentation": {
|
1122
|
-
"id":
|
1122
|
+
"id": 32316,
|
1123
1123
|
"nodeType": "StructuredDocumentation",
|
1124
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."
|
@@ -1131,17 +1131,17 @@
|
|
1131
1131
|
"name": "supportsInterface",
|
1132
1132
|
"nameLocation": "909:17:74",
|
1133
1133
|
"parameters": {
|
1134
|
-
"id":
|
1134
|
+
"id": 32319,
|
1135
1135
|
"nodeType": "ParameterList",
|
1136
1136
|
"parameters": [
|
1137
1137
|
{
|
1138
1138
|
"constant": false,
|
1139
|
-
"id":
|
1139
|
+
"id": 32318,
|
1140
1140
|
"mutability": "mutable",
|
1141
1141
|
"name": "interfaceId",
|
1142
1142
|
"nameLocation": "934:11:74",
|
1143
1143
|
"nodeType": "VariableDeclaration",
|
1144
|
-
"scope":
|
1144
|
+
"scope": 32332,
|
1145
1145
|
"src": "927:18:74",
|
1146
1146
|
"stateVariable": false,
|
1147
1147
|
"storageLocation": "default",
|
@@ -1150,7 +1150,7 @@
|
|
1150
1150
|
"typeString": "bytes4"
|
1151
1151
|
},
|
1152
1152
|
"typeName": {
|
1153
|
-
"id":
|
1153
|
+
"id": 32317,
|
1154
1154
|
"name": "bytes4",
|
1155
1155
|
"nodeType": "ElementaryTypeName",
|
1156
1156
|
"src": "927:6:74",
|
@@ -1165,17 +1165,17 @@
|
|
1165
1165
|
"src": "926:20:74"
|
1166
1166
|
},
|
1167
1167
|
"returnParameters": {
|
1168
|
-
"id":
|
1168
|
+
"id": 32322,
|
1169
1169
|
"nodeType": "ParameterList",
|
1170
1170
|
"parameters": [
|
1171
1171
|
{
|
1172
1172
|
"constant": false,
|
1173
|
-
"id":
|
1173
|
+
"id": 32321,
|
1174
1174
|
"mutability": "mutable",
|
1175
1175
|
"name": "",
|
1176
1176
|
"nameLocation": "-1:-1:-1",
|
1177
1177
|
"nodeType": "VariableDeclaration",
|
1178
|
-
"scope":
|
1178
|
+
"scope": 32332,
|
1179
1179
|
"src": "976:4:74",
|
1180
1180
|
"stateVariable": false,
|
1181
1181
|
"storageLocation": "default",
|
@@ -1184,7 +1184,7 @@
|
|
1184
1184
|
"typeString": "bool"
|
1185
1185
|
},
|
1186
1186
|
"typeName": {
|
1187
|
-
"id":
|
1187
|
+
"id": 32320,
|
1188
1188
|
"name": "bool",
|
1189
1189
|
"nodeType": "ElementaryTypeName",
|
1190
1190
|
"src": "976:4:74",
|
@@ -1198,18 +1198,18 @@
|
|
1198
1198
|
],
|
1199
1199
|
"src": "975:6:74"
|
1200
1200
|
},
|
1201
|
-
"scope":
|
1201
|
+
"scope": 32501,
|
1202
1202
|
"stateMutability": "pure",
|
1203
1203
|
"virtual": true,
|
1204
1204
|
"visibility": "public"
|
1205
1205
|
},
|
1206
1206
|
{
|
1207
|
-
"id":
|
1207
|
+
"id": 32356,
|
1208
1208
|
"nodeType": "FunctionDefinition",
|
1209
1209
|
"src": "1625:267:74",
|
1210
1210
|
"nodes": [],
|
1211
1211
|
"body": {
|
1212
|
-
"id":
|
1212
|
+
"id": 32355,
|
1213
1213
|
"nodeType": "Block",
|
1214
1214
|
"src": "1848:44:74",
|
1215
1215
|
"nodes": [],
|
@@ -1219,18 +1219,18 @@
|
|
1219
1219
|
"arguments": [],
|
1220
1220
|
"expression": {
|
1221
1221
|
"argumentTypes": [],
|
1222
|
-
"id":
|
1222
|
+
"id": 32352,
|
1223
1223
|
"name": "StoreHook_NotImplemented",
|
1224
1224
|
"nodeType": "Identifier",
|
1225
1225
|
"overloadedDeclarations": [],
|
1226
|
-
"referencedDeclaration":
|
1226
|
+
"referencedDeclaration": 72662,
|
1227
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":
|
1233
|
+
"id": 32353,
|
1234
1234
|
"isConstant": false,
|
1235
1235
|
"isLValue": false,
|
1236
1236
|
"isPure": false,
|
@@ -1246,17 +1246,17 @@
|
|
1246
1246
|
"typeString": "tuple()"
|
1247
1247
|
}
|
1248
1248
|
},
|
1249
|
-
"id":
|
1249
|
+
"id": 32354,
|
1250
1250
|
"nodeType": "RevertStatement",
|
1251
1251
|
"src": "1854:33:74"
|
1252
1252
|
}
|
1253
1253
|
]
|
1254
1254
|
},
|
1255
1255
|
"baseFunctions": [
|
1256
|
-
|
1256
|
+
72682
|
1257
1257
|
],
|
1258
1258
|
"documentation": {
|
1259
|
-
"id":
|
1259
|
+
"id": 32333,
|
1260
1260
|
"nodeType": "StructuredDocumentation",
|
1261
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."
|
@@ -1268,41 +1268,41 @@
|
|
1268
1268
|
"name": "onBeforeSetRecord",
|
1269
1269
|
"nameLocation": "1634:17:74",
|
1270
1270
|
"parameters": {
|
1271
|
-
"id":
|
1271
|
+
"id": 32350,
|
1272
1272
|
"nodeType": "ParameterList",
|
1273
1273
|
"parameters": [
|
1274
1274
|
{
|
1275
1275
|
"constant": false,
|
1276
|
-
"id":
|
1276
|
+
"id": 32336,
|
1277
1277
|
"mutability": "mutable",
|
1278
1278
|
"name": "tableId",
|
1279
1279
|
"nameLocation": "1668:7:74",
|
1280
1280
|
"nodeType": "VariableDeclaration",
|
1281
|
-
"scope":
|
1281
|
+
"scope": 32356,
|
1282
1282
|
"src": "1657:18:74",
|
1283
1283
|
"stateVariable": false,
|
1284
1284
|
"storageLocation": "default",
|
1285
1285
|
"typeDescriptions": {
|
1286
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1286
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1287
1287
|
"typeString": "ResourceId"
|
1288
1288
|
},
|
1289
1289
|
"typeName": {
|
1290
|
-
"id":
|
1290
|
+
"id": 32335,
|
1291
1291
|
"nodeType": "UserDefinedTypeName",
|
1292
1292
|
"pathNode": {
|
1293
|
-
"id":
|
1293
|
+
"id": 32334,
|
1294
1294
|
"name": "ResourceId",
|
1295
1295
|
"nameLocations": [
|
1296
1296
|
"1657:10:74"
|
1297
1297
|
],
|
1298
1298
|
"nodeType": "IdentifierPath",
|
1299
|
-
"referencedDeclaration":
|
1299
|
+
"referencedDeclaration": 29139,
|
1300
1300
|
"src": "1657:10:74"
|
1301
1301
|
},
|
1302
|
-
"referencedDeclaration":
|
1302
|
+
"referencedDeclaration": 29139,
|
1303
1303
|
"src": "1657:10:74",
|
1304
1304
|
"typeDescriptions": {
|
1305
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1305
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1306
1306
|
"typeString": "ResourceId"
|
1307
1307
|
}
|
1308
1308
|
},
|
@@ -1310,12 +1310,12 @@
|
|
1310
1310
|
},
|
1311
1311
|
{
|
1312
1312
|
"constant": false,
|
1313
|
-
"id":
|
1313
|
+
"id": 32339,
|
1314
1314
|
"mutability": "mutable",
|
1315
1315
|
"name": "keyTuple",
|
1316
1316
|
"nameLocation": "1698:8:74",
|
1317
1317
|
"nodeType": "VariableDeclaration",
|
1318
|
-
"scope":
|
1318
|
+
"scope": 32356,
|
1319
1319
|
"src": "1681:25:74",
|
1320
1320
|
"stateVariable": false,
|
1321
1321
|
"storageLocation": "memory",
|
@@ -1325,7 +1325,7 @@
|
|
1325
1325
|
},
|
1326
1326
|
"typeName": {
|
1327
1327
|
"baseType": {
|
1328
|
-
"id":
|
1328
|
+
"id": 32337,
|
1329
1329
|
"name": "bytes32",
|
1330
1330
|
"nodeType": "ElementaryTypeName",
|
1331
1331
|
"src": "1681:7:74",
|
@@ -1334,7 +1334,7 @@
|
|
1334
1334
|
"typeString": "bytes32"
|
1335
1335
|
}
|
1336
1336
|
},
|
1337
|
-
"id":
|
1337
|
+
"id": 32338,
|
1338
1338
|
"nodeType": "ArrayTypeName",
|
1339
1339
|
"src": "1681:9:74",
|
1340
1340
|
"typeDescriptions": {
|
@@ -1346,12 +1346,12 @@
|
|
1346
1346
|
},
|
1347
1347
|
{
|
1348
1348
|
"constant": false,
|
1349
|
-
"id":
|
1349
|
+
"id": 32341,
|
1350
1350
|
"mutability": "mutable",
|
1351
1351
|
"name": "staticData",
|
1352
1352
|
"nameLocation": "1725:10:74",
|
1353
1353
|
"nodeType": "VariableDeclaration",
|
1354
|
-
"scope":
|
1354
|
+
"scope": 32356,
|
1355
1355
|
"src": "1712:23:74",
|
1356
1356
|
"stateVariable": false,
|
1357
1357
|
"storageLocation": "memory",
|
@@ -1360,7 +1360,7 @@
|
|
1360
1360
|
"typeString": "bytes"
|
1361
1361
|
},
|
1362
1362
|
"typeName": {
|
1363
|
-
"id":
|
1363
|
+
"id": 32340,
|
1364
1364
|
"name": "bytes",
|
1365
1365
|
"nodeType": "ElementaryTypeName",
|
1366
1366
|
"src": "1712:5:74",
|
@@ -1373,36 +1373,36 @@
|
|
1373
1373
|
},
|
1374
1374
|
{
|
1375
1375
|
"constant": false,
|
1376
|
-
"id":
|
1376
|
+
"id": 32344,
|
1377
1377
|
"mutability": "mutable",
|
1378
1378
|
"name": "encodedLengths",
|
1379
1379
|
"nameLocation": "1755:14:74",
|
1380
1380
|
"nodeType": "VariableDeclaration",
|
1381
|
-
"scope":
|
1381
|
+
"scope": 32356,
|
1382
1382
|
"src": "1741:28:74",
|
1383
1383
|
"stateVariable": false,
|
1384
1384
|
"storageLocation": "default",
|
1385
1385
|
"typeDescriptions": {
|
1386
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
1386
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
1387
1387
|
"typeString": "PackedCounter"
|
1388
1388
|
},
|
1389
1389
|
"typeName": {
|
1390
|
-
"id":
|
1390
|
+
"id": 32343,
|
1391
1391
|
"nodeType": "UserDefinedTypeName",
|
1392
1392
|
"pathNode": {
|
1393
|
-
"id":
|
1393
|
+
"id": 32342,
|
1394
1394
|
"name": "PackedCounter",
|
1395
1395
|
"nameLocations": [
|
1396
1396
|
"1741:13:74"
|
1397
1397
|
],
|
1398
1398
|
"nodeType": "IdentifierPath",
|
1399
|
-
"referencedDeclaration":
|
1399
|
+
"referencedDeclaration": 28512,
|
1400
1400
|
"src": "1741:13:74"
|
1401
1401
|
},
|
1402
|
-
"referencedDeclaration":
|
1402
|
+
"referencedDeclaration": 28512,
|
1403
1403
|
"src": "1741:13:74",
|
1404
1404
|
"typeDescriptions": {
|
1405
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
1405
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
1406
1406
|
"typeString": "PackedCounter"
|
1407
1407
|
}
|
1408
1408
|
},
|
@@ -1410,12 +1410,12 @@
|
|
1410
1410
|
},
|
1411
1411
|
{
|
1412
1412
|
"constant": false,
|
1413
|
-
"id":
|
1413
|
+
"id": 32346,
|
1414
1414
|
"mutability": "mutable",
|
1415
1415
|
"name": "dynamicData",
|
1416
1416
|
"nameLocation": "1788:11:74",
|
1417
1417
|
"nodeType": "VariableDeclaration",
|
1418
|
-
"scope":
|
1418
|
+
"scope": 32356,
|
1419
1419
|
"src": "1775:24:74",
|
1420
1420
|
"stateVariable": false,
|
1421
1421
|
"storageLocation": "memory",
|
@@ -1424,7 +1424,7 @@
|
|
1424
1424
|
"typeString": "bytes"
|
1425
1425
|
},
|
1426
1426
|
"typeName": {
|
1427
|
-
"id":
|
1427
|
+
"id": 32345,
|
1428
1428
|
"name": "bytes",
|
1429
1429
|
"nodeType": "ElementaryTypeName",
|
1430
1430
|
"src": "1775:5:74",
|
@@ -1437,36 +1437,36 @@
|
|
1437
1437
|
},
|
1438
1438
|
{
|
1439
1439
|
"constant": false,
|
1440
|
-
"id":
|
1440
|
+
"id": 32349,
|
1441
1441
|
"mutability": "mutable",
|
1442
1442
|
"name": "fieldLayout",
|
1443
1443
|
"nameLocation": "1817:11:74",
|
1444
1444
|
"nodeType": "VariableDeclaration",
|
1445
|
-
"scope":
|
1445
|
+
"scope": 32356,
|
1446
1446
|
"src": "1805:23:74",
|
1447
1447
|
"stateVariable": false,
|
1448
1448
|
"storageLocation": "default",
|
1449
1449
|
"typeDescriptions": {
|
1450
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
1450
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27819",
|
1451
1451
|
"typeString": "FieldLayout"
|
1452
1452
|
},
|
1453
1453
|
"typeName": {
|
1454
|
-
"id":
|
1454
|
+
"id": 32348,
|
1455
1455
|
"nodeType": "UserDefinedTypeName",
|
1456
1456
|
"pathNode": {
|
1457
|
-
"id":
|
1457
|
+
"id": 32347,
|
1458
1458
|
"name": "FieldLayout",
|
1459
1459
|
"nameLocations": [
|
1460
1460
|
"1805:11:74"
|
1461
1461
|
],
|
1462
1462
|
"nodeType": "IdentifierPath",
|
1463
|
-
"referencedDeclaration":
|
1463
|
+
"referencedDeclaration": 27819,
|
1464
1464
|
"src": "1805:11:74"
|
1465
1465
|
},
|
1466
|
-
"referencedDeclaration":
|
1466
|
+
"referencedDeclaration": 27819,
|
1467
1467
|
"src": "1805:11:74",
|
1468
1468
|
"typeDescriptions": {
|
1469
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
1469
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27819",
|
1470
1470
|
"typeString": "FieldLayout"
|
1471
1471
|
}
|
1472
1472
|
},
|
@@ -1476,23 +1476,23 @@
|
|
1476
1476
|
"src": "1651:181:74"
|
1477
1477
|
},
|
1478
1478
|
"returnParameters": {
|
1479
|
-
"id":
|
1479
|
+
"id": 32351,
|
1480
1480
|
"nodeType": "ParameterList",
|
1481
1481
|
"parameters": [],
|
1482
1482
|
"src": "1848:0:74"
|
1483
1483
|
},
|
1484
|
-
"scope":
|
1484
|
+
"scope": 32501,
|
1485
1485
|
"stateMutability": "nonpayable",
|
1486
1486
|
"virtual": true,
|
1487
1487
|
"visibility": "public"
|
1488
1488
|
},
|
1489
1489
|
{
|
1490
|
-
"id":
|
1490
|
+
"id": 32380,
|
1491
1491
|
"nodeType": "FunctionDefinition",
|
1492
1492
|
"src": "2435:266:74",
|
1493
1493
|
"nodes": [],
|
1494
1494
|
"body": {
|
1495
|
-
"id":
|
1495
|
+
"id": 32379,
|
1496
1496
|
"nodeType": "Block",
|
1497
1497
|
"src": "2657:44:74",
|
1498
1498
|
"nodes": [],
|
@@ -1502,18 +1502,18 @@
|
|
1502
1502
|
"arguments": [],
|
1503
1503
|
"expression": {
|
1504
1504
|
"argumentTypes": [],
|
1505
|
-
"id":
|
1505
|
+
"id": 32376,
|
1506
1506
|
"name": "StoreHook_NotImplemented",
|
1507
1507
|
"nodeType": "Identifier",
|
1508
1508
|
"overloadedDeclarations": [],
|
1509
|
-
"referencedDeclaration":
|
1509
|
+
"referencedDeclaration": 72662,
|
1510
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":
|
1516
|
+
"id": 32377,
|
1517
1517
|
"isConstant": false,
|
1518
1518
|
"isLValue": false,
|
1519
1519
|
"isPure": false,
|
@@ -1529,17 +1529,17 @@
|
|
1529
1529
|
"typeString": "tuple()"
|
1530
1530
|
}
|
1531
1531
|
},
|
1532
|
-
"id":
|
1532
|
+
"id": 32378,
|
1533
1533
|
"nodeType": "RevertStatement",
|
1534
1534
|
"src": "2663:33:74"
|
1535
1535
|
}
|
1536
1536
|
]
|
1537
1537
|
},
|
1538
1538
|
"baseFunctions": [
|
1539
|
-
|
1539
|
+
72702
|
1540
1540
|
],
|
1541
1541
|
"documentation": {
|
1542
|
-
"id":
|
1542
|
+
"id": 32357,
|
1543
1543
|
"nodeType": "StructuredDocumentation",
|
1544
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."
|
@@ -1551,41 +1551,41 @@
|
|
1551
1551
|
"name": "onAfterSetRecord",
|
1552
1552
|
"nameLocation": "2444:16:74",
|
1553
1553
|
"parameters": {
|
1554
|
-
"id":
|
1554
|
+
"id": 32374,
|
1555
1555
|
"nodeType": "ParameterList",
|
1556
1556
|
"parameters": [
|
1557
1557
|
{
|
1558
1558
|
"constant": false,
|
1559
|
-
"id":
|
1559
|
+
"id": 32360,
|
1560
1560
|
"mutability": "mutable",
|
1561
1561
|
"name": "tableId",
|
1562
1562
|
"nameLocation": "2477:7:74",
|
1563
1563
|
"nodeType": "VariableDeclaration",
|
1564
|
-
"scope":
|
1564
|
+
"scope": 32380,
|
1565
1565
|
"src": "2466:18:74",
|
1566
1566
|
"stateVariable": false,
|
1567
1567
|
"storageLocation": "default",
|
1568
1568
|
"typeDescriptions": {
|
1569
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1569
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1570
1570
|
"typeString": "ResourceId"
|
1571
1571
|
},
|
1572
1572
|
"typeName": {
|
1573
|
-
"id":
|
1573
|
+
"id": 32359,
|
1574
1574
|
"nodeType": "UserDefinedTypeName",
|
1575
1575
|
"pathNode": {
|
1576
|
-
"id":
|
1576
|
+
"id": 32358,
|
1577
1577
|
"name": "ResourceId",
|
1578
1578
|
"nameLocations": [
|
1579
1579
|
"2466:10:74"
|
1580
1580
|
],
|
1581
1581
|
"nodeType": "IdentifierPath",
|
1582
|
-
"referencedDeclaration":
|
1582
|
+
"referencedDeclaration": 29139,
|
1583
1583
|
"src": "2466:10:74"
|
1584
1584
|
},
|
1585
|
-
"referencedDeclaration":
|
1585
|
+
"referencedDeclaration": 29139,
|
1586
1586
|
"src": "2466:10:74",
|
1587
1587
|
"typeDescriptions": {
|
1588
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1588
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1589
1589
|
"typeString": "ResourceId"
|
1590
1590
|
}
|
1591
1591
|
},
|
@@ -1593,12 +1593,12 @@
|
|
1593
1593
|
},
|
1594
1594
|
{
|
1595
1595
|
"constant": false,
|
1596
|
-
"id":
|
1596
|
+
"id": 32363,
|
1597
1597
|
"mutability": "mutable",
|
1598
1598
|
"name": "keyTuple",
|
1599
1599
|
"nameLocation": "2507:8:74",
|
1600
1600
|
"nodeType": "VariableDeclaration",
|
1601
|
-
"scope":
|
1601
|
+
"scope": 32380,
|
1602
1602
|
"src": "2490:25:74",
|
1603
1603
|
"stateVariable": false,
|
1604
1604
|
"storageLocation": "memory",
|
@@ -1608,7 +1608,7 @@
|
|
1608
1608
|
},
|
1609
1609
|
"typeName": {
|
1610
1610
|
"baseType": {
|
1611
|
-
"id":
|
1611
|
+
"id": 32361,
|
1612
1612
|
"name": "bytes32",
|
1613
1613
|
"nodeType": "ElementaryTypeName",
|
1614
1614
|
"src": "2490:7:74",
|
@@ -1617,7 +1617,7 @@
|
|
1617
1617
|
"typeString": "bytes32"
|
1618
1618
|
}
|
1619
1619
|
},
|
1620
|
-
"id":
|
1620
|
+
"id": 32362,
|
1621
1621
|
"nodeType": "ArrayTypeName",
|
1622
1622
|
"src": "2490:9:74",
|
1623
1623
|
"typeDescriptions": {
|
@@ -1629,12 +1629,12 @@
|
|
1629
1629
|
},
|
1630
1630
|
{
|
1631
1631
|
"constant": false,
|
1632
|
-
"id":
|
1632
|
+
"id": 32365,
|
1633
1633
|
"mutability": "mutable",
|
1634
1634
|
"name": "staticData",
|
1635
1635
|
"nameLocation": "2534:10:74",
|
1636
1636
|
"nodeType": "VariableDeclaration",
|
1637
|
-
"scope":
|
1637
|
+
"scope": 32380,
|
1638
1638
|
"src": "2521:23:74",
|
1639
1639
|
"stateVariable": false,
|
1640
1640
|
"storageLocation": "memory",
|
@@ -1643,7 +1643,7 @@
|
|
1643
1643
|
"typeString": "bytes"
|
1644
1644
|
},
|
1645
1645
|
"typeName": {
|
1646
|
-
"id":
|
1646
|
+
"id": 32364,
|
1647
1647
|
"name": "bytes",
|
1648
1648
|
"nodeType": "ElementaryTypeName",
|
1649
1649
|
"src": "2521:5:74",
|
@@ -1656,36 +1656,36 @@
|
|
1656
1656
|
},
|
1657
1657
|
{
|
1658
1658
|
"constant": false,
|
1659
|
-
"id":
|
1659
|
+
"id": 32368,
|
1660
1660
|
"mutability": "mutable",
|
1661
1661
|
"name": "encodedLengths",
|
1662
1662
|
"nameLocation": "2564:14:74",
|
1663
1663
|
"nodeType": "VariableDeclaration",
|
1664
|
-
"scope":
|
1664
|
+
"scope": 32380,
|
1665
1665
|
"src": "2550:28:74",
|
1666
1666
|
"stateVariable": false,
|
1667
1667
|
"storageLocation": "default",
|
1668
1668
|
"typeDescriptions": {
|
1669
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
1669
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
1670
1670
|
"typeString": "PackedCounter"
|
1671
1671
|
},
|
1672
1672
|
"typeName": {
|
1673
|
-
"id":
|
1673
|
+
"id": 32367,
|
1674
1674
|
"nodeType": "UserDefinedTypeName",
|
1675
1675
|
"pathNode": {
|
1676
|
-
"id":
|
1676
|
+
"id": 32366,
|
1677
1677
|
"name": "PackedCounter",
|
1678
1678
|
"nameLocations": [
|
1679
1679
|
"2550:13:74"
|
1680
1680
|
],
|
1681
1681
|
"nodeType": "IdentifierPath",
|
1682
|
-
"referencedDeclaration":
|
1682
|
+
"referencedDeclaration": 28512,
|
1683
1683
|
"src": "2550:13:74"
|
1684
1684
|
},
|
1685
|
-
"referencedDeclaration":
|
1685
|
+
"referencedDeclaration": 28512,
|
1686
1686
|
"src": "2550:13:74",
|
1687
1687
|
"typeDescriptions": {
|
1688
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
1688
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
1689
1689
|
"typeString": "PackedCounter"
|
1690
1690
|
}
|
1691
1691
|
},
|
@@ -1693,12 +1693,12 @@
|
|
1693
1693
|
},
|
1694
1694
|
{
|
1695
1695
|
"constant": false,
|
1696
|
-
"id":
|
1696
|
+
"id": 32370,
|
1697
1697
|
"mutability": "mutable",
|
1698
1698
|
"name": "dynamicData",
|
1699
1699
|
"nameLocation": "2597:11:74",
|
1700
1700
|
"nodeType": "VariableDeclaration",
|
1701
|
-
"scope":
|
1701
|
+
"scope": 32380,
|
1702
1702
|
"src": "2584:24:74",
|
1703
1703
|
"stateVariable": false,
|
1704
1704
|
"storageLocation": "memory",
|
@@ -1707,7 +1707,7 @@
|
|
1707
1707
|
"typeString": "bytes"
|
1708
1708
|
},
|
1709
1709
|
"typeName": {
|
1710
|
-
"id":
|
1710
|
+
"id": 32369,
|
1711
1711
|
"name": "bytes",
|
1712
1712
|
"nodeType": "ElementaryTypeName",
|
1713
1713
|
"src": "2584:5:74",
|
@@ -1720,36 +1720,36 @@
|
|
1720
1720
|
},
|
1721
1721
|
{
|
1722
1722
|
"constant": false,
|
1723
|
-
"id":
|
1723
|
+
"id": 32373,
|
1724
1724
|
"mutability": "mutable",
|
1725
1725
|
"name": "fieldLayout",
|
1726
1726
|
"nameLocation": "2626:11:74",
|
1727
1727
|
"nodeType": "VariableDeclaration",
|
1728
|
-
"scope":
|
1728
|
+
"scope": 32380,
|
1729
1729
|
"src": "2614:23:74",
|
1730
1730
|
"stateVariable": false,
|
1731
1731
|
"storageLocation": "default",
|
1732
1732
|
"typeDescriptions": {
|
1733
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
1733
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27819",
|
1734
1734
|
"typeString": "FieldLayout"
|
1735
1735
|
},
|
1736
1736
|
"typeName": {
|
1737
|
-
"id":
|
1737
|
+
"id": 32372,
|
1738
1738
|
"nodeType": "UserDefinedTypeName",
|
1739
1739
|
"pathNode": {
|
1740
|
-
"id":
|
1740
|
+
"id": 32371,
|
1741
1741
|
"name": "FieldLayout",
|
1742
1742
|
"nameLocations": [
|
1743
1743
|
"2614:11:74"
|
1744
1744
|
],
|
1745
1745
|
"nodeType": "IdentifierPath",
|
1746
|
-
"referencedDeclaration":
|
1746
|
+
"referencedDeclaration": 27819,
|
1747
1747
|
"src": "2614:11:74"
|
1748
1748
|
},
|
1749
|
-
"referencedDeclaration":
|
1749
|
+
"referencedDeclaration": 27819,
|
1750
1750
|
"src": "2614:11:74",
|
1751
1751
|
"typeDescriptions": {
|
1752
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
1752
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27819",
|
1753
1753
|
"typeString": "FieldLayout"
|
1754
1754
|
}
|
1755
1755
|
},
|
@@ -1759,23 +1759,23 @@
|
|
1759
1759
|
"src": "2460:181:74"
|
1760
1760
|
},
|
1761
1761
|
"returnParameters": {
|
1762
|
-
"id":
|
1762
|
+
"id": 32375,
|
1763
1763
|
"nodeType": "ParameterList",
|
1764
1764
|
"parameters": [],
|
1765
1765
|
"src": "2657:0:74"
|
1766
1766
|
},
|
1767
|
-
"scope":
|
1767
|
+
"scope": 32501,
|
1768
1768
|
"stateMutability": "nonpayable",
|
1769
1769
|
"virtual": true,
|
1770
1770
|
"visibility": "public"
|
1771
1771
|
},
|
1772
1772
|
{
|
1773
|
-
"id":
|
1773
|
+
"id": 32398,
|
1774
1774
|
"nodeType": "FunctionDefinition",
|
1775
1775
|
"src": "3332:193:74",
|
1776
1776
|
"nodes": [],
|
1777
1777
|
"body": {
|
1778
|
-
"id":
|
1778
|
+
"id": 32397,
|
1779
1779
|
"nodeType": "Block",
|
1780
1780
|
"src": "3481:44:74",
|
1781
1781
|
"nodes": [],
|
@@ -1785,18 +1785,18 @@
|
|
1785
1785
|
"arguments": [],
|
1786
1786
|
"expression": {
|
1787
1787
|
"argumentTypes": [],
|
1788
|
-
"id":
|
1788
|
+
"id": 32394,
|
1789
1789
|
"name": "StoreHook_NotImplemented",
|
1790
1790
|
"nodeType": "Identifier",
|
1791
1791
|
"overloadedDeclarations": [],
|
1792
|
-
"referencedDeclaration":
|
1792
|
+
"referencedDeclaration": 72662,
|
1793
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":
|
1799
|
+
"id": 32395,
|
1800
1800
|
"isConstant": false,
|
1801
1801
|
"isLValue": false,
|
1802
1802
|
"isPure": false,
|
@@ -1812,17 +1812,17 @@
|
|
1812
1812
|
"typeString": "tuple()"
|
1813
1813
|
}
|
1814
1814
|
},
|
1815
|
-
"id":
|
1815
|
+
"id": 32396,
|
1816
1816
|
"nodeType": "RevertStatement",
|
1817
1817
|
"src": "3487:33:74"
|
1818
1818
|
}
|
1819
1819
|
]
|
1820
1820
|
},
|
1821
1821
|
"baseFunctions": [
|
1822
|
-
|
1822
|
+
72716
|
1823
1823
|
],
|
1824
1824
|
"documentation": {
|
1825
|
-
"id":
|
1825
|
+
"id": 32381,
|
1826
1826
|
"nodeType": "StructuredDocumentation",
|
1827
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."
|
@@ -1834,41 +1834,41 @@
|
|
1834
1834
|
"name": "onBeforeSpliceStaticData",
|
1835
1835
|
"nameLocation": "3341:24:74",
|
1836
1836
|
"parameters": {
|
1837
|
-
"id":
|
1837
|
+
"id": 32392,
|
1838
1838
|
"nodeType": "ParameterList",
|
1839
1839
|
"parameters": [
|
1840
1840
|
{
|
1841
1841
|
"constant": false,
|
1842
|
-
"id":
|
1842
|
+
"id": 32384,
|
1843
1843
|
"mutability": "mutable",
|
1844
1844
|
"name": "tableId",
|
1845
1845
|
"nameLocation": "3382:7:74",
|
1846
1846
|
"nodeType": "VariableDeclaration",
|
1847
|
-
"scope":
|
1847
|
+
"scope": 32398,
|
1848
1848
|
"src": "3371:18:74",
|
1849
1849
|
"stateVariable": false,
|
1850
1850
|
"storageLocation": "default",
|
1851
1851
|
"typeDescriptions": {
|
1852
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1852
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1853
1853
|
"typeString": "ResourceId"
|
1854
1854
|
},
|
1855
1855
|
"typeName": {
|
1856
|
-
"id":
|
1856
|
+
"id": 32383,
|
1857
1857
|
"nodeType": "UserDefinedTypeName",
|
1858
1858
|
"pathNode": {
|
1859
|
-
"id":
|
1859
|
+
"id": 32382,
|
1860
1860
|
"name": "ResourceId",
|
1861
1861
|
"nameLocations": [
|
1862
1862
|
"3371:10:74"
|
1863
1863
|
],
|
1864
1864
|
"nodeType": "IdentifierPath",
|
1865
|
-
"referencedDeclaration":
|
1865
|
+
"referencedDeclaration": 29139,
|
1866
1866
|
"src": "3371:10:74"
|
1867
1867
|
},
|
1868
|
-
"referencedDeclaration":
|
1868
|
+
"referencedDeclaration": 29139,
|
1869
1869
|
"src": "3371:10:74",
|
1870
1870
|
"typeDescriptions": {
|
1871
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1871
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1872
1872
|
"typeString": "ResourceId"
|
1873
1873
|
}
|
1874
1874
|
},
|
@@ -1876,12 +1876,12 @@
|
|
1876
1876
|
},
|
1877
1877
|
{
|
1878
1878
|
"constant": false,
|
1879
|
-
"id":
|
1879
|
+
"id": 32387,
|
1880
1880
|
"mutability": "mutable",
|
1881
1881
|
"name": "keyTuple",
|
1882
1882
|
"nameLocation": "3412:8:74",
|
1883
1883
|
"nodeType": "VariableDeclaration",
|
1884
|
-
"scope":
|
1884
|
+
"scope": 32398,
|
1885
1885
|
"src": "3395:25:74",
|
1886
1886
|
"stateVariable": false,
|
1887
1887
|
"storageLocation": "memory",
|
@@ -1891,7 +1891,7 @@
|
|
1891
1891
|
},
|
1892
1892
|
"typeName": {
|
1893
1893
|
"baseType": {
|
1894
|
-
"id":
|
1894
|
+
"id": 32385,
|
1895
1895
|
"name": "bytes32",
|
1896
1896
|
"nodeType": "ElementaryTypeName",
|
1897
1897
|
"src": "3395:7:74",
|
@@ -1900,7 +1900,7 @@
|
|
1900
1900
|
"typeString": "bytes32"
|
1901
1901
|
}
|
1902
1902
|
},
|
1903
|
-
"id":
|
1903
|
+
"id": 32386,
|
1904
1904
|
"nodeType": "ArrayTypeName",
|
1905
1905
|
"src": "3395:9:74",
|
1906
1906
|
"typeDescriptions": {
|
@@ -1912,12 +1912,12 @@
|
|
1912
1912
|
},
|
1913
1913
|
{
|
1914
1914
|
"constant": false,
|
1915
|
-
"id":
|
1915
|
+
"id": 32389,
|
1916
1916
|
"mutability": "mutable",
|
1917
1917
|
"name": "start",
|
1918
1918
|
"nameLocation": "3433:5:74",
|
1919
1919
|
"nodeType": "VariableDeclaration",
|
1920
|
-
"scope":
|
1920
|
+
"scope": 32398,
|
1921
1921
|
"src": "3426:12:74",
|
1922
1922
|
"stateVariable": false,
|
1923
1923
|
"storageLocation": "default",
|
@@ -1926,7 +1926,7 @@
|
|
1926
1926
|
"typeString": "uint48"
|
1927
1927
|
},
|
1928
1928
|
"typeName": {
|
1929
|
-
"id":
|
1929
|
+
"id": 32388,
|
1930
1930
|
"name": "uint48",
|
1931
1931
|
"nodeType": "ElementaryTypeName",
|
1932
1932
|
"src": "3426:6:74",
|
@@ -1939,12 +1939,12 @@
|
|
1939
1939
|
},
|
1940
1940
|
{
|
1941
1941
|
"constant": false,
|
1942
|
-
"id":
|
1942
|
+
"id": 32391,
|
1943
1943
|
"mutability": "mutable",
|
1944
1944
|
"name": "data",
|
1945
1945
|
"nameLocation": "3457:4:74",
|
1946
1946
|
"nodeType": "VariableDeclaration",
|
1947
|
-
"scope":
|
1947
|
+
"scope": 32398,
|
1948
1948
|
"src": "3444:17:74",
|
1949
1949
|
"stateVariable": false,
|
1950
1950
|
"storageLocation": "memory",
|
@@ -1953,7 +1953,7 @@
|
|
1953
1953
|
"typeString": "bytes"
|
1954
1954
|
},
|
1955
1955
|
"typeName": {
|
1956
|
-
"id":
|
1956
|
+
"id": 32390,
|
1957
1957
|
"name": "bytes",
|
1958
1958
|
"nodeType": "ElementaryTypeName",
|
1959
1959
|
"src": "3444:5:74",
|
@@ -1968,23 +1968,23 @@
|
|
1968
1968
|
"src": "3365:100:74"
|
1969
1969
|
},
|
1970
1970
|
"returnParameters": {
|
1971
|
-
"id":
|
1971
|
+
"id": 32393,
|
1972
1972
|
"nodeType": "ParameterList",
|
1973
1973
|
"parameters": [],
|
1974
1974
|
"src": "3481:0:74"
|
1975
1975
|
},
|
1976
|
-
"scope":
|
1976
|
+
"scope": 32501,
|
1977
1977
|
"stateMutability": "nonpayable",
|
1978
1978
|
"virtual": true,
|
1979
1979
|
"visibility": "public"
|
1980
1980
|
},
|
1981
1981
|
{
|
1982
|
-
"id":
|
1982
|
+
"id": 32416,
|
1983
1983
|
"nodeType": "FunctionDefinition",
|
1984
1984
|
"src": "4155:192:74",
|
1985
1985
|
"nodes": [],
|
1986
1986
|
"body": {
|
1987
|
-
"id":
|
1987
|
+
"id": 32415,
|
1988
1988
|
"nodeType": "Block",
|
1989
1989
|
"src": "4303:44:74",
|
1990
1990
|
"nodes": [],
|
@@ -1994,18 +1994,18 @@
|
|
1994
1994
|
"arguments": [],
|
1995
1995
|
"expression": {
|
1996
1996
|
"argumentTypes": [],
|
1997
|
-
"id":
|
1997
|
+
"id": 32412,
|
1998
1998
|
"name": "StoreHook_NotImplemented",
|
1999
1999
|
"nodeType": "Identifier",
|
2000
2000
|
"overloadedDeclarations": [],
|
2001
|
-
"referencedDeclaration":
|
2001
|
+
"referencedDeclaration": 72662,
|
2002
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":
|
2008
|
+
"id": 32413,
|
2009
2009
|
"isConstant": false,
|
2010
2010
|
"isLValue": false,
|
2011
2011
|
"isPure": false,
|
@@ -2021,17 +2021,17 @@
|
|
2021
2021
|
"typeString": "tuple()"
|
2022
2022
|
}
|
2023
2023
|
},
|
2024
|
-
"id":
|
2024
|
+
"id": 32414,
|
2025
2025
|
"nodeType": "RevertStatement",
|
2026
2026
|
"src": "4309:33:74"
|
2027
2027
|
}
|
2028
2028
|
]
|
2029
2029
|
},
|
2030
2030
|
"baseFunctions": [
|
2031
|
-
|
2031
|
+
72730
|
2032
2032
|
],
|
2033
2033
|
"documentation": {
|
2034
|
-
"id":
|
2034
|
+
"id": 32399,
|
2035
2035
|
"nodeType": "StructuredDocumentation",
|
2036
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."
|
@@ -2043,41 +2043,41 @@
|
|
2043
2043
|
"name": "onAfterSpliceStaticData",
|
2044
2044
|
"nameLocation": "4164:23:74",
|
2045
2045
|
"parameters": {
|
2046
|
-
"id":
|
2046
|
+
"id": 32410,
|
2047
2047
|
"nodeType": "ParameterList",
|
2048
2048
|
"parameters": [
|
2049
2049
|
{
|
2050
2050
|
"constant": false,
|
2051
|
-
"id":
|
2051
|
+
"id": 32402,
|
2052
2052
|
"mutability": "mutable",
|
2053
2053
|
"name": "tableId",
|
2054
2054
|
"nameLocation": "4204:7:74",
|
2055
2055
|
"nodeType": "VariableDeclaration",
|
2056
|
-
"scope":
|
2056
|
+
"scope": 32416,
|
2057
2057
|
"src": "4193:18:74",
|
2058
2058
|
"stateVariable": false,
|
2059
2059
|
"storageLocation": "default",
|
2060
2060
|
"typeDescriptions": {
|
2061
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2061
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2062
2062
|
"typeString": "ResourceId"
|
2063
2063
|
},
|
2064
2064
|
"typeName": {
|
2065
|
-
"id":
|
2065
|
+
"id": 32401,
|
2066
2066
|
"nodeType": "UserDefinedTypeName",
|
2067
2067
|
"pathNode": {
|
2068
|
-
"id":
|
2068
|
+
"id": 32400,
|
2069
2069
|
"name": "ResourceId",
|
2070
2070
|
"nameLocations": [
|
2071
2071
|
"4193:10:74"
|
2072
2072
|
],
|
2073
2073
|
"nodeType": "IdentifierPath",
|
2074
|
-
"referencedDeclaration":
|
2074
|
+
"referencedDeclaration": 29139,
|
2075
2075
|
"src": "4193:10:74"
|
2076
2076
|
},
|
2077
|
-
"referencedDeclaration":
|
2077
|
+
"referencedDeclaration": 29139,
|
2078
2078
|
"src": "4193:10:74",
|
2079
2079
|
"typeDescriptions": {
|
2080
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2080
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2081
2081
|
"typeString": "ResourceId"
|
2082
2082
|
}
|
2083
2083
|
},
|
@@ -2085,12 +2085,12 @@
|
|
2085
2085
|
},
|
2086
2086
|
{
|
2087
2087
|
"constant": false,
|
2088
|
-
"id":
|
2088
|
+
"id": 32405,
|
2089
2089
|
"mutability": "mutable",
|
2090
2090
|
"name": "keyTuple",
|
2091
2091
|
"nameLocation": "4234:8:74",
|
2092
2092
|
"nodeType": "VariableDeclaration",
|
2093
|
-
"scope":
|
2093
|
+
"scope": 32416,
|
2094
2094
|
"src": "4217:25:74",
|
2095
2095
|
"stateVariable": false,
|
2096
2096
|
"storageLocation": "memory",
|
@@ -2100,7 +2100,7 @@
|
|
2100
2100
|
},
|
2101
2101
|
"typeName": {
|
2102
2102
|
"baseType": {
|
2103
|
-
"id":
|
2103
|
+
"id": 32403,
|
2104
2104
|
"name": "bytes32",
|
2105
2105
|
"nodeType": "ElementaryTypeName",
|
2106
2106
|
"src": "4217:7:74",
|
@@ -2109,7 +2109,7 @@
|
|
2109
2109
|
"typeString": "bytes32"
|
2110
2110
|
}
|
2111
2111
|
},
|
2112
|
-
"id":
|
2112
|
+
"id": 32404,
|
2113
2113
|
"nodeType": "ArrayTypeName",
|
2114
2114
|
"src": "4217:9:74",
|
2115
2115
|
"typeDescriptions": {
|
@@ -2121,12 +2121,12 @@
|
|
2121
2121
|
},
|
2122
2122
|
{
|
2123
2123
|
"constant": false,
|
2124
|
-
"id":
|
2124
|
+
"id": 32407,
|
2125
2125
|
"mutability": "mutable",
|
2126
2126
|
"name": "start",
|
2127
2127
|
"nameLocation": "4255:5:74",
|
2128
2128
|
"nodeType": "VariableDeclaration",
|
2129
|
-
"scope":
|
2129
|
+
"scope": 32416,
|
2130
2130
|
"src": "4248:12:74",
|
2131
2131
|
"stateVariable": false,
|
2132
2132
|
"storageLocation": "default",
|
@@ -2135,7 +2135,7 @@
|
|
2135
2135
|
"typeString": "uint48"
|
2136
2136
|
},
|
2137
2137
|
"typeName": {
|
2138
|
-
"id":
|
2138
|
+
"id": 32406,
|
2139
2139
|
"name": "uint48",
|
2140
2140
|
"nodeType": "ElementaryTypeName",
|
2141
2141
|
"src": "4248:6:74",
|
@@ -2148,12 +2148,12 @@
|
|
2148
2148
|
},
|
2149
2149
|
{
|
2150
2150
|
"constant": false,
|
2151
|
-
"id":
|
2151
|
+
"id": 32409,
|
2152
2152
|
"mutability": "mutable",
|
2153
2153
|
"name": "data",
|
2154
2154
|
"nameLocation": "4279:4:74",
|
2155
2155
|
"nodeType": "VariableDeclaration",
|
2156
|
-
"scope":
|
2156
|
+
"scope": 32416,
|
2157
2157
|
"src": "4266:17:74",
|
2158
2158
|
"stateVariable": false,
|
2159
2159
|
"storageLocation": "memory",
|
@@ -2162,7 +2162,7 @@
|
|
2162
2162
|
"typeString": "bytes"
|
2163
2163
|
},
|
2164
2164
|
"typeName": {
|
2165
|
-
"id":
|
2165
|
+
"id": 32408,
|
2166
2166
|
"name": "bytes",
|
2167
2167
|
"nodeType": "ElementaryTypeName",
|
2168
2168
|
"src": "4266:5:74",
|
@@ -2177,23 +2177,23 @@
|
|
2177
2177
|
"src": "4187:100:74"
|
2178
2178
|
},
|
2179
2179
|
"returnParameters": {
|
2180
|
-
"id":
|
2180
|
+
"id": 32411,
|
2181
2181
|
"nodeType": "ParameterList",
|
2182
2182
|
"parameters": [],
|
2183
2183
|
"src": "4303:0:74"
|
2184
2184
|
},
|
2185
|
-
"scope":
|
2185
|
+
"scope": 32501,
|
2186
2186
|
"stateMutability": "nonpayable",
|
2187
2187
|
"virtual": true,
|
2188
2188
|
"visibility": "public"
|
2189
2189
|
},
|
2190
2190
|
{
|
2191
|
-
"id":
|
2191
|
+
"id": 32441,
|
2192
2192
|
"nodeType": "FunctionDefinition",
|
2193
2193
|
"src": "5216:292:74",
|
2194
2194
|
"nodes": [],
|
2195
2195
|
"body": {
|
2196
|
-
"id":
|
2196
|
+
"id": 32440,
|
2197
2197
|
"nodeType": "Block",
|
2198
2198
|
"src": "5464:44:74",
|
2199
2199
|
"nodes": [],
|
@@ -2203,18 +2203,18 @@
|
|
2203
2203
|
"arguments": [],
|
2204
2204
|
"expression": {
|
2205
2205
|
"argumentTypes": [],
|
2206
|
-
"id":
|
2206
|
+
"id": 32437,
|
2207
2207
|
"name": "StoreHook_NotImplemented",
|
2208
2208
|
"nodeType": "Identifier",
|
2209
2209
|
"overloadedDeclarations": [],
|
2210
|
-
"referencedDeclaration":
|
2210
|
+
"referencedDeclaration": 72662,
|
2211
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":
|
2217
|
+
"id": 32438,
|
2218
2218
|
"isConstant": false,
|
2219
2219
|
"isLValue": false,
|
2220
2220
|
"isPure": false,
|
@@ -2230,17 +2230,17 @@
|
|
2230
2230
|
"typeString": "tuple()"
|
2231
2231
|
}
|
2232
2232
|
},
|
2233
|
-
"id":
|
2233
|
+
"id": 32439,
|
2234
2234
|
"nodeType": "RevertStatement",
|
2235
2235
|
"src": "5470:33:74"
|
2236
2236
|
}
|
2237
2237
|
]
|
2238
2238
|
},
|
2239
2239
|
"baseFunctions": [
|
2240
|
-
|
2240
|
+
72751
|
2241
2241
|
],
|
2242
2242
|
"documentation": {
|
2243
|
-
"id":
|
2243
|
+
"id": 32417,
|
2244
2244
|
"nodeType": "StructuredDocumentation",
|
2245
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."
|
@@ -2252,41 +2252,41 @@
|
|
2252
2252
|
"name": "onBeforeSpliceDynamicData",
|
2253
2253
|
"nameLocation": "5225:25:74",
|
2254
2254
|
"parameters": {
|
2255
|
-
"id":
|
2255
|
+
"id": 32435,
|
2256
2256
|
"nodeType": "ParameterList",
|
2257
2257
|
"parameters": [
|
2258
2258
|
{
|
2259
2259
|
"constant": false,
|
2260
|
-
"id":
|
2260
|
+
"id": 32420,
|
2261
2261
|
"mutability": "mutable",
|
2262
2262
|
"name": "tableId",
|
2263
2263
|
"nameLocation": "5267:7:74",
|
2264
2264
|
"nodeType": "VariableDeclaration",
|
2265
|
-
"scope":
|
2265
|
+
"scope": 32441,
|
2266
2266
|
"src": "5256:18:74",
|
2267
2267
|
"stateVariable": false,
|
2268
2268
|
"storageLocation": "default",
|
2269
2269
|
"typeDescriptions": {
|
2270
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2270
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2271
2271
|
"typeString": "ResourceId"
|
2272
2272
|
},
|
2273
2273
|
"typeName": {
|
2274
|
-
"id":
|
2274
|
+
"id": 32419,
|
2275
2275
|
"nodeType": "UserDefinedTypeName",
|
2276
2276
|
"pathNode": {
|
2277
|
-
"id":
|
2277
|
+
"id": 32418,
|
2278
2278
|
"name": "ResourceId",
|
2279
2279
|
"nameLocations": [
|
2280
2280
|
"5256:10:74"
|
2281
2281
|
],
|
2282
2282
|
"nodeType": "IdentifierPath",
|
2283
|
-
"referencedDeclaration":
|
2283
|
+
"referencedDeclaration": 29139,
|
2284
2284
|
"src": "5256:10:74"
|
2285
2285
|
},
|
2286
|
-
"referencedDeclaration":
|
2286
|
+
"referencedDeclaration": 29139,
|
2287
2287
|
"src": "5256:10:74",
|
2288
2288
|
"typeDescriptions": {
|
2289
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2289
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2290
2290
|
"typeString": "ResourceId"
|
2291
2291
|
}
|
2292
2292
|
},
|
@@ -2294,12 +2294,12 @@
|
|
2294
2294
|
},
|
2295
2295
|
{
|
2296
2296
|
"constant": false,
|
2297
|
-
"id":
|
2297
|
+
"id": 32423,
|
2298
2298
|
"mutability": "mutable",
|
2299
2299
|
"name": "keyTuple",
|
2300
2300
|
"nameLocation": "5297:8:74",
|
2301
2301
|
"nodeType": "VariableDeclaration",
|
2302
|
-
"scope":
|
2302
|
+
"scope": 32441,
|
2303
2303
|
"src": "5280:25:74",
|
2304
2304
|
"stateVariable": false,
|
2305
2305
|
"storageLocation": "memory",
|
@@ -2309,7 +2309,7 @@
|
|
2309
2309
|
},
|
2310
2310
|
"typeName": {
|
2311
2311
|
"baseType": {
|
2312
|
-
"id":
|
2312
|
+
"id": 32421,
|
2313
2313
|
"name": "bytes32",
|
2314
2314
|
"nodeType": "ElementaryTypeName",
|
2315
2315
|
"src": "5280:7:74",
|
@@ -2318,7 +2318,7 @@
|
|
2318
2318
|
"typeString": "bytes32"
|
2319
2319
|
}
|
2320
2320
|
},
|
2321
|
-
"id":
|
2321
|
+
"id": 32422,
|
2322
2322
|
"nodeType": "ArrayTypeName",
|
2323
2323
|
"src": "5280:9:74",
|
2324
2324
|
"typeDescriptions": {
|
@@ -2330,12 +2330,12 @@
|
|
2330
2330
|
},
|
2331
2331
|
{
|
2332
2332
|
"constant": false,
|
2333
|
-
"id":
|
2333
|
+
"id": 32425,
|
2334
2334
|
"mutability": "mutable",
|
2335
2335
|
"name": "dynamicFieldIndex",
|
2336
2336
|
"nameLocation": "5317:17:74",
|
2337
2337
|
"nodeType": "VariableDeclaration",
|
2338
|
-
"scope":
|
2338
|
+
"scope": 32441,
|
2339
2339
|
"src": "5311:23:74",
|
2340
2340
|
"stateVariable": false,
|
2341
2341
|
"storageLocation": "default",
|
@@ -2344,7 +2344,7 @@
|
|
2344
2344
|
"typeString": "uint8"
|
2345
2345
|
},
|
2346
2346
|
"typeName": {
|
2347
|
-
"id":
|
2347
|
+
"id": 32424,
|
2348
2348
|
"name": "uint8",
|
2349
2349
|
"nodeType": "ElementaryTypeName",
|
2350
2350
|
"src": "5311:5:74",
|
@@ -2357,12 +2357,12 @@
|
|
2357
2357
|
},
|
2358
2358
|
{
|
2359
2359
|
"constant": false,
|
2360
|
-
"id":
|
2360
|
+
"id": 32427,
|
2361
2361
|
"mutability": "mutable",
|
2362
2362
|
"name": "startWithinField",
|
2363
2363
|
"nameLocation": "5347:16:74",
|
2364
2364
|
"nodeType": "VariableDeclaration",
|
2365
|
-
"scope":
|
2365
|
+
"scope": 32441,
|
2366
2366
|
"src": "5340:23:74",
|
2367
2367
|
"stateVariable": false,
|
2368
2368
|
"storageLocation": "default",
|
@@ -2371,7 +2371,7 @@
|
|
2371
2371
|
"typeString": "uint40"
|
2372
2372
|
},
|
2373
2373
|
"typeName": {
|
2374
|
-
"id":
|
2374
|
+
"id": 32426,
|
2375
2375
|
"name": "uint40",
|
2376
2376
|
"nodeType": "ElementaryTypeName",
|
2377
2377
|
"src": "5340:6:74",
|
@@ -2384,12 +2384,12 @@
|
|
2384
2384
|
},
|
2385
2385
|
{
|
2386
2386
|
"constant": false,
|
2387
|
-
"id":
|
2387
|
+
"id": 32429,
|
2388
2388
|
"mutability": "mutable",
|
2389
2389
|
"name": "deleteCount",
|
2390
2390
|
"nameLocation": "5376:11:74",
|
2391
2391
|
"nodeType": "VariableDeclaration",
|
2392
|
-
"scope":
|
2392
|
+
"scope": 32441,
|
2393
2393
|
"src": "5369:18:74",
|
2394
2394
|
"stateVariable": false,
|
2395
2395
|
"storageLocation": "default",
|
@@ -2398,7 +2398,7 @@
|
|
2398
2398
|
"typeString": "uint40"
|
2399
2399
|
},
|
2400
2400
|
"typeName": {
|
2401
|
-
"id":
|
2401
|
+
"id": 32428,
|
2402
2402
|
"name": "uint40",
|
2403
2403
|
"nodeType": "ElementaryTypeName",
|
2404
2404
|
"src": "5369:6:74",
|
@@ -2411,36 +2411,36 @@
|
|
2411
2411
|
},
|
2412
2412
|
{
|
2413
2413
|
"constant": false,
|
2414
|
-
"id":
|
2414
|
+
"id": 32432,
|
2415
2415
|
"mutability": "mutable",
|
2416
2416
|
"name": "encodedLengths",
|
2417
2417
|
"nameLocation": "5407:14:74",
|
2418
2418
|
"nodeType": "VariableDeclaration",
|
2419
|
-
"scope":
|
2419
|
+
"scope": 32441,
|
2420
2420
|
"src": "5393:28:74",
|
2421
2421
|
"stateVariable": false,
|
2422
2422
|
"storageLocation": "default",
|
2423
2423
|
"typeDescriptions": {
|
2424
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
2424
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
2425
2425
|
"typeString": "PackedCounter"
|
2426
2426
|
},
|
2427
2427
|
"typeName": {
|
2428
|
-
"id":
|
2428
|
+
"id": 32431,
|
2429
2429
|
"nodeType": "UserDefinedTypeName",
|
2430
2430
|
"pathNode": {
|
2431
|
-
"id":
|
2431
|
+
"id": 32430,
|
2432
2432
|
"name": "PackedCounter",
|
2433
2433
|
"nameLocations": [
|
2434
2434
|
"5393:13:74"
|
2435
2435
|
],
|
2436
2436
|
"nodeType": "IdentifierPath",
|
2437
|
-
"referencedDeclaration":
|
2437
|
+
"referencedDeclaration": 28512,
|
2438
2438
|
"src": "5393:13:74"
|
2439
2439
|
},
|
2440
|
-
"referencedDeclaration":
|
2440
|
+
"referencedDeclaration": 28512,
|
2441
2441
|
"src": "5393:13:74",
|
2442
2442
|
"typeDescriptions": {
|
2443
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
2443
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
2444
2444
|
"typeString": "PackedCounter"
|
2445
2445
|
}
|
2446
2446
|
},
|
@@ -2448,12 +2448,12 @@
|
|
2448
2448
|
},
|
2449
2449
|
{
|
2450
2450
|
"constant": false,
|
2451
|
-
"id":
|
2451
|
+
"id": 32434,
|
2452
2452
|
"mutability": "mutable",
|
2453
2453
|
"name": "data",
|
2454
2454
|
"nameLocation": "5440:4:74",
|
2455
2455
|
"nodeType": "VariableDeclaration",
|
2456
|
-
"scope":
|
2456
|
+
"scope": 32441,
|
2457
2457
|
"src": "5427:17:74",
|
2458
2458
|
"stateVariable": false,
|
2459
2459
|
"storageLocation": "memory",
|
@@ -2462,7 +2462,7 @@
|
|
2462
2462
|
"typeString": "bytes"
|
2463
2463
|
},
|
2464
2464
|
"typeName": {
|
2465
|
-
"id":
|
2465
|
+
"id": 32433,
|
2466
2466
|
"name": "bytes",
|
2467
2467
|
"nodeType": "ElementaryTypeName",
|
2468
2468
|
"src": "5427:5:74",
|
@@ -2477,23 +2477,23 @@
|
|
2477
2477
|
"src": "5250:198:74"
|
2478
2478
|
},
|
2479
2479
|
"returnParameters": {
|
2480
|
-
"id":
|
2480
|
+
"id": 32436,
|
2481
2481
|
"nodeType": "ParameterList",
|
2482
2482
|
"parameters": [],
|
2483
2483
|
"src": "5464:0:74"
|
2484
2484
|
},
|
2485
|
-
"scope":
|
2485
|
+
"scope": 32501,
|
2486
2486
|
"stateMutability": "nonpayable",
|
2487
2487
|
"virtual": true,
|
2488
2488
|
"visibility": "public"
|
2489
2489
|
},
|
2490
2490
|
{
|
2491
|
-
"id":
|
2491
|
+
"id": 32466,
|
2492
2492
|
"nodeType": "FunctionDefinition",
|
2493
2493
|
"src": "6376:291:74",
|
2494
2494
|
"nodes": [],
|
2495
2495
|
"body": {
|
2496
|
-
"id":
|
2496
|
+
"id": 32465,
|
2497
2497
|
"nodeType": "Block",
|
2498
2498
|
"src": "6623:44:74",
|
2499
2499
|
"nodes": [],
|
@@ -2503,18 +2503,18 @@
|
|
2503
2503
|
"arguments": [],
|
2504
2504
|
"expression": {
|
2505
2505
|
"argumentTypes": [],
|
2506
|
-
"id":
|
2506
|
+
"id": 32462,
|
2507
2507
|
"name": "StoreHook_NotImplemented",
|
2508
2508
|
"nodeType": "Identifier",
|
2509
2509
|
"overloadedDeclarations": [],
|
2510
|
-
"referencedDeclaration":
|
2510
|
+
"referencedDeclaration": 72662,
|
2511
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":
|
2517
|
+
"id": 32463,
|
2518
2518
|
"isConstant": false,
|
2519
2519
|
"isLValue": false,
|
2520
2520
|
"isPure": false,
|
@@ -2530,17 +2530,17 @@
|
|
2530
2530
|
"typeString": "tuple()"
|
2531
2531
|
}
|
2532
2532
|
},
|
2533
|
-
"id":
|
2533
|
+
"id": 32464,
|
2534
2534
|
"nodeType": "RevertStatement",
|
2535
2535
|
"src": "6629:33:74"
|
2536
2536
|
}
|
2537
2537
|
]
|
2538
2538
|
},
|
2539
2539
|
"baseFunctions": [
|
2540
|
-
|
2540
|
+
72772
|
2541
2541
|
],
|
2542
2542
|
"documentation": {
|
2543
|
-
"id":
|
2543
|
+
"id": 32442,
|
2544
2544
|
"nodeType": "StructuredDocumentation",
|
2545
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."
|
@@ -2552,41 +2552,41 @@
|
|
2552
2552
|
"name": "onAfterSpliceDynamicData",
|
2553
2553
|
"nameLocation": "6385:24:74",
|
2554
2554
|
"parameters": {
|
2555
|
-
"id":
|
2555
|
+
"id": 32460,
|
2556
2556
|
"nodeType": "ParameterList",
|
2557
2557
|
"parameters": [
|
2558
2558
|
{
|
2559
2559
|
"constant": false,
|
2560
|
-
"id":
|
2560
|
+
"id": 32445,
|
2561
2561
|
"mutability": "mutable",
|
2562
2562
|
"name": "tableId",
|
2563
2563
|
"nameLocation": "6426:7:74",
|
2564
2564
|
"nodeType": "VariableDeclaration",
|
2565
|
-
"scope":
|
2565
|
+
"scope": 32466,
|
2566
2566
|
"src": "6415:18:74",
|
2567
2567
|
"stateVariable": false,
|
2568
2568
|
"storageLocation": "default",
|
2569
2569
|
"typeDescriptions": {
|
2570
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2570
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2571
2571
|
"typeString": "ResourceId"
|
2572
2572
|
},
|
2573
2573
|
"typeName": {
|
2574
|
-
"id":
|
2574
|
+
"id": 32444,
|
2575
2575
|
"nodeType": "UserDefinedTypeName",
|
2576
2576
|
"pathNode": {
|
2577
|
-
"id":
|
2577
|
+
"id": 32443,
|
2578
2578
|
"name": "ResourceId",
|
2579
2579
|
"nameLocations": [
|
2580
2580
|
"6415:10:74"
|
2581
2581
|
],
|
2582
2582
|
"nodeType": "IdentifierPath",
|
2583
|
-
"referencedDeclaration":
|
2583
|
+
"referencedDeclaration": 29139,
|
2584
2584
|
"src": "6415:10:74"
|
2585
2585
|
},
|
2586
|
-
"referencedDeclaration":
|
2586
|
+
"referencedDeclaration": 29139,
|
2587
2587
|
"src": "6415:10:74",
|
2588
2588
|
"typeDescriptions": {
|
2589
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2589
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2590
2590
|
"typeString": "ResourceId"
|
2591
2591
|
}
|
2592
2592
|
},
|
@@ -2594,12 +2594,12 @@
|
|
2594
2594
|
},
|
2595
2595
|
{
|
2596
2596
|
"constant": false,
|
2597
|
-
"id":
|
2597
|
+
"id": 32448,
|
2598
2598
|
"mutability": "mutable",
|
2599
2599
|
"name": "keyTuple",
|
2600
2600
|
"nameLocation": "6456:8:74",
|
2601
2601
|
"nodeType": "VariableDeclaration",
|
2602
|
-
"scope":
|
2602
|
+
"scope": 32466,
|
2603
2603
|
"src": "6439:25:74",
|
2604
2604
|
"stateVariable": false,
|
2605
2605
|
"storageLocation": "memory",
|
@@ -2609,7 +2609,7 @@
|
|
2609
2609
|
},
|
2610
2610
|
"typeName": {
|
2611
2611
|
"baseType": {
|
2612
|
-
"id":
|
2612
|
+
"id": 32446,
|
2613
2613
|
"name": "bytes32",
|
2614
2614
|
"nodeType": "ElementaryTypeName",
|
2615
2615
|
"src": "6439:7:74",
|
@@ -2618,7 +2618,7 @@
|
|
2618
2618
|
"typeString": "bytes32"
|
2619
2619
|
}
|
2620
2620
|
},
|
2621
|
-
"id":
|
2621
|
+
"id": 32447,
|
2622
2622
|
"nodeType": "ArrayTypeName",
|
2623
2623
|
"src": "6439:9:74",
|
2624
2624
|
"typeDescriptions": {
|
@@ -2630,12 +2630,12 @@
|
|
2630
2630
|
},
|
2631
2631
|
{
|
2632
2632
|
"constant": false,
|
2633
|
-
"id":
|
2633
|
+
"id": 32450,
|
2634
2634
|
"mutability": "mutable",
|
2635
2635
|
"name": "dynamicFieldIndex",
|
2636
2636
|
"nameLocation": "6476:17:74",
|
2637
2637
|
"nodeType": "VariableDeclaration",
|
2638
|
-
"scope":
|
2638
|
+
"scope": 32466,
|
2639
2639
|
"src": "6470:23:74",
|
2640
2640
|
"stateVariable": false,
|
2641
2641
|
"storageLocation": "default",
|
@@ -2644,7 +2644,7 @@
|
|
2644
2644
|
"typeString": "uint8"
|
2645
2645
|
},
|
2646
2646
|
"typeName": {
|
2647
|
-
"id":
|
2647
|
+
"id": 32449,
|
2648
2648
|
"name": "uint8",
|
2649
2649
|
"nodeType": "ElementaryTypeName",
|
2650
2650
|
"src": "6470:5:74",
|
@@ -2657,12 +2657,12 @@
|
|
2657
2657
|
},
|
2658
2658
|
{
|
2659
2659
|
"constant": false,
|
2660
|
-
"id":
|
2660
|
+
"id": 32452,
|
2661
2661
|
"mutability": "mutable",
|
2662
2662
|
"name": "startWithinField",
|
2663
2663
|
"nameLocation": "6506:16:74",
|
2664
2664
|
"nodeType": "VariableDeclaration",
|
2665
|
-
"scope":
|
2665
|
+
"scope": 32466,
|
2666
2666
|
"src": "6499:23:74",
|
2667
2667
|
"stateVariable": false,
|
2668
2668
|
"storageLocation": "default",
|
@@ -2671,7 +2671,7 @@
|
|
2671
2671
|
"typeString": "uint40"
|
2672
2672
|
},
|
2673
2673
|
"typeName": {
|
2674
|
-
"id":
|
2674
|
+
"id": 32451,
|
2675
2675
|
"name": "uint40",
|
2676
2676
|
"nodeType": "ElementaryTypeName",
|
2677
2677
|
"src": "6499:6:74",
|
@@ -2684,12 +2684,12 @@
|
|
2684
2684
|
},
|
2685
2685
|
{
|
2686
2686
|
"constant": false,
|
2687
|
-
"id":
|
2687
|
+
"id": 32454,
|
2688
2688
|
"mutability": "mutable",
|
2689
2689
|
"name": "deleteCount",
|
2690
2690
|
"nameLocation": "6535:11:74",
|
2691
2691
|
"nodeType": "VariableDeclaration",
|
2692
|
-
"scope":
|
2692
|
+
"scope": 32466,
|
2693
2693
|
"src": "6528:18:74",
|
2694
2694
|
"stateVariable": false,
|
2695
2695
|
"storageLocation": "default",
|
@@ -2698,7 +2698,7 @@
|
|
2698
2698
|
"typeString": "uint40"
|
2699
2699
|
},
|
2700
2700
|
"typeName": {
|
2701
|
-
"id":
|
2701
|
+
"id": 32453,
|
2702
2702
|
"name": "uint40",
|
2703
2703
|
"nodeType": "ElementaryTypeName",
|
2704
2704
|
"src": "6528:6:74",
|
@@ -2711,36 +2711,36 @@
|
|
2711
2711
|
},
|
2712
2712
|
{
|
2713
2713
|
"constant": false,
|
2714
|
-
"id":
|
2714
|
+
"id": 32457,
|
2715
2715
|
"mutability": "mutable",
|
2716
2716
|
"name": "encodedLengths",
|
2717
2717
|
"nameLocation": "6566:14:74",
|
2718
2718
|
"nodeType": "VariableDeclaration",
|
2719
|
-
"scope":
|
2719
|
+
"scope": 32466,
|
2720
2720
|
"src": "6552:28:74",
|
2721
2721
|
"stateVariable": false,
|
2722
2722
|
"storageLocation": "default",
|
2723
2723
|
"typeDescriptions": {
|
2724
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
2724
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
2725
2725
|
"typeString": "PackedCounter"
|
2726
2726
|
},
|
2727
2727
|
"typeName": {
|
2728
|
-
"id":
|
2728
|
+
"id": 32456,
|
2729
2729
|
"nodeType": "UserDefinedTypeName",
|
2730
2730
|
"pathNode": {
|
2731
|
-
"id":
|
2731
|
+
"id": 32455,
|
2732
2732
|
"name": "PackedCounter",
|
2733
2733
|
"nameLocations": [
|
2734
2734
|
"6552:13:74"
|
2735
2735
|
],
|
2736
2736
|
"nodeType": "IdentifierPath",
|
2737
|
-
"referencedDeclaration":
|
2737
|
+
"referencedDeclaration": 28512,
|
2738
2738
|
"src": "6552:13:74"
|
2739
2739
|
},
|
2740
|
-
"referencedDeclaration":
|
2740
|
+
"referencedDeclaration": 28512,
|
2741
2741
|
"src": "6552:13:74",
|
2742
2742
|
"typeDescriptions": {
|
2743
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
2743
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
2744
2744
|
"typeString": "PackedCounter"
|
2745
2745
|
}
|
2746
2746
|
},
|
@@ -2748,12 +2748,12 @@
|
|
2748
2748
|
},
|
2749
2749
|
{
|
2750
2750
|
"constant": false,
|
2751
|
-
"id":
|
2751
|
+
"id": 32459,
|
2752
2752
|
"mutability": "mutable",
|
2753
2753
|
"name": "data",
|
2754
2754
|
"nameLocation": "6599:4:74",
|
2755
2755
|
"nodeType": "VariableDeclaration",
|
2756
|
-
"scope":
|
2756
|
+
"scope": 32466,
|
2757
2757
|
"src": "6586:17:74",
|
2758
2758
|
"stateVariable": false,
|
2759
2759
|
"storageLocation": "memory",
|
@@ -2762,7 +2762,7 @@
|
|
2762
2762
|
"typeString": "bytes"
|
2763
2763
|
},
|
2764
2764
|
"typeName": {
|
2765
|
-
"id":
|
2765
|
+
"id": 32458,
|
2766
2766
|
"name": "bytes",
|
2767
2767
|
"nodeType": "ElementaryTypeName",
|
2768
2768
|
"src": "6586:5:74",
|
@@ -2777,23 +2777,23 @@
|
|
2777
2777
|
"src": "6409:198:74"
|
2778
2778
|
},
|
2779
2779
|
"returnParameters": {
|
2780
|
-
"id":
|
2780
|
+
"id": 32461,
|
2781
2781
|
"nodeType": "ParameterList",
|
2782
2782
|
"parameters": [],
|
2783
2783
|
"src": "6623:0:74"
|
2784
2784
|
},
|
2785
|
-
"scope":
|
2785
|
+
"scope": 32501,
|
2786
2786
|
"stateMutability": "nonpayable",
|
2787
2787
|
"virtual": true,
|
2788
2788
|
"visibility": "public"
|
2789
2789
|
},
|
2790
2790
|
{
|
2791
|
-
"id":
|
2791
|
+
"id": 32483,
|
2792
2792
|
"nodeType": "FunctionDefinition",
|
2793
2793
|
"src": "7029:161:74",
|
2794
2794
|
"nodes": [],
|
2795
2795
|
"body": {
|
2796
|
-
"id":
|
2796
|
+
"id": 32482,
|
2797
2797
|
"nodeType": "Block",
|
2798
2798
|
"src": "7146:44:74",
|
2799
2799
|
"nodes": [],
|
@@ -2803,18 +2803,18 @@
|
|
2803
2803
|
"arguments": [],
|
2804
2804
|
"expression": {
|
2805
2805
|
"argumentTypes": [],
|
2806
|
-
"id":
|
2806
|
+
"id": 32479,
|
2807
2807
|
"name": "StoreHook_NotImplemented",
|
2808
2808
|
"nodeType": "Identifier",
|
2809
2809
|
"overloadedDeclarations": [],
|
2810
|
-
"referencedDeclaration":
|
2810
|
+
"referencedDeclaration": 72662,
|
2811
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":
|
2817
|
+
"id": 32480,
|
2818
2818
|
"isConstant": false,
|
2819
2819
|
"isLValue": false,
|
2820
2820
|
"isPure": false,
|
@@ -2830,17 +2830,17 @@
|
|
2830
2830
|
"typeString": "tuple()"
|
2831
2831
|
}
|
2832
2832
|
},
|
2833
|
-
"id":
|
2833
|
+
"id": 32481,
|
2834
2834
|
"nodeType": "RevertStatement",
|
2835
2835
|
"src": "7152:33:74"
|
2836
2836
|
}
|
2837
2837
|
]
|
2838
2838
|
},
|
2839
2839
|
"baseFunctions": [
|
2840
|
-
|
2840
|
+
72785
|
2841
2841
|
],
|
2842
2842
|
"documentation": {
|
2843
|
-
"id":
|
2843
|
+
"id": 32467,
|
2844
2844
|
"nodeType": "StructuredDocumentation",
|
2845
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."
|
@@ -2852,41 +2852,41 @@
|
|
2852
2852
|
"name": "onBeforeDeleteRecord",
|
2853
2853
|
"nameLocation": "7038:20:74",
|
2854
2854
|
"parameters": {
|
2855
|
-
"id":
|
2855
|
+
"id": 32477,
|
2856
2856
|
"nodeType": "ParameterList",
|
2857
2857
|
"parameters": [
|
2858
2858
|
{
|
2859
2859
|
"constant": false,
|
2860
|
-
"id":
|
2860
|
+
"id": 32470,
|
2861
2861
|
"mutability": "mutable",
|
2862
2862
|
"name": "tableId",
|
2863
2863
|
"nameLocation": "7070:7:74",
|
2864
2864
|
"nodeType": "VariableDeclaration",
|
2865
|
-
"scope":
|
2865
|
+
"scope": 32483,
|
2866
2866
|
"src": "7059:18:74",
|
2867
2867
|
"stateVariable": false,
|
2868
2868
|
"storageLocation": "default",
|
2869
2869
|
"typeDescriptions": {
|
2870
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2870
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2871
2871
|
"typeString": "ResourceId"
|
2872
2872
|
},
|
2873
2873
|
"typeName": {
|
2874
|
-
"id":
|
2874
|
+
"id": 32469,
|
2875
2875
|
"nodeType": "UserDefinedTypeName",
|
2876
2876
|
"pathNode": {
|
2877
|
-
"id":
|
2877
|
+
"id": 32468,
|
2878
2878
|
"name": "ResourceId",
|
2879
2879
|
"nameLocations": [
|
2880
2880
|
"7059:10:74"
|
2881
2881
|
],
|
2882
2882
|
"nodeType": "IdentifierPath",
|
2883
|
-
"referencedDeclaration":
|
2883
|
+
"referencedDeclaration": 29139,
|
2884
2884
|
"src": "7059:10:74"
|
2885
2885
|
},
|
2886
|
-
"referencedDeclaration":
|
2886
|
+
"referencedDeclaration": 29139,
|
2887
2887
|
"src": "7059:10:74",
|
2888
2888
|
"typeDescriptions": {
|
2889
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2889
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2890
2890
|
"typeString": "ResourceId"
|
2891
2891
|
}
|
2892
2892
|
},
|
@@ -2894,12 +2894,12 @@
|
|
2894
2894
|
},
|
2895
2895
|
{
|
2896
2896
|
"constant": false,
|
2897
|
-
"id":
|
2897
|
+
"id": 32473,
|
2898
2898
|
"mutability": "mutable",
|
2899
2899
|
"name": "keyTuple",
|
2900
2900
|
"nameLocation": "7096:8:74",
|
2901
2901
|
"nodeType": "VariableDeclaration",
|
2902
|
-
"scope":
|
2902
|
+
"scope": 32483,
|
2903
2903
|
"src": "7079:25:74",
|
2904
2904
|
"stateVariable": false,
|
2905
2905
|
"storageLocation": "memory",
|
@@ -2909,7 +2909,7 @@
|
|
2909
2909
|
},
|
2910
2910
|
"typeName": {
|
2911
2911
|
"baseType": {
|
2912
|
-
"id":
|
2912
|
+
"id": 32471,
|
2913
2913
|
"name": "bytes32",
|
2914
2914
|
"nodeType": "ElementaryTypeName",
|
2915
2915
|
"src": "7079:7:74",
|
@@ -2918,7 +2918,7 @@
|
|
2918
2918
|
"typeString": "bytes32"
|
2919
2919
|
}
|
2920
2920
|
},
|
2921
|
-
"id":
|
2921
|
+
"id": 32472,
|
2922
2922
|
"nodeType": "ArrayTypeName",
|
2923
2923
|
"src": "7079:9:74",
|
2924
2924
|
"typeDescriptions": {
|
@@ -2930,36 +2930,36 @@
|
|
2930
2930
|
},
|
2931
2931
|
{
|
2932
2932
|
"constant": false,
|
2933
|
-
"id":
|
2933
|
+
"id": 32476,
|
2934
2934
|
"mutability": "mutable",
|
2935
2935
|
"name": "fieldLayout",
|
2936
2936
|
"nameLocation": "7118:11:74",
|
2937
2937
|
"nodeType": "VariableDeclaration",
|
2938
|
-
"scope":
|
2938
|
+
"scope": 32483,
|
2939
2939
|
"src": "7106:23:74",
|
2940
2940
|
"stateVariable": false,
|
2941
2941
|
"storageLocation": "default",
|
2942
2942
|
"typeDescriptions": {
|
2943
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
2943
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27819",
|
2944
2944
|
"typeString": "FieldLayout"
|
2945
2945
|
},
|
2946
2946
|
"typeName": {
|
2947
|
-
"id":
|
2947
|
+
"id": 32475,
|
2948
2948
|
"nodeType": "UserDefinedTypeName",
|
2949
2949
|
"pathNode": {
|
2950
|
-
"id":
|
2950
|
+
"id": 32474,
|
2951
2951
|
"name": "FieldLayout",
|
2952
2952
|
"nameLocations": [
|
2953
2953
|
"7106:11:74"
|
2954
2954
|
],
|
2955
2955
|
"nodeType": "IdentifierPath",
|
2956
|
-
"referencedDeclaration":
|
2956
|
+
"referencedDeclaration": 27819,
|
2957
2957
|
"src": "7106:11:74"
|
2958
2958
|
},
|
2959
|
-
"referencedDeclaration":
|
2959
|
+
"referencedDeclaration": 27819,
|
2960
2960
|
"src": "7106:11:74",
|
2961
2961
|
"typeDescriptions": {
|
2962
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
2962
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27819",
|
2963
2963
|
"typeString": "FieldLayout"
|
2964
2964
|
}
|
2965
2965
|
},
|
@@ -2969,23 +2969,23 @@
|
|
2969
2969
|
"src": "7058:72:74"
|
2970
2970
|
},
|
2971
2971
|
"returnParameters": {
|
2972
|
-
"id":
|
2972
|
+
"id": 32478,
|
2973
2973
|
"nodeType": "ParameterList",
|
2974
2974
|
"parameters": [],
|
2975
2975
|
"src": "7146:0:74"
|
2976
2976
|
},
|
2977
|
-
"scope":
|
2977
|
+
"scope": 32501,
|
2978
2978
|
"stateMutability": "nonpayable",
|
2979
2979
|
"virtual": true,
|
2980
2980
|
"visibility": "public"
|
2981
2981
|
},
|
2982
2982
|
{
|
2983
|
-
"id":
|
2983
|
+
"id": 32500,
|
2984
2984
|
"nodeType": "FunctionDefinition",
|
2985
2985
|
"src": "7551:160:74",
|
2986
2986
|
"nodes": [],
|
2987
2987
|
"body": {
|
2988
|
-
"id":
|
2988
|
+
"id": 32499,
|
2989
2989
|
"nodeType": "Block",
|
2990
2990
|
"src": "7667:44:74",
|
2991
2991
|
"nodes": [],
|
@@ -2995,18 +2995,18 @@
|
|
2995
2995
|
"arguments": [],
|
2996
2996
|
"expression": {
|
2997
2997
|
"argumentTypes": [],
|
2998
|
-
"id":
|
2998
|
+
"id": 32496,
|
2999
2999
|
"name": "StoreHook_NotImplemented",
|
3000
3000
|
"nodeType": "Identifier",
|
3001
3001
|
"overloadedDeclarations": [],
|
3002
|
-
"referencedDeclaration":
|
3002
|
+
"referencedDeclaration": 72662,
|
3003
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":
|
3009
|
+
"id": 32497,
|
3010
3010
|
"isConstant": false,
|
3011
3011
|
"isLValue": false,
|
3012
3012
|
"isPure": false,
|
@@ -3022,17 +3022,17 @@
|
|
3022
3022
|
"typeString": "tuple()"
|
3023
3023
|
}
|
3024
3024
|
},
|
3025
|
-
"id":
|
3025
|
+
"id": 32498,
|
3026
3026
|
"nodeType": "RevertStatement",
|
3027
3027
|
"src": "7673:33:74"
|
3028
3028
|
}
|
3029
3029
|
]
|
3030
3030
|
},
|
3031
3031
|
"baseFunctions": [
|
3032
|
-
|
3032
|
+
72798
|
3033
3033
|
],
|
3034
3034
|
"documentation": {
|
3035
|
-
"id":
|
3035
|
+
"id": 32484,
|
3036
3036
|
"nodeType": "StructuredDocumentation",
|
3037
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."
|
@@ -3044,41 +3044,41 @@
|
|
3044
3044
|
"name": "onAfterDeleteRecord",
|
3045
3045
|
"nameLocation": "7560:19:74",
|
3046
3046
|
"parameters": {
|
3047
|
-
"id":
|
3047
|
+
"id": 32494,
|
3048
3048
|
"nodeType": "ParameterList",
|
3049
3049
|
"parameters": [
|
3050
3050
|
{
|
3051
3051
|
"constant": false,
|
3052
|
-
"id":
|
3052
|
+
"id": 32487,
|
3053
3053
|
"mutability": "mutable",
|
3054
3054
|
"name": "tableId",
|
3055
3055
|
"nameLocation": "7591:7:74",
|
3056
3056
|
"nodeType": "VariableDeclaration",
|
3057
|
-
"scope":
|
3057
|
+
"scope": 32500,
|
3058
3058
|
"src": "7580:18:74",
|
3059
3059
|
"stateVariable": false,
|
3060
3060
|
"storageLocation": "default",
|
3061
3061
|
"typeDescriptions": {
|
3062
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
3062
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
3063
3063
|
"typeString": "ResourceId"
|
3064
3064
|
},
|
3065
3065
|
"typeName": {
|
3066
|
-
"id":
|
3066
|
+
"id": 32486,
|
3067
3067
|
"nodeType": "UserDefinedTypeName",
|
3068
3068
|
"pathNode": {
|
3069
|
-
"id":
|
3069
|
+
"id": 32485,
|
3070
3070
|
"name": "ResourceId",
|
3071
3071
|
"nameLocations": [
|
3072
3072
|
"7580:10:74"
|
3073
3073
|
],
|
3074
3074
|
"nodeType": "IdentifierPath",
|
3075
|
-
"referencedDeclaration":
|
3075
|
+
"referencedDeclaration": 29139,
|
3076
3076
|
"src": "7580:10:74"
|
3077
3077
|
},
|
3078
|
-
"referencedDeclaration":
|
3078
|
+
"referencedDeclaration": 29139,
|
3079
3079
|
"src": "7580:10:74",
|
3080
3080
|
"typeDescriptions": {
|
3081
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
3081
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
3082
3082
|
"typeString": "ResourceId"
|
3083
3083
|
}
|
3084
3084
|
},
|
@@ -3086,12 +3086,12 @@
|
|
3086
3086
|
},
|
3087
3087
|
{
|
3088
3088
|
"constant": false,
|
3089
|
-
"id":
|
3089
|
+
"id": 32490,
|
3090
3090
|
"mutability": "mutable",
|
3091
3091
|
"name": "keyTuple",
|
3092
3092
|
"nameLocation": "7617:8:74",
|
3093
3093
|
"nodeType": "VariableDeclaration",
|
3094
|
-
"scope":
|
3094
|
+
"scope": 32500,
|
3095
3095
|
"src": "7600:25:74",
|
3096
3096
|
"stateVariable": false,
|
3097
3097
|
"storageLocation": "memory",
|
@@ -3101,7 +3101,7 @@
|
|
3101
3101
|
},
|
3102
3102
|
"typeName": {
|
3103
3103
|
"baseType": {
|
3104
|
-
"id":
|
3104
|
+
"id": 32488,
|
3105
3105
|
"name": "bytes32",
|
3106
3106
|
"nodeType": "ElementaryTypeName",
|
3107
3107
|
"src": "7600:7:74",
|
@@ -3110,7 +3110,7 @@
|
|
3110
3110
|
"typeString": "bytes32"
|
3111
3111
|
}
|
3112
3112
|
},
|
3113
|
-
"id":
|
3113
|
+
"id": 32489,
|
3114
3114
|
"nodeType": "ArrayTypeName",
|
3115
3115
|
"src": "7600:9:74",
|
3116
3116
|
"typeDescriptions": {
|
@@ -3122,36 +3122,36 @@
|
|
3122
3122
|
},
|
3123
3123
|
{
|
3124
3124
|
"constant": false,
|
3125
|
-
"id":
|
3125
|
+
"id": 32493,
|
3126
3126
|
"mutability": "mutable",
|
3127
3127
|
"name": "fieldLayout",
|
3128
3128
|
"nameLocation": "7639:11:74",
|
3129
3129
|
"nodeType": "VariableDeclaration",
|
3130
|
-
"scope":
|
3130
|
+
"scope": 32500,
|
3131
3131
|
"src": "7627:23:74",
|
3132
3132
|
"stateVariable": false,
|
3133
3133
|
"storageLocation": "default",
|
3134
3134
|
"typeDescriptions": {
|
3135
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
3135
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27819",
|
3136
3136
|
"typeString": "FieldLayout"
|
3137
3137
|
},
|
3138
3138
|
"typeName": {
|
3139
|
-
"id":
|
3139
|
+
"id": 32492,
|
3140
3140
|
"nodeType": "UserDefinedTypeName",
|
3141
3141
|
"pathNode": {
|
3142
|
-
"id":
|
3142
|
+
"id": 32491,
|
3143
3143
|
"name": "FieldLayout",
|
3144
3144
|
"nameLocations": [
|
3145
3145
|
"7627:11:74"
|
3146
3146
|
],
|
3147
3147
|
"nodeType": "IdentifierPath",
|
3148
|
-
"referencedDeclaration":
|
3148
|
+
"referencedDeclaration": 27819,
|
3149
3149
|
"src": "7627:11:74"
|
3150
3150
|
},
|
3151
|
-
"referencedDeclaration":
|
3151
|
+
"referencedDeclaration": 27819,
|
3152
3152
|
"src": "7627:11:74",
|
3153
3153
|
"typeDescriptions": {
|
3154
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
3154
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27819",
|
3155
3155
|
"typeString": "FieldLayout"
|
3156
3156
|
}
|
3157
3157
|
},
|
@@ -3161,12 +3161,12 @@
|
|
3161
3161
|
"src": "7579:72:74"
|
3162
3162
|
},
|
3163
3163
|
"returnParameters": {
|
3164
|
-
"id":
|
3164
|
+
"id": 32495,
|
3165
3165
|
"nodeType": "ParameterList",
|
3166
3166
|
"parameters": [],
|
3167
3167
|
"src": "7667:0:74"
|
3168
3168
|
},
|
3169
|
-
"scope":
|
3169
|
+
"scope": 32501,
|
3170
3170
|
"stateMutability": "nonpayable",
|
3171
3171
|
"virtual": true,
|
3172
3172
|
"visibility": "public"
|
@@ -3176,16 +3176,16 @@
|
|
3176
3176
|
"baseContracts": [
|
3177
3177
|
{
|
3178
3178
|
"baseName": {
|
3179
|
-
"id":
|
3179
|
+
"id": 32314,
|
3180
3180
|
"name": "IStoreHook",
|
3181
3181
|
"nameLocations": [
|
3182
3182
|
"640:10:74"
|
3183
3183
|
],
|
3184
3184
|
"nodeType": "IdentifierPath",
|
3185
|
-
"referencedDeclaration":
|
3185
|
+
"referencedDeclaration": 72799,
|
3186
3186
|
"src": "640:10:74"
|
3187
3187
|
},
|
3188
|
-
"id":
|
3188
|
+
"id": 32315,
|
3189
3189
|
"nodeType": "InheritanceSpecifier",
|
3190
3190
|
"src": "640:10:74"
|
3191
3191
|
}
|
@@ -3194,22 +3194,22 @@
|
|
3194
3194
|
"contractDependencies": [],
|
3195
3195
|
"contractKind": "contract",
|
3196
3196
|
"documentation": {
|
3197
|
-
"id":
|
3197
|
+
"id": 32313,
|
3198
3198
|
"nodeType": "StructuredDocumentation",
|
3199
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
|
-
|
3205
|
-
|
3206
|
-
|
3204
|
+
32501,
|
3205
|
+
72799,
|
3206
|
+
73193
|
3207
3207
|
],
|
3208
3208
|
"name": "StoreHook",
|
3209
3209
|
"nameLocation": "627:9:74",
|
3210
|
-
"scope":
|
3210
|
+
"scope": 32502,
|
3211
3211
|
"usedErrors": [
|
3212
|
-
|
3212
|
+
72662
|
3213
3213
|
],
|
3214
3214
|
"usedEvents": []
|
3215
3215
|
}
|