@latticexyz/world-modules 2.0.0-main-5fdbb127 → 2.0.0-main-fe005ee0
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/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +85 -85
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +60 -60
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +19 -19
- package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
- package/out/ISystemHook.sol/ISystemHook.json +12 -12
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +10 -10
- package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
- 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/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/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
- 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 +81 -81
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
- package/out/WorldContext.sol/WorldContextConsumer.json +11 -11
- package/out/WorldContext.sol/WorldContextProvider.json +11 -11
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +96 -96
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +96 -96
- package/out/constants.sol/constants.json +35 -35
- 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 +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +124 -124
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +52 -52
- package/out/src/IWorldKernel.sol/IWorldCall.json +150 -150
- package/out/src/IWorldKernel.sol/IWorldKernel.json +150 -150
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +150 -150
- 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 +363 -363
- package/out/src/WorldContext.sol/WorldContextProvider.json +363 -363
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +60 -72
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
@@ -3131,23 +3131,23 @@
|
|
3131
3131
|
},
|
3132
3132
|
"ast": {
|
3133
3133
|
"absolutePath": "src/interfaces/IBaseWorld.sol",
|
3134
|
-
"id":
|
3134
|
+
"id": 39790,
|
3135
3135
|
"exportedSymbols": {
|
3136
3136
|
"IBaseWorld": [
|
3137
|
-
|
3137
|
+
39789
|
3138
3138
|
],
|
3139
3139
|
"IStore": [
|
3140
|
-
|
3140
|
+
25832
|
3141
3141
|
],
|
3142
3142
|
"IWorldKernel": [
|
3143
|
-
|
3143
|
+
39057
|
3144
3144
|
]
|
3145
3145
|
},
|
3146
3146
|
"nodeType": "SourceUnit",
|
3147
3147
|
"src": "32:455:111",
|
3148
3148
|
"nodes": [
|
3149
3149
|
{
|
3150
|
-
"id":
|
3150
|
+
"id": 39779,
|
3151
3151
|
"nodeType": "PragmaDirective",
|
3152
3152
|
"src": "32:25:111",
|
3153
3153
|
"nodes": [],
|
@@ -3159,23 +3159,23 @@
|
|
3159
3159
|
]
|
3160
3160
|
},
|
3161
3161
|
{
|
3162
|
-
"id":
|
3162
|
+
"id": 39781,
|
3163
3163
|
"nodeType": "ImportDirective",
|
3164
3164
|
"src": "108:58:111",
|
3165
3165
|
"nodes": [],
|
3166
3166
|
"absolutePath": "node_modules/@latticexyz/store/src/IStore.sol",
|
3167
3167
|
"file": "@latticexyz/store/src/IStore.sol",
|
3168
3168
|
"nameLocation": "-1:-1:-1",
|
3169
|
-
"scope":
|
3170
|
-
"sourceUnit":
|
3169
|
+
"scope": 39790,
|
3170
|
+
"sourceUnit": 25833,
|
3171
3171
|
"symbolAliases": [
|
3172
3172
|
{
|
3173
3173
|
"foreign": {
|
3174
|
-
"id":
|
3174
|
+
"id": 39780,
|
3175
3175
|
"name": "IStore",
|
3176
3176
|
"nodeType": "Identifier",
|
3177
3177
|
"overloadedDeclarations": [],
|
3178
|
-
"referencedDeclaration":
|
3178
|
+
"referencedDeclaration": 25832,
|
3179
3179
|
"src": "117:6:111",
|
3180
3180
|
"typeDescriptions": {}
|
3181
3181
|
},
|
@@ -3185,23 +3185,23 @@
|
|
3185
3185
|
"unitAlias": ""
|
3186
3186
|
},
|
3187
3187
|
{
|
3188
|
-
"id":
|
3188
|
+
"id": 39783,
|
3189
3189
|
"nodeType": "ImportDirective",
|
3190
3190
|
"src": "167:70:111",
|
3191
3191
|
"nodes": [],
|
3192
3192
|
"absolutePath": "node_modules/@latticexyz/world/src/IWorldKernel.sol",
|
3193
3193
|
"file": "@latticexyz/world/src/IWorldKernel.sol",
|
3194
3194
|
"nameLocation": "-1:-1:-1",
|
3195
|
-
"scope":
|
3196
|
-
"sourceUnit":
|
3195
|
+
"scope": 39790,
|
3196
|
+
"sourceUnit": 39058,
|
3197
3197
|
"symbolAliases": [
|
3198
3198
|
{
|
3199
3199
|
"foreign": {
|
3200
|
-
"id":
|
3200
|
+
"id": 39782,
|
3201
3201
|
"name": "IWorldKernel",
|
3202
3202
|
"nodeType": "Identifier",
|
3203
3203
|
"overloadedDeclarations": [],
|
3204
|
-
"referencedDeclaration":
|
3204
|
+
"referencedDeclaration": 39057,
|
3205
3205
|
"src": "176:12:111",
|
3206
3206
|
"typeDescriptions": {}
|
3207
3207
|
},
|
@@ -3211,7 +3211,7 @@
|
|
3211
3211
|
"unitAlias": ""
|
3212
3212
|
},
|
3213
3213
|
{
|
3214
|
-
"id":
|
3214
|
+
"id": 39789,
|
3215
3215
|
"nodeType": "ContractDefinition",
|
3216
3216
|
"src": "437:49:111",
|
3217
3217
|
"nodes": [],
|
@@ -3219,31 +3219,31 @@
|
|
3219
3219
|
"baseContracts": [
|
3220
3220
|
{
|
3221
3221
|
"baseName": {
|
3222
|
-
"id":
|
3222
|
+
"id": 39785,
|
3223
3223
|
"name": "IStore",
|
3224
3224
|
"nameLocations": [
|
3225
3225
|
"461:6:111"
|
3226
3226
|
],
|
3227
3227
|
"nodeType": "IdentifierPath",
|
3228
|
-
"referencedDeclaration":
|
3228
|
+
"referencedDeclaration": 25832,
|
3229
3229
|
"src": "461:6:111"
|
3230
3230
|
},
|
3231
|
-
"id":
|
3231
|
+
"id": 39786,
|
3232
3232
|
"nodeType": "InheritanceSpecifier",
|
3233
3233
|
"src": "461:6:111"
|
3234
3234
|
},
|
3235
3235
|
{
|
3236
3236
|
"baseName": {
|
3237
|
-
"id":
|
3237
|
+
"id": 39787,
|
3238
3238
|
"name": "IWorldKernel",
|
3239
3239
|
"nameLocations": [
|
3240
3240
|
"469:12:111"
|
3241
3241
|
],
|
3242
3242
|
"nodeType": "IdentifierPath",
|
3243
|
-
"referencedDeclaration":
|
3243
|
+
"referencedDeclaration": 39057,
|
3244
3244
|
"src": "469:12:111"
|
3245
3245
|
},
|
3246
|
-
"id":
|
3246
|
+
"id": 39788,
|
3247
3247
|
"nodeType": "InheritanceSpecifier",
|
3248
3248
|
"src": "469:12:111"
|
3249
3249
|
}
|
@@ -3252,61 +3252,61 @@
|
|
3252
3252
|
"contractDependencies": [],
|
3253
3253
|
"contractKind": "interface",
|
3254
3254
|
"documentation": {
|
3255
|
-
"id":
|
3255
|
+
"id": 39784,
|
3256
3256
|
"nodeType": "StructuredDocumentation",
|
3257
3257
|
"src": "239:197:111",
|
3258
3258
|
"text": " @title IBaseWorld\n @notice This interface integrates all systems that are dynamically added to the World during deployment.\n @dev This is an autogenerated file; do not edit manually."
|
3259
3259
|
},
|
3260
3260
|
"fullyImplemented": false,
|
3261
3261
|
"linearizedBaseContracts": [
|
3262
|
-
|
3263
|
-
|
3264
|
-
|
3265
|
-
|
3266
|
-
|
3267
|
-
|
3268
|
-
|
3269
|
-
|
3270
|
-
|
3271
|
-
|
3272
|
-
|
3273
|
-
|
3262
|
+
39789,
|
3263
|
+
39057,
|
3264
|
+
61547,
|
3265
|
+
39025,
|
3266
|
+
38999,
|
3267
|
+
25832,
|
3268
|
+
58035,
|
3269
|
+
58088,
|
3270
|
+
57969,
|
3271
|
+
62085,
|
3272
|
+
67388,
|
3273
|
+
61933
|
3274
3274
|
],
|
3275
3275
|
"name": "IBaseWorld",
|
3276
3276
|
"nameLocation": "447:10:111",
|
3277
|
-
"scope":
|
3277
|
+
"scope": 39790,
|
3278
3278
|
"usedErrors": [
|
3279
|
+
57980,
|
3279
3280
|
57987,
|
3280
|
-
|
3281
|
-
|
3282
|
-
|
3283
|
-
|
3284
|
-
|
3285
|
-
|
3286
|
-
|
3287
|
-
|
3288
|
-
|
3289
|
-
|
3281
|
+
57996,
|
3282
|
+
58002,
|
3283
|
+
58008,
|
3284
|
+
58014,
|
3285
|
+
58020,
|
3286
|
+
58026,
|
3287
|
+
58034,
|
3288
|
+
61461,
|
3289
|
+
61469,
|
3290
|
+
61477,
|
3290
3291
|
61484,
|
3291
|
-
|
3292
|
-
|
3293
|
-
|
3294
|
-
|
3292
|
+
61492,
|
3293
|
+
61497,
|
3294
|
+
61502,
|
3295
|
+
61507,
|
3295
3296
|
61514,
|
3296
|
-
|
3297
|
+
61517,
|
3297
3298
|
61524,
|
3298
3299
|
61531,
|
3299
|
-
|
3300
|
-
|
3301
|
-
61553
|
3300
|
+
61541,
|
3301
|
+
61546
|
3302
3302
|
],
|
3303
3303
|
"usedEvents": [
|
3304
|
-
|
3305
|
-
|
3306
|
-
|
3307
|
-
|
3308
|
-
|
3309
|
-
|
3304
|
+
39037,
|
3305
|
+
57963,
|
3306
|
+
67350,
|
3307
|
+
67362,
|
3308
|
+
67379,
|
3309
|
+
67387
|
3310
3310
|
]
|
3311
3311
|
}
|
3312
3312
|
],
|
@@ -82,7 +82,7 @@
|
|
82
82
|
"batchCall((bytes32,bytes)[])": "ce5e8dd9",
|
83
83
|
"batchCallFrom((address,bytes32,bytes)[])": "8fc8cf7e"
|
84
84
|
},
|
85
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"components\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallFromData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCallFrom\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IBatchCallSystem.sol\":\"IBatchCallSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922\",\"dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui\"]},\"/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol\":{\"keccak256\":\"
|
85
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"components\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallFromData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCallFrom\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IBatchCallSystem.sol\":\"IBatchCallSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922\",\"dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui\"]},\"/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol\":{\"keccak256\":\"0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e\",\"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]}},\"version\":1}",
|
86
86
|
"metadata": {
|
87
87
|
"compiler": {
|
88
88
|
"version": "0.8.21+commit.d9974bed"
|
@@ -197,10 +197,10 @@
|
|
197
197
|
"license": "MIT"
|
198
198
|
},
|
199
199
|
"/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol": {
|
200
|
-
"keccak256": "
|
200
|
+
"keccak256": "0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c",
|
201
201
|
"urls": [
|
202
|
-
"bzz-raw://
|
203
|
-
"dweb:/ipfs/
|
202
|
+
"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e",
|
203
|
+
"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm"
|
204
204
|
],
|
205
205
|
"license": "MIT"
|
206
206
|
},
|
@@ -223,10 +223,10 @@
|
|
223
223
|
24114
|
224
224
|
],
|
225
225
|
"SystemCallData": [
|
226
|
-
|
226
|
+
24293
|
227
227
|
],
|
228
228
|
"SystemCallFromData": [
|
229
|
-
|
229
|
+
24301
|
230
230
|
]
|
231
231
|
},
|
232
232
|
"nodeType": "SourceUnit",
|
@@ -253,7 +253,7 @@
|
|
253
253
|
"file": "./../../modules/core/types.sol",
|
254
254
|
"nameLocation": "-1:-1:-1",
|
255
255
|
"scope": 24115,
|
256
|
-
"sourceUnit":
|
256
|
+
"sourceUnit": 24302,
|
257
257
|
"symbolAliases": [
|
258
258
|
{
|
259
259
|
"foreign": {
|
@@ -261,7 +261,7 @@
|
|
261
261
|
"name": "SystemCallData",
|
262
262
|
"nodeType": "Identifier",
|
263
263
|
"overloadedDeclarations": [],
|
264
|
-
"referencedDeclaration":
|
264
|
+
"referencedDeclaration": 24293,
|
265
265
|
"src": "117:14:44",
|
266
266
|
"typeDescriptions": {}
|
267
267
|
},
|
@@ -273,7 +273,7 @@
|
|
273
273
|
"name": "SystemCallFromData",
|
274
274
|
"nodeType": "Identifier",
|
275
275
|
"overloadedDeclarations": [],
|
276
|
-
"referencedDeclaration":
|
276
|
+
"referencedDeclaration": 24301,
|
277
277
|
"src": "133:18:44",
|
278
278
|
"typeDescriptions": {}
|
279
279
|
},
|
@@ -314,7 +314,7 @@
|
|
314
314
|
"stateVariable": false,
|
315
315
|
"storageLocation": "calldata",
|
316
316
|
"typeDescriptions": {
|
317
|
-
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$
|
317
|
+
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$24293_calldata_ptr_$dyn_calldata_ptr",
|
318
318
|
"typeString": "struct SystemCallData[]"
|
319
319
|
},
|
320
320
|
"typeName": {
|
@@ -328,13 +328,13 @@
|
|
328
328
|
"244:14:44"
|
329
329
|
],
|
330
330
|
"nodeType": "IdentifierPath",
|
331
|
-
"referencedDeclaration":
|
331
|
+
"referencedDeclaration": 24293,
|
332
332
|
"src": "244:14:44"
|
333
333
|
},
|
334
|
-
"referencedDeclaration":
|
334
|
+
"referencedDeclaration": 24293,
|
335
335
|
"src": "244:14:44",
|
336
336
|
"typeDescriptions": {
|
337
|
-
"typeIdentifier": "t_struct$_SystemCallData_$
|
337
|
+
"typeIdentifier": "t_struct$_SystemCallData_$24293_storage_ptr",
|
338
338
|
"typeString": "struct SystemCallData"
|
339
339
|
}
|
340
340
|
},
|
@@ -342,7 +342,7 @@
|
|
342
342
|
"nodeType": "ArrayTypeName",
|
343
343
|
"src": "244:16:44",
|
344
344
|
"typeDescriptions": {
|
345
|
-
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$
|
345
|
+
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$24293_storage_$dyn_storage_ptr",
|
346
346
|
"typeString": "struct SystemCallData[]"
|
347
347
|
}
|
348
348
|
},
|
@@ -426,7 +426,7 @@
|
|
426
426
|
"stateVariable": false,
|
427
427
|
"storageLocation": "calldata",
|
428
428
|
"typeDescriptions": {
|
429
|
-
"typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$
|
429
|
+
"typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$24301_calldata_ptr_$dyn_calldata_ptr",
|
430
430
|
"typeString": "struct SystemCallFromData[]"
|
431
431
|
},
|
432
432
|
"typeName": {
|
@@ -440,13 +440,13 @@
|
|
440
440
|
"356:18:44"
|
441
441
|
],
|
442
442
|
"nodeType": "IdentifierPath",
|
443
|
-
"referencedDeclaration":
|
443
|
+
"referencedDeclaration": 24301,
|
444
444
|
"src": "356:18:44"
|
445
445
|
},
|
446
|
-
"referencedDeclaration":
|
446
|
+
"referencedDeclaration": 24301,
|
447
447
|
"src": "356:18:44",
|
448
448
|
"typeDescriptions": {
|
449
|
-
"typeIdentifier": "t_struct$_SystemCallFromData_$
|
449
|
+
"typeIdentifier": "t_struct$_SystemCallFromData_$24301_storage_ptr",
|
450
450
|
"typeString": "struct SystemCallFromData"
|
451
451
|
}
|
452
452
|
},
|
@@ -454,7 +454,7 @@
|
|
454
454
|
"nodeType": "ArrayTypeName",
|
455
455
|
"src": "356:20:44",
|
456
456
|
"typeDescriptions": {
|
457
|
-
"typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$
|
457
|
+
"typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$24301_storage_$dyn_storage_ptr",
|
458
458
|
"typeString": "struct SystemCallFromData[]"
|
459
459
|
}
|
460
460
|
},
|
@@ -358,7 +358,7 @@
|
|
358
358
|
23348
|
359
359
|
],
|
360
360
|
"ResourceId": [
|
361
|
-
|
361
|
+
26521
|
362
362
|
],
|
363
363
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
364
364
|
23326
|
@@ -434,7 +434,7 @@
|
|
434
434
|
"name": "ResourceId",
|
435
435
|
"nodeType": "Identifier",
|
436
436
|
"overloadedDeclarations": [],
|
437
|
-
"referencedDeclaration":
|
437
|
+
"referencedDeclaration": 26521,
|
438
438
|
"src": "174:10:33",
|
439
439
|
"typeDescriptions": {}
|
440
440
|
},
|
@@ -504,7 +504,7 @@
|
|
504
504
|
"referencedDeclaration": 23193,
|
505
505
|
"src": "457:25:33",
|
506
506
|
"typeDescriptions": {
|
507
|
-
"typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$
|
507
|
+
"typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$26521_$_t_bytes_memory_ptr_$returns$_t_bool_$",
|
508
508
|
"typeString": "function IDelegationControl.verify(address,ResourceId,bytes memory) returns (bool)"
|
509
509
|
}
|
510
510
|
},
|
@@ -604,7 +604,7 @@
|
|
604
604
|
"stateVariable": false,
|
605
605
|
"storageLocation": "default",
|
606
606
|
"typeDescriptions": {
|
607
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
607
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
608
608
|
"typeString": "ResourceId"
|
609
609
|
},
|
610
610
|
"typeName": {
|
@@ -617,13 +617,13 @@
|
|
617
617
|
"808:10:33"
|
618
618
|
],
|
619
619
|
"nodeType": "IdentifierPath",
|
620
|
-
"referencedDeclaration":
|
620
|
+
"referencedDeclaration": 26521,
|
621
621
|
"src": "808:10:33"
|
622
622
|
},
|
623
|
-
"referencedDeclaration":
|
623
|
+
"referencedDeclaration": 26521,
|
624
624
|
"src": "808:10:33",
|
625
625
|
"typeDescriptions": {
|
626
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
626
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
627
627
|
"typeString": "ResourceId"
|
628
628
|
}
|
629
629
|
},
|
@@ -300,7 +300,7 @@
|
|
300
300
|
23305
|
301
301
|
],
|
302
302
|
"ResourceId": [
|
303
|
-
|
303
|
+
26521
|
304
304
|
],
|
305
305
|
"SYSTEM_HOOK_INTERFACE_ID": [
|
306
306
|
23279
|
@@ -376,7 +376,7 @@
|
|
376
376
|
"name": "ResourceId",
|
377
377
|
"nodeType": "Identifier",
|
378
378
|
"overloadedDeclarations": [],
|
379
|
-
"referencedDeclaration":
|
379
|
+
"referencedDeclaration": 26521,
|
380
380
|
"src": "130:10:36",
|
381
381
|
"typeDescriptions": {}
|
382
382
|
},
|
@@ -456,7 +456,7 @@
|
|
456
456
|
"referencedDeclaration": 23293,
|
457
457
|
"src": "421:30:36",
|
458
458
|
"typeDescriptions": {
|
459
|
-
"typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$
|
459
|
+
"typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$26521_$_t_bytes_memory_ptr_$returns$__$",
|
460
460
|
"typeString": "function ISystemHook.onBeforeCallSystem(address,ResourceId,bytes memory)"
|
461
461
|
}
|
462
462
|
},
|
@@ -501,7 +501,7 @@
|
|
501
501
|
"referencedDeclaration": 23304,
|
502
502
|
"src": "465:29:36",
|
503
503
|
"typeDescriptions": {
|
504
|
-
"typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$
|
504
|
+
"typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$26521_$_t_bytes_memory_ptr_$returns$__$",
|
505
505
|
"typeString": "function ISystemHook.onAfterCallSystem(address,ResourceId,bytes memory)"
|
506
506
|
}
|
507
507
|
},
|
@@ -613,7 +613,7 @@
|
|
613
613
|
"stateVariable": false,
|
614
614
|
"storageLocation": "default",
|
615
615
|
"typeDescriptions": {
|
616
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
616
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
617
617
|
"typeString": "ResourceId"
|
618
618
|
},
|
619
619
|
"typeName": {
|
@@ -626,13 +626,13 @@
|
|
626
626
|
"1232:10:36"
|
627
627
|
],
|
628
628
|
"nodeType": "IdentifierPath",
|
629
|
-
"referencedDeclaration":
|
629
|
+
"referencedDeclaration": 26521,
|
630
630
|
"src": "1232:10:36"
|
631
631
|
},
|
632
|
-
"referencedDeclaration":
|
632
|
+
"referencedDeclaration": 26521,
|
633
633
|
"src": "1232:10:36",
|
634
634
|
"typeDescriptions": {
|
635
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
635
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
636
636
|
"typeString": "ResourceId"
|
637
637
|
}
|
638
638
|
},
|
@@ -740,7 +740,7 @@
|
|
740
740
|
"stateVariable": false,
|
741
741
|
"storageLocation": "default",
|
742
742
|
"typeDescriptions": {
|
743
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
743
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
744
744
|
"typeString": "ResourceId"
|
745
745
|
},
|
746
746
|
"typeName": {
|
@@ -753,13 +753,13 @@
|
|
753
753
|
"1680:10:36"
|
754
754
|
],
|
755
755
|
"nodeType": "IdentifierPath",
|
756
|
-
"referencedDeclaration":
|
756
|
+
"referencedDeclaration": 26521,
|
757
757
|
"src": "1680:10:36"
|
758
758
|
},
|
759
|
-
"referencedDeclaration":
|
759
|
+
"referencedDeclaration": 26521,
|
760
760
|
"src": "1680:10:36",
|
761
761
|
"typeDescriptions": {
|
762
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
762
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
763
763
|
"typeString": "ResourceId"
|
764
764
|
}
|
765
765
|
},
|
@@ -92,17 +92,17 @@
|
|
92
92
|
},
|
93
93
|
"ast": {
|
94
94
|
"absolutePath": "src/interfaces/IUniqueEntitySystem.sol",
|
95
|
-
"id":
|
95
|
+
"id": 39798,
|
96
96
|
"exportedSymbols": {
|
97
97
|
"IUniqueEntitySystem": [
|
98
|
-
|
98
|
+
39797
|
99
99
|
]
|
100
100
|
},
|
101
101
|
"nodeType": "SourceUnit",
|
102
102
|
"src": "32:233:112",
|
103
103
|
"nodes": [
|
104
104
|
{
|
105
|
-
"id":
|
105
|
+
"id": 39791,
|
106
106
|
"nodeType": "PragmaDirective",
|
107
107
|
"src": "32:25:112",
|
108
108
|
"nodes": [],
|
@@ -114,12 +114,12 @@
|
|
114
114
|
]
|
115
115
|
},
|
116
116
|
{
|
117
|
-
"id":
|
117
|
+
"id": 39797,
|
118
118
|
"nodeType": "ContractDefinition",
|
119
119
|
"src": "141:123:112",
|
120
120
|
"nodes": [
|
121
121
|
{
|
122
|
-
"id":
|
122
|
+
"id": 39796,
|
123
123
|
"nodeType": "FunctionDefinition",
|
124
124
|
"src": "175:87:112",
|
125
125
|
"nodes": [],
|
@@ -130,23 +130,23 @@
|
|
130
130
|
"name": "uniqueEntity_system_getUniqueEntity",
|
131
131
|
"nameLocation": "184:35:112",
|
132
132
|
"parameters": {
|
133
|
-
"id":
|
133
|
+
"id": 39792,
|
134
134
|
"nodeType": "ParameterList",
|
135
135
|
"parameters": [],
|
136
136
|
"src": "219:2:112"
|
137
137
|
},
|
138
138
|
"returnParameters": {
|
139
|
-
"id":
|
139
|
+
"id": 39795,
|
140
140
|
"nodeType": "ParameterList",
|
141
141
|
"parameters": [
|
142
142
|
{
|
143
143
|
"constant": false,
|
144
|
-
"id":
|
144
|
+
"id": 39794,
|
145
145
|
"mutability": "mutable",
|
146
146
|
"name": "uniqueEntity",
|
147
147
|
"nameLocation": "248:12:112",
|
148
148
|
"nodeType": "VariableDeclaration",
|
149
|
-
"scope":
|
149
|
+
"scope": 39796,
|
150
150
|
"src": "240:20:112",
|
151
151
|
"stateVariable": false,
|
152
152
|
"storageLocation": "default",
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"typeString": "bytes32"
|
156
156
|
},
|
157
157
|
"typeName": {
|
158
|
-
"id":
|
158
|
+
"id": 39793,
|
159
159
|
"name": "bytes32",
|
160
160
|
"nodeType": "ElementaryTypeName",
|
161
161
|
"src": "240:7:112",
|
@@ -169,7 +169,7 @@
|
|
169
169
|
],
|
170
170
|
"src": "239:22:112"
|
171
171
|
},
|
172
|
-
"scope":
|
172
|
+
"scope": 39797,
|
173
173
|
"stateMutability": "nonpayable",
|
174
174
|
"virtual": false,
|
175
175
|
"visibility": "external"
|
@@ -182,11 +182,11 @@
|
|
182
182
|
"contractKind": "interface",
|
183
183
|
"fullyImplemented": false,
|
184
184
|
"linearizedBaseContracts": [
|
185
|
-
|
185
|
+
39797
|
186
186
|
],
|
187
187
|
"name": "IUniqueEntitySystem",
|
188
188
|
"nameLocation": "151:19:112",
|
189
|
-
"scope":
|
189
|
+
"scope": 39798,
|
190
190
|
"usedErrors": [],
|
191
191
|
"usedEvents": []
|
192
192
|
}
|