@latticexyz/world-modules 2.0.0-main-e4e7d774 → 2.0.0-main-430e6b29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/out/AccessControl.sol/AccessControl.json +200 -200
  2. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  3. package/out/Balances.sol/Balances.json +1713 -1713
  4. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +207 -207
  5. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  6. package/out/DelegationControl.sol/DelegationControl.json +89 -89
  7. package/out/FunctionSelectors.sol/FunctionSelectors.json +2335 -2335
  8. package/out/Hooks.sol/Hooks.json +45 -45
  9. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +18 -18
  10. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  11. package/out/IBaseWorld.sol/IBaseWorld.json +68 -68
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  13. package/out/IDelegationControl.sol/IDelegationControl.json +11 -11
  14. package/out/ISystemHook.sol/ISystemHook.json +16 -16
  15. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  16. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  17. package/out/IWorldKernel.sol/IWorldCall.json +14 -14
  18. package/out/IWorldKernel.sol/IWorldKernel.json +14 -14
  19. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +14 -14
  20. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +43 -43
  21. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  22. package/out/KeysInTableHook.sol/KeysInTableHook.json +861 -861
  23. package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
  24. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  25. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
  26. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
  27. package/out/Module.sol/Module.json +75 -75
  28. package/out/NamespaceOwner.sol/NamespaceOwner.json +464 -464
  29. package/out/ResourceAccess.sol/ResourceAccess.json +471 -471
  30. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  31. package/out/Schema.sol/SchemaInstance.json +30 -30
  32. package/out/Schema.sol/SchemaLib.json +30 -30
  33. package/out/SchemaType.sol/SchemaType.json +276 -276
  34. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
  35. package/out/StoreHook.sol/StoreHook.json +368 -368
  36. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  37. package/out/System.sol/System.json +19 -19
  38. package/out/SystemHooks.sol/SystemHooks.json +4091 -4091
  39. package/out/SystemSwitch.sol/SystemSwitch.json +356 -356
  40. package/out/Systems.sol/Systems.json +2459 -2459
  41. package/out/Tables.sol/Tables.json +73 -73
  42. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +111 -111
  43. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  44. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  45. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
  46. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +85 -85
  47. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2723 -2723
  48. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  49. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  50. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  51. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +101 -101
  52. package/out/WorldResourceId.sol/WorldResourceIdLib.json +101 -101
  53. package/out/constants.sol/constants.json +403 -120
  54. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  55. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  56. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  57. package/out/getUniqueEntity.sol/getUniqueEntity.json +105 -105
  58. package/out/hasKey.sol/hasKey.json +130 -130
  59. package/out/index.sol/index.json +53 -53
  60. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +128 -128
  61. package/out/query.sol/query.json +1154 -1154
  62. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  63. package/out/src/Bytes.sol/Bytes.json +1338 -1338
  64. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
  65. package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
  66. package/out/src/Hook.sol/HookInstance.json +331 -331
  67. package/out/src/Hook.sol/HookLib.json +331 -331
  68. package/out/src/IStore.sol/IStore.json +53 -53
  69. package/out/src/ISystemHook.sol/ISystemHook.json +90 -90
  70. package/out/src/IWorldErrors.sol/IWorldErrors.json +151 -151
  71. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  72. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  73. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  74. package/out/src/Memory.sol/Memory.json +91 -91
  75. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  76. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  77. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  78. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  79. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  80. package/out/src/Schema.sol/SchemaLib.json +790 -790
  81. package/out/src/Slice.sol/SliceInstance.json +430 -430
  82. package/out/src/Slice.sol/SliceLib.json +430 -430
  83. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  84. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  85. package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
  86. package/out/src/WorldContext.sol/WorldContextConsumer.json +418 -418
  87. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +418 -418
  88. package/out/src/WorldContext.sol/WorldContextProviderLib.json +418 -418
  89. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  90. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  91. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  92. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  93. package/out/systemHookTypes.sol/systemHookTypes.json +25 -25
  94. package/out/tables/ResourceIds.sol/ResourceIds.json +1747 -1747
  95. package/out/tables/Tables.sol/Tables.json +7288 -7288
  96. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  97. package/out/types.sol/types.json +41 -41
  98. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  99. package/package.json +8 -8
@@ -11,7 +11,7 @@
11
11
  "linkReferences": {}
12
12
  },
13
13
  "methodIdentifiers": {},
14
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"The SystemSwitch library provides functions for interacting with systems from other systems.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"SystemSwitch\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/utils/SystemSwitch.sol\":\"SystemSwitch\"},\"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\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"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\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"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\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"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\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"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\":\"0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c\",\"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72\",\"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764\",\"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c\",\"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3\",\"dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka\"]},\"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\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0xd38e76738fe2bd50593e1931e9cf57f425d196d9030cf17dc0c6f577b1a3c3b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7a66487eff3ce6391c5183c0399579ed3a6f1521f028f3c2578092134b4fe74\",\"dweb:/ipfs/QmZCc5NiLsUZSzNBg1TNXXqKfuKecoUcoUDwdi67PXSz7h\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0xcd8b62e56d9174587346ae54cc1b166f3690da5b2d13b53c92acdc8518cd0f17\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://22789c208c7aa4b770cc444b69487d6ac37b05dd3bbac426258acff932b18a6f\",\"dweb:/ipfs/QmWChMPXLeuEhpmG4r3Bv2mwqj44BSDccZFkW4HrStZ3d2\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0x9e5fc362b440b455bbe891dd8359ad806d68ef94bd830a88c194427f3c2594f3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9c15bafbbd0b7a5bb86688ee0167dd38a67fd057d42b2dd039dca68c72332b0f\",\"dweb:/ipfs/QmVxr2tS62NdguHhWJi6ZHLkp8HJmWrvDF9GR7AQuGbYgs\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0x82ef3a86d211f4dfe2c190325ca5457867d2ca02fadb21c403d02ecaff5889db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://59bb5cfb25ee1756a2f695941f5bc71f6be243a61bc3259b85e9a240e5cab0fa\",\"dweb:/ipfs/Qma6yZjHm282Zw19Ei3myVqkQ5fqqXarsNjEVEhbrKA532\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0xa38de0e24a5780ead3f9570c885c833fdf7df503481d1f56f4559b7eb4cf877f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f1a2130427691788f041ef5a98bce5b3479b47da92f89f49210fbb1db12e8f85\",\"dweb:/ipfs/QmXnrRGn3iKoJ8kau8uTJyk1SSRABJTusxj2nQrxqs9NwX\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x78e11ea5cfd963afbe5e49d890876692f1df0ca1b391f02b4951fa02c469557e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://960b12d67881f7aeeb0e5cfa4d263e919a989d9d5c9f009190025e6161e9ecf3\",\"dweb:/ipfs/QmP52PVSwqcUZ4fqmbTsSGSa5wTN8mp7KFxUjS3PRfVENs\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0xdd201aa30700e70c35c1d4e50c375e511d798961183c8531f947c2d15969debb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d9c165b1beb7c1d3f75107407c34a5b3424ec8cb322d494892bceed23323ffb9\",\"dweb:/ipfs/QmdH8rtgJaENsMc6HodAbahKg7PiZUJwoZufnHCw3TwrBx\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/utils/SystemSwitch.sol\":{\"keccak256\":\"0x8242e32af7f919eebac06852a64d354f8d24ee777079244d430852f22d47230e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d32745bde5e8e24e0c293545b1047a580a77602f01b8695c2236192187bdc1da\",\"dweb:/ipfs/QmeX59sxxU6SoM9o1KbCDxuR4DmHB3nyx1Kee4nLgfq6UH\"]}},\"version\":1}",
14
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"The SystemSwitch library provides functions for interacting with systems from other systems.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"SystemSwitch\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/utils/SystemSwitch.sol\":\"SystemSwitch\"},\"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\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"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\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"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\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"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\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"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\":\"0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c\",\"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72\",\"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764\",\"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c\",\"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3\",\"dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka\"]},\"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\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0xd38e76738fe2bd50593e1931e9cf57f425d196d9030cf17dc0c6f577b1a3c3b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7a66487eff3ce6391c5183c0399579ed3a6f1521f028f3c2578092134b4fe74\",\"dweb:/ipfs/QmZCc5NiLsUZSzNBg1TNXXqKfuKecoUcoUDwdi67PXSz7h\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0xcd8b62e56d9174587346ae54cc1b166f3690da5b2d13b53c92acdc8518cd0f17\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://22789c208c7aa4b770cc444b69487d6ac37b05dd3bbac426258acff932b18a6f\",\"dweb:/ipfs/QmWChMPXLeuEhpmG4r3Bv2mwqj44BSDccZFkW4HrStZ3d2\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0x9e5fc362b440b455bbe891dd8359ad806d68ef94bd830a88c194427f3c2594f3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9c15bafbbd0b7a5bb86688ee0167dd38a67fd057d42b2dd039dca68c72332b0f\",\"dweb:/ipfs/QmVxr2tS62NdguHhWJi6ZHLkp8HJmWrvDF9GR7AQuGbYgs\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0x82ef3a86d211f4dfe2c190325ca5457867d2ca02fadb21c403d02ecaff5889db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://59bb5cfb25ee1756a2f695941f5bc71f6be243a61bc3259b85e9a240e5cab0fa\",\"dweb:/ipfs/Qma6yZjHm282Zw19Ei3myVqkQ5fqqXarsNjEVEhbrKA532\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0xa38de0e24a5780ead3f9570c885c833fdf7df503481d1f56f4559b7eb4cf877f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f1a2130427691788f041ef5a98bce5b3479b47da92f89f49210fbb1db12e8f85\",\"dweb:/ipfs/QmXnrRGn3iKoJ8kau8uTJyk1SSRABJTusxj2nQrxqs9NwX\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x78e11ea5cfd963afbe5e49d890876692f1df0ca1b391f02b4951fa02c469557e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://960b12d67881f7aeeb0e5cfa4d263e919a989d9d5c9f009190025e6161e9ecf3\",\"dweb:/ipfs/QmP52PVSwqcUZ4fqmbTsSGSa5wTN8mp7KFxUjS3PRfVENs\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0xdd201aa30700e70c35c1d4e50c375e511d798961183c8531f947c2d15969debb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d9c165b1beb7c1d3f75107407c34a5b3424ec8cb322d494892bceed23323ffb9\",\"dweb:/ipfs/QmdH8rtgJaENsMc6HodAbahKg7PiZUJwoZufnHCw3TwrBx\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/utils/SystemSwitch.sol\":{\"keccak256\":\"0x8242e32af7f919eebac06852a64d354f8d24ee777079244d430852f22d47230e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d32745bde5e8e24e0c293545b1047a580a77602f01b8695c2236192187bdc1da\",\"dweb:/ipfs/QmeX59sxxU6SoM9o1KbCDxuR4DmHB3nyx1Kee4nLgfq6UH\"]}},\"version\":1}",
15
15
  "metadata": {
16
16
  "compiler": {
17
17
  "version": "0.8.21+commit.d9974bed"
@@ -442,10 +442,10 @@
442
442
  "license": "MIT"
443
443
  },
444
444
  "node_modules/@latticexyz/world/src/constants.sol": {
445
- "keccak256": "0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77",
445
+ "keccak256": "0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588",
446
446
  "urls": [
447
- "bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac",
448
- "dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET"
447
+ "bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218",
448
+ "dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"
449
449
  ],
450
450
  "license": "MIT"
451
451
  },
@@ -486,71 +486,71 @@
486
486
  },
