@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-c07fa021

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/mud.config.js +1 -1
  2. package/dist/mud.config.js.map +1 -1
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +314 -314
  5. package/out/CallboundDelegations.sol/CallboundDelegations.json +4012 -4012
  6. package/out/DelegationControl.sol/DelegationControl.json +22 -22
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +97 -97
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +81 -81
  9. package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
  10. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
  11. package/out/IBaseWorld.sol/IBaseWorld.json +63 -143
  12. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +51 -51
  13. package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
  14. package/out/IDelegationControl.sol/IDelegationControl.json +93 -93
  15. package/out/IModule.sol/IModule.json +139 -139
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
  17. package/out/ISystemHook.sol/ISystemHook.json +129 -129
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
  19. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
  20. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
  21. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
  22. package/out/IWorldErrors.sol/IWorldErrors.json +238 -238
  23. package/out/IWorldKernel.sol/IWorldCall.json +241 -241
  24. package/out/IWorldKernel.sol/IWorldKernel.json +241 -241
  25. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +241 -241
  26. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +282 -282
  27. package/out/KeysInTable.sol/KeysInTable.json +15792 -15792
  28. package/out/KeysInTableHook.sol/KeysInTableHook.json +1253 -1253
  29. package/out/KeysInTableModule.sol/KeysInTableModule.json +798 -798
  30. package/out/KeysWithValue.sol/KeysWithValue.json +5879 -5879
  31. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1335 -1335
  32. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +619 -619
  33. package/out/Module.sol/Module.json +20 -20
  34. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +467 -467
  35. package/out/StoreHook.sol/StoreHook.json +31 -31
  36. package/out/System.sol/System.json +3 -3
  37. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +166 -166
  38. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3149 -3149
  39. package/out/UniqueEntity.sol/UniqueEntity.json +1976 -1976
  40. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
  41. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +114 -114
  42. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +3954 -3954
  43. package/out/WorldContext.sol/WorldContextConsumer.json +17 -17
  44. package/out/WorldContext.sol/WorldContextProvider.json +17 -17
  45. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +7 -7
  46. package/out/WorldResourceId.sol/WorldResourceIdLib.json +7 -7
  47. package/out/constants.sol/constants.json +116 -116
  48. package/out/getKeysInTable.sol/getKeysInTable.json +819 -819
  49. package/out/getKeysWithValue.sol/getKeysWithValue.json +374 -374
  50. package/out/getTargetTableId.sol/getTargetTableId.json +232 -232
  51. package/out/getUniqueEntity.sol/getUniqueEntity.json +143 -143
  52. package/out/hasKey.sol/hasKey.json +189 -189
  53. package/out/index.sol/index.json +73 -73
  54. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +197 -197
  55. package/out/interfaces/IERC165.sol/IERC165.json +50 -50
  56. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +137 -137
  57. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +137 -137
  58. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +137 -137
  59. package/out/query.sol/query.json +1791 -1791
  60. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +47 -47
  61. package/out/src/FieldLayout.sol/FieldLayoutLib.json +47 -47
  62. package/out/src/IStore.sol/IStore.json +21 -21
  63. package/out/src/IStore.sol/IStoreData.json +21 -21
  64. package/out/src/IStore.sol/IStoreRead.json +21 -21
  65. package/out/src/IStore.sol/IStoreRegistration.json +21 -21
  66. package/out/src/IStore.sol/IStoreWrite.json +21 -21
  67. package/out/src/Memory.sol/Memory.json +4 -4
  68. package/out/src/Schema.sol/SchemaInstance.json +42 -42
  69. package/out/src/Schema.sol/SchemaLib.json +42 -42
  70. package/out/src/Slice.sol/SliceInstance.json +4 -4
  71. package/out/src/Slice.sol/SliceLib.json +4 -4
  72. package/out/src/StoreCore.sol/StoreCore.json +294 -294
  73. package/out/src/StoreCore.sol/StoreCoreInternal.json +294 -294
  74. package/out/src/StoreSwitch.sol/StoreSwitch.json +23 -23
  75. package/out/src/WorldContext.sol/WorldContextConsumer.json +22 -22
  76. package/out/src/WorldContext.sol/WorldContextProvider.json +22 -22
  77. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +14 -14
  78. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +14 -14
  79. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +297 -297
  80. package/package.json +8 -8
  81. package/src/interfaces/IBaseWorld.sol +1 -3
  82. package/src/interfaces/IUniqueEntitySystem.sol +2 -3
  83. package/src/modules/keysintable/KeysInTableModule.sol +1 -1
  84. package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
  85. package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
  86. package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
  87. package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
  88. package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
  89. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
  90. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
  91. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -197,7 +197,7 @@
197
197
  "registerSystemHook(bytes32,address,uint8)": "d5f8337f",
198
198
  "unregisterSystemHook(bytes32,address)": "a92813ad"
199
199
  },
200
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"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\":\"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\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol\":\"IWorldRegistrationSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x7a540ddbb50c6a3e880f1c3b69204ca3e2d8f394a81f30488bb1b2585d344bef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e2603e5f6934f7472169e10013a57916838d13eb871751a8d0a57959157506d\",\"dweb:/ipfs/QmXRenCAWsYxwoCw4iRKt8USSTQ6NBUep7gQ8YD1L88NXk\"]},\"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"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\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"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\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"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/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"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\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]}},\"version\":1}",
200
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"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\":\"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\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":\"IWorldRegistrationSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b\",\"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"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\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"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\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"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/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"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\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]}},\"version\":1}",
201
201
  "metadata": {
202
202
  "compiler": {
203
203
  "version": "0.8.21+commit.d9974bed"
@@ -401,7 +401,7 @@
401
401
  "bytecodeHash": "none"
402
402
  },
403
403
  "compilationTarget": {
404
- "/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol": "IWorldRegistrationSystem"
404
+ "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol": "IWorldRegistrationSystem"
405
405
  },
406
406
  "libraries": {}
407
407
  },
@@ -422,6 +422,14 @@
422
422
  ],
423
423
  "license": "MIT"
424
424
  },
425
+ "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol": {
426
+ "keccak256": "0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268",
427
+ "urls": [
428
+ "bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b",
429
+ "dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH"
430
+ ],
431
+ "license": "MIT"
432
+ },
425
433
  "/home/runner/work/mud/mud/packages/world/src/constants.sol": {
426
434
  "keccak256": "0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63",
427
435
  "urls": [
@@ -454,14 +462,6 @@
454
462
  ],
455
463
  "license": "MIT"
456
464
  },
