@latticexyz/world-modules 2.0.0-main-fd10cff6 → 2.0.0-main-85218618
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 +241 -217
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +122 -98
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
- package/out/IBaseWorld.sol/IBaseWorld.json +130 -85
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
- package/out/IDelegationControl.sol/IDelegationControl.json +50 -26
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +20 -20
- package/out/ISystemHook.sol/ISystemHook.json +171 -131
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +157 -109
- package/out/IWorldErrors.sol/IWorldErrors.json +345 -255
- package/out/IWorldKernel.sol/IWorldCall.json +294 -254
- package/out/IWorldKernel.sol/IWorldKernel.json +321 -258
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +279 -253
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +198 -198
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
- package/out/KeysInTableModule.sol/KeysInTableModule.json +570 -546
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1008 -1008
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +459 -435
- package/out/Module.sol/Module.json +106 -82
- 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 +336 -312
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +81 -38
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +145 -121
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +363 -339
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +135 -99
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
- package/out/WorldContext.sol/WorldContextConsumer.json +771 -674
- package/out/WorldContext.sol/WorldContextProvider.json +734 -674
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
- package/out/constants.sol/constants.json +115 -115
- 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 +199 -154
- 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 +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +307 -267
- package/out/src/IWorldKernel.sol/IWorldKernel.json +334 -271
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +292 -266
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- 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 +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +777 -680
- package/out/src/WorldContext.sol/WorldContextProvider.json +740 -680
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
- 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 +3246 -3246
- package/out/types.sol/types.json +39 -39
- package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -87
- package/package.json +8 -8
@@ -1804,7 +1804,7 @@
|
|
1804
1804
|
"unregisterSystemHook(bytes32,address)": "a92813ad",
|
1805
1805
|
"worldVersion()": "6951955d"
|
1806
1806
|
},
|
1807
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"accessedIndex\",\"type\":\"uint256\"}],\"name\":\"Store_IndexOutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidDynamicDataLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"fieldLength\",\"type\":\"uint40\"}],\"name\":\"Store_InvalidSplice\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"resource\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"World_AccessDenied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_AlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_CallbackNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"World_DelegationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"World_InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contractAddress\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"World_InterfaceNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"system\",\"type\":\"address\"}],\"name\":\"World_SystemAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_UnlimitedDelegationNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"storeVersion\",\"type\":\"bytes32\"}],\"name\":\"HelloStore\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"worldVersion\",\"type\":\"bytes32\"}],\"name\":\"HelloWorld\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"Store_DeleteRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceDynamicData\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"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\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"call\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"callFrom\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"deleteRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"}],\"name\":\"getDynamicField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"}],\"name\":\"getDynamicFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"getDynamicFieldSlice\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"}],\"name\":\"getField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getFieldLayout\",\"outputs\":[{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"}],\"name\":\"getFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getKeySchema\",\"outputs\":[{\"internalType\":\"Schema\",\"name\":\"keySchema\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"getRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getStaticField\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getValueSchema\",\"outputs\":[{\"internalType\":\"Schema\",\"name\":\"valueSchema\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"grantAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"coreModule\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRootModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"byteLengthToPop\",\"type\":\"uint256\"}],\"name\":\"popFromDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"dataToPush\",\"type\":\"bytes\"}],\"name\":\"pushToDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"systemFunctionSignature\",\"type\":\"string\"}],\"name\":\"registerFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"registerNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"worldFunctionSignature\",\"type\":\"string\"},{\"internalType\":\"bytes4\",\"name\":\"systemFunctionSelector\",\"type\":\"bytes4\"}],\"name\":\"registerRootFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract WorldContextConsumer\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"},{\"internalType\":\"Schema\",\"name\":\"keySchema\",\"type\":\"bytes32\"},{\"internalType\":\"Schema\",\"name\":\"valueSchema\",\"type\":\"bytes32\"},{\"internalType\":\"string[]\",\"name\":\"keyNames\",\"type\":\"string[]\"},{\"internalType\":\"string[]\",\"name\":\"fieldNames\",\"type\":\"string[]\"}],\"name\":\"registerTable\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"revokeAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"setField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"setRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"setStaticField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"spliceDynamicData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"spliceStaticData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"storeVersion\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"fromNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"toAddress\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferBalanceToAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"fromNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"toNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferBalanceToNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"worldVersion\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"call(bytes32,bytes)\":{\"notice\":\"Call the system at the given system ID. If the system is not public, the caller must have access to the namespace or name (encoded in the system ID).\"},\"callFrom(address,bytes32,bytes)\":{\"notice\":\"Call the system at the given system ID on behalf of the given delegator. If the system is not public, the delegator must have access to the namespace or name (encoded in the system ID).\"},\"creator()\":{\"notice\":\"The immutable original deployer of the World.\"},\"getDynamicField(bytes32,bytes32[],uint8)\":{\"notice\":\"Get a single dynamic field from the given tableId and key tuple at the given dynamic field index. (Dynamic field index = field index - number of static fields)\"},\"getDynamicFieldLength(bytes32,bytes32[],uint8)\":{\"notice\":\"Get the byte length of a single dynamic field from the given tableId and key tuple\"},\"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)\":{\"notice\":\"Get a byte slice (including start, excluding end) of a single dynamic field from the given tableId and key tuple, with the given value field layout. The slice is unchecked and will return invalid data if `start`:`end` overflow.\"},\"getField(bytes32,bytes32[],uint8)\":{\"notice\":\"Get a single field from the given tableId and key tuple, loading the field layout from storage\"},\"getField(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Get a single field from the given tableId and key tuple, with the given field layout\"},\"getFieldLength(bytes32,bytes32[],uint8)\":{\"notice\":\"Get the byte length of a single field from the given tableId and key tuple, loading the field layout from storage\"},\"getFieldLength(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Get the byte length of a single field from the given tableId and key tuple, with the given value field layout\"},\"getRecord(bytes32,bytes32[])\":{\"notice\":\"Get full record (all fields, static and dynamic data) for the given tableId and key tuple, loading the field layout from storage\"},\"getRecord(bytes32,bytes32[],bytes32)\":{\"notice\":\"Get full record (all fields, static and dynamic data) for the given tableId and key tuple, with the given field layout\"},\"getStaticField(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Get a single static field from the given tableId and key tuple, with the given value field layout. Note: the field value is left-aligned in the returned bytes32, the rest of the word is not zeroed out. Consumers are expected to truncate the returned value as needed.\"},\"initialize(address)\":{\"notice\":\"Allows the creator of the World to initialize the World once.\"},\"installRootModule(address,bytes)\":{\"notice\":\"Install the given root module in the World. Requires the caller to own the root namespace. The module is delegatecalled and installed in the root namespace.\"},\"worldVersion()\":{\"notice\":\"The version of the World.\"}},\"notice\":\"The IBaseWorld interface includes all systems dynamically added to the World during the deploy process.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":\"IBaseWorld\"},\"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\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168\",\"dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0x6bfa168ec3b03cd09b5e0c658c0faab40379b4093935744c0a7297ac7a2fcec8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ac7990b2cf63e95cde3396e248fee9e280235cfd11dc7a350865e0f3ffca59ba\",\"dweb:/ipfs/QmZKkGqGKgr32HX4fVu7vNH34JbyzHczJ9H5SLjsbrRDtp\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0xc2e28cb4daa77de640228f7b3b5c98423e6c39a8b8f68af5a56b076cad7025de\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ae7e0798dc66368f6dc56992cd1fe3046dd51bcb6fcc3b04b7fd0d48b9557bc\",\"dweb:/ipfs/QmXKJLLGjVaDBRhbvT47Mxkt2jFEBShvHLAtt3CZYVEbqF\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x7b808edfeb5f548e06899db7e3fdfafa7b42fccf2f596a04b24a8193618a511b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acca2b5f96ef412f32da9359667c82fe1a854acc0663165864434620214b8078\",\"dweb:/ipfs/QmeaoYxRToMbMSDfDZZC1fumKjs9WUu6ZkxSLwJKx4FfC8\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xba47e2c238291a7ba9cd9237156cf3d0f5840569fc9a3c2dfa392eb91b2490b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2bbe00abe6ad2b86d5512fcf27247c0e06bc385f8568609e1bede69c9f56486\",\"dweb:/ipfs/Qmeivv9WUBJ5JFYA983JtNChopvuh6GYWhMonAx1kUrvMg\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922\",\"dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x009e00dcbd2f11fcc5fa0cf80702ef50cda0ea648708b965d14a5caa1251b3d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d8f20a1f6158d64b7cdae370e9a376920d062ce8086e684ecb49de854d08e6\",\"dweb:/ipfs/QmbmXzqwv7YBBYpFZUtuSeBiNJV21P5xhsrbrZ3rXmGNZW\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e\",\"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]}},\"version\":1}",
|
1807
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"accessedIndex\",\"type\":\"uint256\"}],\"name\":\"Store_IndexOutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidDynamicDataLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"fieldLength\",\"type\":\"uint40\"}],\"name\":\"Store_InvalidSplice\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"resource\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"World_AccessDenied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_AlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_CallbackNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"World_DelegationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"World_InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contractAddress\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"World_InterfaceNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"system\",\"type\":\"address\"}],\"name\":\"World_SystemAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_UnlimitedDelegationNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"storeVersion\",\"type\":\"bytes32\"}],\"name\":\"HelloStore\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"worldVersion\",\"type\":\"bytes32\"}],\"name\":\"HelloWorld\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"Store_DeleteRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceDynamicData\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"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\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"call\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"callFrom\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"deleteRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"}],\"name\":\"getDynamicField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"}],\"name\":\"getDynamicFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"getDynamicFieldSlice\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"}],\"name\":\"getField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getFieldLayout\",\"outputs\":[{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"}],\"name\":\"getFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getKeySchema\",\"outputs\":[{\"internalType\":\"Schema\",\"name\":\"keySchema\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"getRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getStaticField\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getValueSchema\",\"outputs\":[{\"internalType\":\"Schema\",\"name\":\"valueSchema\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"grantAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"coreModule\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRootModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"byteLengthToPop\",\"type\":\"uint256\"}],\"name\":\"popFromDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"dataToPush\",\"type\":\"bytes\"}],\"name\":\"pushToDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"systemFunctionSignature\",\"type\":\"string\"}],\"name\":\"registerFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"registerNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"worldFunctionSignature\",\"type\":\"string\"},{\"internalType\":\"bytes4\",\"name\":\"systemFunctionSelector\",\"type\":\"bytes4\"}],\"name\":\"registerRootFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract WorldContextConsumer\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"},{\"internalType\":\"Schema\",\"name\":\"keySchema\",\"type\":\"bytes32\"},{\"internalType\":\"Schema\",\"name\":\"valueSchema\",\"type\":\"bytes32\"},{\"internalType\":\"string[]\",\"name\":\"keyNames\",\"type\":\"string[]\"},{\"internalType\":\"string[]\",\"name\":\"fieldNames\",\"type\":\"string[]\"}],\"name\":\"registerTable\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"revokeAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"setField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"setRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"setStaticField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"spliceDynamicData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"spliceStaticData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"storeVersion\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"fromNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"toAddress\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferBalanceToAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"fromNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"toNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferBalanceToNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"worldVersion\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"World_AccessDenied(string,address)\":[{\"params\":{\"caller\":\"The address of the user trying to access the resource.\",\"resource\":\"The resource's identifier.\"}}],\"World_CallbackNotAllowed(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector of the disallowed callback.\"}}],\"World_DelegationNotFound(address,address)\":[{\"params\":{\"delegatee\":\"The address of the delegatee.\",\"delegator\":\"The address of the delegator.\"}}],\"World_FunctionSelectorAlreadyExists(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector in question.\"}}],\"World_FunctionSelectorNotFound(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector in question.\"}}],\"World_InsufficientBalance(uint256,uint256)\":[{\"params\":{\"amount\":\"The amount needed.\",\"balance\":\"The current balance.\"}}],\"World_InterfaceNotSupported(address,bytes4)\":[{\"params\":{\"contractAddress\":\"The address of the contract in question.\",\"interfaceId\":\"The ID of the interface.\"}}],\"World_InvalidResourceId(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_InvalidResourceType(bytes2,bytes32,string)\":[{\"params\":{\"expected\":\"The expected resource type.\",\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_ResourceAlreadyExists(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_ResourceNotFound(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_SystemAlreadyExists(address)\":[{\"params\":{\"system\":\"The address of the system.\"}}]},\"events\":{\"HelloWorld(bytes32)\":{\"details\":\"Emitted upon successful World initialization.\",\"params\":{\"worldVersion\":\"The version of the World being initialized.\"}}},\"kind\":\"dev\",\"methods\":{\"call(bytes32,bytes)\":{\"details\":\"If the system is not public, the caller must have access to the namespace or name (encoded in the system ID).\",\"params\":{\"callData\":\"The data to pass with the call, function selector (4 bytes) followed by the ABI encoded parameters.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"The abi encoded return data from the called system.\"}},\"callFrom(address,bytes32,bytes)\":{\"details\":\"If the system is not public, the delegator must have access to the namespace or name (encoded in the system ID).\",\"params\":{\"callData\":\"The data to pass with the call, function selector (4 bytes) followed by the ABI encoded parameters.\",\"delegator\":\"The address on whose behalf the call is made.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"The abi encoded return data from the called system.\"}},\"creator()\":{\"returns\":{\"_0\":\"The address of the World's creator.\"}},\"initialize(address)\":{\"details\":\"Can only be called once by the creator.\",\"params\":{\"coreModule\":\"The CoreModule to be installed during initialization.\"}},\"installRootModule(address,bytes)\":{\"details\":\"Requires the caller to own the root namespace. The module is delegatecalled and installed in the root namespace.\",\"params\":{\"args\":\"The arguments provided for the module installation.\",\"module\":\"The module to be installed.\"}},\"worldVersion()\":{\"returns\":{\"_0\":\"The version identifier of the World.\"}}},\"version\":1},\"userdoc\":{\"errors\":{\"World_AccessDenied(string,address)\":[{\"notice\":\"Raised when a user tries to access a resource they don't have permission for.\"}],\"World_AlreadyInitialized()\":[{\"notice\":\"Raised when trying to initialize an already initialized World.\"}],\"World_CallbackNotAllowed(bytes4)\":[{\"notice\":\"Raised when the World is calling itself via an external call.\"}],\"World_DelegationNotFound(address,address)\":[{\"notice\":\"Raised when the specified delegation is not found.\"}],\"World_FunctionSelectorAlreadyExists(bytes4)\":[{\"notice\":\"Raised when trying to register a function selector that already exists.\"}],\"World_FunctionSelectorNotFound(bytes4)\":[{\"notice\":\"Raised when the specified function selector is not found.\"}],\"World_InsufficientBalance(uint256,uint256)\":[{\"notice\":\"Raised when there's an insufficient balance for a particular operation.\"}],\"World_InterfaceNotSupported(address,bytes4)\":[{\"notice\":\"Raised when the specified interface is not supported by the contract.\"}],\"World_InvalidResourceId(bytes32,string)\":[{\"notice\":\"Raised when an invalid resource ID is provided.\"}],\"World_InvalidResourceType(bytes2,bytes32,string)\":[{\"notice\":\"Raised when an invalid resource type is provided.\"}],\"World_ResourceAlreadyExists(bytes32,string)\":[{\"notice\":\"Raised when trying to register a resource that already exists.\"}],\"World_ResourceNotFound(bytes32,string)\":[{\"notice\":\"Raised when the specified resource is not found.\"}],\"World_SystemAlreadyExists(address)\":[{\"notice\":\"Raised when trying to register a system that already exists.\"}],\"World_UnlimitedDelegationNotAllowed()\":[{\"notice\":\"Raised when trying to create an unlimited delegation in a context where it is not allowed, e.g. when registering a namespace fallback delegation.\"}]},\"kind\":\"user\",\"methods\":{\"call(bytes32,bytes)\":{\"notice\":\"Call the system at the given system ID.\"},\"callFrom(address,bytes32,bytes)\":{\"notice\":\"Call the system at the given system ID on behalf of the given delegator.\"},\"creator()\":{\"notice\":\"Retrieve the immutable original deployer of the World.\"},\"getDynamicField(bytes32,bytes32[],uint8)\":{\"notice\":\"Get a single dynamic field from the given tableId and key tuple at the given dynamic field index. (Dynamic field index = field index - number of static fields)\"},\"getDynamicFieldLength(bytes32,bytes32[],uint8)\":{\"notice\":\"Get the byte length of a single dynamic field from the given tableId and key tuple\"},\"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)\":{\"notice\":\"Get a byte slice (including start, excluding end) of a single dynamic field from the given tableId and key tuple, with the given value field layout. The slice is unchecked and will return invalid data if `start`:`end` overflow.\"},\"getField(bytes32,bytes32[],uint8)\":{\"notice\":\"Get a single field from the given tableId and key tuple, loading the field layout from storage\"},\"getField(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Get a single field from the given tableId and key tuple, with the given field layout\"},\"getFieldLength(bytes32,bytes32[],uint8)\":{\"notice\":\"Get the byte length of a single field from the given tableId and key tuple, loading the field layout from storage\"},\"getFieldLength(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Get the byte length of a single field from the given tableId and key tuple, with the given value field layout\"},\"getRecord(bytes32,bytes32[])\":{\"notice\":\"Get full record (all fields, static and dynamic data) for the given tableId and key tuple, loading the field layout from storage\"},\"getRecord(bytes32,bytes32[],bytes32)\":{\"notice\":\"Get full record (all fields, static and dynamic data) for the given tableId and key tuple, with the given field layout\"},\"getStaticField(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Get a single static field from the given tableId and key tuple, with the given value field layout. Note: the field value is left-aligned in the returned bytes32, the rest of the word is not zeroed out. Consumers are expected to truncate the returned value as needed.\"},\"initialize(address)\":{\"notice\":\"Initializes the World.\"},\"installRootModule(address,bytes)\":{\"notice\":\"Install the given root module in the World.\"},\"worldVersion()\":{\"notice\":\"Retrieve the version of the World.\"}},\"notice\":\"The IBaseWorld interface includes all systems dynamically added to the World during the deploy process.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":\"IBaseWorld\"},\"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\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168\",\"dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xba47e2c238291a7ba9cd9237156cf3d0f5840569fc9a3c2dfa392eb91b2490b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2bbe00abe6ad2b86d5512fcf27247c0e06bc385f8568609e1bede69c9f56486\",\"dweb:/ipfs/Qmeivv9WUBJ5JFYA983JtNChopvuh6GYWhMonAx1kUrvMg\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922\",\"dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x009e00dcbd2f11fcc5fa0cf80702ef50cda0ea648708b965d14a5caa1251b3d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d8f20a1f6158d64b7cdae370e9a376920d062ce8086e684ecb49de854d08e6\",\"dweb:/ipfs/QmbmXzqwv7YBBYpFZUtuSeBiNJV21P5xhsrbrZ3rXmGNZW\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e\",\"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]}},\"version\":1}",
|
1808
1808
|
"metadata": {
|
1809
1809
|
"compiler": {
|
1810
1810
|
"version": "0.8.21+commit.d9974bed"
|
@@ -3530,20 +3530,65 @@
|
|
3530
3530
|
],
|
3531
3531
|
"devdoc": {
|
3532
3532
|
"kind": "dev",
|
3533
|
-
"methods": {
|
3533
|
+
"methods": {
|
3534
|
+
"call(bytes32,bytes)": {
|
3535
|
+
"details": "If the system is not public, the caller must have access to the namespace or name (encoded in the system ID).",
|
3536
|
+
"params": {
|
3537
|
+
"callData": "The data to pass with the call, function selector (4 bytes) followed by the ABI encoded parameters.",
|
3538
|
+
"systemId": "The ID of the system to be called."
|
3539
|
+
},
|
3540
|
+
"returns": {
|
3541
|
+
"_0": "The abi encoded return data from the called system."
|
3542
|
+
}
|
3543
|
+
},
|
3544
|
+
"callFrom(address,bytes32,bytes)": {
|
3545
|
+
"details": "If the system is not public, the delegator must have access to the namespace or name (encoded in the system ID).",
|
3546
|
+
"params": {
|
3547
|
+
"callData": "The data to pass with the call, function selector (4 bytes) followed by the ABI encoded parameters.",
|
3548
|
+
"delegator": "The address on whose behalf the call is made.",
|
3549
|
+
"systemId": "The ID of the system to be called."
|
3550
|
+
},
|
3551
|
+
"returns": {
|
3552
|
+
"_0": "The abi encoded return data from the called system."
|
3553
|
+
}
|
3554
|
+
},
|
3555
|
+
"creator()": {
|
3556
|
+
"returns": {
|
3557
|
+
"_0": "The address of the World's creator."
|
3558
|
+
}
|
3559
|
+
},
|
3560
|
+
"initialize(address)": {
|
3561
|
+
"details": "Can only be called once by the creator.",
|
3562
|
+
"params": {
|
3563
|
+
"coreModule": "The CoreModule to be installed during initialization."
|
3564
|
+
}
|
3565
|
+
},
|
3566
|
+
"installRootModule(address,bytes)": {
|
3567
|
+
"details": "Requires the caller to own the root namespace. The module is delegatecalled and installed in the root namespace.",
|
3568
|
+
"params": {
|
3569
|
+
"args": "The arguments provided for the module installation.",
|
3570
|
+
"module": "The module to be installed."
|
3571
|
+
}
|
3572
|
+
},
|
3573
|
+
"worldVersion()": {
|
3574
|
+
"returns": {
|
3575
|
+
"_0": "The version identifier of the World."
|
3576
|
+
}
|
3577
|
+
}
|
3578
|
+
},
|
3534
3579
|
"version": 1
|
3535
3580
|
},
|
3536
3581
|
"userdoc": {
|
3537
3582
|
"kind": "user",
|
3538
3583
|
"methods": {
|
3539
3584
|
"call(bytes32,bytes)": {
|
3540
|
-
"notice": "Call the system at the given system ID.
|
3585
|
+
"notice": "Call the system at the given system ID."
|
3541
3586
|
},
|
3542
3587
|
"callFrom(address,bytes32,bytes)": {
|
3543
|
-
"notice": "Call the system at the given system ID on behalf of the given delegator.
|
3588
|
+
"notice": "Call the system at the given system ID on behalf of the given delegator."
|
3544
3589
|
},
|
3545
3590
|
"creator()": {
|
3546
|
-
"notice": "
|
3591
|
+
"notice": "Retrieve the immutable original deployer of the World."
|
3547
3592
|
},
|
3548
3593
|
"getDynamicField(bytes32,bytes32[],uint8)": {
|
3549
3594
|
"notice": "Get a single dynamic field from the given tableId and key tuple at the given dynamic field index. (Dynamic field index = field index - number of static fields)"
|
@@ -3576,13 +3621,13 @@
|
|
3576
3621
|
"notice": "Get a single static field from the given tableId and key tuple, with the given value field layout. Note: the field value is left-aligned in the returned bytes32, the rest of the word is not zeroed out. Consumers are expected to truncate the returned value as needed."
|
3577
3622
|
},
|
3578
3623
|
"initialize(address)": {
|
3579
|
-
"notice": "
|
3624
|
+
"notice": "Initializes the World."
|
3580
3625
|
},
|
3581
3626
|
"installRootModule(address,bytes)": {
|
3582
|
-
"notice": "Install the given root module in the World.
|
3627
|
+
"notice": "Install the given root module in the World."
|
3583
3628
|
},
|
3584
3629
|
"worldVersion()": {
|
3585
|
-
"notice": "
|
3630
|
+
"notice": "Retrieve the version of the World."
|
3586
3631
|
}
|
3587
3632
|
},
|
3588
3633
|
"version": 1
|
@@ -3896,50 +3941,50 @@
|
|
3896
3941
|
"license": "MIT"
|
3897
3942
|
},
|
3898
3943
|
"node_modules/@latticexyz/world/src/ISystemHook.sol": {
|
3899
|
-
"keccak256": "
|
3944
|
+
"keccak256": "0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db",
|
3900
3945
|
"urls": [
|
3901
|
-
"bzz-raw://
|
3902
|
-
"dweb:/ipfs/
|
3946
|
+
"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510",
|
3947
|
+
"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"
|
3903
3948
|
],
|
3904
3949
|
"license": "MIT"
|
3905
3950
|
},
|
3906
3951
|
"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol": {
|
3907
|
-
"keccak256": "
|
3952
|
+
"keccak256": "0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500",
|
3908
3953
|
"urls": [
|
3909
|
-
"bzz-raw://
|
3910
|
-
"dweb:/ipfs/
|
3954
|
+
"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d",
|
3955
|
+
"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"
|
3911
3956
|
],
|
3912
3957
|
"license": "MIT"
|
3913
3958
|
},
|
3914
3959
|
"node_modules/@latticexyz/world/src/IWorldErrors.sol": {
|
3915
|
-
"keccak256": "
|
3960
|
+
"keccak256": "0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7",
|
3916
3961
|
"urls": [
|
3917
|
-
"bzz-raw://
|
3918
|
-
"dweb:/ipfs/
|
3962
|
+
"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83",
|
3963
|
+
"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4"
|
3919
3964
|
],
|
3920
3965
|
"license": "MIT"
|
3921
3966
|
},
|
3922
3967
|
"node_modules/@latticexyz/world/src/IWorldKernel.sol": {
|
3923
|
-
"keccak256": "
|
3968
|
+
"keccak256": "0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb",
|
3924
3969
|
"urls": [
|
3925
|
-
"bzz-raw://
|
3926
|
-
"dweb:/ipfs/
|
3970
|
+
"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c",
|
3971
|
+
"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs"
|
3927
3972
|
],
|
3928
3973
|
"license": "MIT"
|
3929
3974
|
},
|
3930
3975
|
"node_modules/@latticexyz/world/src/WorldContext.sol": {
|
3931
|
-
"keccak256": "
|
3976
|
+
"keccak256": "0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b",
|
3932
3977
|
"urls": [
|
3933
|
-
"bzz-raw://
|
3934
|
-
"dweb:/ipfs/
|
3978
|
+
"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc",
|
3979
|
+
"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE"
|
3935
3980
|
],
|
3936
3981
|
"license": "MIT"
|
3937
3982
|
},
|
3938
3983
|
"node_modules/@latticexyz/world/src/WorldResourceId.sol": {
|
3939
|
-
"keccak256": "
|
3984
|
+
"keccak256": "0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417",
|
3940
3985
|
"urls": [
|
3941
|
-
"bzz-raw://
|
3942
|
-
"dweb:/ipfs/
|
3986
|
+
"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb",
|
3987
|
+
"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"
|
3943
3988
|
],
|
3944
3989
|
"license": "MIT"
|
3945
3990
|
},
|
@@ -4024,10 +4069,10 @@
|
|
4024
4069
|
"license": "MIT"
|
4025
4070
|
},
|
4026
4071
|
"node_modules/@latticexyz/world/src/worldResourceTypes.sol": {
|
4027
|
-
"keccak256": "
|
4072
|
+
"keccak256": "0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746",
|
4028
4073
|
"urls": [
|
4029
|
-
"bzz-raw://
|
4030
|
-
"dweb:/ipfs/
|
4074
|
+
"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2",
|
4075
|
+
"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"
|
4031
4076
|
],
|
4032
4077
|
"license": "MIT"
|
4033
4078
|
}
|
@@ -4036,41 +4081,41 @@
|
|
4036
4081
|
},
|
4037
4082
|
"ast": {
|
4038
4083
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
4039
|
-
"id":
|
4084
|
+
"id": 39207,
|
4040
4085
|
"exportedSymbols": {
|
4041
4086
|
"IAccessManagementSystem": [
|
4042
|
-
|
4087
|
+
61016
|
4043
4088
|
],
|
4044
4089
|
"IBalanceTransferSystem": [
|
4045
|
-
|
4090
|
+
61042
|
4046
4091
|
],
|
4047
4092
|
"IBaseWorld": [
|
4048
|
-
|
4093
|
+
39206
|
4049
4094
|
],
|
4050
4095
|
"IBatchCallSystem": [
|
4051
|
-
|
4096
|
+
61068
|
4052
4097
|
],
|
4053
4098
|
"ICoreSystem": [
|
4054
|
-
|
4099
|
+
61071
|
4055
4100
|
],
|
4056
4101
|
"IModuleInstallationSystem": [
|
4057
|
-
|
4102
|
+
61084
|
4058
4103
|
],
|
4059
4104
|
"IStore": [
|
4060
|
-
|
4105
|
+
25557
|
4061
4106
|
],
|
4062
4107
|
"IWorldKernel": [
|
4063
|
-
|
4108
|
+
38612
|
4064
4109
|
],
|
4065
4110
|
"IWorldRegistrationSystem": [
|
4066
|
-
|
4111
|
+
61173
|
4067
4112
|
]
|
4068
4113
|
},
|
4069
4114
|
"nodeType": "SourceUnit",
|
4070
4115
|
"src": "32:913:101",
|
4071
4116
|
"nodes": [
|
4072
4117
|
{
|
4073
|
-
"id":
|
4118
|
+
"id": 39172,
|
4074
4119
|
"nodeType": "PragmaDirective",
|
4075
4120
|
"src": "32:25:101",
|
4076
4121
|
"nodes": [],
|
@@ -4082,23 +4127,23 @@
|
|
4082
4127
|
]
|
4083
4128
|
},
|
4084
4129
|
{
|
4085
|
-
"id":
|
4130
|
+
"id": 39174,
|
4086
4131
|
"nodeType": "ImportDirective",
|
4087
4132
|
"src": "108:58:101",
|
4088
4133
|
"nodes": [],
|
4089
4134
|
"absolutePath": "node_modules/@latticexyz/store/src/IStore.sol",
|
4090
4135
|
"file": "@latticexyz/store/src/IStore.sol",
|
4091
4136
|
"nameLocation": "-1:-1:-1",
|
4092
|
-
"scope":
|
4093
|
-
"sourceUnit":
|
4137
|
+
"scope": 39207,
|
4138
|
+
"sourceUnit": 25558,
|
4094
4139
|
"symbolAliases": [
|
4095
4140
|
{
|
4096
4141
|
"foreign": {
|
4097
|
-
"id":
|
4142
|
+
"id": 39173,
|
4098
4143
|
"name": "IStore",
|
4099
4144
|
"nodeType": "Identifier",
|
4100
4145
|
"overloadedDeclarations": [],
|
4101
|
-
"referencedDeclaration":
|
4146
|
+
"referencedDeclaration": 25557,
|
4102
4147
|
"src": "117:6:101",
|
4103
4148
|
"typeDescriptions": {}
|
4104
4149
|
},
|
@@ -4108,23 +4153,23 @@
|
|
4108
4153
|
"unitAlias": ""
|
4109
4154
|
},
|
4110
4155
|
{
|
4111
|
-
"id":
|
4156
|
+
"id": 39176,
|
4112
4157
|
"nodeType": "ImportDirective",
|
4113
4158
|
"src": "167:54:101",
|
4114
4159
|
"nodes": [],
|
4115
4160
|
"absolutePath": "node_modules/@latticexyz/world/src/IWorldKernel.sol",
|
4116
4161
|
"file": "../../IWorldKernel.sol",
|
4117
4162
|
"nameLocation": "-1:-1:-1",
|
4118
|
-
"scope":
|
4119
|
-
"sourceUnit":
|
4163
|
+
"scope": 39207,
|
4164
|
+
"sourceUnit": 38613,
|
4120
4165
|
"symbolAliases": [
|
4121
4166
|
{
|
4122
4167
|
"foreign": {
|
4123
|
-
"id":
|
4168
|
+
"id": 39175,
|
4124
4169
|
"name": "IWorldKernel",
|
4125
4170
|
"nodeType": "Identifier",
|
4126
4171
|
"overloadedDeclarations": [],
|
4127
|
-
"referencedDeclaration":
|
4172
|
+
"referencedDeclaration": 38612,
|
4128
4173
|
"src": "176:12:101",
|
4129
4174
|
"typeDescriptions": {}
|
4130
4175
|
},
|
@@ -4134,23 +4179,23 @@
|
|
4134
4179
|
"unitAlias": ""
|
4135
4180
|
},
|
4136
4181
|
{
|
4137
|
-
"id":
|
4182
|
+
"id": 39178,
|
4138
4183
|
"nodeType": "ImportDirective",
|
4139
4184
|
"src": "223:48:101",
|
4140
4185
|
"nodes": [],
|
4141
4186
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol",
|
4142
4187
|
"file": "./ICoreSystem.sol",
|
4143
4188
|
"nameLocation": "-1:-1:-1",
|
4144
|
-
"scope":
|
4145
|
-
"sourceUnit":
|
4189
|
+
"scope": 39207,
|
4190
|
+
"sourceUnit": 61072,
|
4146
4191
|
"symbolAliases": [
|
4147
4192
|
{
|
4148
4193
|
"foreign": {
|
4149
|
-
"id":
|
4194
|
+
"id": 39177,
|
4150
4195
|
"name": "ICoreSystem",
|
4151
4196
|
"nodeType": "Identifier",
|
4152
4197
|
"overloadedDeclarations": [],
|
4153
|
-
"referencedDeclaration":
|
4198
|
+
"referencedDeclaration": 61071,
|
4154
4199
|
"src": "232:11:101",
|
4155
4200
|
"typeDescriptions": {}
|
4156
4201
|
},
|
@@ -4160,23 +4205,23 @@
|
|
4160
4205
|
"unitAlias": ""
|
4161
4206
|
},
|
4162
4207
|
{
|
4163
|
-
"id":
|
4208
|
+
"id": 39180,
|
4164
4209
|
"nodeType": "ImportDirective",
|
4165
4210
|
"src": "272:72:101",
|
4166
4211
|
"nodes": [],
|
4167
4212
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol",
|
4168
4213
|
"file": "./IAccessManagementSystem.sol",
|
4169
4214
|
"nameLocation": "-1:-1:-1",
|
4170
|
-
"scope":
|
4171
|
-
"sourceUnit":
|
4215
|
+
"scope": 39207,
|
4216
|
+
"sourceUnit": 61017,
|
4172
4217
|
"symbolAliases": [
|
4173
4218
|
{
|
4174
4219
|
"foreign": {
|
4175
|
-
"id":
|
4220
|
+
"id": 39179,
|
4176
4221
|
"name": "IAccessManagementSystem",
|
4177
4222
|
"nodeType": "Identifier",
|
4178
4223
|
"overloadedDeclarations": [],
|
4179
|
-
"referencedDeclaration":
|
4224
|
+
"referencedDeclaration": 61016,
|
4180
4225
|
"src": "281:23:101",
|
4181
4226
|
"typeDescriptions": {}
|
4182
4227
|
},
|
@@ -4186,23 +4231,23 @@
|
|
4186
4231
|
"unitAlias": ""
|
4187
4232
|
},
|
4188
4233
|
{
|
4189
|
-
"id":
|
4234
|
+
"id": 39182,
|
4190
4235
|
"nodeType": "ImportDirective",
|
4191
4236
|
"src": "345:70:101",
|
4192
4237
|
"nodes": [],
|
4193
4238
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol",
|
4194
4239
|
"file": "./IBalanceTransferSystem.sol",
|
4195
4240
|
"nameLocation": "-1:-1:-1",
|
4196
|
-
"scope":
|
4197
|
-
"sourceUnit":
|
4241
|
+
"scope": 39207,
|
4242
|
+
"sourceUnit": 61043,
|
4198
4243
|
"symbolAliases": [
|
4199
4244
|
{
|
4200
4245
|
"foreign": {
|
4201
|
-
"id":
|
4246
|
+
"id": 39181,
|
4202
4247
|
"name": "IBalanceTransferSystem",
|
4203
4248
|
"nodeType": "Identifier",
|
4204
4249
|
"overloadedDeclarations": [],
|
4205
|
-
"referencedDeclaration":
|
4250
|
+
"referencedDeclaration": 61042,
|
4206
4251
|
"src": "354:22:101",
|
4207
4252
|
"typeDescriptions": {}
|
4208
4253
|
},
|
@@ -4212,23 +4257,23 @@
|
|
4212
4257
|
"unitAlias": ""
|
4213
4258
|
},
|
4214
4259
|
{
|
4215
|
-
"id":
|
4260
|
+
"id": 39184,
|
4216
4261
|
"nodeType": "ImportDirective",
|
4217
4262
|
"src": "416:58:101",
|
4218
4263
|
"nodes": [],
|
4219
4264
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol",
|
4220
4265
|
"file": "./IBatchCallSystem.sol",
|
4221
4266
|
"nameLocation": "-1:-1:-1",
|
4222
|
-
"scope":
|
4223
|
-
"sourceUnit":
|
4267
|
+
"scope": 39207,
|
4268
|
+
"sourceUnit": 61069,
|
4224
4269
|
"symbolAliases": [
|
4225
4270
|
{
|
4226
4271
|
"foreign": {
|
4227
|
-
"id":
|
4272
|
+
"id": 39183,
|
4228
4273
|
"name": "IBatchCallSystem",
|
4229
4274
|
"nodeType": "Identifier",
|
4230
4275
|
"overloadedDeclarations": [],
|
4231
|
-
"referencedDeclaration":
|
4276
|
+
"referencedDeclaration": 61068,
|
4232
4277
|
"src": "425:16:101",
|
4233
4278
|
"typeDescriptions": {}
|
4234
4279
|
},
|
@@ -4238,23 +4283,23 @@
|
|
4238
4283
|
"unitAlias": ""
|
4239
4284
|
},
|
4240
4285
|
{
|
4241
|
-
"id":
|
4286
|
+
"id": 39186,
|
4242
4287
|
"nodeType": "ImportDirective",
|
4243
4288
|
"src": "475:76:101",
|
4244
4289
|
"nodes": [],
|
4245
4290
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol",
|
4246
4291
|
"file": "./IModuleInstallationSystem.sol",
|
4247
4292
|
"nameLocation": "-1:-1:-1",
|
4248
|
-
"scope":
|
4249
|
-
"sourceUnit":
|
4293
|
+
"scope": 39207,
|
4294
|
+
"sourceUnit": 61085,
|
4250
4295
|
"symbolAliases": [
|
4251
4296
|
{
|
4252
4297
|
"foreign": {
|
4253
|
-
"id":
|
4298
|
+
"id": 39185,
|
4254
4299
|
"name": "IModuleInstallationSystem",
|
4255
4300
|
"nodeType": "Identifier",
|
4256
4301
|
"overloadedDeclarations": [],
|
4257
|
-
"referencedDeclaration":
|
4302
|
+
"referencedDeclaration": 61084,
|
4258
4303
|
"src": "484:25:101",
|
4259
4304
|
"typeDescriptions": {}
|
4260
4305
|
},
|
@@ -4264,23 +4309,23 @@
|
|
4264
4309
|
"unitAlias": ""
|
4265
4310
|
},
|
4266
4311
|
{
|
4267
|
-
"id":
|
4312
|
+
"id": 39188,
|
4268
4313
|
"nodeType": "ImportDirective",
|
4269
4314
|
"src": "552:74:101",
|
4270
4315
|
"nodes": [],
|
4271
4316
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol",
|
4272
4317
|
"file": "./IWorldRegistrationSystem.sol",
|
4273
4318
|
"nameLocation": "-1:-1:-1",
|
4274
|
-
"scope":
|
4275
|
-
"sourceUnit":
|
4319
|
+
"scope": 39207,
|
4320
|
+
"sourceUnit": 61174,
|
4276
4321
|
"symbolAliases": [
|
4277
4322
|
{
|
4278
4323
|
"foreign": {
|
4279
|
-
"id":
|
4324
|
+
"id": 39187,
|
4280
4325
|
"name": "IWorldRegistrationSystem",
|
4281
4326
|
"nodeType": "Identifier",
|
4282
4327
|
"overloadedDeclarations": [],
|
4283
|
-
"referencedDeclaration":
|
4328
|
+
"referencedDeclaration": 61173,
|
4284
4329
|
"src": "561:24:101",
|
4285
4330
|
"typeDescriptions": {}
|
4286
4331
|
},
|
@@ -4290,7 +4335,7 @@
|
|
4290
4335
|
"unitAlias": ""
|
4291
4336
|
},
|
4292
4337
|
{
|
4293
|
-
"id":
|
4338
|
+
"id": 39206,
|
4294
4339
|
"nodeType": "ContractDefinition",
|
4295
4340
|
"src": "746:198:101",
|
4296
4341
|
"nodes": [],
|
@@ -4298,121 +4343,121 @@
|
|
4298
4343
|
"baseContracts": [
|
4299
4344
|
{
|
4300
4345
|
"baseName": {
|
4301
|
-
"id":
|
4346
|
+
"id": 39190,
|
4302
4347
|
"name": "IStore",
|
4303
4348
|
"nameLocations": [
|
4304
4349
|
"772:6:101"
|
4305
4350
|
],
|
4306
4351
|
"nodeType": "IdentifierPath",
|
4307
|
-
"referencedDeclaration":
|
4352
|
+
"referencedDeclaration": 25557,
|
4308
4353
|
"src": "772:6:101"
|
4309
4354
|
},
|
4310
|
-
"id":
|
4355
|
+
"id": 39191,
|
4311
4356
|
"nodeType": "InheritanceSpecifier",
|
4312
4357
|
"src": "772:6:101"
|
4313
4358
|
},
|
4314
4359
|
{
|
4315
4360
|
"baseName": {
|
4316
|
-
"id":
|
4361
|
+
"id": 39192,
|
4317
4362
|
"name": "IWorldKernel",
|
4318
4363
|
"nameLocations": [
|
4319
4364
|
"782:12:101"
|
4320
4365
|
],
|
4321
4366
|
"nodeType": "IdentifierPath",
|
4322
|
-
"referencedDeclaration":
|
4367
|
+
"referencedDeclaration": 38612,
|
4323
4368
|
"src": "782:12:101"
|
4324
4369
|
},
|
4325
|
-
"id":
|
4370
|
+
"id": 39193,
|
4326
4371
|
"nodeType": "InheritanceSpecifier",
|
4327
4372
|
"src": "782:12:101"
|
4328
4373
|
},
|
4329
4374
|
{
|
4330
4375
|
"baseName": {
|
4331
|
-
"id":
|
4376
|
+
"id": 39194,
|
4332
4377
|
"name": "ICoreSystem",
|
4333
4378
|
"nameLocations": [
|
4334
4379
|
"798:11:101"
|
4335
4380
|
],
|
4336
4381
|
"nodeType": "IdentifierPath",
|
4337
|
-
"referencedDeclaration":
|
4382
|
+
"referencedDeclaration": 61071,
|
4338
4383
|
"src": "798:11:101"
|
4339
4384
|
},
|
4340
|
-
"id":
|
4385
|
+
"id": 39195,
|
4341
4386
|
"nodeType": "InheritanceSpecifier",
|
4342
4387
|
"src": "798:11:101"
|
4343
4388
|
},
|
4344
4389
|
{
|
4345
4390
|
"baseName": {
|
4346
|
-
"id":
|
4391
|
+
"id": 39196,
|
4347
4392
|
"name": "IAccessManagementSystem",
|
4348
4393
|
"nameLocations": [
|
4349
4394
|
"813:23:101"
|
4350
4395
|
],
|
4351
4396
|
"nodeType": "IdentifierPath",
|
4352
|
-
"referencedDeclaration":
|
4397
|
+
"referencedDeclaration": 61016,
|
4353
4398
|
"src": "813:23:101"
|
4354
4399
|
},
|
4355
|
-
"id":
|
4400
|
+
"id": 39197,
|
4356
4401
|
"nodeType": "InheritanceSpecifier",
|
4357
4402
|
"src": "813:23:101"
|
4358
4403
|
},
|
4359
4404
|
{
|
4360
4405
|
"baseName": {
|
4361
|
-
"id":
|
4406
|
+
"id": 39198,
|
4362
4407
|
"name": "IBalanceTransferSystem",
|
4363
4408
|
"nameLocations": [
|
4364
4409
|
"840:22:101"
|
4365
4410
|
],
|
4366
4411
|
"nodeType": "IdentifierPath",
|
4367
|
-
"referencedDeclaration":
|
4412
|
+
"referencedDeclaration": 61042,
|
4368
4413
|
"src": "840:22:101"
|
4369
4414
|
},
|
4370
|
-
"id":
|
4415
|
+
"id": 39199,
|
4371
4416
|
"nodeType": "InheritanceSpecifier",
|
4372
4417
|
"src": "840:22:101"
|
4373
4418
|
},
|
4374
4419
|
{
|
4375
4420
|
"baseName": {
|
4376
|
-
"id":
|
4421
|
+
"id": 39200,
|
4377
4422
|
"name": "IBatchCallSystem",
|
4378
4423
|
"nameLocations": [
|
4379
4424
|
"866:16:101"
|
4380
4425
|
],
|
4381
4426
|
"nodeType": "IdentifierPath",
|
4382
|
-
"referencedDeclaration":
|
4427
|
+
"referencedDeclaration": 61068,
|
4383
4428
|
"src": "866:16:101"
|
4384
4429
|
},
|
4385
|
-
"id":
|
4430
|
+
"id": 39201,
|
4386
4431
|
"nodeType": "InheritanceSpecifier",
|
4387
4432
|
"src": "866:16:101"
|
4388
4433
|
},
|
4389
4434
|
{
|
4390
4435
|
"baseName": {
|
4391
|
-
"id":
|
4436
|
+
"id": 39202,
|
4392
4437
|
"name": "IModuleInstallationSystem",
|
4393
4438
|
"nameLocations": [
|
4394
4439
|
"886:25:101"
|
4395
4440
|
],
|
4396
4441
|
"nodeType": "IdentifierPath",
|
4397
|
-
"referencedDeclaration":
|
4442
|
+
"referencedDeclaration": 61084,
|
4398
4443
|
"src": "886:25:101"
|
4399
4444
|
},
|
4400
|
-
"id":
|
4445
|
+
"id": 39203,
|
4401
4446
|
"nodeType": "InheritanceSpecifier",
|
4402
4447
|
"src": "886:25:101"
|
4403
4448
|
},
|
4404
4449
|
{
|
4405
4450
|
"baseName": {
|
4406
|
-
"id":
|
4451
|
+
"id": 39204,
|
4407
4452
|
"name": "IWorldRegistrationSystem",
|
4408
4453
|
"nameLocations": [
|
4409
4454
|
"915:24:101"
|
4410
4455
|
],
|
4411
4456
|
"nodeType": "IdentifierPath",
|
4412
|
-
"referencedDeclaration":
|
4457
|
+
"referencedDeclaration": 61173,
|
4413
4458
|
"src": "915:24:101"
|
4414
4459
|
},
|
4415
|
-
"id":
|
4460
|
+
"id": 39205,
|
4416
4461
|
"nodeType": "InheritanceSpecifier",
|
4417
4462
|
"src": "915:24:101"
|
4418
4463
|
}
|
@@ -4421,67 +4466,67 @@
|
|
4421
4466
|
"contractDependencies": [],
|
4422
4467
|
"contractKind": "interface",
|
4423
4468
|
"documentation": {
|
4424
|
-
"id":
|
4469
|
+
"id": 39189,
|
4425
4470
|
"nodeType": "StructuredDocumentation",
|
4426
4471
|
"src": "628:117:101",
|
4427
4472
|
"text": " The IBaseWorld interface includes all systems dynamically added to the World\n during the deploy process."
|
4428
4473
|
},
|
4429
4474
|
"fullyImplemented": false,
|
4430
4475
|
"linearizedBaseContracts": [
|
4431
|
-
|
4432
|
-
|
4433
|
-
|
4434
|
-
|
4435
|
-
|
4436
|
-
|
4437
|
-
|
4438
|
-
|
4439
|
-
|
4440
|
-
|
4441
|
-
|
4442
|
-
|
4443
|
-
|
4444
|
-
|
4445
|
-
|
4446
|
-
|
4447
|
-
|
4448
|
-
|
4476
|
+
39206,
|
4477
|
+
61173,
|
4478
|
+
61084,
|
4479
|
+
61068,
|
4480
|
+
61042,
|
4481
|
+
61016,
|
4482
|
+
61071,
|
4483
|
+
38612,
|
4484
|
+
60987,
|
4485
|
+
38580,
|
4486
|
+
38554,
|
4487
|
+
25557,
|
4488
|
+
57580,
|
4489
|
+
57633,
|
4490
|
+
57514,
|
4491
|
+
61525,
|
4492
|
+
66828,
|
4493
|
+
61373
|
4449
4494
|
],
|
4450
4495
|
"name": "IBaseWorld",
|
4451
4496
|
"nameLocation": "756:10:101",
|
4452
|
-
"scope":
|
4497
|
+
"scope": 39207,
|
4453
4498
|
"usedErrors": [
|
4454
|
-
|
4455
|
-
|
4456
|
-
|
4457
|
-
|
4458
|
-
|
4459
|
-
|
4460
|
-
|
4461
|
-
|
4462
|
-
|
4463
|
-
|
4464
|
-
|
4465
|
-
|
4466
|
-
|
4467
|
-
|
4468
|
-
|
4469
|
-
|
4470
|
-
|
4471
|
-
|
4472
|
-
|
4473
|
-
|
4474
|
-
|
4475
|
-
|
4476
|
-
|
4499
|
+
57525,
|
4500
|
+
57532,
|
4501
|
+
57541,
|
4502
|
+
57547,
|
4503
|
+
57553,
|
4504
|
+
57559,
|
4505
|
+
57565,
|
4506
|
+
57571,
|
4507
|
+
57579,
|
4508
|
+
60901,
|
4509
|
+
60909,
|
4510
|
+
60917,
|
4511
|
+
60924,
|
4512
|
+
60932,
|
4513
|
+
60937,
|
4514
|
+
60942,
|
4515
|
+
60947,
|
4516
|
+
60954,
|
4517
|
+
60957,
|
4518
|
+
60964,
|
4519
|
+
60971,
|
4520
|
+
60981,
|
4521
|
+
60986
|
4477
4522
|
],
|
4478
4523
|
"usedEvents": [
|
4479
|
-
|
4480
|
-
|
4481
|
-
|
4482
|
-
|
4483
|
-
|
4484
|
-
|
4524
|
+
38592,
|
4525
|
+
57508,
|
4526
|
+
66790,
|
4527
|
+
66802,
|
4528
|
+
66819,
|
4529
|
+
66827
|
4485
4530
|
]
|
4486
4531
|
}
|
4487
4532
|
],
|