487
487
  "ast": {
488
488
  "absolutePath": "src/utils/SystemSwitch.sol",
489
- "id": 67338,
489
+ "id": 67374,
490
490
  "exportedSymbols": {
491
491
  "AFTER_CALL_SYSTEM": [
492
- 48985
492
+ 49021
493
493
  ],
494
494
  "AccessControl": [
495
- 41642
495
+ 41660
496
496
  ],
497
497
  "BEFORE_CALL_SYSTEM": [
498
- 48979
498
+ 49015
499
499
  ],
500
500
  "Balances": [
501
- 43534
501
+ 43552
502
502
  ],
503
503
  "Bytes": [
504
- 27790
504
+ 27808
505
505
  ],
506
506
  "FunctionSelectors": [
507
- 44933
507
+ 44951
508
508
  ],
509
509
  "Hook": [
510
- 28228
510
+ 28246
511
511
  ],
512
512
  "ISystemHook": [
513
- 41729
513
+ 41747
514
514
  ],
515
515
  "IWorldErrors": [
516
- 41823
516
+ 41841
517
517
  ],
518
518
  "IWorldKernel": [
519
- 41900
519
+ 41918
520
520
  ],
521
521
  "ROOT_NAMESPACE": [
522
- 48907
522
+ 48925
523
523
  ],
524
524
  "ResourceId": [
525
- 29121
525
+ 29139
526
526
  ],
527
527
  "SystemHooks": [
528
- 47464
528
+ 47482
529
529
  ],
530
530
  "SystemSwitch": [
531
- 67337
531
+ 67373
532
532
  ],
533
533
  "Systems": [
534
- 48887
534
+ 48905
535
535
  ],
536
536
  "WorldContextConsumerLib": [
537
- 42054
537
+ 42072
538
538
  ],
539
539
  "WorldContextProviderLib": [
540
- 42208
540
+ 42226
541
541
  ],
542
542
  "WorldResourceIdInstance": [
543
- 42492
543
+ 42510
544
544
  ],
545
545
  "revertWithBytes": [
546
- 48971
546
+ 49007
547
547
  ]
548
548
  },
549
549
  "nodeType": "SourceUnit",
550
550
  "src": "32:4113:149",
551
551
  "nodes": [
552
552
  {
553
- "id": 67165,
553
+ "id": 67201,
554
554
  "nodeType": "PragmaDirective",
555
555
  "src": "32:25:149",
556
556
  "nodes": [],
@@ -562,23 +562,23 @@
562
562
  ]
563
563
  },
564
564
  {
565
- "id": 67167,
565
+ "id": 67203,
566
566
  "nodeType": "ImportDirective",
567
567
  "src": "59:54:149",
568
568
  "nodes": [],
569
569
  "absolutePath": "node_modules/@latticexyz/store/src/Hook.sol",
570
570
  "file": "@latticexyz/store/src/Hook.sol",
571
571
  "nameLocation": "-1:-1:-1",
572
- "scope": 67338,
573
- "sourceUnit": 28418,
572
+ "scope": 67374,
573
+ "sourceUnit": 28436,
574
574
  "symbolAliases": [
575
575
  {
576
576
  "foreign": {
577
- "id": 67166,
577
+ "id": 67202,
578
578
  "name": "Hook",
579
579
  "nodeType": "Identifier",
580
580
  "overloadedDeclarations": [],
581
- "referencedDeclaration": 28228,
581
+ "referencedDeclaration": 28246,
582
582
  "src": "68:4:149",
583
583
  "typeDescriptions": {}
584
584
  },
@@ -588,23 +588,23 @@
588
588
  "unitAlias": ""
589
589
  },
590
590
  {
591
- "id": 67169,
591
+ "id": 67205,
592
592
  "nodeType": "ImportDirective",
593
593
  "src": "114:56:149",
594
594
  "nodes": [],
595
595
  "absolutePath": "node_modules/@latticexyz/store/src/Bytes.sol",
596
596
  "file": "@latticexyz/store/src/Bytes.sol",
597
597
  "nameLocation": "-1:-1:-1",
598
- "scope": 67338,
599
- "sourceUnit": 27791,
598
+ "scope": 67374,
599
+ "sourceUnit": 27809,
600
600
  "symbolAliases": [
601
601
  {
602
602
  "foreign": {
603
- "id": 67168,
603
+ "id": 67204,
604
604
  "name": "Bytes",
605
605
  "nodeType": "Identifier",
606
606
  "overloadedDeclarations": [],
607
- "referencedDeclaration": 27790,
607
+ "referencedDeclaration": 27808,
608
608
  "src": "123:5:149",
609
609
  "typeDescriptions": {}
610
610
  },
@@ -614,23 +614,23 @@
614
614
  "unitAlias": ""
615
615
  },
616
616
  {
617
- "id": 67171,
617
+ "id": 67207,
618
618
  "nodeType": "ImportDirective",
619
619
  "src": "172:70:149",
620
620
  "nodes": [],
621
621
  "absolutePath": "node_modules/@latticexyz/world/src/IWorldKernel.sol",
622
622
  "file": "@latticexyz/world/src/IWorldKernel.sol",
623
623
  "nameLocation": "-1:-1:-1",
624
- "scope": 67338,
625
- "sourceUnit": 41901,
624
+ "scope": 67374,
625
+ "sourceUnit": 41919,
626
626
  "symbolAliases": [
627
627
  {
628
628
  "foreign": {
629
- "id": 67170,
629
+ "id": 67206,
630
630
  "name": "IWorldKernel",
631
631
  "nodeType": "Identifier",
632
632
  "overloadedDeclarations": [],
633
- "referencedDeclaration": 41900,
633
+ "referencedDeclaration": 41918,
634
634
  "src": "181:12:149",
635
635
  "typeDescriptions": {}
636
636
  },
@@ -640,23 +640,23 @@
640
640
  "unitAlias": ""
641
641
  },
642
642
  {
643
- "id": 67174,
643
+ "id": 67210,
644
644
  "nodeType": "ImportDirective",
645
645
  "src": "243:96:149",
646
646
  "nodes": [],
647
647
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
648
648
  "file": "@latticexyz/world/src/WorldResourceId.sol",
649
649
  "nameLocation": "-1:-1:-1",
650
- "scope": 67338,
651
- "sourceUnit": 42493,
650
+ "scope": 67374,
651
+ "sourceUnit": 42511,
652
652
  "symbolAliases": [
653
653
  {
654
654
  "foreign": {
655
- "id": 67172,
655
+ "id": 67208,
656
656
  "name": "ResourceId",
657
657
  "nodeType": "Identifier",
658
658
  "overloadedDeclarations": [],
659
- "referencedDeclaration": 29121,
659
+ "referencedDeclaration": 29139,
660
660
  "src": "252:10:149",
661
661
  "typeDescriptions": {}
662
662
  },
@@ -664,11 +664,11 @@
664
664
  },
665
665
  {
666
666
  "foreign": {
667
- "id": 67173,
667
+ "id": 67209,
668
668
  "name": "WorldResourceIdInstance",
669
669
  "nodeType": "Identifier",
670
670
  "overloadedDeclarations": [],
671
- "referencedDeclaration": 42492,
671
+ "referencedDeclaration": 42510,
672
672
  "src": "264:23:149",
673
673
  "typeDescriptions": {}
674
674
  },
@@ -678,23 +678,23 @@
678
678
  "unitAlias": ""
679
679
  },
680
680
  {
681
- "id": 67177,
681
+ "id": 67213,
682
682
  "nodeType": "ImportDirective",
683
683
  "src": "340:106:149",
684
684
  "nodes": [],
685
685
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
686
686
  "file": "@latticexyz/world/src/WorldContext.sol",
687
687
  "nameLocation": "-1:-1:-1",
688
- "scope": 67338,
689
- "sourceUnit": 42209,
688
+ "scope": 67374,
689
+ "sourceUnit": 42227,
690
690
  "symbolAliases": [
691
691
  {
692
692
  "foreign": {
693
- "id": 67175,
693
+ "id": 67211,
694
694
  "name": "WorldContextProviderLib",
695
695
  "nodeType": "Identifier",
696
696
  "overloadedDeclarations": [],
697
- "referencedDeclaration": 42208,
697
+ "referencedDeclaration": 42226,
698
698
  "src": "349:23:149",
699
699
  "typeDescriptions": {}
700
700
  },
@@ -702,11 +702,11 @@
702
702
  },
703
703
  {
704
704
  "foreign": {
705
- "id": 67176,
705
+ "id": 67212,
706
706
  "name": "WorldContextConsumerLib",
707
707
  "nodeType": "Identifier",
708
708
  "overloadedDeclarations": [],
709
- "referencedDeclaration": 42054,
709
+ "referencedDeclaration": 42072,
710
710
  "src": "374:23:149",
711
711
  "typeDescriptions": {}
712
712
  },
@@ -716,23 +716,23 @@
716
716
  "unitAlias": ""
717
717
  },
718
718
  {
719
- "id": 67179,
719
+ "id": 67215,
720
720
  "nodeType": "ImportDirective",
721
721
  "src": "447:72:149",
722
722
  "nodes": [],
723
723
  "absolutePath": "node_modules/@latticexyz/world/src/AccessControl.sol",
724
724
  "file": "@latticexyz/world/src/AccessControl.sol",
725
725
  "nameLocation": "-1:-1:-1",
726
- "scope": 67338,
727
- "sourceUnit": 41643,
726
+ "scope": 67374,
727
+ "sourceUnit": 41661,
728
728
  "symbolAliases": [
729
729
  {
730
730
  "foreign": {
731
- "id": 67178,
731
+ "id": 67214,
732
732
  "name": "AccessControl",
733
733
  "nodeType": "Identifier",
734
734
  "overloadedDeclarations": [],
735
- "referencedDeclaration": 41642,
735
+ "referencedDeclaration": 41660,
736
736
  "src": "456:13:149",
737
737
  "typeDescriptions": {}
738
738
  },
@@ -742,23 +742,23 @@
742
742
  "unitAlias": ""
743
743
  },
744
744
  {
745
- "id": 67181,
745
+ "id": 67217,
746
746
  "nodeType": "ImportDirective",
747
747
  "src": "520:69:149",
748
748
  "nodes": [],
749
749
  "absolutePath": "node_modules/@latticexyz/world/src/constants.sol",
750
750
  "file": "@latticexyz/world/src/constants.sol",
751
751
  "nameLocation": "-1:-1:-1",
752
- "scope": 67338,
753
- "sourceUnit": 48962,
752
+ "scope": 67374,
753
+ "sourceUnit": 48998,
754
754
  "symbolAliases": [
755
755
  {
756
756
  "foreign": {
757
- "id": 67180,
757
+ "id": 67216,
758
758
  "name": "ROOT_NAMESPACE",
759
759
  "nodeType": "Identifier",
760
760
  "overloadedDeclarations": [],
761
- "referencedDeclaration": 48907,
761
+ "referencedDeclaration": 48925,
762
762
  "src": "529:14:149",
763
763
  "typeDescriptions": {}
764
764
  },
@@ -768,23 +768,23 @@
768
768
  "unitAlias": ""
769
769
  },
770
770
  {
771
- "id": 67183,
771
+ "id": 67219,
772
772
  "nodeType": "ImportDirective",
773
773
  "src": "590:76:149",
774
774
  "nodes": [],
775
775
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
776
776
  "file": "@latticexyz/world/src/revertWithBytes.sol",
777
777
  "nameLocation": "-1:-1:-1",
778
- "scope": 67338,
779
- "sourceUnit": 48972,
778
+ "scope": 67374,
779
+ "sourceUnit": 49008,
780
780
  "symbolAliases": [
781
781
  {
782
782
  "foreign": {
783
- "id": 67182,
783
+ "id": 67218,
784
784
  "name": "revertWithBytes",
785
785
  "nodeType": "Identifier",
786
786
  "overloadedDeclarations": [],
787
- "referencedDeclaration": 48971,
787
+ "referencedDeclaration": 49007,
788
788
  "src": "599:15:149",
789
789
  "typeDescriptions": {}
790
790
  },
@@ -794,23 +794,23 @@
794
794
  "unitAlias": ""
795
795
  },
796
796
  {
797
- "id": 67186,
797
+ "id": 67222,
798
798
  "nodeType": "ImportDirective",
799
799
  "src": "667:98:149",
800
800
  "nodes": [],
801
801
  "absolutePath": "node_modules/@latticexyz/world/src/systemHookTypes.sol",
802
802
  "file": "@latticexyz/world/src/systemHookTypes.sol",
803
803
  "nameLocation": "-1:-1:-1",
804
- "scope": 67338,
805
- "sourceUnit": 48992,
804
+ "scope": 67374,
805
+ "sourceUnit": 49028,
806
806
  "symbolAliases": [
807
807
  {
808
808
  "foreign": {
809
- "id": 67184,
809
+ "id": 67220,
810
810
  "name": "BEFORE_CALL_SYSTEM",
811
811
  "nodeType": "Identifier",
812
812
  "overloadedDeclarations": [],
813
- "referencedDeclaration": 48979,
813
+ "referencedDeclaration": 49015,
814
814
  "src": "676:18:149",
815
815
  "typeDescriptions": {}
816
816
  },
@@ -818,11 +818,11 @@
818
818
  },
819
819
  {
820
820
  "foreign": {
821
- "id": 67185,
821
+ "id": 67221,
822
822
  "name": "AFTER_CALL_SYSTEM",
823
823
  "nodeType": "Identifier",
824
824
  "overloadedDeclarations": [],
825
- "referencedDeclaration": 48985,
825
+ "referencedDeclaration": 49021,
826
826
  "src": "696:17:149",
827
827
  "typeDescriptions": {}
828
828
  },
@@ -832,23 +832,23 @@
832
832
  "unitAlias": ""
833
833
  },
834
834
  {
835
- "id": 67188,
835
+ "id": 67224,
836
836
  "nodeType": "ImportDirective",
837
837
  "src": "767:70:149",
838
838
  "nodes": [],
839
839
  "absolutePath": "node_modules/@latticexyz/world/src/IWorldErrors.sol",
840
840
  "file": "@latticexyz/world/src/IWorldErrors.sol",
841
841
  "nameLocation": "-1:-1:-1",
842
- "scope": 67338,
843
- "sourceUnit": 41824,
842
+ "scope": 67374,
843
+ "sourceUnit": 41842,
844
844
  "symbolAliases": [
845
845
  {
846
846
  "foreign": {
847
- "id": 67187,
847
+ "id": 67223,
848
848
  "name": "IWorldErrors",
849
849
  "nodeType": "Identifier",
850
850
  "overloadedDeclarations": [],
851
- "referencedDeclaration": 41823,
851
+ "referencedDeclaration": 41841,
852
852
  "src": "776:12:149",
853
853
  "typeDescriptions": {}
854
854
  },
@@ -858,23 +858,23 @@
858
858
  "unitAlias": ""
859
859
  },
860
860
  {
861
- "id": 67190,
861
+ "id": 67226,
862
862
  "nodeType": "ImportDirective",
863
863
  "src": "838:68:149",
864
864
  "nodes": [],
865
865
  "absolutePath": "node_modules/@latticexyz/world/src/ISystemHook.sol",
866
866
  "file": "@latticexyz/world/src/ISystemHook.sol",
867
867
  "nameLocation": "-1:-1:-1",
868
- "scope": 67338,
869
- "sourceUnit": 41730,
868
+ "scope": 67374,
869
+ "sourceUnit": 41748,
870
870
  "symbolAliases": [
871
871
  {
872
872
  "foreign": {
873
- "id": 67189,
873
+ "id": 67225,
874
874
  "name": "ISystemHook",
875
875
  "nodeType": "Identifier",
876
876
  "overloadedDeclarations": [],
877
- "referencedDeclaration": 41729,
877
+ "referencedDeclaration": 41747,
878
878
  "src": "847:11:149",
879
879
  "typeDescriptions": {}
880
880
  },
@@ -884,23 +884,23 @@
884
884
  "unitAlias": ""
885
885
  },
886
886
  {
887
- "id": 67192,
887
+ "id": 67228,
888
888
  "nodeType": "ImportDirective",
889
889
  "src": "908:95:149",
890
890
  "nodes": [],
891
891
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol",
892
892
  "file": "@latticexyz/world/src/codegen/tables/FunctionSelectors.sol",
893
893
  "nameLocation": "-1:-1:-1",
894
- "scope": 67338,
895
- "sourceUnit": 44934,
894
+ "scope": 67374,
895
+ "sourceUnit": 44952,
896
896
  "symbolAliases": [
897
897
  {
898
898
  "foreign": {
899
- "id": 67191,
899
+ "id": 67227,
900
900
  "name": "FunctionSelectors",
901
901
  "nodeType": "Identifier",
902
902
  "overloadedDeclarations": [],
903
- "referencedDeclaration": 44933,
903
+ "referencedDeclaration": 44951,
904
904
  "src": "917:17:149",
905
905
  "typeDescriptions": {}
906
906
  },
@@ -910,23 +910,23 @@
910
910
  "unitAlias": ""
911
911
  },
912
912
  {
913
- "id": 67194,
913
+ "id": 67230,
914
914
  "nodeType": "ImportDirective",
915
915
  "src": "1004:75:149",
916
916
  "nodes": [],
917
917
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/tables/Systems.sol",
918
918
  "file": "@latticexyz/world/src/codegen/tables/Systems.sol",
919
919
  "nameLocation": "-1:-1:-1",
920
- "scope": 67338,
921
- "sourceUnit": 48898,
920
+ "scope": 67374,
921
+ "sourceUnit": 48916,
922
922
  "symbolAliases": [
923
923
  {
924
924
  "foreign": {
925
- "id": 67193,
925
+ "id": 67229,
926
926
  "name": "Systems",
927
927
  "nodeType": "Identifier",
928
928
  "overloadedDeclarations": [],
929
- "referencedDeclaration": 48887,
929
+ "referencedDeclaration": 48905,
930
930
  "src": "1013:7:149",
931
931
  "typeDescriptions": {}
932
932
  },
@@ -936,23 +936,23 @@
936
936
  "unitAlias": ""
937
937
  },
938
938
  {
939
- "id": 67196,
939
+ "id": 67232,
940
940
  "nodeType": "ImportDirective",
941
941
  "src": "1080:83:149",
942
942
  "nodes": [],
943
943
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol",
944
944
  "file": "@latticexyz/world/src/codegen/tables/SystemHooks.sol",
945
945
  "nameLocation": "-1:-1:-1",
946
- "scope": 67338,
947
- "sourceUnit": 47465,
946
+ "scope": 67374,
947
+ "sourceUnit": 47483,
948
948
  "symbolAliases": [
949
949
  {
950
950
  "foreign": {
951
- "id": 67195,
951
+ "id": 67231,
952
952
  "name": "SystemHooks",
953
953
  "nodeType": "Identifier",
954
954
  "overloadedDeclarations": [],
955
- "referencedDeclaration": 47464,
955
+ "referencedDeclaration": 47482,
956
956
  "src": "1089:11:149",
957
957
  "typeDescriptions": {}
958
958
  },
@@ -962,23 +962,23 @@
962
962
  "unitAlias": ""
963
963
  },
964
964
  {
965
- "id": 67198,
965
+ "id": 67234,
966
966
  "nodeType": "ImportDirective",
967
967
  "src": "1164:77:149",
968
968
  "nodes": [],
969
969
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/tables/Balances.sol",
970
970
  "file": "@latticexyz/world/src/codegen/tables/Balances.sol",
971
971
  "nameLocation": "-1:-1:-1",
972
- "scope": 67338,
973
- "sourceUnit": 43535,
972
+ "scope": 67374,
973
+ "sourceUnit": 43553,
974
974
  "symbolAliases": [
975
975
  {
976
976
  "foreign": {
977
- "id": 67197,
977
+ "id": 67233,
978
978
  "name": "Balances",
979
979
  "nodeType": "Identifier",
980
980
  "overloadedDeclarations": [],
981
- "referencedDeclaration": 43534,
981
+ "referencedDeclaration": 43552,
982
982
  "src": "1173:8:149",
983
983
  "typeDescriptions": {}
984
984
  },
@@ -988,71 +988,71 @@
988
988
  "unitAlias": ""
989
989
  },
990
990
  {
991
- "id": 67337,
991
+ "id": 67373,
992
992
  "nodeType": "ContractDefinition",
993
993
  "src": "1375:2769:149",
994
994
  "nodes": [
995
995
  {
996
- "id": 67203,
996
+ "id": 67239,
997
997
  "nodeType": "UsingForDirective",
998
998
  "src": "1400:45:149",
999
999
  "nodes": [],
1000
1000
  "global": false,
1001
1001
  "libraryName": {
1002
- "id": 67200,
1002
+ "id": 67236,
1003
1003
  "name": "WorldResourceIdInstance",
1004
1004
  "nameLocations": [
1005
1005
  "1406:23:149"
1006
1006
  ],
1007
1007
  "nodeType": "IdentifierPath",
1008
- "referencedDeclaration": 42492,
1008
+ "referencedDeclaration": 42510,
1009
1009
  "src": "1406:23:149"
1010
1010
  },
1011
1011
  "typeName": {
1012
- "id": 67202,
1012
+ "id": 67238,
1013
1013
  "nodeType": "UserDefinedTypeName",
1014
1014
  "pathNode": {
1015
- "id": 67201,
1015
+ "id": 67237,
1016
1016
  "name": "ResourceId",
1017
1017
  "nameLocations": [
1018
1018
  "1434:10:149"
1019
1019
  ],
1020
1020
  "nodeType": "IdentifierPath",
1021
- "referencedDeclaration": 29121,
1021
+ "referencedDeclaration": 29139,
1022
1022
  "src": "1434:10:149"
1023
1023
  },
1024
- "referencedDeclaration": 29121,
1024
+ "referencedDeclaration": 29139,
1025
1025
  "src": "1434:10:149",
1026
1026
  "typeDescriptions": {
1027
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1027
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1028
1028
  "typeString": "ResourceId"
1029
1029
  }
1030
1030
  }
1031
1031
  },
1032
1032
  {
1033
- "id": 67290,
1033
+ "id": 67326,
1034
1034
  "nodeType": "FunctionDefinition",
1035
1035
  "src": "1976:978:149",
1036
1036
  "nodes": [],
1037
1037
  "body": {
1038
- "id": 67289,
1038
+ "id": 67325,
1039
1039
  "nodeType": "Block",
1040
1040
  "src": "2077:877:149",
1041
1041
  "nodes": [],
1042
1042
  "statements": [
1043
1043
  {
1044
1044
  "assignments": [
1045
- 67215
1045
+ 67251
1046
1046
  ],
1047
1047
  "declarations": [
1048
1048
  {
1049
1049
  "constant": false,
1050
- "id": 67215,
1050
+ "id": 67251,
1051
1051
  "mutability": "mutable",
1052
1052
  "name": "worldAddress",
1053
1053
  "nameLocation": "2091:12:149",
1054
1054
  "nodeType": "VariableDeclaration",
1055
- "scope": 67289,
1055
+ "scope": 67325,
1056
1056
  "src": "2083:20:149",
1057
1057
  "stateVariable": false,
1058
1058
  "storageLocation": "default",
@@ -1061,7 +1061,7 @@
1061
1061
  "typeString": "address"
1062
1062
  },
1063
1063
  "typeName": {
1064
- "id": 67214,
1064
+ "id": 67250,
1065
1065
  "name": "address",
1066
1066
  "nodeType": "ElementaryTypeName",
1067
1067
  "src": "2083:7:149",
@@ -1074,24 +1074,24 @@
1074
1074
  "visibility": "internal"
1075
1075
  }
1076
1076
  ],
1077
- "id": 67219,
1077
+ "id": 67255,
1078
1078
  "initialValue": {
1079
1079
  "arguments": [],
1080
1080
  "expression": {
1081
1081
  "argumentTypes": [],
1082
1082
  "expression": {
1083
- "id": 67216,
1083
+ "id": 67252,
1084
1084
  "name": "WorldContextConsumerLib",
1085
1085
  "nodeType": "Identifier",
1086
1086
  "overloadedDeclarations": [],
1087
- "referencedDeclaration": 42054,
1087
+ "referencedDeclaration": 42072,
1088
1088
  "src": "2106:23:149",
1089
1089
  "typeDescriptions": {
1090
- "typeIdentifier": "t_type$_t_contract$_WorldContextConsumerLib_$42054_$",
1090
+ "typeIdentifier": "t_type$_t_contract$_WorldContextConsumerLib_$42072_$",
1091
1091
  "typeString": "type(library WorldContextConsumerLib)"
1092
1092
  }
1093
1093
  },
1094
- "id": 67217,
1094
+ "id": 67253,
1095
1095
  "isConstant": false,
1096
1096
  "isLValue": false,
1097
1097
  "isPure": false,
@@ -1099,14 +1099,14 @@
1099
1099
  "memberLocation": "2130:6:149",
1100
1100
  "memberName": "_world",
1101
1101
  "nodeType": "MemberAccess",
1102
- "referencedDeclaration": 42053,
1102
+ "referencedDeclaration": 42071,
1103
1103
  "src": "2106:30:149",
1104
1104
  "typeDescriptions": {
1105
1105
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1106
1106
  "typeString": "function () view returns (address)"
1107
1107
  }
1108
1108
  },
1109
- "id": 67218,
1109
+ "id": 67254,
1110
1110
  "isConstant": false,
1111
1111
  "isLValue": false,
1112
1112
  "isPure": false,
@@ -1131,7 +1131,7 @@
1131
1131
  "typeIdentifier": "t_address",
1132
1132
  "typeString": "address"
1133
1133
  },
1134
- "id": 67225,
1134
+ "id": 67261,
1135
1135
  "isConstant": false,
1136
1136
  "isLValue": false,
1137
1137
  "isPure": false,
@@ -1139,14 +1139,14 @@
1139
1139
  "leftExpression": {
1140
1140
  "arguments": [
1141
1141
  {
1142
- "id": 67222,
1142
+ "id": 67258,
1143
1143
  "name": "this",
1144
1144
  "nodeType": "Identifier",
1145
1145
  "overloadedDeclarations": [],
1146
1146
  "referencedDeclaration": -28,
1147
1147
  "src": "2237:4:149",
1148
1148
  "typeDescriptions": {
1149
- "typeIdentifier": "t_contract$_SystemSwitch_$67337",
1149
+ "typeIdentifier": "t_contract$_SystemSwitch_$67373",
1150
1150
  "typeString": "library SystemSwitch"
1151
1151
  }
1152
1152
  }
@@ -1154,11 +1154,11 @@
1154
1154
  "expression": {
1155
1155
  "argumentTypes": [
1156
1156
  {
1157
- "typeIdentifier": "t_contract$_SystemSwitch_$67337",
1157
+ "typeIdentifier": "t_contract$_SystemSwitch_$67373",
1158
1158
  "typeString": "library SystemSwitch"
1159
1159
  }
1160
1160
  ],
1161
- "id": 67221,
1161
+ "id": 67257,
1162
1162
  "isConstant": false,
1163
1163
  "isLValue": false,
1164
1164
  "isPure": true,
@@ -1170,14 +1170,14 @@
1170
1170
  "typeString": "type(address)"
1171
1171
  },
1172
1172
  "typeName": {
1173
- "id": 67220,
1173
+ "id": 67256,
1174
1174
  "name": "address",
1175
1175
  "nodeType": "ElementaryTypeName",
1176
1176
  "src": "2229:7:149",
1177
1177
  "typeDescriptions": {}
1178
1178
  }
1179
1179
  },
1180
- "id": 67223,
1180
+ "id": 67259,
1181
1181
  "isConstant": false,
1182
1182
  "isLValue": false,
1183
1183
  "isPure": false,
@@ -1196,11 +1196,11 @@
1196
1196
  "nodeType": "BinaryOperation",
1197
1197
  "operator": "==",
1198
1198
  "rightExpression": {
1199
- "id": 67224,
1199
+ "id": 67260,
1200
1200
  "name": "worldAddress",
1201
1201
  "nodeType": "Identifier",
1202
1202
  "overloadedDeclarations": [],
1203
- "referencedDeclaration": 67215,
1203
+ "referencedDeclaration": 67251,
1204
1204
  "src": "2246:12:149",
1205
1205
  "typeDescriptions": {
1206
1206
  "typeIdentifier": "t_address",
@@ -1213,28 +1213,28 @@
1213
1213
  "typeString": "bool"
1214
1214
  }
1215
1215
  },
1216
- "id": 67278,
1216
+ "id": 67314,
1217
1217
  "nodeType": "IfStatement",
1218
1218
  "src": "2225:605:149",
1219
1219
  "trueBody": {
1220
- "id": 67277,
1220
+ "id": 67313,
1221
1221
  "nodeType": "Block",
1222
1222
  "src": "2260:570:149",
1223
1223
  "statements": [
1224
1224
  {
1225
1225
  "assignments": [
1226
- 67227,
1226
+ 67263,
1227
1227
  null
1228
1228
  ],
1229
1229
  "declarations": [
1230
1230
  {
1231
1231
  "constant": false,
1232
- "id": 67227,
1232
+ "id": 67263,
1233
1233
  "mutability": "mutable",
1234
1234
  "name": "systemAddress",
1235
1235
  "nameLocation": "2277:13:149",
1236
1236
  "nodeType": "VariableDeclaration",
1237
- "scope": 67277,
1237
+ "scope": 67313,
1238
1238
  "src": "2269:21:149",
1239
1239
  "stateVariable": false,
1240
1240
  "storageLocation": "default",
@@ -1243,7 +1243,7 @@
1243
1243
  "typeString": "address"
1244
1244
  },
1245
1245
  "typeName": {
1246
- "id": 67226,
1246
+ "id": 67262,
1247
1247
  "name": "address",
1248
1248
  "nodeType": "ElementaryTypeName",
1249
1249
  "src": "2269:7:149",
@@ -1257,18 +1257,18 @@
1257
1257
  },
1258
1258
  null
1259
1259
  ],
1260
- "id": 67232,
1260
+ "id": 67268,
1261
1261
  "initialValue": {
1262
1262
  "arguments": [
1263
1263
  {
1264
- "id": 67230,
1264
+ "id": 67266,
1265
1265
  "name": "systemId",
1266
1266
  "nodeType": "Identifier",
1267
1267
  "overloadedDeclarations": [],
1268
- "referencedDeclaration": 67207,
1268
+ "referencedDeclaration": 67243,
1269
1269
  "src": "2308:8:149",
1270
1270
  "typeDescriptions": {
1271
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1271
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1272
1272
  "typeString": "ResourceId"
1273
1273
  }
1274
1274
  }
@@ -1276,23 +1276,23 @@
1276
1276
  "expression": {
1277
1277
  "argumentTypes": [
1278
1278
  {
1279
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1279
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1280
1280
  "typeString": "ResourceId"
1281
1281
  }
1282
1282
  ],
1283
1283
  "expression": {
1284
- "id": 67228,
1284
+ "id": 67264,
1285
1285
  "name": "Systems",
1286
1286
  "nodeType": "Identifier",
1287
1287
  "overloadedDeclarations": [],
1288
- "referencedDeclaration": 48887,
1288
+ "referencedDeclaration": 48905,
1289
1289
  "src": "2296:7:149",
1290
1290
  "typeDescriptions": {
1291
- "typeIdentifier": "t_type$_t_contract$_Systems_$48887_$",
1291
+ "typeIdentifier": "t_type$_t_contract$_Systems_$48905_$",
1292
1292
  "typeString": "type(library Systems)"
1293
1293
  }
1294
1294
  },
1295
- "id": 67229,
1295
+ "id": 67265,
1296
1296
  "isConstant": false,
1297
1297
  "isLValue": false,
1298
1298
  "isPure": false,
@@ -1300,14 +1300,14 @@
1300
1300
  "memberLocation": "2304:3:149",
1301
1301
  "memberName": "get",
1302
1302
  "nodeType": "MemberAccess",
1303
- "referencedDeclaration": 48352,
1303
+ "referencedDeclaration": 48370,
1304
1304
  "src": "2296:11:149",
1305
1305
  "typeDescriptions": {
1306
- "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$29121_$returns$_t_address_$_t_bool_$",
1306
+ "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$29139_$returns$_t_address_$_t_bool_$",
1307
1307
  "typeString": "function (ResourceId) view returns (address,bool)"
1308
1308
  }
1309
1309
  },
1310
- "id": 67231,
1310
+ "id": 67267,
1311
1311
  "isConstant": false,
1312
1312
  "isLValue": false,
1313
1313
  "isPure": false,
@@ -1332,17 +1332,17 @@
1332
1332
  "typeIdentifier": "t_address",
1333
1333
  "typeString": "address"
1334
1334
  },
1335
- "id": 67238,
1335
+ "id": 67274,
1336
1336
  "isConstant": false,
1337
1337
  "isLValue": false,
1338
1338
  "isPure": false,
1339
1339
  "lValueRequested": false,
1340
1340
  "leftExpression": {
1341
- "id": 67233,
1341
+ "id": 67269,
1342
1342
  "name": "systemAddress",
1343
1343
  "nodeType": "Identifier",
1344
1344
  "overloadedDeclarations": [],
1345
- "referencedDeclaration": 67227,
1345
+ "referencedDeclaration": 67263,
1346
1346
  "src": "2365:13:149",
1347
1347
  "typeDescriptions": {
1348
1348
  "typeIdentifier": "t_address",
@@ -1355,7 +1355,7 @@
1355
1355
  "arguments": [
1356
1356
  {
1357
1357
  "hexValue": "30",
1358
- "id": 67236,
1358
+ "id": 67272,
1359
1359
  "isConstant": false,
1360
1360
  "isLValue": false,
1361
1361
  "isPure": true,
@@ -1377,7 +1377,7 @@
1377
1377
  "typeString": "int_const 0"
1378
1378
  }
1379
1379
  ],
1380
- "id": 67235,
1380
+ "id": 67271,
1381
1381
  "isConstant": false,
1382
1382
  "isLValue": false,
1383
1383
  "isPure": true,
@@ -1389,14 +1389,14 @@
1389
1389
  "typeString": "type(address)"
1390
1390
  },
1391
1391
  "typeName": {
1392
- "id": 67234,
1392
+ "id": 67270,
1393
1393
  "name": "address",
1394
1394
  "nodeType": "ElementaryTypeName",
1395
1395
  "src": "2382:7:149",
1396
1396
  "typeDescriptions": {}
1397
1397
  }
1398
1398
  },
1399
- "id": 67237,
1399
+ "id": 67273,
1400
1400
  "isConstant": false,
1401
1401
  "isLValue": false,
1402
1402
  "isPure": true,
@@ -1418,21 +1418,21 @@
1418
1418
  "typeString": "bool"
1419
1419
  }
1420
1420
  },
1421
- "id": 67248,
1421
+ "id": 67284,
1422
1422
  "nodeType": "IfStatement",
1423
1423
  "src": "2361:106:149",
1424
1424
  "trueBody": {
1425
1425
  "errorCall": {
1426
1426
  "arguments": [
1427
1427
  {
1428
- "id": 67242,
1428
+ "id": 67278,
1429
1429
  "name": "systemId",
1430
1430
  "nodeType": "Identifier",
1431
1431
  "overloadedDeclarations": [],
1432
- "referencedDeclaration": 67207,
1432
+ "referencedDeclaration": 67243,
1433
1433
  "src": "2437:8:149",
1434
1434
  "typeDescriptions": {
1435
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1435
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1436
1436
  "typeString": "ResourceId"
1437
1437
  }
1438
1438
  },
@@ -1441,18 +1441,18 @@
1441
1441
  "expression": {
1442
1442
  "argumentTypes": [],
1443
1443
  "expression": {
1444
- "id": 67243,
1444
+ "id": 67279,
1445
1445
  "name": "systemId",
1446
1446
  "nodeType": "Identifier",
1447
1447
  "overloadedDeclarations": [],
1448
- "referencedDeclaration": 67207,
1448
+ "referencedDeclaration": 67243,
1449
1449
  "src": "2447:8:149",
1450
1450
  "typeDescriptions": {
1451
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1451
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1452
1452
  "typeString": "ResourceId"
1453
1453
  }
1454
1454
  },
1455
- "id": 67244,
1455
+ "id": 67280,
1456
1456
  "isConstant": false,
1457
1457
  "isLValue": false,
1458
1458
  "isPure": false,
@@ -1460,14 +1460,14 @@
1460
1460
  "memberLocation": "2456:8:149",
1461
1461
  "memberName": "toString",
1462
1462
  "nodeType": "MemberAccess",
1463
- "referencedDeclaration": 42491,
1463
+ "referencedDeclaration": 42509,
1464
1464
  "src": "2447:17:149",
1465
1465
  "typeDescriptions": {
1466
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$29121_$returns$_t_string_memory_ptr_$attached_to$_t_userDefinedValueType$_ResourceId_$29121_$",
1466
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$29139_$returns$_t_string_memory_ptr_$attached_to$_t_userDefinedValueType$_ResourceId_$29139_$",
1467
1467
  "typeString": "function (ResourceId) pure returns (string memory)"
1468
1468
  }
1469
1469
  },
1470
- "id": 67245,
1470
+ "id": 67281,
1471
1471
  "isConstant": false,
1472
1472
  "isLValue": false,
1473
1473
  "isPure": false,
@@ -1487,7 +1487,7 @@
1487
1487
  "expression": {
1488
1488
  "argumentTypes": [
1489
1489
  {
1490
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1490
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1491
1491
  "typeString": "ResourceId"
1492
1492
  },
1493
1493
  {
@@ -1496,18 +1496,18 @@
1496
1496
  }
1497
1497
  ],
1498
1498
  "expression": {
1499
- "id": 67239,
1499
+ "id": 67275,
1500
1500
  "name": "IWorldErrors",
1501
1501
  "nodeType": "Identifier",
1502
1502
  "overloadedDeclarations": [],
1503
- "referencedDeclaration": 41823,
1503
+ "referencedDeclaration": 41841,
1504
1504
  "src": "2401:12:149",
1505
1505
  "typeDescriptions": {
1506
- "typeIdentifier": "t_type$_t_contract$_IWorldErrors_$41823_$",
1506
+ "typeIdentifier": "t_type$_t_contract$_IWorldErrors_$41841_$",
1507
1507
  "typeString": "type(contract IWorldErrors)"
1508
1508
  }
1509
1509
  },
1510
- "id": 67241,
1510
+ "id": 67277,
1511
1511
  "isConstant": false,
1512
1512
  "isLValue": false,
1513
1513
  "isPure": false,
@@ -1515,14 +1515,14 @@
1515
1515
  "memberLocation": "2414:22:149",
1516
1516
  "memberName": "World_ResourceNotFound",
1517
1517
  "nodeType": "MemberAccess",
1518
- "referencedDeclaration": 41753,
1518
+ "referencedDeclaration": 41771,
1519
1519
  "src": "2401:35:149",
1520
1520
  "typeDescriptions": {
1521
- "typeIdentifier": "t_function_error_pure$_t_userDefinedValueType$_ResourceId_$29121_$_t_string_memory_ptr_$returns$__$",
1521
+ "typeIdentifier": "t_function_error_pure$_t_userDefinedValueType$_ResourceId_$29139_$_t_string_memory_ptr_$returns$__$",
1522
1522
  "typeString": "function (ResourceId,string memory) pure"
1523
1523
  }
1524
1524
  },
1525
- "id": 67246,
1525
+ "id": 67282,
1526
1526
  "isConstant": false,
1527
1527
  "isLValue": false,
1528
1528
  "isPure": false,
@@ -1538,24 +1538,24 @@
1538
1538
  "typeString": "tuple()"
1539
1539
  }
1540
1540
  },
1541
- "id": 67247,
1541
+ "id": 67283,
1542
1542
  "nodeType": "RevertStatement",
1543
1543
  "src": "2394:73:149"
1544
1544
  }
1545
1545
  },
1546
1546
  {
1547
1547
  "assignments": [
1548
- 67250
1548
+ 67286
1549
1549
  ],
1550
1550
  "declarations": [
1551
1551
  {
1552
1552
  "constant": false,
1553
- "id": 67250,
1553
+ "id": 67286,
1554
1554
  "mutability": "mutable",
1555
1555
  "name": "success",
1556
1556
  "nameLocation": "2481:7:149",
1557
1557
  "nodeType": "VariableDeclaration",
1558
- "scope": 67277,
1558
+ "scope": 67313,
1559
1559
  "src": "2476:12:149",
1560
1560
  "stateVariable": false,
1561
1561
  "storageLocation": "default",
@@ -1564,7 +1564,7 @@
1564
1564
  "typeString": "bool"
1565
1565
  },
1566
1566
  "typeName": {
1567
- "id": 67249,
1567
+ "id": 67285,
1568
1568
  "name": "bool",
1569
1569
  "nodeType": "ElementaryTypeName",
1570
1570
  "src": "2476:4:149",
@@ -1576,13 +1576,13 @@
1576
1576
  "visibility": "internal"
1577
1577
  }
1578
1578
  ],
1579
- "id": 67251,
1579
+ "id": 67287,
1580
1580
  "nodeType": "VariableDeclarationStatement",
1581
1581
  "src": "2476:12:149"
1582
1582
  },
1583
1583
  {
1584
1584
  "expression": {
1585
- "id": 67266,
1585
+ "id": 67302,
1586
1586
  "isConstant": false,
1587
1587
  "isLValue": false,
1588
1588
  "isPure": false,
@@ -1590,11 +1590,11 @@
1590
1590
  "leftHandSide": {
1591
1591
  "components": [
1592
1592
  {
1593
- "id": 67252,
1593
+ "id": 67288,
1594
1594
  "name": "success",
1595
1595
  "nodeType": "Identifier",
1596
1596
  "overloadedDeclarations": [],
1597
- "referencedDeclaration": 67250,
1597
+ "referencedDeclaration": 67286,
1598
1598
  "src": "2497:7:149",
1599
1599
  "typeDescriptions": {
1600
1600
  "typeIdentifier": "t_bool",
@@ -1602,11 +1602,11 @@
1602
1602
  }
1603
1603
  },
1604
1604
  {
1605
- "id": 67253,
1605
+ "id": 67289,
1606
1606
  "name": "returnData",
1607
1607
  "nodeType": "Identifier",
1608
1608
  "overloadedDeclarations": [],
1609
- "referencedDeclaration": 67212,
1609
+ "referencedDeclaration": 67248,
1610
1610
  "src": "2506:10:149",
1611
1611
  "typeDescriptions": {
1612
1612
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1614,7 +1614,7 @@
1614
1614
  }
1615
1615
  }
1616
1616
  ],
1617
- "id": 67254,
1617
+ "id": 67290,
1618
1618
  "isConstant": false,
1619
1619
  "isInlineArray": false,
1620
1620
  "isLValue": true,
@@ -1636,18 +1636,18 @@
1636
1636
  "expression": {
1637
1637
  "argumentTypes": [],
1638
1638
  "expression": {
1639
- "id": 67257,
1639
+ "id": 67293,
1640
1640
  "name": "WorldContextConsumerLib",
1641
1641
  "nodeType": "Identifier",
1642
1642
  "overloadedDeclarations": [],
1643
- "referencedDeclaration": 42054,
1643
+ "referencedDeclaration": 42072,
1644
1644
  "src": "2589:23:149",
1645
1645
  "typeDescriptions": {
1646
- "typeIdentifier": "t_type$_t_contract$_WorldContextConsumerLib_$42054_$",
1646
+ "typeIdentifier": "t_type$_t_contract$_WorldContextConsumerLib_$42072_$",
1647
1647
  "typeString": "type(library WorldContextConsumerLib)"
1648
1648
  }
1649
1649
  },
1650
- "id": 67258,
1650
+ "id": 67294,
1651
1651
  "isConstant": false,
1652
1652
  "isLValue": false,
1653
1653
  "isPure": false,
@@ -1655,14 +1655,14 @@
1655
1655
  "memberLocation": "2613:10:149",
1656
1656
  "memberName": "_msgSender",
1657
1657
  "nodeType": "MemberAccess",
1658
- "referencedDeclaration": 42034,
1658
+ "referencedDeclaration": 42052,
1659
1659
  "src": "2589:34:149",
1660
1660
  "typeDescriptions": {
1661
1661
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1662
1662
  "typeString": "function () view returns (address)"
1663
1663
  }
1664
1664
  },
1665
- "id": 67259,
1665
+ "id": 67295,
1666
1666
  "isConstant": false,
1667
1667
  "isLValue": false,
1668
1668
  "isPure": false,
@@ -1683,18 +1683,18 @@
1683
1683
  "expression": {
1684
1684
  "argumentTypes": [],
1685
1685
  "expression": {
1686
- "id": 67260,
1686
+ "id": 67296,
1687
1687
  "name": "WorldContextConsumerLib",
1688
1688
  "nodeType": "Identifier",
1689
1689
  "overloadedDeclarations": [],
1690
- "referencedDeclaration": 42054,
1690
+ "referencedDeclaration": 42072,
1691
1691
  "src": "2645:23:149",
1692
1692
  "typeDescriptions": {
1693
- "typeIdentifier": "t_type$_t_contract$_WorldContextConsumerLib_$42054_$",
1693
+ "typeIdentifier": "t_type$_t_contract$_WorldContextConsumerLib_$42072_$",
1694
1694
  "typeString": "type(library WorldContextConsumerLib)"
1695
1695
  }
1696
1696
  },
1697
- "id": 67261,
1697
+ "id": 67297,
1698
1698
  "isConstant": false,
1699
1699
  "isLValue": false,
1700
1700
  "isPure": false,
@@ -1702,14 +1702,14 @@
1702
1702
  "memberLocation": "2669:9:149",
1703
1703
  "memberName": "_msgValue",
1704
1704
  "nodeType": "MemberAccess",
1705
- "referencedDeclaration": 42042,
1705
+ "referencedDeclaration": 42060,
1706
1706
  "src": "2645:33:149",
1707
1707
  "typeDescriptions": {
1708
1708
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_uint256_$",
1709
1709
  "typeString": "function () pure returns (uint256)"
1710
1710
  }
1711
1711
  },
1712
- "id": 67262,
1712
+ "id": 67298,
1713
1713
  "isConstant": false,
1714
1714
  "isLValue": false,
1715
1715
  "isPure": false,
@@ -1726,11 +1726,11 @@
1726
1726
  }
1727
1727
  },
1728
1728
  {
1729
- "id": 67263,
1729
+ "id": 67299,
1730
1730
  "name": "systemAddress",
1731
1731
  "nodeType": "Identifier",
1732
1732
  "overloadedDeclarations": [],
1733
- "referencedDeclaration": 67227,
1733
+ "referencedDeclaration": 67263,
1734
1734
  "src": "2698:13:149",
1735
1735
  "typeDescriptions": {
1736
1736
  "typeIdentifier": "t_address",
@@ -1738,11 +1738,11 @@
1738
1738
  }
1739
1739
  },
1740
1740
  {
1741
- "id": 67264,
1741
+ "id": 67300,
1742
1742
  "name": "callData",
1743
1743
  "nodeType": "Identifier",
1744
1744
  "overloadedDeclarations": [],
1745
- "referencedDeclaration": 67209,
1745
+ "referencedDeclaration": 67245,
1746
1746
  "src": "2731:8:149",
1747
1747
  "typeDescriptions": {
1748
1748
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1770,18 +1770,18 @@
1770
1770
  }
1771
1771
  ],
1772
1772
  "expression": {
1773
- "id": 67255,
1773
+ "id": 67291,
1774
1774
  "name": "WorldContextProviderLib",
1775
1775
  "nodeType": "Identifier",
1776
1776
  "overloadedDeclarations": [],
1777
- "referencedDeclaration": 42208,
1777
+ "referencedDeclaration": 42226,
1778
1778
  "src": "2520:23:149",
1779
1779
  "typeDescriptions": {
1780
- "typeIdentifier": "t_type$_t_contract$_WorldContextProviderLib_$42208_$",
1780
+ "typeIdentifier": "t_type$_t_contract$_WorldContextProviderLib_$42226_$",
1781
1781
  "typeString": "type(library WorldContextProviderLib)"
1782
1782
  }
1783
1783
  },
1784
- "id": 67256,
1784
+ "id": 67292,
1785
1785
  "isConstant": false,
1786
1786
  "isLValue": false,
1787
1787
  "isPure": false,
@@ -1789,14 +1789,14 @@
1789
1789
  "memberLocation": "2544:23:149",
1790
1790
  "memberName": "delegatecallWithContext",
1791
1791
  "nodeType": "MemberAccess",
1792
- "referencedDeclaration": 42137,
1792
+ "referencedDeclaration": 42155,
1793
1793
  "src": "2520:47:149",
1794
1794
  "typeDescriptions": {
1795
1795
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
1796
1796
  "typeString": "function (address,uint256,address,bytes memory) returns (bool,bytes memory)"
1797
1797
  }
1798
1798
  },
1799
- "id": 67265,
1799
+ "id": 67301,
1800
1800
  "isConstant": false,
1801
1801
  "isLValue": false,
1802
1802
  "isPure": false,
@@ -1828,13 +1828,13 @@
1828
1828
  "typeString": "tuple()"
1829
1829
  }
1830
1830
  },
1831
- "id": 67267,
1831
+ "id": 67303,
1832
1832
  "nodeType": "ExpressionStatement",
1833
1833
  "src": "2496:252:149"
1834
1834
  },
1835
1835
  {
1836
1836
  "condition": {
1837
- "id": 67269,
1837
+ "id": 67305,
1838
1838
  "isConstant": false,
1839
1839
  "isLValue": false,
1840
1840
  "isPure": false,
@@ -1844,11 +1844,11 @@
1844
1844
  "prefix": true,
1845
1845
  "src": "2761:8:149",
1846
1846
  "subExpression": {
1847
- "id": 67268,
1847
+ "id": 67304,
1848
1848
  "name": "success",
1849
1849
  "nodeType": "Identifier",
1850
1850
  "overloadedDeclarations": [],
1851
- "referencedDeclaration": 67250,
1851
+ "referencedDeclaration": 67286,
1852
1852
  "src": "2762:7:149",
1853
1853
  "typeDescriptions": {
1854
1854
  "typeIdentifier": "t_bool",
@@ -1860,18 +1860,18 @@
1860
1860
  "typeString": "bool"
1861
1861
  }
1862
1862
  },
1863
- "id": 67274,
1863
+ "id": 67310,
1864
1864
  "nodeType": "IfStatement",
1865
1865
  "src": "2757:41:149",
1866
1866
  "trueBody": {
1867
1867
  "expression": {
1868
1868
  "arguments": [
1869
1869
  {
1870
- "id": 67271,
1870
+ "id": 67307,
1871
1871
  "name": "returnData",
1872
1872
  "nodeType": "Identifier",
1873
1873
  "overloadedDeclarations": [],
1874
- "referencedDeclaration": 67212,
1874
+ "referencedDeclaration": 67248,
1875
1875
  "src": "2787:10:149",
1876
1876
  "typeDescriptions": {
1877
1877
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1886,18 +1886,18 @@
1886
1886
  "typeString": "bytes memory"
1887
1887
  }
1888
1888
  ],
1889
- "id": 67270,
1889
+ "id": 67306,
1890
1890
  "name": "revertWithBytes",
1891
1891
  "nodeType": "Identifier",
1892
1892
  "overloadedDeclarations": [],
1893
- "referencedDeclaration": 48971,
1893
+ "referencedDeclaration": 49007,
1894
1894
  "src": "2771:15:149",
1895
1895
  "typeDescriptions": {
1896
1896
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
1897
1897
  "typeString": "function (bytes memory) pure"
1898
1898
  }
1899
1899
  },
1900
- "id": 67272,
1900
+ "id": 67308,
1901
1901
  "isConstant": false,
1902
1902
  "isLValue": false,
1903
1903
  "isPure": false,
@@ -1913,26 +1913,26 @@
1913
1913
  "typeString": "tuple()"
1914
1914
  }
1915
1915
  },
1916
- "id": 67273,
1916
+ "id": 67309,
1917
1917
  "nodeType": "ExpressionStatement",
1918
1918
  "src": "2771:27:149"
1919
1919
  }
1920
1920
  },
1921
1921
  {
1922
1922
  "expression": {
1923
- "id": 67275,
1923
+ "id": 67311,
1924
1924
  "name": "returnData",
1925
1925
  "nodeType": "Identifier",
1926
1926
  "overloadedDeclarations": [],
1927
- "referencedDeclaration": 67212,
1927
+ "referencedDeclaration": 67248,
1928
1928
  "src": "2813:10:149",
1929
1929
  "typeDescriptions": {
1930
1930
  "typeIdentifier": "t_bytes_memory_ptr",
1931
1931
  "typeString": "bytes memory"
1932
1932
  }
1933
1933
  },
1934
- "functionReturnParameters": 67213,
1935
- "id": 67276,
1934
+ "functionReturnParameters": 67249,
1935
+ "id": 67312,
1936
1936
  "nodeType": "Return",
1937
1937
  "src": "2806:17:149"
1938
1938
  }
@@ -1941,17 +1941,17 @@
1941
1941
  },
1942
1942
  {
1943
1943
  "expression": {
1944
- "id": 67287,
1944
+ "id": 67323,
1945
1945
  "isConstant": false,
1946
1946
  "isLValue": false,
1947
1947
  "isPure": false,
1948
1948
  "lValueRequested": false,
1949
1949
  "leftHandSide": {
1950
- "id": 67279,
1950
+ "id": 67315,
1951
1951
  "name": "returnData",
1952
1952
  "nodeType": "Identifier",
1953
1953
  "overloadedDeclarations": [],
1954
- "referencedDeclaration": 67212,
1954
+ "referencedDeclaration": 67248,
1955
1955
  "src": "2885:10:149",
1956
1956
  "typeDescriptions": {
1957
1957
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1963,23 +1963,23 @@
1963
1963
  "rightHandSide": {
1964
1964
  "arguments": [
1965
1965
  {
1966
- "id": 67284,
1966
+ "id": 67320,
1967
1967
  "name": "systemId",
1968
1968
  "nodeType": "Identifier",
1969
1969
  "overloadedDeclarations": [],
1970
- "referencedDeclaration": 67207,
1970
+ "referencedDeclaration": 67243,
1971
1971
  "src": "2930:8:149",
1972
1972
  "typeDescriptions": {
1973
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1973
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1974
1974
  "typeString": "ResourceId"
1975
1975
  }
1976
1976
  },
1977
1977
  {
1978
- "id": 67285,
1978
+ "id": 67321,
1979
1979
  "name": "callData",
1980
1980
  "nodeType": "Identifier",
1981
1981
  "overloadedDeclarations": [],
1982
- "referencedDeclaration": 67209,
1982
+ "referencedDeclaration": 67245,
1983
1983
  "src": "2940:8:149",
1984
1984
  "typeDescriptions": {
1985
1985
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1990,7 +1990,7 @@
1990
1990
  "expression": {
1991
1991
  "argumentTypes": [
1992
1992
  {
1993
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1993
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1994
1994
  "typeString": "ResourceId"
1995
1995
  },
1996
1996
  {
@@ -2001,11 +2001,11 @@
2001
2001
  "expression": {
2002
2002
  "arguments": [
2003
2003
  {
2004
- "id": 67281,
2004
+ "id": 67317,
2005
2005
  "name": "worldAddress",
2006
2006
  "nodeType": "Identifier",
2007
2007
  "overloadedDeclarations": [],
2008
- "referencedDeclaration": 67215,
2008
+ "referencedDeclaration": 67251,
2009
2009
  "src": "2911:12:149",
2010
2010
  "typeDescriptions": {
2011
2011
  "typeIdentifier": "t_address",
@@ -2020,18 +2020,18 @@
2020
2020
  "typeString": "address"
2021
2021
  }
2022
2022
  ],
2023
- "id": 67280,
2023
+ "id": 67316,
2024
2024
  "name": "IWorldKernel",
2025
2025
  "nodeType": "Identifier",
2026
2026
  "overloadedDeclarations": [],
2027
- "referencedDeclaration": 41900,
2027
+ "referencedDeclaration": 41918,
2028
2028
  "src": "2898:12:149",
2029
2029
  "typeDescriptions": {
2030
- "typeIdentifier": "t_type$_t_contract$_IWorldKernel_$41900_$",
2030
+ "typeIdentifier": "t_type$_t_contract$_IWorldKernel_$41918_$",
2031
2031
  "typeString": "type(contract IWorldKernel)"
2032
2032
  }
2033
2033
  },
2034
- "id": 67282,
2034
+ "id": 67318,
2035
2035
  "isConstant": false,
2036
2036
  "isLValue": false,
2037
2037
  "isPure": false,
@@ -2043,11 +2043,11 @@
2043
2043
  "src": "2898:26:149",
2044
2044
  "tryCall": false,
2045
2045
  "typeDescriptions": {
2046
- "typeIdentifier": "t_contract$_IWorldKernel_$41900",
2046
+ "typeIdentifier": "t_contract$_IWorldKernel_$41918",
2047
2047
  "typeString": "contract IWorldKernel"
2048
2048
  }
2049
2049
  },
2050
- "id": 67283,
2050
+ "id": 67319,
2051
2051
  "isConstant": false,
2052
2052
  "isLValue": false,
2053
2053
  "isPure": false,
@@ -2055,14 +2055,14 @@
2055
2055
  "memberLocation": "2925:4:149",
2056
2056
  "memberName": "call",
2057
2057
  "nodeType": "MemberAccess",
2058
- "referencedDeclaration": 41854,
2058
+ "referencedDeclaration": 41872,
2059
2059
  "src": "2898:31:149",
2060
2060
  "typeDescriptions": {
2061
- "typeIdentifier": "t_function_external_payable$_t_userDefinedValueType$_ResourceId_$29121_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2061
+ "typeIdentifier": "t_function_external_payable$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2062
2062
  "typeString": "function (ResourceId,bytes memory) payable external returns (bytes memory)"
2063
2063
  }
2064
2064
  },
2065
- "id": 67286,
2065
+ "id": 67322,
2066
2066
  "isConstant": false,
2067
2067
  "isLValue": false,
2068
2068
  "isPure": false,
@@ -2084,14 +2084,14 @@
2084
2084
  "typeString": "bytes memory"
2085
2085
  }
2086
2086
  },
2087
- "id": 67288,
2087
+ "id": 67324,
2088
2088
  "nodeType": "ExpressionStatement",
2089
2089
  "src": "2885:64:149"
2090
2090
  }
2091
2091
  ]
2092
2092
  },
2093
2093
  "documentation": {
2094
- "id": 67204,
2094
+ "id": 67240,
2095
2095
  "nodeType": "StructuredDocumentation",
2096
2096
  "src": "1449:524:149",
2097
2097
  "text": " @notice Calls a system identified by its Resource ID.\n @dev Reverts if the system is not found, or if the system call reverts.\n If the call is executed from the root context, the system is called directly via delegatecall.\n Otherwise, the call is executed via an external call to the World contract.\n @param systemId The unique Resource ID of the system being called.\n @param callData The calldata to be executed in the system.\n @return returnData The return data from the system call."
@@ -2102,41 +2102,41 @@
2102
2102
  "name": "call",
2103
2103
  "nameLocation": "1985:4:149",
2104
2104
  "parameters": {
2105
- "id": 67210,
2105
+ "id": 67246,
2106
2106
  "nodeType": "ParameterList",
2107
2107
  "parameters": [
2108
2108
  {
2109
2109
  "constant": false,
2110
- "id": 67207,
2110
+ "id": 67243,
2111
2111
  "mutability": "mutable",
2112
2112
  "name": "systemId",
2113
2113
  "nameLocation": "2001:8:149",
2114
2114
  "nodeType": "VariableDeclaration",
2115
- "scope": 67290,
2115
+ "scope": 67326,
2116
2116
  "src": "1990:19:149",
2117
2117
  "stateVariable": false,
2118
2118
  "storageLocation": "default",
2119
2119
  "typeDescriptions": {
2120
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2120
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
2121
2121
  "typeString": "ResourceId"
2122
2122
  },
2123
2123
  "typeName": {
2124
- "id": 67206,
2124
+ "id": 67242,
2125
2125
  "nodeType": "UserDefinedTypeName",
2126
2126
  "pathNode": {
2127
- "id": 67205,
2127
+ "id": 67241,
2128
2128
  "name": "ResourceId",
2129
2129
  "nameLocations": [
2130
2130
  "1990:10:149"
2131
2131
  ],
2132
2132
  "nodeType": "IdentifierPath",
2133
- "referencedDeclaration": 29121,
2133
+ "referencedDeclaration": 29139,
2134
2134
  "src": "1990:10:149"
2135
2135
  },
2136
- "referencedDeclaration": 29121,
2136
+ "referencedDeclaration": 29139,
2137
2137
  "src": "1990:10:149",
2138
2138
  "typeDescriptions": {
2139
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2139
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
2140
2140
  "typeString": "ResourceId"
2141
2141
  }
2142
2142
  },
@@ -2144,12 +2144,12 @@
2144
2144
  },
2145
2145
  {
2146
2146
  "constant": false,
2147
- "id": 67209,
2147
+ "id": 67245,
2148
2148
  "mutability": "mutable",
2149
2149
  "name": "callData",
2150
2150
  "nameLocation": "2024:8:149",
2151
2151
  "nodeType": "VariableDeclaration",
2152
- "scope": 67290,
2152
+ "scope": 67326,
2153
2153
  "src": "2011:21:149",
2154
2154
  "stateVariable": false,
2155
2155
  "storageLocation": "memory",
@@ -2158,7 +2158,7 @@
2158
2158
  "typeString": "bytes"
2159
2159
  },
2160
2160
  "typeName": {
2161
- "id": 67208,
2161
+ "id": 67244,
2162
2162
  "name": "bytes",
2163
2163
  "nodeType": "ElementaryTypeName",
2164
2164
  "src": "2011:5:149",
@@ -2173,17 +2173,17 @@
2173
2173
  "src": "1989:44:149"
2174
2174
  },
2175
2175
  "returnParameters": {
2176
- "id": 67213,
2176
+ "id": 67249,
2177
2177
  "nodeType": "ParameterList",
2178
2178
  "parameters": [
2179
2179
  {
2180
2180
  "constant": false,
2181
- "id": 67212,
2181
+ "id": 67248,
2182
2182
  "mutability": "mutable",
2183
2183
  "name": "returnData",
2184
2184
  "nameLocation": "2065:10:149",
2185
2185
  "nodeType": "VariableDeclaration",
2186
- "scope": 67290,
2186
+ "scope": 67326,
2187
2187
  "src": "2052:23:149",
2188
2188
  "stateVariable": false,
2189
2189
  "storageLocation": "memory",
@@ -2192,7 +2192,7 @@
2192
2192
  "typeString": "bytes"
2193
2193
  },
2194
2194
  "typeName": {
2195
- "id": 67211,
2195
+ "id": 67247,
2196
2196
  "name": "bytes",
2197
2197
  "nodeType": "ElementaryTypeName",
2198
2198
  "src": "2052:5:149",
@@ -2206,60 +2206,60 @@
2206
2206
  ],
2207
2207
  "src": "2051:25:149"
2208
2208
  },
2209
- "scope": 67337,
2209
+ "scope": 67373,
2210
2210
  "stateMutability": "nonpayable",
2211
2211
  "virtual": false,
2212
2212
  "visibility": "internal"
2213
2213
  },
2214
2214
  {
2215
- "id": 67336,
2215
+ "id": 67372,
2216
2216
  "nodeType": "FunctionDefinition",
2217
2217
  "src": "3480:662:149",
2218
2218
  "nodes": [],
2219
2219
  "body": {
2220
- "id": 67335,
2220
+ "id": 67371,
2221
2221
  "nodeType": "Block",
2222
2222
  "src": "3560:582:149",
2223
2223
  "nodes": [],
2224
2224
  "statements": [
2225
2225
  {
2226
2226
  "assignments": [
2227
- 67300,
2228
- 67302
2227
+ 67336,
2228
+ 67338
2229
2229
  ],
2230
2230
  "declarations": [
2231
2231
  {
2232
2232
  "constant": false,
2233
- "id": 67300,
2233
+ "id": 67336,
2234
2234
  "mutability": "mutable",
2235
2235
  "name": "systemId",
2236
2236
  "nameLocation": "3689:8:149",
2237
2237
  "nodeType": "VariableDeclaration",
2238
- "scope": 67335,
2238
+ "scope": 67371,
2239
2239
  "src": "3678:19:149",
2240
2240
  "stateVariable": false,
2241
2241
  "storageLocation": "default",
2242
2242
  "typeDescriptions": {
2243
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2243
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
2244
2244
  "typeString": "ResourceId"
2245
2245
  },
2246
2246
  "typeName": {
2247
- "id": 67299,
2247
+ "id": 67335,
2248
2248
  "nodeType": "UserDefinedTypeName",
2249
2249
  "pathNode": {
2250
- "id": 67298,
2250
+ "id": 67334,
2251
2251
  "name": "ResourceId",
2252
2252
  "nameLocations": [
2253
2253
  "3678:10:149"
2254
2254
  ],
2255
2255
  "nodeType": "IdentifierPath",
2256
- "referencedDeclaration": 29121,
2256
+ "referencedDeclaration": 29139,
2257
2257
  "src": "3678:10:149"
2258
2258
  },
2259
- "referencedDeclaration": 29121,
2259
+ "referencedDeclaration": 29139,
2260
2260
  "src": "3678:10:149",
2261
2261
  "typeDescriptions": {
2262
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2262
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
2263
2263
  "typeString": "ResourceId"
2264
2264
  }
2265
2265
  },
@@ -2267,12 +2267,12 @@
2267
2267
  },
2268
2268
  {
2269
2269
  "constant": false,
2270
- "id": 67302,
2270
+ "id": 67338,
2271
2271
  "mutability": "mutable",
2272
2272
  "name": "systemFunctionSelector",
2273
2273
  "nameLocation": "3706:22:149",
2274
2274
  "nodeType": "VariableDeclaration",
2275
- "scope": 67335,
2275
+ "scope": 67371,
2276
2276
  "src": "3699:29:149",
2277
2277
  "stateVariable": false,
2278
2278
  "storageLocation": "default",
@@ -2281,7 +2281,7 @@
2281
2281
  "typeString": "bytes4"
2282
2282
  },
2283
2283
  "typeName": {
2284
- "id": 67301,
2284
+ "id": 67337,
2285
2285
  "name": "bytes4",
2286
2286
  "nodeType": "ElementaryTypeName",
2287
2287
  "src": "3699:6:149",
@@ -2293,17 +2293,17 @@
2293
2293
  "visibility": "internal"
2294
2294
  }
2295
2295
  ],
2296
- "id": 67310,
2296
+ "id": 67346,
2297
2297
  "initialValue": {
2298
2298
  "arguments": [
2299
2299
  {
2300
2300
  "arguments": [
2301
2301
  {
2302
- "id": 67307,
2302
+ "id": 67343,
2303
2303
  "name": "callData",
2304
2304
  "nodeType": "Identifier",
2305
2305
  "overloadedDeclarations": [],
2306
- "referencedDeclaration": 67293,
2306
+ "referencedDeclaration": 67329,
2307
2307
  "src": "3761:8:149",
2308
2308
  "typeDescriptions": {
2309
2309
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2318,7 +2318,7 @@
2318
2318
  "typeString": "bytes memory"
2319
2319
  }
2320
2320
  ],
2321
- "id": 67306,
2321
+ "id": 67342,
2322
2322
  "isConstant": false,
2323
2323
  "isLValue": false,
2324
2324
  "isPure": true,
@@ -2330,14 +2330,14 @@
2330
2330
  "typeString": "type(bytes4)"
2331
2331
  },
2332
2332
  "typeName": {
2333
- "id": 67305,
2333
+ "id": 67341,
2334
2334
  "name": "bytes4",
2335
2335
  "nodeType": "ElementaryTypeName",
2336
2336
  "src": "3754:6:149",
2337
2337
  "typeDescriptions": {}
2338
2338
  }
2339
2339
  },
2340
- "id": 67308,
2340
+ "id": 67344,
2341
2341
  "isConstant": false,
2342
2342
  "isLValue": false,
2343
2343
  "isPure": false,
@@ -2362,18 +2362,18 @@
2362
2362
  }
2363
2363
  ],
2364
2364
  "expression": {
2365
- "id": 67303,
2365
+ "id": 67339,
2366
2366
  "name": "FunctionSelectors",
2367
2367
  "nodeType": "Identifier",
2368
2368
  "overloadedDeclarations": [],
2369
- "referencedDeclaration": 44933,
2369
+ "referencedDeclaration": 44951,
2370
2370
  "src": "3732:17:149",
2371
2371
  "typeDescriptions": {
2372
- "typeIdentifier": "t_type$_t_contract$_FunctionSelectors_$44933_$",
2372
+ "typeIdentifier": "t_type$_t_contract$_FunctionSelectors_$44951_$",
2373
2373
  "typeString": "type(library FunctionSelectors)"
2374
2374
  }
2375
2375
  },
2376
- "id": 67304,
2376
+ "id": 67340,
2377
2377
  "isConstant": false,
2378
2378
  "isLValue": false,
2379
2379
  "isPure": false,
@@ -2381,14 +2381,14 @@
2381
2381
  "memberLocation": "3750:3:149",
2382
2382
  "memberName": "get",
2383
2383
  "nodeType": "MemberAccess",
2384
- "referencedDeclaration": 44404,
2384
+ "referencedDeclaration": 44422,
2385
2385
  "src": "3732:21:149",
2386
2386
  "typeDescriptions": {
2387
- "typeIdentifier": "t_function_internal_view$_t_bytes4_$returns$_t_userDefinedValueType$_ResourceId_$29121_$_t_bytes4_$",
2387
+ "typeIdentifier": "t_function_internal_view$_t_bytes4_$returns$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes4_$",
2388
2388
  "typeString": "function (bytes4) view returns (ResourceId,bytes4)"
2389
2389
  }
2390
2390
  },
2391
- "id": 67309,
2391
+ "id": 67345,
2392
2392
  "isConstant": false,
2393
2393
  "isLValue": false,
2394
2394
  "isPure": false,
@@ -2400,7 +2400,7 @@
2400
2400
  "src": "3732:39:149",
2401
2401
  "tryCall": false,
2402
2402
  "typeDescriptions": {
2403
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29121_$_t_bytes4_$",
2403
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes4_$",
2404
2404
  "typeString": "tuple(ResourceId,bytes4)"
2405
2405
  }
2406
2406
  },
@@ -2413,7 +2413,7 @@
2413
2413
  "typeIdentifier": "t_bytes32",
2414
2414
  "typeString": "bytes32"
2415
2415
  },
2416
- "id": 67316,
2416
+ "id": 67352,
2417
2417
  "isConstant": false,
2418
2418
  "isLValue": false,
2419
2419
  "isPure": false,
@@ -2421,14 +2421,14 @@
2421
2421
  "leftExpression": {
2422
2422
  "arguments": [
2423
2423
  {
2424
- "id": 67313,
2424
+ "id": 67349,
2425
2425
  "name": "systemId",
2426
2426
  "nodeType": "Identifier",
2427
2427
  "overloadedDeclarations": [],
2428
- "referencedDeclaration": 67300,
2428
+ "referencedDeclaration": 67336,
2429
2429
  "src": "3852:8:149",
2430
2430
  "typeDescriptions": {
2431
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2431
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
2432
2432
  "typeString": "ResourceId"
2433
2433
  }
2434
2434
  }
@@ -2436,23 +2436,23 @@
2436
2436
  "expression": {
2437
2437
  "argumentTypes": [
2438
2438
  {
2439
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2439
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
2440
2440
  "typeString": "ResourceId"
2441
2441
  }
2442
2442
  ],
2443
2443
  "expression": {
2444
- "id": 67311,
2444
+ "id": 67347,
2445
2445
  "name": "ResourceId",
2446
2446
  "nodeType": "Identifier",
2447
2447
  "overloadedDeclarations": [],
2448
- "referencedDeclaration": 29121,
2448
+ "referencedDeclaration": 29139,
2449
2449
  "src": "3834:10:149",
2450
2450
  "typeDescriptions": {
2451
- "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$29121_$",
2451
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$29139_$",
2452
2452
  "typeString": "type(ResourceId)"
2453
2453
  }
2454
2454
  },
2455
- "id": 67312,
2455
+ "id": 67348,
2456
2456
  "isConstant": false,
2457
2457
  "isLValue": false,
2458
2458
  "isPure": true,
@@ -2462,11 +2462,11 @@
2462
2462
  "nodeType": "MemberAccess",
2463
2463
  "src": "3834:17:149",
2464
2464
  "typeDescriptions": {
2465
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_ResourceId_$29121_$returns$_t_bytes32_$",
2465
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_ResourceId_$29139_$returns$_t_bytes32_$",
2466
2466
  "typeString": "function (ResourceId) pure returns (bytes32)"
2467
2467
  }
2468
2468
  },
2469
- "id": 67314,
2469
+ "id": 67350,
2470
2470
  "isConstant": false,
2471
2471
  "isLValue": false,
2472
2472
  "isPure": false,
@@ -2486,7 +2486,7 @@
2486
2486
  "operator": "==",
2487
2487
  "rightExpression": {
2488
2488
  "hexValue": "30",
2489
- "id": 67315,
2489
+ "id": 67351,
2490
2490
  "isConstant": false,
2491
2491
  "isLValue": false,
2492
2492
  "isPure": true,
@@ -2506,7 +2506,7 @@
2506
2506
  "typeString": "bool"
2507
2507
  }
2508
2508
  },
2509
- "id": 67324,
2509
+ "id": 67360,
2510
2510
  "nodeType": "IfStatement",
2511
2511
  "src": "3830:97:149",
2512
2512
  "trueBody": {
@@ -2514,7 +2514,7 @@
2514
2514
  "arguments": [
2515
2515
  {
2516
2516
  "expression": {
2517
- "id": 67320,
2517
+ "id": 67356,
2518
2518
  "name": "msg",
2519
2519
  "nodeType": "Identifier",
2520
2520
  "overloadedDeclarations": [],
@@ -2525,7 +2525,7 @@
2525
2525
  "typeString": "msg"
2526
2526
  }
2527
2527
  },
2528
- "id": 67321,
2528
+ "id": 67357,
2529
2529
  "isConstant": false,
2530
2530
  "isLValue": false,
2531
2531
  "isPure": false,
@@ -2548,18 +2548,18 @@
2548
2548
  }
2549
2549
  ],
2550
2550
  "expression": {
2551
- "id": 67317,
2551
+ "id": 67353,
2552
2552
  "name": "IWorldErrors",
2553
2553
  "nodeType": "Identifier",
2554
2554
  "overloadedDeclarations": [],
2555
- "referencedDeclaration": 41823,
2555
+ "referencedDeclaration": 41841,
2556
2556
  "src": "3875:12:149",
2557
2557
  "typeDescriptions": {
2558
- "typeIdentifier": "t_type$_t_contract$_IWorldErrors_$41823_$",
2558
+ "typeIdentifier": "t_type$_t_contract$_IWorldErrors_$41841_$",
2559
2559
  "typeString": "type(contract IWorldErrors)"
2560
2560
  }
2561
2561
  },
2562
- "id": 67319,
2562
+ "id": 67355,
2563
2563
  "isConstant": false,
2564
2564
  "isLValue": false,
2565
2565
  "isPure": false,
@@ -2567,14 +2567,14 @@
2567
2567
  "memberLocation": "3888:30:149",
2568
2568
  "memberName": "World_FunctionSelectorNotFound",
2569
2569
  "nodeType": "MemberAccess",
2570
- "referencedDeclaration": 41783,
2570
+ "referencedDeclaration": 41801,
2571
2571
  "src": "3875:43:149",
2572
2572
  "typeDescriptions": {
2573
2573
  "typeIdentifier": "t_function_error_pure$_t_bytes4_$returns$__$",
2574
2574
  "typeString": "function (bytes4) pure"
2575
2575
  }
2576
2576
  },
2577
- "id": 67322,
2577
+ "id": 67358,
2578
2578
  "isConstant": false,
2579
2579
  "isLValue": false,
2580
2580
  "isPure": false,
@@ -2590,7 +2590,7 @@
2590
2590
  "typeString": "tuple()"
2591
2591
  }
2592
2592
  },
2593
- "id": 67323,
2593
+ "id": 67359,
2594
2594
  "nodeType": "RevertStatement",
2595
2595
  "src": "3868:59:149"
2596
2596
  }
@@ -2599,25 +2599,25 @@
2599
2599
  "expression": {
2600
2600
  "arguments": [
2601
2601
  {
2602
- "id": 67326,
2602
+ "id": 67362,
2603
2603
  "name": "systemId",
2604
2604
  "nodeType": "Identifier",
2605
2605
  "overloadedDeclarations": [],
2606
- "referencedDeclaration": 67300,
2606
+ "referencedDeclaration": 67336,
2607
2607
  "src": "4062:8:149",
2608
2608
  "typeDescriptions": {
2609
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2609
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
2610
2610
  "typeString": "ResourceId"
2611
2611
  }
2612
2612
  },
2613
2613
  {
2614
2614
  "arguments": [
2615
2615
  {
2616
- "id": 67329,
2616
+ "id": 67365,
2617
2617
  "name": "callData",
2618
2618
  "nodeType": "Identifier",
2619
2619
  "overloadedDeclarations": [],
2620
- "referencedDeclaration": 67293,
2620
+ "referencedDeclaration": 67329,
2621
2621
  "src": "4098:8:149",
2622
2622
  "typeDescriptions": {
2623
2623
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2626,7 +2626,7 @@
2626
2626
  },
2627
2627
  {
2628
2628
  "hexValue": "30",
2629
- "id": 67330,
2629
+ "id": 67366,
2630
2630
  "isConstant": false,
2631
2631
  "isLValue": false,
2632
2632
  "isPure": true,
@@ -2641,11 +2641,11 @@
2641
2641
  "value": "0"
2642
2642
  },
2643
2643
  {
2644
- "id": 67331,
2644
+ "id": 67367,
2645
2645
  "name": "systemFunctionSelector",
2646
2646
  "nodeType": "Identifier",
2647
2647
  "overloadedDeclarations": [],
2648
- "referencedDeclaration": 67302,
2648
+ "referencedDeclaration": 67338,
2649
2649
  "src": "4111:22:149",
2650
2650
  "typeDescriptions": {
2651
2651
  "typeIdentifier": "t_bytes4",
@@ -2669,18 +2669,18 @@
2669
2669
  }
2670
2670
  ],
2671
2671
  "expression": {
2672
- "id": 67327,
2672
+ "id": 67363,
2673
2673
  "name": "Bytes",
2674
2674
  "nodeType": "Identifier",
2675
2675
  "overloadedDeclarations": [],
2676
- "referencedDeclaration": 27790,
2676
+ "referencedDeclaration": 27808,
2677
2677
  "src": "4082:5:149",
2678
2678
  "typeDescriptions": {
2679
- "typeIdentifier": "t_type$_t_contract$_Bytes_$27790_$",
2679
+ "typeIdentifier": "t_type$_t_contract$_Bytes_$27808_$",
2680
2680
  "typeString": "type(library Bytes)"
2681
2681
  }
2682
2682
  },
2683
- "id": 67328,
2683
+ "id": 67364,
2684
2684
  "isConstant": false,
2685
2685
  "isLValue": false,
2686
2686
  "isPure": false,
@@ -2688,14 +2688,14 @@
2688
2688
  "memberLocation": "4088:9:149",
2689
2689
  "memberName": "setBytes4",
2690
2690
  "nodeType": "MemberAccess",
2691
- "referencedDeclaration": 27123,
2691
+ "referencedDeclaration": 27141,
2692
2692
  "src": "4082:15:149",
2693
2693
  "typeDescriptions": {
2694
2694
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_uint256_$_t_bytes4_$returns$_t_bytes_memory_ptr_$",
2695
2695
  "typeString": "function (bytes memory,uint256,bytes4) pure returns (bytes memory)"
2696
2696
  }
2697
2697
  },
2698
- "id": 67332,
2698
+ "id": 67368,
2699
2699
  "isConstant": false,
2700
2700
  "isLValue": false,
2701
2701
  "isPure": false,
@@ -2715,7 +2715,7 @@
2715
2715
  "expression": {
2716
2716
  "argumentTypes": [
2717
2717
  {
2718
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2718
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
2719
2719
  "typeString": "ResourceId"
2720
2720
  },
2721
2721
  {
@@ -2723,21 +2723,21 @@
2723
2723
  "typeString": "bytes memory"
2724
2724
  }
2725
2725
  ],
2726
- "id": 67325,
2726
+ "id": 67361,
2727
2727
  "name": "call",
2728
2728
  "nodeType": "Identifier",
2729
2729
  "overloadedDeclarations": [
2730
- 67290,
2731
- 67336
2730
+ 67326,
2731
+ 67372
2732
2732
  ],
2733
- "referencedDeclaration": 67290,
2733
+ "referencedDeclaration": 67326,
2734
2734
  "src": "4045:4:149",
2735
2735
  "typeDescriptions": {
2736
- "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$29121_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2736
+ "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2737
2737
  "typeString": "function (ResourceId,bytes memory) returns (bytes memory)"
2738
2738
  }
2739
2739
  },
2740
- "id": 67333,
2740
+ "id": 67369,
2741
2741
  "isConstant": false,
2742
2742
  "isLValue": false,
2743
2743
  "isPure": false,
@@ -2759,15 +2759,15 @@
2759
2759
  "typeString": "bytes memory"
2760
2760
  }
2761
2761
  },
2762
- "functionReturnParameters": 67297,
2763
- "id": 67334,
2762
+ "functionReturnParameters": 67333,
2763
+ "id": 67370,
2764
2764
  "nodeType": "Return",
2765
2765
  "src": "4038:99:149"
2766
2766
  }
2767
2767
  ]
2768
2768
  },
2769
2769
  "documentation": {
2770
- "id": 67291,
2770
+ "id": 67327,
2771
2771
  "nodeType": "StructuredDocumentation",
2772
2772
  "src": "2958:519:149",
2773
2773
  "text": " @notice Calls a system via the function selector registered for it in the World contract.\n @dev Reverts if the system is not found, or if the system call reverts.\n If the call is executed from the root context, the system is called directly via delegatecall.\n Otherwise, the call is executed via an external call to the World contract.\n @param callData The world function selector, and call data to be forwarded to the system.\n @return returnData The return data from the system call."
@@ -2778,17 +2778,17 @@
2778
2778
  "name": "call",
2779
2779
  "nameLocation": "3489:4:149",
2780
2780
  "parameters": {
2781
- "id": 67294,
2781
+ "id": 67330,
2782
2782
  "nodeType": "ParameterList",
2783
2783
  "parameters": [
2784
2784
  {
2785
2785
  "constant": false,
2786
- "id": 67293,
2786
+ "id": 67329,
2787
2787
  "mutability": "mutable",
2788
2788
  "name": "callData",
2789
2789
  "nameLocation": "3507:8:149",
2790
2790
  "nodeType": "VariableDeclaration",
2791
- "scope": 67336,
2791
+ "scope": 67372,
2792
2792
  "src": "3494:21:149",
2793
2793
  "stateVariable": false,
2794
2794
  "storageLocation": "memory",
@@ -2797,7 +2797,7 @@
2797
2797
  "typeString": "bytes"
2798
2798
  },
2799
2799
  "typeName": {
2800
- "id": 67292,
2800
+ "id": 67328,
2801
2801
  "name": "bytes",
2802
2802
  "nodeType": "ElementaryTypeName",
2803
2803
  "src": "3494:5:149",
@@ -2812,17 +2812,17 @@
2812
2812
  "src": "3493:23:149"
2813
2813
  },
2814
2814
  "returnParameters": {
2815
- "id": 67297,
2815
+ "id": 67333,
2816
2816
  "nodeType": "ParameterList",
2817
2817
  "parameters": [
2818
2818
  {
2819
2819
  "constant": false,
2820
- "id": 67296,
2820
+ "id": 67332,
2821
2821
  "mutability": "mutable",
2822
2822
  "name": "returnData",
2823
2823
  "nameLocation": "3548:10:149",
2824
2824
  "nodeType": "VariableDeclaration",
2825
- "scope": 67336,
2825
+ "scope": 67372,
2826
2826
  "src": "3535:23:149",
2827
2827
  "stateVariable": false,
2828
2828
  "storageLocation": "memory",
@@ -2831,7 +2831,7 @@
2831
2831
  "typeString": "bytes"
2832
2832
  },
2833
2833
  "typeName": {
2834
- "id": 67295,
2834
+ "id": 67331,
2835
2835
  "name": "bytes",
2836
2836
  "nodeType": "ElementaryTypeName",
2837
2837
  "src": "3535:5:149",
@@ -2845,7 +2845,7 @@
2845
2845
  ],
2846
2846
  "src": "3534:25:149"
2847
2847
  },
2848
- "scope": 67337,
2848
+ "scope": 67373,
2849
2849
  "stateMutability": "nonpayable",
2850
2850
  "virtual": false,
2851
2851
  "visibility": "internal"
@@ -2857,18 +2857,18 @@
2857
2857
  "contractDependencies": [],
2858
2858
  "contractKind": "library",
2859
2859
  "documentation": {
2860
- "id": 67199,
2860
+ "id": 67235,
2861
2861
  "nodeType": "StructuredDocumentation",
2862
2862
  "src": "1243:131:149",
2863
2863
  "text": " @title SystemSwitch\n @dev The SystemSwitch library provides functions for interacting with systems from other systems."
2864
2864
  },
2865
2865
  "fullyImplemented": true,
2866
2866
  "linearizedBaseContracts": [
2867
- 67337
2867
+ 67373
2868
2868
  ],
2869
2869
  "name": "SystemSwitch",
2870
2870
  "nameLocation": "1383:12:149",
2871
- "scope": 67338,
2871
+ "scope": 67374,
2872
2872
  "usedErrors": [],
2873
2873
  "usedEvents": []
2874
2874
  }