457
- "/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol": {
458
- "keccak256": "0x7a540ddbb50c6a3e880f1c3b69204ca3e2d8f394a81f30488bb1b2585d344bef",
459
- "urls": [
460
- "bzz-raw://8e2603e5f6934f7472169e10013a57916838d13eb871751a8d0a57959157506d",
461
- "dweb:/ipfs/QmXRenCAWsYxwoCw4iRKt8USSTQ6NBUep7gQ8YD1L88NXk"
462
- ],
463
- "license": "MIT"
464
- },
465
465
  "/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol": {
466
466
  "keccak256": "0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea",
467
467
  "urls": [
@@ -754,14 +754,14 @@
754
754
  "version": 1
755
755
  },
756
756
  "ast": {
757
- "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol",
758
- "id": 33699,
757
+ "absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol",
758
+ "id": 33331,
759
759
  "exportedSymbols": {
760
760
  "ISystemHook": [
761
- 33418
761
+ 33507
762
762
  ],
763
763
  "IWorldRegistrationSystem": [
764
- 33698
764
+ 33330
765
765
  ],
766
766
  "ResourceId": [
767
767
  36365
@@ -771,12 +771,12 @@
771
771
  ]
772
772
  },
773
773
  "nodeType": "SourceUnit",
774
- "src": "32:1287:48",
774
+ "src": "32:1307:40",
775
775
  "nodes": [
776
776
  {
777
- "id": 33611,
777
+ "id": 33243,
778
778
  "nodeType": "PragmaDirective",
779
- "src": "32:25:48",
779
+ "src": "32:25:40",
780
780
  "nodes": [],
781
781
  "literals": [
782
782
  "solidity",
@@ -786,24 +786,24 @@
786
786
  ]
787
787
  },
788
788
  {
789
- "id": 33613,
789
+ "id": 33245,
790
790
  "nodeType": "ImportDirective",
791
- "src": "108:66:48",
791
+ "src": "108:66:40",
792
792
  "nodes": [],
793
793
  "absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
794
794
  "file": "@latticexyz/store/src/ResourceId.sol",
795
795
  "nameLocation": "-1:-1:-1",
796
- "scope": 33699,
796
+ "scope": 33331,
797
797
  "sourceUnit": 36430,
798
798
  "symbolAliases": [
799
799
  {
800
800
  "foreign": {
801
- "id": 33612,
801
+ "id": 33244,
802
802
  "name": "ResourceId",
803
803
  "nodeType": "Identifier",
804
804
  "overloadedDeclarations": [],
805
805
  "referencedDeclaration": 36365,
806
- "src": "117:10:48",
806
+ "src": "117:10:40",
807
807
  "typeDescriptions": {}
808
808
  },
809
809
  "nameLocation": "-1:-1:-1"
@@ -812,24 +812,24 @@
812
812
  "unitAlias": ""
813
813
  },
814
814
  {
815
- "id": 33615,
815
+ "id": 33247,
816
816
  "nodeType": "ImportDirective",
817
- "src": "175:48:48",
817
+ "src": "175:65:40",
818
818
  "nodes": [],
819
819
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/ISystemHook.sol",
820
- "file": "./ISystemHook.sol",
820
+ "file": "./../../interfaces/ISystemHook.sol",
821
821
  "nameLocation": "-1:-1:-1",
822
- "scope": 33699,
823
- "sourceUnit": 33419,
822
+ "scope": 33331,
823
+ "sourceUnit": 33508,
824
824
  "symbolAliases": [
825
825
  {
826
826
  "foreign": {
827
- "id": 33614,
827
+ "id": 33246,
828
828
  "name": "ISystemHook",
829
829
  "nodeType": "Identifier",
830
830
  "overloadedDeclarations": [],
831
- "referencedDeclaration": 33418,
832
- "src": "184:11:48",
831
+ "referencedDeclaration": 33507,
832
+ "src": "184:11:40",
833
833
  "typeDescriptions": {}
834
834
  },
835
835
  "nameLocation": "-1:-1:-1"
@@ -838,24 +838,24 @@
838
838
  "unitAlias": ""
839
839
  },
840
840
  {
841
- "id": 33617,
841
+ "id": 33249,
842
842
  "nodeType": "ImportDirective",
843
- "src": "224:61:48",
843
+ "src": "241:64:40",
844
844
  "nodes": [],
845
845
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldContext.sol",
846
- "file": "./../WorldContext.sol",
846
+ "file": "./../../WorldContext.sol",
847
847
  "nameLocation": "-1:-1:-1",
848
- "scope": 33699,
848
+ "scope": 33331,
849
849
  "sourceUnit": 32874,
850
850
  "symbolAliases": [
851
851
  {
852
852
  "foreign": {
853
- "id": 33616,
853
+ "id": 33248,
854
854
  "name": "WorldContextConsumer",
855
855
  "nodeType": "Identifier",
856
856
  "overloadedDeclarations": [],
857
857
  "referencedDeclaration": 32724,
858
- "src": "233:20:48",
858
+ "src": "250:20:40",
859
859
  "typeDescriptions": {}
860
860
  },
861
861
  "nameLocation": "-1:-1:-1"
@@ -864,34 +864,34 @@
864
864
  "unitAlias": ""
865
865
  },
866
866
  {
867
- "id": 33698,
867
+ "id": 33330,
868
868
  "nodeType": "ContractDefinition",
869
- "src": "287:1031:48",
869
+ "src": "307:1031:40",
870
870
  "nodes": [
871
871
  {
872
- "id": 33623,
872
+ "id": 33255,
873
873
  "nodeType": "FunctionDefinition",
874
- "src": "326:60:48",
874
+ "src": "346:60:40",
875
875
  "nodes": [],
876
876
  "functionSelector": "b29e4089",
877
877
  "implemented": false,
878
878
  "kind": "function",
879
879
  "modifiers": [],
880
880
  "name": "registerNamespace",
881
- "nameLocation": "335:17:48",
881
+ "nameLocation": "355:17:40",
882
882
  "parameters": {
883
- "id": 33621,
883
+ "id": 33253,
884
884
  "nodeType": "ParameterList",
885
885
  "parameters": [
886
886
  {
887
887
  "constant": false,
888
- "id": 33620,
888
+ "id": 33252,
889
889
  "mutability": "mutable",
890
890
  "name": "namespaceId",
891
- "nameLocation": "364:11:48",
891
+ "nameLocation": "384:11:40",
892
892
  "nodeType": "VariableDeclaration",
893
- "scope": 33623,
894
- "src": "353:22:48",
893
+ "scope": 33255,
894
+ "src": "373:22:40",
895
895
  "stateVariable": false,
896
896
  "storageLocation": "default",
897
897
  "typeDescriptions": {
@@ -899,20 +899,20 @@
899
899
  "typeString": "ResourceId"
900
900
  },
901
901
  "typeName": {
902
- "id": 33619,
902
+ "id": 33251,
903
903
  "nodeType": "UserDefinedTypeName",
904
904
  "pathNode": {
905
- "id": 33618,
905
+ "id": 33250,
906
906
  "name": "ResourceId",
907
907
  "nameLocations": [
908
- "353:10:48"
908
+ "373:10:40"
909
909
  ],
910
910
  "nodeType": "IdentifierPath",
911
911
  "referencedDeclaration": 36365,
912
- "src": "353:10:48"
912
+ "src": "373:10:40"
913
913
  },
914
914
  "referencedDeclaration": 36365,
915
- "src": "353:10:48",
915
+ "src": "373:10:40",
916
916
  "typeDescriptions": {
917
917
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
918
918
  "typeString": "ResourceId"
@@ -921,43 +921,43 @@
921
921
  "visibility": "internal"
922
922
  }
923
923
  ],
924
- "src": "352:24:48"
924
+ "src": "372:24:40"
925
925
  },
926
926
  "returnParameters": {
927
- "id": 33622,
927
+ "id": 33254,
928
928
  "nodeType": "ParameterList",
929
929
  "parameters": [],
930
- "src": "385:0:48"
930
+ "src": "405:0:40"
931
931
  },
932
- "scope": 33698,
932
+ "scope": 33330,
933
933
  "stateMutability": "nonpayable",
934
934
  "virtual": false,
935
935
  "visibility": "external"
936
936
  },
937
937
  {
938
- "id": 33634,
938
+ "id": 33266,
939
939
  "nodeType": "FunctionDefinition",
940
- "src": "390:109:48",
940
+ "src": "410:109:40",
941
941
  "nodes": [],
942
942
  "functionSelector": "d5f8337f",
943
943
  "implemented": false,
944
944
  "kind": "function",
945
945
  "modifiers": [],
946
946
  "name": "registerSystemHook",
947
- "nameLocation": "399:18:48",
947
+ "nameLocation": "419:18:40",
948
948
  "parameters": {
949
- "id": 33632,
949
+ "id": 33264,
950
950
  "nodeType": "ParameterList",
951
951
  "parameters": [
952
952
  {
953
953
  "constant": false,
954
- "id": 33626,
954
+ "id": 33258,
955
955
  "mutability": "mutable",
956
956
  "name": "systemId",
957
- "nameLocation": "429:8:48",
957
+ "nameLocation": "449:8:40",
958
958
  "nodeType": "VariableDeclaration",
959
- "scope": 33634,
960
- "src": "418:19:48",
959
+ "scope": 33266,
960
+ "src": "438:19:40",
961
961
  "stateVariable": false,
962
962
  "storageLocation": "default",
963
963
  "typeDescriptions": {
@@ -965,20 +965,20 @@
965
965
  "typeString": "ResourceId"
966
966
  },
967
967
  "typeName": {
968
- "id": 33625,
968
+ "id": 33257,
969
969
  "nodeType": "UserDefinedTypeName",
970
970
  "pathNode": {
971
- "id": 33624,
971
+ "id": 33256,
972
972
  "name": "ResourceId",
973
973
  "nameLocations": [
974
- "418:10:48"
974
+ "438:10:40"
975
975
  ],
976
976
  "nodeType": "IdentifierPath",
977
977
  "referencedDeclaration": 36365,
978
- "src": "418:10:48"
978
+ "src": "438:10:40"
979
979
  },
980
980
  "referencedDeclaration": 36365,
981
- "src": "418:10:48",
981
+ "src": "438:10:40",
982
982
  "typeDescriptions": {
983
983
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
984
984
  "typeString": "ResourceId"
@@ -988,36 +988,36 @@
988
988
  },
989
989
  {
990
990
  "constant": false,
991
- "id": 33629,
991
+ "id": 33261,
992
992
  "mutability": "mutable",
993
993
  "name": "hookAddress",
994
- "nameLocation": "451:11:48",
994
+ "nameLocation": "471:11:40",
995
995
  "nodeType": "VariableDeclaration",
996
- "scope": 33634,
997
- "src": "439:23:48",
996
+ "scope": 33266,
997
+ "src": "459:23:40",
998
998
  "stateVariable": false,
999
999
  "storageLocation": "default",
1000
1000
  "typeDescriptions": {
1001
- "typeIdentifier": "t_contract$_ISystemHook_$33418",
1001
+ "typeIdentifier": "t_contract$_ISystemHook_$33507",
1002
1002
  "typeString": "contract ISystemHook"
1003
1003
  },
1004
1004
  "typeName": {
1005
- "id": 33628,
1005
+ "id": 33260,
1006
1006
  "nodeType": "UserDefinedTypeName",
1007
1007
  "pathNode": {
1008
- "id": 33627,
1008
+ "id": 33259,
1009
1009
  "name": "ISystemHook",
1010
1010
  "nameLocations": [
1011
- "439:11:48"
1011
+ "459:11:40"
1012
1012
  ],
1013
1013
  "nodeType": "IdentifierPath",
1014
- "referencedDeclaration": 33418,
1015
- "src": "439:11:48"
1014
+ "referencedDeclaration": 33507,
1015
+ "src": "459:11:40"
1016
1016
  },
1017
- "referencedDeclaration": 33418,
1018
- "src": "439:11:48",
1017
+ "referencedDeclaration": 33507,
1018
+ "src": "459:11:40",
1019
1019
  "typeDescriptions": {
1020
- "typeIdentifier": "t_contract$_ISystemHook_$33418",
1020
+ "typeIdentifier": "t_contract$_ISystemHook_$33507",
1021
1021
  "typeString": "contract ISystemHook"
1022
1022
  }
1023
1023
  },
@@ -1025,13 +1025,13 @@
1025
1025
  },
1026
1026
  {
1027
1027
  "constant": false,
1028
- "id": 33631,
1028
+ "id": 33263,
1029
1029
  "mutability": "mutable",
1030
1030
  "name": "enabledHooksBitmap",
1031
- "nameLocation": "470:18:48",
1031
+ "nameLocation": "490:18:40",
1032
1032
  "nodeType": "VariableDeclaration",
1033
- "scope": 33634,
1034
- "src": "464:24:48",
1033
+ "scope": 33266,
1034
+ "src": "484:24:40",
1035
1035
  "stateVariable": false,
1036
1036
  "storageLocation": "default",
1037
1037
  "typeDescriptions": {
@@ -1039,10 +1039,10 @@
1039
1039
  "typeString": "uint8"
1040
1040
  },
1041
1041
  "typeName": {
1042
- "id": 33630,
1042
+ "id": 33262,
1043
1043
  "name": "uint8",
1044
1044
  "nodeType": "ElementaryTypeName",
1045
- "src": "464:5:48",
1045
+ "src": "484:5:40",
1046
1046
  "typeDescriptions": {
1047
1047
  "typeIdentifier": "t_uint8",
1048
1048
  "typeString": "uint8"
@@ -1051,43 +1051,43 @@
1051
1051
  "visibility": "internal"
1052
1052
  }
1053
1053
  ],
1054
- "src": "417:72:48"
1054
+ "src": "437:72:40"
1055
1055
  },
1056
1056
  "returnParameters": {
1057
- "id": 33633,
1057
+ "id": 33265,
1058
1058
  "nodeType": "ParameterList",
1059
1059
  "parameters": [],
1060
- "src": "498:0:48"
1060
+ "src": "518:0:40"
1061
1061
  },
1062
- "scope": 33698,
1062
+ "scope": 33330,
1063
1063
  "stateMutability": "nonpayable",
1064
1064
  "virtual": false,
1065
1065
  "visibility": "external"
1066
1066
  },
1067
1067
  {
1068
- "id": 33643,
1068
+ "id": 33275,
1069
1069
  "nodeType": "FunctionDefinition",
1070
- "src": "503:85:48",
1070
+ "src": "523:85:40",
1071
1071
  "nodes": [],
1072
1072
  "functionSelector": "a92813ad",
1073
1073
  "implemented": false,
1074
1074
  "kind": "function",
1075
1075
  "modifiers": [],
1076
1076
  "name": "unregisterSystemHook",
1077
- "nameLocation": "512:20:48",
1077
+ "nameLocation": "532:20:40",
1078
1078
  "parameters": {
1079
- "id": 33641,
1079
+ "id": 33273,
1080
1080
  "nodeType": "ParameterList",
1081
1081
  "parameters": [
1082
1082
  {
1083
1083
  "constant": false,
1084
- "id": 33637,
1084
+ "id": 33269,
1085
1085
  "mutability": "mutable",
1086
1086
  "name": "systemId",
1087
- "nameLocation": "544:8:48",
1087
+ "nameLocation": "564:8:40",
1088
1088
  "nodeType": "VariableDeclaration",
1089
- "scope": 33643,
1090
- "src": "533:19:48",
1089
+ "scope": 33275,
1090
+ "src": "553:19:40",
1091
1091
  "stateVariable": false,
1092
1092
  "storageLocation": "default",
1093
1093
  "typeDescriptions": {
@@ -1095,20 +1095,20 @@
1095
1095
  "typeString": "ResourceId"
1096
1096
  },
1097
1097
  "typeName": {
1098
- "id": 33636,
1098
+ "id": 33268,
1099
1099
  "nodeType": "UserDefinedTypeName",
1100
1100
  "pathNode": {
1101
- "id": 33635,
1101
+ "id": 33267,
1102
1102
  "name": "ResourceId",
1103
1103
  "nameLocations": [
1104
- "533:10:48"
1104
+ "553:10:40"
1105
1105
  ],
1106
1106
  "nodeType": "IdentifierPath",
1107
1107
  "referencedDeclaration": 36365,
1108
- "src": "533:10:48"
1108
+ "src": "553:10:40"
1109
1109
  },
1110
1110
  "referencedDeclaration": 36365,
1111
- "src": "533:10:48",
1111
+ "src": "553:10:40",
1112
1112
  "typeDescriptions": {
1113
1113
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1114
1114
  "typeString": "ResourceId"
@@ -1118,79 +1118,79 @@
1118
1118
  },
1119
1119
  {
1120
1120
  "constant": false,
1121
- "id": 33640,
1121
+ "id": 33272,
1122
1122
  "mutability": "mutable",
1123
1123
  "name": "hookAddress",
1124
- "nameLocation": "566:11:48",
1124
+ "nameLocation": "586:11:40",
1125
1125
  "nodeType": "VariableDeclaration",
1126
- "scope": 33643,
1127
- "src": "554:23:48",
1126
+ "scope": 33275,
1127
+ "src": "574:23:40",
1128
1128
  "stateVariable": false,
1129
1129
  "storageLocation": "default",
1130
1130
  "typeDescriptions": {
1131
- "typeIdentifier": "t_contract$_ISystemHook_$33418",
1131
+ "typeIdentifier": "t_contract$_ISystemHook_$33507",
1132
1132
  "typeString": "contract ISystemHook"
1133
1133
  },
1134
1134
  "typeName": {
1135
- "id": 33639,
1135
+ "id": 33271,
1136
1136
  "nodeType": "UserDefinedTypeName",
1137
1137
  "pathNode": {
1138
- "id": 33638,
1138
+ "id": 33270,
1139
1139
  "name": "ISystemHook",
1140
1140
  "nameLocations": [
1141
- "554:11:48"
1141
+ "574:11:40"
1142
1142
  ],
1143
1143
  "nodeType": "IdentifierPath",
1144
- "referencedDeclaration": 33418,
1145
- "src": "554:11:48"
1144
+ "referencedDeclaration": 33507,
1145
+ "src": "574:11:40"
1146
1146
  },
1147
- "referencedDeclaration": 33418,
1148
- "src": "554:11:48",
1147
+ "referencedDeclaration": 33507,
1148
+ "src": "574:11:40",
1149
1149
  "typeDescriptions": {
1150
- "typeIdentifier": "t_contract$_ISystemHook_$33418",
1150
+ "typeIdentifier": "t_contract$_ISystemHook_$33507",
1151
1151
  "typeString": "contract ISystemHook"
1152
1152
  }
1153
1153
  },
1154
1154
  "visibility": "internal"
1155
1155
  }
1156
1156
  ],
1157
- "src": "532:46:48"
1157
+ "src": "552:46:40"
1158
1158
  },
1159
1159
  "returnParameters": {
1160
- "id": 33642,
1160
+ "id": 33274,
1161
1161
  "nodeType": "ParameterList",
1162
1162
  "parameters": [],
1163
- "src": "587:0:48"
1163
+ "src": "607:0:40"
1164
1164
  },
1165
- "scope": 33698,
1165
+ "scope": 33330,
1166
1166
  "stateMutability": "nonpayable",
1167
1167
  "virtual": false,
1168
1168
  "visibility": "external"
1169
1169
  },
1170
1170
  {
1171
- "id": 33654,
1171
+ "id": 33286,
1172
1172
  "nodeType": "FunctionDefinition",
1173
- "src": "592:102:48",
1173
+ "src": "612:102:40",
1174
1174
  "nodes": [],
1175
1175
  "functionSelector": "3350b6a9",
1176
1176
  "implemented": false,
1177
1177
  "kind": "function",
1178
1178
  "modifiers": [],
1179
1179
  "name": "registerSystem",
1180
- "nameLocation": "601:14:48",
1180
+ "nameLocation": "621:14:40",
1181
1181
  "parameters": {
1182
- "id": 33652,
1182
+ "id": 33284,
1183
1183
  "nodeType": "ParameterList",
1184
1184
  "parameters": [
1185
1185
  {
1186
1186
  "constant": false,
1187
- "id": 33646,
1187
+ "id": 33278,
1188
1188
  "mutability": "mutable",
1189
1189
  "name": "systemId",
1190
- "nameLocation": "627:8:48",
1190
+ "nameLocation": "647:8:40",
1191
1191
  "nodeType": "VariableDeclaration",
1192
- "scope": 33654,
1193
- "src": "616:19:48",
1192
+ "scope": 33286,
1193
+ "src": "636:19:40",
1194
1194
  "stateVariable": false,
1195
1195
  "storageLocation": "default",
1196
1196
  "typeDescriptions": {
@@ -1198,20 +1198,20 @@
1198
1198
  "typeString": "ResourceId"
1199
1199
  },
1200
1200
  "typeName": {
1201
- "id": 33645,
1201
+ "id": 33277,
1202
1202
  "nodeType": "UserDefinedTypeName",
1203
1203
  "pathNode": {
1204
- "id": 33644,
1204
+ "id": 33276,
1205
1205
  "name": "ResourceId",
1206
1206
  "nameLocations": [
1207
- "616:10:48"
1207
+ "636:10:40"
1208
1208
  ],
1209
1209
  "nodeType": "IdentifierPath",
1210
1210
  "referencedDeclaration": 36365,
1211
- "src": "616:10:48"
1211
+ "src": "636:10:40"
1212
1212
  },
1213
1213
  "referencedDeclaration": 36365,
1214
- "src": "616:10:48",
1214
+ "src": "636:10:40",
1215
1215
  "typeDescriptions": {
1216
1216
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1217
1217
  "typeString": "ResourceId"
@@ -1221,13 +1221,13 @@
1221
1221
  },
1222
1222
  {
1223
1223
  "constant": false,
1224
- "id": 33649,
1224
+ "id": 33281,
1225
1225
  "mutability": "mutable",
1226
1226
  "name": "system",
1227
- "nameLocation": "658:6:48",
1227
+ "nameLocation": "678:6:40",
1228
1228
  "nodeType": "VariableDeclaration",
1229
- "scope": 33654,
1230
- "src": "637:27:48",
1229
+ "scope": 33286,
1230
+ "src": "657:27:40",
1231
1231
  "stateVariable": false,
1232
1232
  "storageLocation": "default",
1233
1233
  "typeDescriptions": {
@@ -1235,20 +1235,20 @@
1235
1235
  "typeString": "contract WorldContextConsumer"
1236
1236
  },
1237
1237
  "typeName": {
1238
- "id": 33648,
1238
+ "id": 33280,
1239
1239
  "nodeType": "UserDefinedTypeName",
1240
1240
  "pathNode": {
1241
- "id": 33647,
1241
+ "id": 33279,
1242
1242
  "name": "WorldContextConsumer",
1243
1243
  "nameLocations": [
1244
- "637:20:48"
1244
+ "657:20:40"
1245
1245
  ],
1246
1246
  "nodeType": "IdentifierPath",
1247
1247
  "referencedDeclaration": 32724,
1248
- "src": "637:20:48"
1248
+ "src": "657:20:40"
1249
1249
  },
1250
1250
  "referencedDeclaration": 32724,
1251
- "src": "637:20:48",
1251
+ "src": "657:20:40",
1252
1252
  "typeDescriptions": {
1253
1253
  "typeIdentifier": "t_contract$_WorldContextConsumer_$32724",
1254
1254
  "typeString": "contract WorldContextConsumer"
@@ -1258,13 +1258,13 @@
1258
1258
  },
1259
1259
  {
1260
1260
  "constant": false,
1261
- "id": 33651,
1261
+ "id": 33283,
1262
1262
  "mutability": "mutable",
1263
1263
  "name": "publicAccess",
1264
- "nameLocation": "671:12:48",
1264
+ "nameLocation": "691:12:40",
1265
1265
  "nodeType": "VariableDeclaration",
1266
- "scope": 33654,
1267
- "src": "666:17:48",
1266
+ "scope": 33286,
1267
+ "src": "686:17:40",
1268
1268
  "stateVariable": false,
1269
1269
  "storageLocation": "default",
1270
1270
  "typeDescriptions": {
@@ -1272,10 +1272,10 @@
1272
1272
  "typeString": "bool"
1273
1273
  },
1274
1274
  "typeName": {
1275
- "id": 33650,
1275
+ "id": 33282,
1276
1276
  "name": "bool",
1277
1277
  "nodeType": "ElementaryTypeName",
1278
- "src": "666:4:48",
1278
+ "src": "686:4:40",
1279
1279
  "typeDescriptions": {
1280
1280
  "typeIdentifier": "t_bool",
1281
1281
  "typeString": "bool"
@@ -1284,43 +1284,43 @@
1284
1284
  "visibility": "internal"
1285
1285
  }
1286
1286
  ],
1287
- "src": "615:69:48"
1287
+ "src": "635:69:40"
1288
1288
  },
1289
1289
  "returnParameters": {
1290
- "id": 33653,
1290
+ "id": 33285,
1291
1291
  "nodeType": "ParameterList",
1292
1292
  "parameters": [],
1293
- "src": "693:0:48"
1293
+ "src": "713:0:40"
1294
1294
  },
1295
- "scope": 33698,
1295
+ "scope": 33330,
1296
1296
  "stateMutability": "nonpayable",
1297
1297
  "virtual": false,
1298
1298
  "visibility": "external"
1299
1299
  },
1300
1300
  {
1301
- "id": 33664,
1301
+ "id": 33296,
1302
1302
  "nodeType": "FunctionDefinition",
1303
- "src": "698:154:48",
1303
+ "src": "718:154:40",
1304
1304
  "nodes": [],
1305
1305
  "functionSelector": "26d98102",
1306
1306
  "implemented": false,
1307
1307
  "kind": "function",
1308
1308
  "modifiers": [],
1309
1309
  "name": "registerFunctionSelector",
1310
- "nameLocation": "707:24:48",
1310
+ "nameLocation": "727:24:40",
1311
1311
  "parameters": {
1312
- "id": 33660,
1312
+ "id": 33292,
1313
1313
  "nodeType": "ParameterList",
1314
1314
  "parameters": [
1315
1315
  {
1316
1316
  "constant": false,
1317
- "id": 33657,
1317
+ "id": 33289,
1318
1318
  "mutability": "mutable",
1319
1319
  "name": "systemId",
1320
- "nameLocation": "748:8:48",
1320
+ "nameLocation": "768:8:40",
1321
1321
  "nodeType": "VariableDeclaration",
1322
- "scope": 33664,
1323
- "src": "737:19:48",
1322
+ "scope": 33296,
1323
+ "src": "757:19:40",
1324
1324
  "stateVariable": false,
1325
1325
  "storageLocation": "default",
1326
1326
  "typeDescriptions": {
@@ -1328,20 +1328,20 @@
1328
1328
  "typeString": "ResourceId"
1329
1329
  },
1330
1330
  "typeName": {
1331
- "id": 33656,
1331
+ "id": 33288,
1332
1332
  "nodeType": "UserDefinedTypeName",
1333
1333
  "pathNode": {
1334
- "id": 33655,
1334
+ "id": 33287,
1335
1335
  "name": "ResourceId",
1336
1336
  "nameLocations": [
1337
- "737:10:48"
1337
+ "757:10:40"
1338
1338
  ],
1339
1339
  "nodeType": "IdentifierPath",
1340
1340
  "referencedDeclaration": 36365,
1341
- "src": "737:10:48"
1341
+ "src": "757:10:40"
1342
1342
  },
1343
1343
  "referencedDeclaration": 36365,
1344
- "src": "737:10:48",
1344
+ "src": "757:10:40",
1345
1345
  "typeDescriptions": {
1346
1346
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1347
1347
  "typeString": "ResourceId"
@@ -1351,13 +1351,13 @@
1351
1351
  },
1352
1352
  {
1353
1353
  "constant": false,
1354
- "id": 33659,
1354
+ "id": 33291,
1355
1355
  "mutability": "mutable",
1356
1356
  "name": "systemFunctionSignature",
1357
- "nameLocation": "776:23:48",
1357
+ "nameLocation": "796:23:40",
1358
1358
  "nodeType": "VariableDeclaration",
1359
- "scope": 33664,
1360
- "src": "762:37:48",
1359
+ "scope": 33296,
1360
+ "src": "782:37:40",
1361
1361
  "stateVariable": false,
1362
1362
  "storageLocation": "memory",
1363
1363
  "typeDescriptions": {
@@ -1365,10 +1365,10 @@
1365
1365
  "typeString": "string"
1366
1366
  },
1367
1367
  "typeName": {
1368
- "id": 33658,
1368
+ "id": 33290,
1369
1369
  "name": "string",
1370
1370
  "nodeType": "ElementaryTypeName",
1371
- "src": "762:6:48",
1371
+ "src": "782:6:40",
1372
1372
  "typeDescriptions": {
1373
1373
  "typeIdentifier": "t_string_storage_ptr",
1374
1374
  "typeString": "string"
@@ -1377,21 +1377,21 @@
1377
1377
  "visibility": "internal"
1378
1378
  }
1379
1379
  ],
1380
- "src": "731:72:48"
1380
+ "src": "751:72:40"
1381
1381
  },
1382
1382
  "returnParameters": {
1383
- "id": 33663,
1383
+ "id": 33295,
1384
1384
  "nodeType": "ParameterList",
1385
1385
  "parameters": [
1386
1386
  {
1387
1387
  "constant": false,
1388
- "id": 33662,
1388
+ "id": 33294,
1389
1389
  "mutability": "mutable",
1390
1390
  "name": "worldFunctionSelector",
1391
- "nameLocation": "829:21:48",
1391
+ "nameLocation": "849:21:40",
1392
1392
  "nodeType": "VariableDeclaration",
1393
- "scope": 33664,
1394
- "src": "822:28:48",
1393
+ "scope": 33296,
1394
+ "src": "842:28:40",
1395
1395
  "stateVariable": false,
1396
1396
  "storageLocation": "default",
1397
1397
  "typeDescriptions": {
@@ -1399,10 +1399,10 @@
1399
1399
  "typeString": "bytes4"
1400
1400
  },
1401
1401
  "typeName": {
1402
- "id": 33661,
1402
+ "id": 33293,
1403
1403
  "name": "bytes4",
1404
1404
  "nodeType": "ElementaryTypeName",
1405
- "src": "822:6:48",
1405
+ "src": "842:6:40",
1406
1406
  "typeDescriptions": {
1407
1407
  "typeIdentifier": "t_bytes4",
1408
1408
  "typeString": "bytes4"
@@ -1411,37 +1411,37 @@
1411
1411
  "visibility": "internal"
1412
1412
  }
1413
1413
  ],
1414
- "src": "821:30:48"
1414
+ "src": "841:30:40"
1415
1415
  },
1416
- "scope": 33698,
1416
+ "scope": 33330,
1417
1417
  "stateMutability": "nonpayable",
1418
1418
  "virtual": false,
1419
1419
  "visibility": "external"
1420
1420
  },
1421
1421
  {
1422
- "id": 33676,
1422
+ "id": 33308,
1423
1423
  "nodeType": "FunctionDefinition",
1424
- "src": "856:192:48",
1424
+ "src": "876:192:40",
1425
1425
  "nodes": [],
1426
1426
  "functionSelector": "742d6118",
1427
1427
  "implemented": false,
1428
1428
  "kind": "function",
1429
1429
  "modifiers": [],
1430
1430
  "name": "registerRootFunctionSelector",
1431
- "nameLocation": "865:28:48",
1431
+ "nameLocation": "885:28:40",
1432
1432
  "parameters": {
1433
- "id": 33672,
1433
+ "id": 33304,
1434
1434
  "nodeType": "ParameterList",
1435
1435
  "parameters": [
1436
1436
  {
1437
1437
  "constant": false,
1438
- "id": 33667,
1438
+ "id": 33299,
1439
1439
  "mutability": "mutable",
1440
1440
  "name": "systemId",
1441
- "nameLocation": "910:8:48",
1441
+ "nameLocation": "930:8:40",
1442
1442
  "nodeType": "VariableDeclaration",
1443
- "scope": 33676,
1444
- "src": "899:19:48",
1443
+ "scope": 33308,
1444
+ "src": "919:19:40",
1445
1445
  "stateVariable": false,
1446
1446
  "storageLocation": "default",
1447
1447
  "typeDescriptions": {
@@ -1449,20 +1449,20 @@
1449
1449
  "typeString": "ResourceId"
1450
1450
  },
1451
1451
  "typeName": {
1452
- "id": 33666,
1452
+ "id": 33298,
1453
1453
  "nodeType": "UserDefinedTypeName",
1454
1454
  "pathNode": {
1455
- "id": 33665,
1455
+ "id": 33297,
1456
1456
  "name": "ResourceId",
1457
1457
  "nameLocations": [
1458
- "899:10:48"
1458
+ "919:10:40"
1459
1459
  ],
1460
1460
  "nodeType": "IdentifierPath",
1461
1461
  "referencedDeclaration": 36365,
1462
- "src": "899:10:48"
1462
+ "src": "919:10:40"
1463
1463
  },
1464
1464
  "referencedDeclaration": 36365,
1465
- "src": "899:10:48",
1465
+ "src": "919:10:40",
1466
1466
  "typeDescriptions": {
1467
1467
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1468
1468
  "typeString": "ResourceId"
@@ -1472,13 +1472,13 @@
1472
1472
  },
1473
1473
  {
1474
1474
  "constant": false,
1475
- "id": 33669,
1475
+ "id": 33301,
1476
1476
  "mutability": "mutable",
1477
1477
  "name": "worldFunctionSignature",
1478
- "nameLocation": "938:22:48",
1478
+ "nameLocation": "958:22:40",
1479
1479
  "nodeType": "VariableDeclaration",
1480
- "scope": 33676,
1481
- "src": "924:36:48",
1480
+ "scope": 33308,
1481
+ "src": "944:36:40",
1482
1482
  "stateVariable": false,
1483
1483
  "storageLocation": "memory",
1484
1484
  "typeDescriptions": {
@@ -1486,10 +1486,10 @@
1486
1486
  "typeString": "string"
1487
1487
  },
1488
1488
  "typeName": {
1489
- "id": 33668,
1489
+ "id": 33300,
1490
1490
  "name": "string",
1491
1491
  "nodeType": "ElementaryTypeName",
1492
- "src": "924:6:48",
1492
+ "src": "944:6:40",
1493
1493
  "typeDescriptions": {
1494
1494
  "typeIdentifier": "t_string_storage_ptr",
1495
1495
  "typeString": "string"
@@ -1499,13 +1499,13 @@
1499
1499
  },
1500
1500
  {
1501
1501
  "constant": false,
1502
- "id": 33671,
1502
+ "id": 33303,
1503
1503
  "mutability": "mutable",
1504
1504
  "name": "systemFunctionSelector",
1505
- "nameLocation": "973:22:48",
1505
+ "nameLocation": "993:22:40",
1506
1506
  "nodeType": "VariableDeclaration",
1507
- "scope": 33676,
1508
- "src": "966:29:48",
1507
+ "scope": 33308,
1508
+ "src": "986:29:40",
1509
1509
  "stateVariable": false,
1510
1510
  "storageLocation": "default",
1511
1511
  "typeDescriptions": {
@@ -1513,10 +1513,10 @@
1513
1513
  "typeString": "bytes4"
1514
1514
  },
1515
1515
  "typeName": {
1516
- "id": 33670,
1516
+ "id": 33302,
1517
1517
  "name": "bytes4",
1518
1518
  "nodeType": "ElementaryTypeName",
1519
- "src": "966:6:48",
1519
+ "src": "986:6:40",
1520
1520
  "typeDescriptions": {
1521
1521
  "typeIdentifier": "t_bytes4",
1522
1522
  "typeString": "bytes4"
@@ -1525,21 +1525,21 @@
1525
1525
  "visibility": "internal"
1526
1526
  }
1527
1527
  ],
1528
- "src": "893:106:48"
1528
+ "src": "913:106:40"
1529
1529
  },
1530
1530
  "returnParameters": {
1531
- "id": 33675,
1531
+ "id": 33307,
1532
1532
  "nodeType": "ParameterList",
1533
1533
  "parameters": [
1534
1534
  {
1535
1535
  "constant": false,
1536
- "id": 33674,
1536
+ "id": 33306,
1537
1537
  "mutability": "mutable",
1538
1538
  "name": "worldFunctionSelector",
1539
- "nameLocation": "1025:21:48",
1539
+ "nameLocation": "1045:21:40",
1540
1540
  "nodeType": "VariableDeclaration",
1541
- "scope": 33676,
1542
- "src": "1018:28:48",
1541
+ "scope": 33308,
1542
+ "src": "1038:28:40",
1543
1543
  "stateVariable": false,
1544
1544
  "storageLocation": "default",
1545
1545
  "typeDescriptions": {
@@ -1547,10 +1547,10 @@
1547
1547
  "typeString": "bytes4"
1548
1548
  },
1549
1549
  "typeName": {
1550
- "id": 33673,
1550
+ "id": 33305,
1551
1551
  "name": "bytes4",
1552
1552
  "nodeType": "ElementaryTypeName",
1553
- "src": "1018:6:48",
1553
+ "src": "1038:6:40",
1554
1554
  "typeDescriptions": {
1555
1555
  "typeIdentifier": "t_bytes4",
1556
1556
  "typeString": "bytes4"
@@ -1559,37 +1559,37 @@
1559
1559
  "visibility": "internal"
1560
1560
  }
1561
1561
  ],
1562
- "src": "1017:30:48"
1562
+ "src": "1037:30:40"
1563
1563
  },
1564
- "scope": 33698,
1564
+ "scope": 33330,
1565
1565
  "stateMutability": "nonpayable",
1566
1566
  "virtual": false,
1567
1567
  "visibility": "external"
1568
1568
  },
1569
1569
  {
1570
- "id": 33686,
1570
+ "id": 33318,
1571
1571
  "nodeType": "FunctionDefinition",
1572
- "src": "1052:115:48",
1572
+ "src": "1072:115:40",
1573
1573
  "nodes": [],
1574
1574
  "functionSelector": "1d2257ba",
1575
1575
  "implemented": false,
1576
1576
  "kind": "function",
1577
1577
  "modifiers": [],
1578
1578
  "name": "registerDelegation",
1579
- "nameLocation": "1061:18:48",
1579
+ "nameLocation": "1081:18:40",
1580
1580
  "parameters": {
1581
- "id": 33684,
1581
+ "id": 33316,
1582
1582
  "nodeType": "ParameterList",
1583
1583
  "parameters": [
1584
1584
  {
1585
1585
  "constant": false,
1586
- "id": 33678,
1586
+ "id": 33310,
1587
1587
  "mutability": "mutable",
1588
1588
  "name": "delegatee",
1589
- "nameLocation": "1088:9:48",
1589
+ "nameLocation": "1108:9:40",
1590
1590
  "nodeType": "VariableDeclaration",
1591
- "scope": 33686,
1592
- "src": "1080:17:48",
1591
+ "scope": 33318,
1592
+ "src": "1100:17:40",
1593
1593
  "stateVariable": false,
1594
1594
  "storageLocation": "default",
1595
1595
  "typeDescriptions": {
@@ -1597,10 +1597,10 @@
1597
1597
  "typeString": "address"
1598
1598
  },
1599
1599
  "typeName": {
1600
- "id": 33677,
1600
+ "id": 33309,
1601
1601
  "name": "address",
1602
1602
  "nodeType": "ElementaryTypeName",
1603
- "src": "1080:7:48",
1603
+ "src": "1100:7:40",
1604
1604
  "stateMutability": "nonpayable",
1605
1605
  "typeDescriptions": {
1606
1606
  "typeIdentifier": "t_address",
@@ -1611,13 +1611,13 @@
1611
1611
  },
1612
1612
  {
1613
1613
  "constant": false,
1614
- "id": 33681,
1614
+ "id": 33313,
1615
1615
  "mutability": "mutable",
1616
1616
  "name": "delegationControlId",
1617
- "nameLocation": "1110:19:48",
1617
+ "nameLocation": "1130:19:40",
1618
1618
  "nodeType": "VariableDeclaration",
1619
- "scope": 33686,
1620
- "src": "1099:30:48",
1619
+ "scope": 33318,
1620
+ "src": "1119:30:40",
1621
1621
  "stateVariable": false,
1622
1622
  "storageLocation": "default",
1623
1623
  "typeDescriptions": {
@@ -1625,20 +1625,20 @@
1625
1625
  "typeString": "ResourceId"
1626
1626
  },
1627
1627
  "typeName": {
1628
- "id": 33680,
1628
+ "id": 33312,
1629
1629
  "nodeType": "UserDefinedTypeName",
1630
1630
  "pathNode": {
1631
- "id": 33679,
1631
+ "id": 33311,
1632
1632
  "name": "ResourceId",
1633
1633
  "nameLocations": [
1634
- "1099:10:48"
1634
+ "1119:10:40"
1635
1635
  ],
1636
1636
  "nodeType": "IdentifierPath",
1637
1637
  "referencedDeclaration": 36365,
1638
- "src": "1099:10:48"
1638
+ "src": "1119:10:40"
1639
1639
  },
1640
1640
  "referencedDeclaration": 36365,
1641
- "src": "1099:10:48",
1641
+ "src": "1119:10:40",
1642
1642
  "typeDescriptions": {
1643
1643
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1644
1644
  "typeString": "ResourceId"
@@ -1648,13 +1648,13 @@
1648
1648
  },
1649
1649
  {
1650
1650
  "constant": false,
1651
- "id": 33683,
1651
+ "id": 33315,
1652
1652
  "mutability": "mutable",
1653
1653
  "name": "initCallData",
1654
- "nameLocation": "1144:12:48",
1654
+ "nameLocation": "1164:12:40",
1655
1655
  "nodeType": "VariableDeclaration",
1656
- "scope": 33686,
1657
- "src": "1131:25:48",
1656
+ "scope": 33318,
1657
+ "src": "1151:25:40",
1658
1658
  "stateVariable": false,
1659
1659
  "storageLocation": "memory",
1660
1660
  "typeDescriptions": {
@@ -1662,10 +1662,10 @@
1662
1662
  "typeString": "bytes"
1663
1663
  },
1664
1664
  "typeName": {
1665
- "id": 33682,
1665
+ "id": 33314,
1666
1666
  "name": "bytes",
1667
1667
  "nodeType": "ElementaryTypeName",
1668
- "src": "1131:5:48",
1668
+ "src": "1151:5:40",
1669
1669
  "typeDescriptions": {
1670
1670
  "typeIdentifier": "t_bytes_storage_ptr",
1671
1671
  "typeString": "bytes"
@@ -1674,43 +1674,43 @@
1674
1674
  "visibility": "internal"
1675
1675
  }
1676
1676
  ],
1677
- "src": "1079:78:48"
1677
+ "src": "1099:78:40"
1678
1678
  },
1679
1679
  "returnParameters": {
1680
- "id": 33685,
1680
+ "id": 33317,
1681
1681
  "nodeType": "ParameterList",
1682
1682
  "parameters": [],
1683
- "src": "1166:0:48"
1683
+ "src": "1186:0:40"
1684
1684
  },
1685
- "scope": 33698,
1685
+ "scope": 33330,
1686
1686
  "stateMutability": "nonpayable",
1687
1687
  "virtual": false,
1688
1688
  "visibility": "external"
1689
1689
  },
1690
1690
  {
1691
- "id": 33697,
1691
+ "id": 33329,
1692
1692
  "nodeType": "FunctionDefinition",
1693
- "src": "1171:145:48",
1693
+ "src": "1191:145:40",
1694
1694
  "nodes": [],
1695
1695
  "functionSelector": "bfdfaff7",
1696
1696
  "implemented": false,
1697
1697
  "kind": "function",
1698
1698
  "modifiers": [],
1699
1699
  "name": "registerNamespaceDelegation",
1700
- "nameLocation": "1180:27:48",
1700
+ "nameLocation": "1200:27:40",
1701
1701
  "parameters": {
1702
- "id": 33695,
1702
+ "id": 33327,
1703
1703
  "nodeType": "ParameterList",
1704
1704
  "parameters": [
1705
1705
  {
1706
1706
  "constant": false,
1707
- "id": 33689,
1707
+ "id": 33321,
1708
1708
  "mutability": "mutable",
1709
1709
  "name": "namespaceId",
1710
- "nameLocation": "1224:11:48",
1710
+ "nameLocation": "1244:11:40",
1711
1711
  "nodeType": "VariableDeclaration",
1712
- "scope": 33697,
1713
- "src": "1213:22:48",
1712
+ "scope": 33329,
1713
+ "src": "1233:22:40",
1714
1714
  "stateVariable": false,
1715
1715
  "storageLocation": "default",
1716
1716
  "typeDescriptions": {
@@ -1718,20 +1718,20 @@
1718
1718
  "typeString": "ResourceId"
1719
1719
  },
1720
1720
  "typeName": {
1721
- "id": 33688,
1721
+ "id": 33320,
1722
1722
  "nodeType": "UserDefinedTypeName",
1723
1723
  "pathNode": {
1724
- "id": 33687,
1724
+ "id": 33319,
1725
1725
  "name": "ResourceId",
1726
1726
  "nameLocations": [
1727
- "1213:10:48"
1727
+ "1233:10:40"
1728
1728
  ],
1729
1729
  "nodeType": "IdentifierPath",
1730
1730
  "referencedDeclaration": 36365,
1731
- "src": "1213:10:48"
1731
+ "src": "1233:10:40"
1732
1732
  },
1733
1733
  "referencedDeclaration": 36365,
1734
- "src": "1213:10:48",
1734
+ "src": "1233:10:40",
1735
1735
  "typeDescriptions": {
1736
1736
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1737
1737
  "typeString": "ResourceId"
@@ -1741,13 +1741,13 @@
1741
1741
  },
1742
1742
  {
1743
1743
  "constant": false,
1744
- "id": 33692,
1744
+ "id": 33324,
1745
1745
  "mutability": "mutable",
1746
1746
  "name": "delegationControlId",
1747
- "nameLocation": "1252:19:48",
1747
+ "nameLocation": "1272:19:40",
1748
1748
  "nodeType": "VariableDeclaration",
1749
- "scope": 33697,
1750
- "src": "1241:30:48",
1749
+ "scope": 33329,
1750
+ "src": "1261:30:40",
1751
1751
  "stateVariable": false,
1752
1752
  "storageLocation": "default",
1753
1753
  "typeDescriptions": {
@@ -1755,20 +1755,20 @@
1755
1755
  "typeString": "ResourceId"
1756
1756
  },
1757
1757
  "typeName": {
1758
- "id": 33691,
1758
+ "id": 33323,
1759
1759
  "nodeType": "UserDefinedTypeName",
1760
1760
  "pathNode": {
1761
- "id": 33690,
1761
+ "id": 33322,
1762
1762
  "name": "ResourceId",
1763
1763
  "nameLocations": [
1764
- "1241:10:48"
1764
+ "1261:10:40"
1765
1765
  ],
1766
1766
  "nodeType": "IdentifierPath",
1767
1767
  "referencedDeclaration": 36365,
1768
- "src": "1241:10:48"
1768
+ "src": "1261:10:40"
1769
1769
  },
1770
1770
  "referencedDeclaration": 36365,
1771
- "src": "1241:10:48",
1771
+ "src": "1261:10:40",
1772
1772
  "typeDescriptions": {
1773
1773
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1774
1774
  "typeString": "ResourceId"
@@ -1778,13 +1778,13 @@
1778
1778
  },
1779
1779
  {
1780
1780
  "constant": false,
1781
- "id": 33694,
1781
+ "id": 33326,
1782
1782
  "mutability": "mutable",
1783
1783
  "name": "initCallData",
1784
- "nameLocation": "1290:12:48",
1784
+ "nameLocation": "1310:12:40",
1785
1785
  "nodeType": "VariableDeclaration",
1786
- "scope": 33697,
1787
- "src": "1277:25:48",
1786
+ "scope": 33329,
1787
+ "src": "1297:25:40",
1788
1788
  "stateVariable": false,
1789
1789
  "storageLocation": "memory",
1790
1790
  "typeDescriptions": {
@@ -1792,10 +1792,10 @@
1792
1792
  "typeString": "bytes"
1793
1793
  },
1794
1794
  "typeName": {
1795
- "id": 33693,
1795
+ "id": 33325,
1796
1796
  "name": "bytes",
1797
1797
  "nodeType": "ElementaryTypeName",
1798
- "src": "1277:5:48",
1798
+ "src": "1297:5:40",
1799
1799
  "typeDescriptions": {
1800
1800
  "typeIdentifier": "t_bytes_storage_ptr",
1801
1801
  "typeString": "bytes"
@@ -1804,15 +1804,15 @@
1804
1804
  "visibility": "internal"
1805
1805
  }
1806
1806
  ],
1807
- "src": "1207:99:48"
1807
+ "src": "1227:99:40"
1808
1808
  },
1809
1809
  "returnParameters": {
1810
- "id": 33696,
1810
+ "id": 33328,
1811
1811
  "nodeType": "ParameterList",
1812
1812
  "parameters": [],
1813
- "src": "1315:0:48"
1813
+ "src": "1335:0:40"
1814
1814
  },
1815
- "scope": 33698,
1815
+ "scope": 33330,
1816
1816
  "stateMutability": "nonpayable",
1817
1817
  "virtual": false,
1818
1818
  "visibility": "external"
@@ -1825,16 +1825,16 @@
1825
1825
  "contractKind": "interface",
1826
1826
  "fullyImplemented": false,
1827
1827
  "linearizedBaseContracts": [
1828
- 33698
1828
+ 33330
1829
1829
  ],
1830
1830
  "name": "IWorldRegistrationSystem",
1831
- "nameLocation": "297:24:48",
1832
- "scope": 33699,
1831
+ "nameLocation": "317:24:40",
1832
+ "scope": 33331,
1833
1833
  "usedErrors": [],
1834
1834
  "usedEvents": []
1835
1835
  }
1836
1836
  ],
1837
1837
  "license": "MIT"
1838
1838
  },
1839
- "id": 48
1839
+ "id": 40
1840
1840
  }