@latticexyz/world-modules 2.0.0-main-fd10cff6 → 2.0.0-main-fa74f25e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +244 -220
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +125 -101
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
- package/out/IBaseWorld.sol/IBaseWorld.json +130 -85
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
- package/out/IDelegationControl.sol/IDelegationControl.json +50 -26
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +20 -20
- package/out/ISystemHook.sol/ISystemHook.json +171 -131
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +157 -109
- package/out/IWorldErrors.sol/IWorldErrors.json +345 -255
- package/out/IWorldKernel.sol/IWorldCall.json +294 -254
- package/out/IWorldKernel.sol/IWorldKernel.json +321 -258
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +279 -253
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
- package/out/KeysInTableModule.sol/KeysInTableModule.json +573 -549
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1011 -1011
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +462 -438
- package/out/Module.sol/Module.json +109 -85
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +339 -315
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +84 -41
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +148 -124
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +366 -342
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +138 -102
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
- package/out/WorldContext.sol/WorldContextConsumer.json +774 -677
- package/out/WorldContext.sol/WorldContextProvider.json +737 -677
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
- package/out/constants.sol/constants.json +115 -115
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +202 -157
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +51 -51
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +307 -267
- package/out/src/IWorldKernel.sol/IWorldKernel.json +334 -271
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +292 -266
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +780 -683
- package/out/src/WorldContext.sol/WorldContextProvider.json +743 -683
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
- package/out/types.sol/types.json +39 -39
- package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -87
- package/package.json +8 -8
@@ -197,7 +197,7 @@
|
|
197
197
|
"registerSystemHook(bytes32,address,uint8)": "d5f8337f",
|
198
198
|
"unregisterSystemHook(bytes32,address)": "a92813ad"
|
199
199
|
},
|
200
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"systemFunctionSignature\",\"type\":\"string\"}],\"name\":\"registerFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"registerNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"worldFunctionSignature\",\"type\":\"string\"},{\"internalType\":\"bytes4\",\"name\":\"systemFunctionSelector\",\"type\":\"bytes4\"}],\"name\":\"registerRootFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract WorldContextConsumer\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":\"IWorldRegistrationSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"/home/runner/work/mud/mud/packages/world/src/ISystemHook.sol\":{\"keccak256\":\"0x6bfa168ec3b03cd09b5e0c658c0faab40379b4093935744c0a7297ac7a2fcec8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ac7990b2cf63e95cde3396e248fee9e280235cfd11dc7a350865e0f3ffca59ba\",\"dweb:/ipfs/QmZKkGqGKgr32HX4fVu7vNH34JbyzHczJ9H5SLjsbrRDtp\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":{\"keccak256\":\"0x7b808edfeb5f548e06899db7e3fdfafa7b42fccf2f596a04b24a8193618a511b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acca2b5f96ef412f32da9359667c82fe1a854acc0663165864434620214b8078\",\"dweb:/ipfs/QmeaoYxRToMbMSDfDZZC1fumKjs9WUu6ZkxSLwJKx4FfC8\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168\",\"dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL\"]}},\"version\":1}",
|
200
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"systemFunctionSignature\",\"type\":\"string\"}],\"name\":\"registerFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"registerNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"worldFunctionSignature\",\"type\":\"string\"},{\"internalType\":\"bytes4\",\"name\":\"systemFunctionSelector\",\"type\":\"bytes4\"}],\"name\":\"registerRootFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract WorldContextConsumer\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":\"IWorldRegistrationSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"/home/runner/work/mud/mud/packages/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168\",\"dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL\"]}},\"version\":1}",
|
201
201
|
"metadata": {
|
202
202
|
"compiler": {
|
203
203
|
"version": "0.8.21+commit.d9974bed"
|
@@ -415,34 +415,34 @@
|
|
415
415
|
"license": "MIT"
|
416
416
|
},
|
417
417
|
"/home/runner/work/mud/mud/packages/world/src/ISystemHook.sol": {
|
418
|
-
"keccak256": "
|
418
|
+
"keccak256": "0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db",
|
419
419
|
"urls": [
|
420
|
-
"bzz-raw://
|
421
|
-
"dweb:/ipfs/
|
420
|
+
"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510",
|
421
|
+
"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"
|
422
422
|
],
|
423
423
|
"license": "MIT"
|
424
424
|
},
|
425
425
|
"/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol": {
|
426
|
-
"keccak256": "
|
426
|
+
"keccak256": "0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500",
|
427
427
|
"urls": [
|
428
|
-
"bzz-raw://
|
429
|
-
"dweb:/ipfs/
|
428
|
+
"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d",
|
429
|
+
"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"
|
430
430
|
],
|
431
431
|
"license": "MIT"
|
432
432
|
},
|
433
433
|
"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol": {
|
434
|
-
"keccak256": "
|
434
|
+
"keccak256": "0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b",
|
435
435
|
"urls": [
|
436
|
-
"bzz-raw://
|
437
|
-
"dweb:/ipfs/
|
436
|
+
"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc",
|
437
|
+
"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE"
|
438
438
|
],
|
439
439
|
"license": "MIT"
|
440
440
|
},
|
441
441
|
"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol": {
|
442
|
-
"keccak256": "
|
442
|
+
"keccak256": "0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417",
|
443
443
|
"urls": [
|
444
|
-
"bzz-raw://
|
445
|
-
"dweb:/ipfs/
|
444
|
+
"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb",
|
445
|
+
"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"
|
446
446
|
],
|
447
447
|
"license": "MIT"
|
448
448
|
},
|
@@ -463,18 +463,18 @@
|
|
463
463
|
"license": "MIT"
|
464
464
|
},
|
465
465
|
"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol": {
|
466
|
-
"keccak256": "
|
466
|
+
"keccak256": "0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55",
|
467
467
|
"urls": [
|
468
|
-
"bzz-raw://
|
469
|
-
"dweb:/ipfs/
|
468
|
+
"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df",
|
469
|
+
"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7"
|
470
470
|
],
|
471
471
|
"license": "MIT"
|
472
472
|
},
|
473
473
|
"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol": {
|
474
|
-
"keccak256": "
|
474
|
+
"keccak256": "0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746",
|
475
475
|
"urls": [
|
476
|
-
"bzz-raw://
|
477
|
-
"dweb:/ipfs/
|
476
|
+
"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2",
|
477
|
+
"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"
|
478
478
|
],
|
479
479
|
"license": "MIT"
|
480
480
|
},
|
@@ -755,26 +755,26 @@
|
|
755
755
|
},
|
756
756
|
"ast": {
|
757
757
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol",
|
758
|
-
"id":
|
758
|
+
"id": 23945,
|
759
759
|
"exportedSymbols": {
|
760
760
|
"ISystemHook": [
|
761
|
-
|
761
|
+
23030
|
762
762
|
],
|
763
763
|
"IWorldRegistrationSystem": [
|
764
|
-
|
764
|
+
23944
|
765
765
|
],
|
766
766
|
"ResourceId": [
|
767
|
-
|
767
|
+
26238
|
768
768
|
],
|
769
769
|
"WorldContextConsumer": [
|
770
|
-
|
770
|
+
23320
|
771
771
|
]
|
772
772
|
},
|
773
773
|
"nodeType": "SourceUnit",
|
774
774
|
"src": "32:1296:47",
|
775
775
|
"nodes": [
|
776
776
|
{
|
777
|
-
"id":
|
777
|
+
"id": 23857,
|
778
778
|
"nodeType": "PragmaDirective",
|
779
779
|
"src": "32:25:47",
|
780
780
|
"nodes": [],
|
@@ -786,23 +786,23 @@
|
|
786
786
|
]
|
787
787
|
},
|
788
788
|
{
|
789
|
-
"id":
|
789
|
+
"id": 23859,
|
790
790
|
"nodeType": "ImportDirective",
|
791
791
|
"src": "108:66:47",
|
792
792
|
"nodes": [],
|
793
793
|
"absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
|
794
794
|
"file": "@latticexyz/store/src/ResourceId.sol",
|
795
795
|
"nameLocation": "-1:-1:-1",
|
796
|
-
"scope":
|
797
|
-
"sourceUnit":
|
796
|
+
"scope": 23945,
|
797
|
+
"sourceUnit": 26303,
|
798
798
|
"symbolAliases": [
|
799
799
|
{
|
800
800
|
"foreign": {
|
801
|
-
"id":
|
801
|
+
"id": 23858,
|
802
802
|
"name": "ResourceId",
|
803
803
|
"nodeType": "Identifier",
|
804
804
|
"overloadedDeclarations": [],
|
805
|
-
"referencedDeclaration":
|
805
|
+
"referencedDeclaration": 26238,
|
806
806
|
"src": "117:10:47",
|
807
807
|
"typeDescriptions": {}
|
808
808
|
},
|
@@ -812,23 +812,23 @@
|
|
812
812
|
"unitAlias": ""
|
813
813
|
},
|
814
814
|
{
|
815
|
-
"id":
|
815
|
+
"id": 23861,
|
816
816
|
"nodeType": "ImportDirective",
|
817
817
|
"src": "175:54:47",
|
818
818
|
"nodes": [],
|
819
819
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/ISystemHook.sol",
|
820
820
|
"file": "./../../ISystemHook.sol",
|
821
821
|
"nameLocation": "-1:-1:-1",
|
822
|
-
"scope":
|
823
|
-
"sourceUnit":
|
822
|
+
"scope": 23945,
|
823
|
+
"sourceUnit": 23031,
|
824
824
|
"symbolAliases": [
|
825
825
|
{
|
826
826
|
"foreign": {
|
827
|
-
"id":
|
827
|
+
"id": 23860,
|
828
828
|
"name": "ISystemHook",
|
829
829
|
"nodeType": "Identifier",
|
830
830
|
"overloadedDeclarations": [],
|
831
|
-
"referencedDeclaration":
|
831
|
+
"referencedDeclaration": 23030,
|
832
832
|
"src": "184:11:47",
|
833
833
|
"typeDescriptions": {}
|
834
834
|
},
|
@@ -838,23 +838,23 @@
|
|
838
838
|
"unitAlias": ""
|
839
839
|
},
|
840
840
|
{
|
841
|
-
"id":
|
841
|
+
"id": 23863,
|
842
842
|
"nodeType": "ImportDirective",
|
843
843
|
"src": "230:64:47",
|
844
844
|
"nodes": [],
|
845
845
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldContext.sol",
|
846
846
|
"file": "./../../WorldContext.sol",
|
847
847
|
"nameLocation": "-1:-1:-1",
|
848
|
-
"scope":
|
849
|
-
"sourceUnit":
|
848
|
+
"scope": 23945,
|
849
|
+
"sourceUnit": 23475,
|
850
850
|
"symbolAliases": [
|
851
851
|
{
|
852
852
|
"foreign": {
|
853
|
-
"id":
|
853
|
+
"id": 23862,
|
854
854
|
"name": "WorldContextConsumer",
|
855
855
|
"nodeType": "Identifier",
|
856
856
|
"overloadedDeclarations": [],
|
857
|
-
"referencedDeclaration":
|
857
|
+
"referencedDeclaration": 23320,
|
858
858
|
"src": "239:20:47",
|
859
859
|
"typeDescriptions": {}
|
860
860
|
},
|
@@ -864,12 +864,12 @@
|
|
864
864
|
"unitAlias": ""
|
865
865
|
},
|
866
866
|
{
|
867
|
-
"id":
|
867
|
+
"id": 23944,
|
868
868
|
"nodeType": "ContractDefinition",
|
869
869
|
"src": "296:1031:47",
|
870
870
|
"nodes": [
|
871
871
|
{
|
872
|
-
"id":
|
872
|
+
"id": 23869,
|
873
873
|
"nodeType": "FunctionDefinition",
|
874
874
|
"src": "335:60:47",
|
875
875
|
"nodes": [],
|
@@ -880,41 +880,41 @@
|
|
880
880
|
"name": "registerNamespace",
|
881
881
|
"nameLocation": "344:17:47",
|
882
882
|
"parameters": {
|
883
|
-
"id":
|
883
|
+
"id": 23867,
|
884
884
|
"nodeType": "ParameterList",
|
885
885
|
"parameters": [
|
886
886
|
{
|
887
887
|
"constant": false,
|
888
|
-
"id":
|
888
|
+
"id": 23866,
|
889
889
|
"mutability": "mutable",
|
890
890
|
"name": "namespaceId",
|
891
891
|
"nameLocation": "373:11:47",
|
892
892
|
"nodeType": "VariableDeclaration",
|
893
|
-
"scope":
|
893
|
+
"scope": 23869,
|
894
894
|
"src": "362:22:47",
|
895
895
|
"stateVariable": false,
|
896
896
|
"storageLocation": "default",
|
897
897
|
"typeDescriptions": {
|
898
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
898
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
899
899
|
"typeString": "ResourceId"
|
900
900
|
},
|
901
901
|
"typeName": {
|
902
|
-
"id":
|
902
|
+
"id": 23865,
|
903
903
|
"nodeType": "UserDefinedTypeName",
|
904
904
|
"pathNode": {
|
905
|
-
"id":
|
905
|
+
"id": 23864,
|
906
906
|
"name": "ResourceId",
|
907
907
|
"nameLocations": [
|
908
908
|
"362:10:47"
|
909
909
|
],
|
910
910
|
"nodeType": "IdentifierPath",
|
911
|
-
"referencedDeclaration":
|
911
|
+
"referencedDeclaration": 26238,
|
912
912
|
"src": "362:10:47"
|
913
913
|
},
|
914
|
-
"referencedDeclaration":
|
914
|
+
"referencedDeclaration": 26238,
|
915
915
|
"src": "362:10:47",
|
916
916
|
"typeDescriptions": {
|
917
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
917
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
918
918
|
"typeString": "ResourceId"
|
919
919
|
}
|
920
920
|
},
|
@@ -924,18 +924,18 @@
|
|
924
924
|
"src": "361:24:47"
|
925
925
|
},
|
926
926
|
"returnParameters": {
|
927
|
-
"id":
|
927
|
+
"id": 23868,
|
928
928
|
"nodeType": "ParameterList",
|
929
929
|
"parameters": [],
|
930
930
|
"src": "394:0:47"
|
931
931
|
},
|
932
|
-
"scope":
|
932
|
+
"scope": 23944,
|
933
933
|
"stateMutability": "nonpayable",
|
934
934
|
"virtual": false,
|
935
935
|
"visibility": "external"
|
936
936
|
},
|
937
937
|
{
|
938
|
-
"id":
|
938
|
+
"id": 23880,
|
939
939
|
"nodeType": "FunctionDefinition",
|
940
940
|
"src": "399:109:47",
|
941
941
|
"nodes": [],
|
@@ -946,41 +946,41 @@
|
|
946
946
|
"name": "registerSystemHook",
|
947
947
|
"nameLocation": "408:18:47",
|
948
948
|
"parameters": {
|
949
|
-
"id":
|
949
|
+
"id": 23878,
|
950
950
|
"nodeType": "ParameterList",
|
951
951
|
"parameters": [
|
952
952
|
{
|
953
953
|
"constant": false,
|
954
|
-
"id":
|
954
|
+
"id": 23872,
|
955
955
|
"mutability": "mutable",
|
956
956
|
"name": "systemId",
|
957
957
|
"nameLocation": "438:8:47",
|
958
958
|
"nodeType": "VariableDeclaration",
|
959
|
-
"scope":
|
959
|
+
"scope": 23880,
|
960
960
|
"src": "427:19:47",
|
961
961
|
"stateVariable": false,
|
962
962
|
"storageLocation": "default",
|
963
963
|
"typeDescriptions": {
|
964
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
964
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
965
965
|
"typeString": "ResourceId"
|
966
966
|
},
|
967
967
|
"typeName": {
|
968
|
-
"id":
|
968
|
+
"id": 23871,
|
969
969
|
"nodeType": "UserDefinedTypeName",
|
970
970
|
"pathNode": {
|
971
|
-
"id":
|
971
|
+
"id": 23870,
|
972
972
|
"name": "ResourceId",
|
973
973
|
"nameLocations": [
|
974
974
|
"427:10:47"
|
975
975
|
],
|
976
976
|
"nodeType": "IdentifierPath",
|
977
|
-
"referencedDeclaration":
|
977
|
+
"referencedDeclaration": 26238,
|
978
978
|
"src": "427:10:47"
|
979
979
|
},
|
980
|
-
"referencedDeclaration":
|
980
|
+
"referencedDeclaration": 26238,
|
981
981
|
"src": "427:10:47",
|
982
982
|
"typeDescriptions": {
|
983
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
983
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
984
984
|
"typeString": "ResourceId"
|
985
985
|
}
|
986
986
|
},
|
@@ -988,36 +988,36 @@
|
|
988
988
|
},
|
989
989
|
{
|
990
990
|
"constant": false,
|
991
|
-
"id":
|
991
|
+
"id": 23875,
|
992
992
|
"mutability": "mutable",
|
993
993
|
"name": "hookAddress",
|
994
994
|
"nameLocation": "460:11:47",
|
995
995
|
"nodeType": "VariableDeclaration",
|
996
|
-
"scope":
|
996
|
+
"scope": 23880,
|
997
997
|
"src": "448:23:47",
|
998
998
|
"stateVariable": false,
|
999
999
|
"storageLocation": "default",
|
1000
1000
|
"typeDescriptions": {
|
1001
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1001
|
+
"typeIdentifier": "t_contract$_ISystemHook_$23030",
|
1002
1002
|
"typeString": "contract ISystemHook"
|
1003
1003
|
},
|
1004
1004
|
"typeName": {
|
1005
|
-
"id":
|
1005
|
+
"id": 23874,
|
1006
1006
|
"nodeType": "UserDefinedTypeName",
|
1007
1007
|
"pathNode": {
|
1008
|
-
"id":
|
1008
|
+
"id": 23873,
|
1009
1009
|
"name": "ISystemHook",
|
1010
1010
|
"nameLocations": [
|
1011
1011
|
"448:11:47"
|
1012
1012
|
],
|
1013
1013
|
"nodeType": "IdentifierPath",
|
1014
|
-
"referencedDeclaration":
|
1014
|
+
"referencedDeclaration": 23030,
|
1015
1015
|
"src": "448:11:47"
|
1016
1016
|
},
|
1017
|
-
"referencedDeclaration":
|
1017
|
+
"referencedDeclaration": 23030,
|
1018
1018
|
"src": "448:11:47",
|
1019
1019
|
"typeDescriptions": {
|
1020
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1020
|
+
"typeIdentifier": "t_contract$_ISystemHook_$23030",
|
1021
1021
|
"typeString": "contract ISystemHook"
|
1022
1022
|
}
|
1023
1023
|
},
|
@@ -1025,12 +1025,12 @@
|
|
1025
1025
|
},
|
1026
1026
|
{
|
1027
1027
|
"constant": false,
|
1028
|
-
"id":
|
1028
|
+
"id": 23877,
|
1029
1029
|
"mutability": "mutable",
|
1030
1030
|
"name": "enabledHooksBitmap",
|
1031
1031
|
"nameLocation": "479:18:47",
|
1032
1032
|
"nodeType": "VariableDeclaration",
|
1033
|
-
"scope":
|
1033
|
+
"scope": 23880,
|
1034
1034
|
"src": "473:24:47",
|
1035
1035
|
"stateVariable": false,
|
1036
1036
|
"storageLocation": "default",
|
@@ -1039,7 +1039,7 @@
|
|
1039
1039
|
"typeString": "uint8"
|
1040
1040
|
},
|
1041
1041
|
"typeName": {
|
1042
|
-
"id":
|
1042
|
+
"id": 23876,
|
1043
1043
|
"name": "uint8",
|
1044
1044
|
"nodeType": "ElementaryTypeName",
|
1045
1045
|
"src": "473:5:47",
|
@@ -1054,18 +1054,18 @@
|
|
1054
1054
|
"src": "426:72:47"
|
1055
1055
|
},
|
1056
1056
|
"returnParameters": {
|
1057
|
-
"id":
|
1057
|
+
"id": 23879,
|
1058
1058
|
"nodeType": "ParameterList",
|
1059
1059
|
"parameters": [],
|
1060
1060
|
"src": "507:0:47"
|
1061
1061
|
},
|
1062
|
-
"scope":
|
1062
|
+
"scope": 23944,
|
1063
1063
|
"stateMutability": "nonpayable",
|
1064
1064
|
"virtual": false,
|
1065
1065
|
"visibility": "external"
|
1066
1066
|
},
|
1067
1067
|
{
|
1068
|
-
"id":
|
1068
|
+
"id": 23889,
|
1069
1069
|
"nodeType": "FunctionDefinition",
|
1070
1070
|
"src": "512:85:47",
|
1071
1071
|
"nodes": [],
|
@@ -1076,41 +1076,41 @@
|
|
1076
1076
|
"name": "unregisterSystemHook",
|
1077
1077
|
"nameLocation": "521:20:47",
|
1078
1078
|
"parameters": {
|
1079
|
-
"id":
|
1079
|
+
"id": 23887,
|
1080
1080
|
"nodeType": "ParameterList",
|
1081
1081
|
"parameters": [
|
1082
1082
|
{
|
1083
1083
|
"constant": false,
|
1084
|
-
"id":
|
1084
|
+
"id": 23883,
|
1085
1085
|
"mutability": "mutable",
|
1086
1086
|
"name": "systemId",
|
1087
1087
|
"nameLocation": "553:8:47",
|
1088
1088
|
"nodeType": "VariableDeclaration",
|
1089
|
-
"scope":
|
1089
|
+
"scope": 23889,
|
1090
1090
|
"src": "542:19:47",
|
1091
1091
|
"stateVariable": false,
|
1092
1092
|
"storageLocation": "default",
|
1093
1093
|
"typeDescriptions": {
|
1094
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1094
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1095
1095
|
"typeString": "ResourceId"
|
1096
1096
|
},
|
1097
1097
|
"typeName": {
|
1098
|
-
"id":
|
1098
|
+
"id": 23882,
|
1099
1099
|
"nodeType": "UserDefinedTypeName",
|
1100
1100
|
"pathNode": {
|
1101
|
-
"id":
|
1101
|
+
"id": 23881,
|
1102
1102
|
"name": "ResourceId",
|
1103
1103
|
"nameLocations": [
|
1104
1104
|
"542:10:47"
|
1105
1105
|
],
|
1106
1106
|
"nodeType": "IdentifierPath",
|
1107
|
-
"referencedDeclaration":
|
1107
|
+
"referencedDeclaration": 26238,
|
1108
1108
|
"src": "542:10:47"
|
1109
1109
|
},
|
1110
|
-
"referencedDeclaration":
|
1110
|
+
"referencedDeclaration": 26238,
|
1111
1111
|
"src": "542:10:47",
|
1112
1112
|
"typeDescriptions": {
|
1113
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1113
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1114
1114
|
"typeString": "ResourceId"
|
1115
1115
|
}
|
1116
1116
|
},
|
@@ -1118,36 +1118,36 @@
|
|
1118
1118
|
},
|
1119
1119
|
{
|
1120
1120
|
"constant": false,
|
1121
|
-
"id":
|
1121
|
+
"id": 23886,
|
1122
1122
|
"mutability": "mutable",
|
1123
1123
|
"name": "hookAddress",
|
1124
1124
|
"nameLocation": "575:11:47",
|
1125
1125
|
"nodeType": "VariableDeclaration",
|
1126
|
-
"scope":
|
1126
|
+
"scope": 23889,
|
1127
1127
|
"src": "563:23:47",
|
1128
1128
|
"stateVariable": false,
|
1129
1129
|
"storageLocation": "default",
|
1130
1130
|
"typeDescriptions": {
|
1131
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1131
|
+
"typeIdentifier": "t_contract$_ISystemHook_$23030",
|
1132
1132
|
"typeString": "contract ISystemHook"
|
1133
1133
|
},
|
1134
1134
|
"typeName": {
|
1135
|
-
"id":
|
1135
|
+
"id": 23885,
|
1136
1136
|
"nodeType": "UserDefinedTypeName",
|
1137
1137
|
"pathNode": {
|
1138
|
-
"id":
|
1138
|
+
"id": 23884,
|
1139
1139
|
"name": "ISystemHook",
|
1140
1140
|
"nameLocations": [
|
1141
1141
|
"563:11:47"
|
1142
1142
|
],
|
1143
1143
|
"nodeType": "IdentifierPath",
|
1144
|
-
"referencedDeclaration":
|
1144
|
+
"referencedDeclaration": 23030,
|
1145
1145
|
"src": "563:11:47"
|
1146
1146
|
},
|
1147
|
-
"referencedDeclaration":
|
1147
|
+
"referencedDeclaration": 23030,
|
1148
1148
|
"src": "563:11:47",
|
1149
1149
|
"typeDescriptions": {
|
1150
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1150
|
+
"typeIdentifier": "t_contract$_ISystemHook_$23030",
|
1151
1151
|
"typeString": "contract ISystemHook"
|
1152
1152
|
}
|
1153
1153
|
},
|
@@ -1157,18 +1157,18 @@
|
|
1157
1157
|
"src": "541:46:47"
|
1158
1158
|
},
|
1159
1159
|
"returnParameters": {
|
1160
|
-
"id":
|
1160
|
+
"id": 23888,
|
1161
1161
|
"nodeType": "ParameterList",
|
1162
1162
|
"parameters": [],
|
1163
1163
|
"src": "596:0:47"
|
1164
1164
|
},
|
1165
|
-
"scope":
|
1165
|
+
"scope": 23944,
|
1166
1166
|
"stateMutability": "nonpayable",
|
1167
1167
|
"virtual": false,
|
1168
1168
|
"visibility": "external"
|
1169
1169
|
},
|
1170
1170
|
{
|
1171
|
-
"id":
|
1171
|
+
"id": 23900,
|
1172
1172
|
"nodeType": "FunctionDefinition",
|
1173
1173
|
"src": "601:102:47",
|
1174
1174
|
"nodes": [],
|
@@ -1179,41 +1179,41 @@
|
|
1179
1179
|
"name": "registerSystem",
|
1180
1180
|
"nameLocation": "610:14:47",
|
1181
1181
|
"parameters": {
|
1182
|
-
"id":
|
1182
|
+
"id": 23898,
|
1183
1183
|
"nodeType": "ParameterList",
|
1184
1184
|
"parameters": [
|
1185
1185
|
{
|
1186
1186
|
"constant": false,
|
1187
|
-
"id":
|
1187
|
+
"id": 23892,
|
1188
1188
|
"mutability": "mutable",
|
1189
1189
|
"name": "systemId",
|
1190
1190
|
"nameLocation": "636:8:47",
|
1191
1191
|
"nodeType": "VariableDeclaration",
|
1192
|
-
"scope":
|
1192
|
+
"scope": 23900,
|
1193
1193
|
"src": "625:19:47",
|
1194
1194
|
"stateVariable": false,
|
1195
1195
|
"storageLocation": "default",
|
1196
1196
|
"typeDescriptions": {
|
1197
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1197
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1198
1198
|
"typeString": "ResourceId"
|
1199
1199
|
},
|
1200
1200
|
"typeName": {
|
1201
|
-
"id":
|
1201
|
+
"id": 23891,
|
1202
1202
|
"nodeType": "UserDefinedTypeName",
|
1203
1203
|
"pathNode": {
|
1204
|
-
"id":
|
1204
|
+
"id": 23890,
|
1205
1205
|
"name": "ResourceId",
|
1206
1206
|
"nameLocations": [
|
1207
1207
|
"625:10:47"
|
1208
1208
|
],
|
1209
1209
|
"nodeType": "IdentifierPath",
|
1210
|
-
"referencedDeclaration":
|
1210
|
+
"referencedDeclaration": 26238,
|
1211
1211
|
"src": "625:10:47"
|
1212
1212
|
},
|
1213
|
-
"referencedDeclaration":
|
1213
|
+
"referencedDeclaration": 26238,
|
1214
1214
|
"src": "625:10:47",
|
1215
1215
|
"typeDescriptions": {
|
1216
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1216
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1217
1217
|
"typeString": "ResourceId"
|
1218
1218
|
}
|
1219
1219
|
},
|
@@ -1221,36 +1221,36 @@
|
|
1221
1221
|
},
|
1222
1222
|
{
|
1223
1223
|
"constant": false,
|
1224
|
-
"id":
|
1224
|
+
"id": 23895,
|
1225
1225
|
"mutability": "mutable",
|
1226
1226
|
"name": "system",
|
1227
1227
|
"nameLocation": "667:6:47",
|
1228
1228
|
"nodeType": "VariableDeclaration",
|
1229
|
-
"scope":
|
1229
|
+
"scope": 23900,
|
1230
1230
|
"src": "646:27:47",
|
1231
1231
|
"stateVariable": false,
|
1232
1232
|
"storageLocation": "default",
|
1233
1233
|
"typeDescriptions": {
|
1234
|
-
"typeIdentifier": "t_contract$_WorldContextConsumer_$
|
1234
|
+
"typeIdentifier": "t_contract$_WorldContextConsumer_$23320",
|
1235
1235
|
"typeString": "contract WorldContextConsumer"
|
1236
1236
|
},
|
1237
1237
|
"typeName": {
|
1238
|
-
"id":
|
1238
|
+
"id": 23894,
|
1239
1239
|
"nodeType": "UserDefinedTypeName",
|
1240
1240
|
"pathNode": {
|
1241
|
-
"id":
|
1241
|
+
"id": 23893,
|
1242
1242
|
"name": "WorldContextConsumer",
|
1243
1243
|
"nameLocations": [
|
1244
1244
|
"646:20:47"
|
1245
1245
|
],
|
1246
1246
|
"nodeType": "IdentifierPath",
|
1247
|
-
"referencedDeclaration":
|
1247
|
+
"referencedDeclaration": 23320,
|
1248
1248
|
"src": "646:20:47"
|
1249
1249
|
},
|
1250
|
-
"referencedDeclaration":
|
1250
|
+
"referencedDeclaration": 23320,
|
1251
1251
|
"src": "646:20:47",
|
1252
1252
|
"typeDescriptions": {
|
1253
|
-
"typeIdentifier": "t_contract$_WorldContextConsumer_$
|
1253
|
+
"typeIdentifier": "t_contract$_WorldContextConsumer_$23320",
|
1254
1254
|
"typeString": "contract WorldContextConsumer"
|
1255
1255
|
}
|
1256
1256
|
},
|
@@ -1258,12 +1258,12 @@
|
|
1258
1258
|
},
|
1259
1259
|
{
|
1260
1260
|
"constant": false,
|
1261
|
-
"id":
|
1261
|
+
"id": 23897,
|
1262
1262
|
"mutability": "mutable",
|
1263
1263
|
"name": "publicAccess",
|
1264
1264
|
"nameLocation": "680:12:47",
|
1265
1265
|
"nodeType": "VariableDeclaration",
|
1266
|
-
"scope":
|
1266
|
+
"scope": 23900,
|
1267
1267
|
"src": "675:17:47",
|
1268
1268
|
"stateVariable": false,
|
1269
1269
|
"storageLocation": "default",
|
@@ -1272,7 +1272,7 @@
|
|
1272
1272
|
"typeString": "bool"
|
1273
1273
|
},
|
1274
1274
|
"typeName": {
|
1275
|
-
"id":
|
1275
|
+
"id": 23896,
|
1276
1276
|
"name": "bool",
|
1277
1277
|
"nodeType": "ElementaryTypeName",
|
1278
1278
|
"src": "675:4:47",
|
@@ -1287,18 +1287,18 @@
|
|
1287
1287
|
"src": "624:69:47"
|
1288
1288
|
},
|
1289
1289
|
"returnParameters": {
|
1290
|
-
"id":
|
1290
|
+
"id": 23899,
|
1291
1291
|
"nodeType": "ParameterList",
|
1292
1292
|
"parameters": [],
|
1293
1293
|
"src": "702:0:47"
|
1294
1294
|
},
|
1295
|
-
"scope":
|
1295
|
+
"scope": 23944,
|
1296
1296
|
"stateMutability": "nonpayable",
|
1297
1297
|
"virtual": false,
|
1298
1298
|
"visibility": "external"
|
1299
1299
|
},
|
1300
1300
|
{
|
1301
|
-
"id":
|
1301
|
+
"id": 23910,
|
1302
1302
|
"nodeType": "FunctionDefinition",
|
1303
1303
|
"src": "707:154:47",
|
1304
1304
|
"nodes": [],
|
@@ -1309,41 +1309,41 @@
|
|
1309
1309
|
"name": "registerFunctionSelector",
|
1310
1310
|
"nameLocation": "716:24:47",
|
1311
1311
|
"parameters": {
|
1312
|
-
"id":
|
1312
|
+
"id": 23906,
|
1313
1313
|
"nodeType": "ParameterList",
|
1314
1314
|
"parameters": [
|
1315
1315
|
{
|
1316
1316
|
"constant": false,
|
1317
|
-
"id":
|
1317
|
+
"id": 23903,
|
1318
1318
|
"mutability": "mutable",
|
1319
1319
|
"name": "systemId",
|
1320
1320
|
"nameLocation": "757:8:47",
|
1321
1321
|
"nodeType": "VariableDeclaration",
|
1322
|
-
"scope":
|
1322
|
+
"scope": 23910,
|
1323
1323
|
"src": "746:19:47",
|
1324
1324
|
"stateVariable": false,
|
1325
1325
|
"storageLocation": "default",
|
1326
1326
|
"typeDescriptions": {
|
1327
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1327
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1328
1328
|
"typeString": "ResourceId"
|
1329
1329
|
},
|
1330
1330
|
"typeName": {
|
1331
|
-
"id":
|
1331
|
+
"id": 23902,
|
1332
1332
|
"nodeType": "UserDefinedTypeName",
|
1333
1333
|
"pathNode": {
|
1334
|
-
"id":
|
1334
|
+
"id": 23901,
|
1335
1335
|
"name": "ResourceId",
|
1336
1336
|
"nameLocations": [
|
1337
1337
|
"746:10:47"
|
1338
1338
|
],
|
1339
1339
|
"nodeType": "IdentifierPath",
|
1340
|
-
"referencedDeclaration":
|
1340
|
+
"referencedDeclaration": 26238,
|
1341
1341
|
"src": "746:10:47"
|
1342
1342
|
},
|
1343
|
-
"referencedDeclaration":
|
1343
|
+
"referencedDeclaration": 26238,
|
1344
1344
|
"src": "746:10:47",
|
1345
1345
|
"typeDescriptions": {
|
1346
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1346
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1347
1347
|
"typeString": "ResourceId"
|
1348
1348
|
}
|
1349
1349
|
},
|
@@ -1351,12 +1351,12 @@
|
|
1351
1351
|
},
|
1352
1352
|
{
|
1353
1353
|
"constant": false,
|
1354
|
-
"id":
|
1354
|
+
"id": 23905,
|
1355
1355
|
"mutability": "mutable",
|
1356
1356
|
"name": "systemFunctionSignature",
|
1357
1357
|
"nameLocation": "785:23:47",
|
1358
1358
|
"nodeType": "VariableDeclaration",
|
1359
|
-
"scope":
|
1359
|
+
"scope": 23910,
|
1360
1360
|
"src": "771:37:47",
|
1361
1361
|
"stateVariable": false,
|
1362
1362
|
"storageLocation": "memory",
|
@@ -1365,7 +1365,7 @@
|
|
1365
1365
|
"typeString": "string"
|
1366
1366
|
},
|
1367
1367
|
"typeName": {
|
1368
|
-
"id":
|
1368
|
+
"id": 23904,
|
1369
1369
|
"name": "string",
|
1370
1370
|
"nodeType": "ElementaryTypeName",
|
1371
1371
|
"src": "771:6:47",
|
@@ -1380,17 +1380,17 @@
|
|
1380
1380
|
"src": "740:72:47"
|
1381
1381
|
},
|
1382
1382
|
"returnParameters": {
|
1383
|
-
"id":
|
1383
|
+
"id": 23909,
|
1384
1384
|
"nodeType": "ParameterList",
|
1385
1385
|
"parameters": [
|
1386
1386
|
{
|
1387
1387
|
"constant": false,
|
1388
|
-
"id":
|
1388
|
+
"id": 23908,
|
1389
1389
|
"mutability": "mutable",
|
1390
1390
|
"name": "worldFunctionSelector",
|
1391
1391
|
"nameLocation": "838:21:47",
|
1392
1392
|
"nodeType": "VariableDeclaration",
|
1393
|
-
"scope":
|
1393
|
+
"scope": 23910,
|
1394
1394
|
"src": "831:28:47",
|
1395
1395
|
"stateVariable": false,
|
1396
1396
|
"storageLocation": "default",
|
@@ -1399,7 +1399,7 @@
|
|
1399
1399
|
"typeString": "bytes4"
|
1400
1400
|
},
|
1401
1401
|
"typeName": {
|
1402
|
-
"id":
|
1402
|
+
"id": 23907,
|
1403
1403
|
"name": "bytes4",
|
1404
1404
|
"nodeType": "ElementaryTypeName",
|
1405
1405
|
"src": "831:6:47",
|
@@ -1413,13 +1413,13 @@
|
|
1413
1413
|
],
|
1414
1414
|
"src": "830:30:47"
|
1415
1415
|
},
|
1416
|
-
"scope":
|
1416
|
+
"scope": 23944,
|
1417
1417
|
"stateMutability": "nonpayable",
|
1418
1418
|
"virtual": false,
|
1419
1419
|
"visibility": "external"
|
1420
1420
|
},
|
1421
1421
|
{
|
1422
|
-
"id":
|
1422
|
+
"id": 23922,
|
1423
1423
|
"nodeType": "FunctionDefinition",
|
1424
1424
|
"src": "865:192:47",
|
1425
1425
|
"nodes": [],
|
@@ -1430,41 +1430,41 @@
|
|
1430
1430
|
"name": "registerRootFunctionSelector",
|
1431
1431
|
"nameLocation": "874:28:47",
|
1432
1432
|
"parameters": {
|
1433
|
-
"id":
|
1433
|
+
"id": 23918,
|
1434
1434
|
"nodeType": "ParameterList",
|
1435
1435
|
"parameters": [
|
1436
1436
|
{
|
1437
1437
|
"constant": false,
|
1438
|
-
"id":
|
1438
|
+
"id": 23913,
|
1439
1439
|
"mutability": "mutable",
|
1440
1440
|
"name": "systemId",
|
1441
1441
|
"nameLocation": "919:8:47",
|
1442
1442
|
"nodeType": "VariableDeclaration",
|
1443
|
-
"scope":
|
1443
|
+
"scope": 23922,
|
1444
1444
|
"src": "908:19:47",
|
1445
1445
|
"stateVariable": false,
|
1446
1446
|
"storageLocation": "default",
|
1447
1447
|
"typeDescriptions": {
|
1448
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1448
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1449
1449
|
"typeString": "ResourceId"
|
1450
1450
|
},
|
1451
1451
|
"typeName": {
|
1452
|
-
"id":
|
1452
|
+
"id": 23912,
|
1453
1453
|
"nodeType": "UserDefinedTypeName",
|
1454
1454
|
"pathNode": {
|
1455
|
-
"id":
|
1455
|
+
"id": 23911,
|
1456
1456
|
"name": "ResourceId",
|
1457
1457
|
"nameLocations": [
|
1458
1458
|
"908:10:47"
|
1459
1459
|
],
|
1460
1460
|
"nodeType": "IdentifierPath",
|
1461
|
-
"referencedDeclaration":
|
1461
|
+
"referencedDeclaration": 26238,
|
1462
1462
|
"src": "908:10:47"
|
1463
1463
|
},
|
1464
|
-
"referencedDeclaration":
|
1464
|
+
"referencedDeclaration": 26238,
|
1465
1465
|
"src": "908:10:47",
|
1466
1466
|
"typeDescriptions": {
|
1467
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1467
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1468
1468
|
"typeString": "ResourceId"
|
1469
1469
|
}
|
1470
1470
|
},
|
@@ -1472,12 +1472,12 @@
|
|
1472
1472
|
},
|
1473
1473
|
{
|
1474
1474
|
"constant": false,
|
1475
|
-
"id":
|
1475
|
+
"id": 23915,
|
1476
1476
|
"mutability": "mutable",
|
1477
1477
|
"name": "worldFunctionSignature",
|
1478
1478
|
"nameLocation": "947:22:47",
|
1479
1479
|
"nodeType": "VariableDeclaration",
|
1480
|
-
"scope":
|
1480
|
+
"scope": 23922,
|
1481
1481
|
"src": "933:36:47",
|
1482
1482
|
"stateVariable": false,
|
1483
1483
|
"storageLocation": "memory",
|
@@ -1486,7 +1486,7 @@
|
|
1486
1486
|
"typeString": "string"
|
1487
1487
|
},
|
1488
1488
|
"typeName": {
|
1489
|
-
"id":
|
1489
|
+
"id": 23914,
|
1490
1490
|
"name": "string",
|
1491
1491
|
"nodeType": "ElementaryTypeName",
|
1492
1492
|
"src": "933:6:47",
|
@@ -1499,12 +1499,12 @@
|
|
1499
1499
|
},
|
1500
1500
|
{
|
1501
1501
|
"constant": false,
|
1502
|
-
"id":
|
1502
|
+
"id": 23917,
|
1503
1503
|
"mutability": "mutable",
|
1504
1504
|
"name": "systemFunctionSelector",
|
1505
1505
|
"nameLocation": "982:22:47",
|
1506
1506
|
"nodeType": "VariableDeclaration",
|
1507
|
-
"scope":
|
1507
|
+
"scope": 23922,
|
1508
1508
|
"src": "975:29:47",
|
1509
1509
|
"stateVariable": false,
|
1510
1510
|
"storageLocation": "default",
|
@@ -1513,7 +1513,7 @@
|
|
1513
1513
|
"typeString": "bytes4"
|
1514
1514
|
},
|
1515
1515
|
"typeName": {
|
1516
|
-
"id":
|
1516
|
+
"id": 23916,
|
1517
1517
|
"name": "bytes4",
|
1518
1518
|
"nodeType": "ElementaryTypeName",
|
1519
1519
|
"src": "975:6:47",
|
@@ -1528,17 +1528,17 @@
|
|
1528
1528
|
"src": "902:106:47"
|
1529
1529
|
},
|
1530
1530
|
"returnParameters": {
|
1531
|
-
"id":
|
1531
|
+
"id": 23921,
|
1532
1532
|
"nodeType": "ParameterList",
|
1533
1533
|
"parameters": [
|
1534
1534
|
{
|
1535
1535
|
"constant": false,
|
1536
|
-
"id":
|
1536
|
+
"id": 23920,
|
1537
1537
|
"mutability": "mutable",
|
1538
1538
|
"name": "worldFunctionSelector",
|
1539
1539
|
"nameLocation": "1034:21:47",
|
1540
1540
|
"nodeType": "VariableDeclaration",
|
1541
|
-
"scope":
|
1541
|
+
"scope": 23922,
|
1542
1542
|
"src": "1027:28:47",
|
1543
1543
|
"stateVariable": false,
|
1544
1544
|
"storageLocation": "default",
|
@@ -1547,7 +1547,7 @@
|
|
1547
1547
|
"typeString": "bytes4"
|
1548
1548
|
},
|
1549
1549
|
"typeName": {
|
1550
|
-
"id":
|
1550
|
+
"id": 23919,
|
1551
1551
|
"name": "bytes4",
|
1552
1552
|
"nodeType": "ElementaryTypeName",
|
1553
1553
|
"src": "1027:6:47",
|
@@ -1561,13 +1561,13 @@
|
|
1561
1561
|
],
|
1562
1562
|
"src": "1026:30:47"
|
1563
1563
|
},
|
1564
|
-
"scope":
|
1564
|
+
"scope": 23944,
|
1565
1565
|
"stateMutability": "nonpayable",
|
1566
1566
|
"virtual": false,
|
1567
1567
|
"visibility": "external"
|
1568
1568
|
},
|
1569
1569
|
{
|
1570
|
-
"id":
|
1570
|
+
"id": 23932,
|
1571
1571
|
"nodeType": "FunctionDefinition",
|
1572
1572
|
"src": "1061:115:47",
|
1573
1573
|
"nodes": [],
|
@@ -1578,17 +1578,17 @@
|
|
1578
1578
|
"name": "registerDelegation",
|
1579
1579
|
"nameLocation": "1070:18:47",
|
1580
1580
|
"parameters": {
|
1581
|
-
"id":
|
1581
|
+
"id": 23930,
|
1582
1582
|
"nodeType": "ParameterList",
|
1583
1583
|
"parameters": [
|
1584
1584
|
{
|
1585
1585
|
"constant": false,
|
1586
|
-
"id":
|
1586
|
+
"id": 23924,
|
1587
1587
|
"mutability": "mutable",
|
1588
1588
|
"name": "delegatee",
|
1589
1589
|
"nameLocation": "1097:9:47",
|
1590
1590
|
"nodeType": "VariableDeclaration",
|
1591
|
-
"scope":
|
1591
|
+
"scope": 23932,
|
1592
1592
|
"src": "1089:17:47",
|
1593
1593
|
"stateVariable": false,
|
1594
1594
|
"storageLocation": "default",
|
@@ -1597,7 +1597,7 @@
|
|
1597
1597
|
"typeString": "address"
|
1598
1598
|
},
|
1599
1599
|
"typeName": {
|
1600
|
-
"id":
|
1600
|
+
"id": 23923,
|
1601
1601
|
"name": "address",
|
1602
1602
|
"nodeType": "ElementaryTypeName",
|
1603
1603
|
"src": "1089:7:47",
|
@@ -1611,36 +1611,36 @@
|
|
1611
1611
|
},
|
1612
1612
|
{
|
1613
1613
|
"constant": false,
|
1614
|
-
"id":
|
1614
|
+
"id": 23927,
|
1615
1615
|
"mutability": "mutable",
|
1616
1616
|
"name": "delegationControlId",
|
1617
1617
|
"nameLocation": "1119:19:47",
|
1618
1618
|
"nodeType": "VariableDeclaration",
|
1619
|
-
"scope":
|
1619
|
+
"scope": 23932,
|
1620
1620
|
"src": "1108:30:47",
|
1621
1621
|
"stateVariable": false,
|
1622
1622
|
"storageLocation": "default",
|
1623
1623
|
"typeDescriptions": {
|
1624
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1624
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1625
1625
|
"typeString": "ResourceId"
|
1626
1626
|
},
|
1627
1627
|
"typeName": {
|
1628
|
-
"id":
|
1628
|
+
"id": 23926,
|
1629
1629
|
"nodeType": "UserDefinedTypeName",
|
1630
1630
|
"pathNode": {
|
1631
|
-
"id":
|
1631
|
+
"id": 23925,
|
1632
1632
|
"name": "ResourceId",
|
1633
1633
|
"nameLocations": [
|
1634
1634
|
"1108:10:47"
|
1635
1635
|
],
|
1636
1636
|
"nodeType": "IdentifierPath",
|
1637
|
-
"referencedDeclaration":
|
1637
|
+
"referencedDeclaration": 26238,
|
1638
1638
|
"src": "1108:10:47"
|
1639
1639
|
},
|
1640
|
-
"referencedDeclaration":
|
1640
|
+
"referencedDeclaration": 26238,
|
1641
1641
|
"src": "1108:10:47",
|
1642
1642
|
"typeDescriptions": {
|
1643
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1643
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1644
1644
|
"typeString": "ResourceId"
|
1645
1645
|
}
|
1646
1646
|
},
|
@@ -1648,12 +1648,12 @@
|
|
1648
1648
|
},
|
1649
1649
|
{
|
1650
1650
|
"constant": false,
|
1651
|
-
"id":
|
1651
|
+
"id": 23929,
|
1652
1652
|
"mutability": "mutable",
|
1653
1653
|
"name": "initCallData",
|
1654
1654
|
"nameLocation": "1153:12:47",
|
1655
1655
|
"nodeType": "VariableDeclaration",
|
1656
|
-
"scope":
|
1656
|
+
"scope": 23932,
|
1657
1657
|
"src": "1140:25:47",
|
1658
1658
|
"stateVariable": false,
|
1659
1659
|
"storageLocation": "memory",
|
@@ -1662,7 +1662,7 @@
|
|
1662
1662
|
"typeString": "bytes"
|
1663
1663
|
},
|
1664
1664
|
"typeName": {
|
1665
|
-
"id":
|
1665
|
+
"id": 23928,
|
1666
1666
|
"name": "bytes",
|
1667
1667
|
"nodeType": "ElementaryTypeName",
|
1668
1668
|
"src": "1140:5:47",
|
@@ -1677,18 +1677,18 @@
|
|
1677
1677
|
"src": "1088:78:47"
|
1678
1678
|
},
|
1679
1679
|
"returnParameters": {
|
1680
|
-
"id":
|
1680
|
+
"id": 23931,
|
1681
1681
|
"nodeType": "ParameterList",
|
1682
1682
|
"parameters": [],
|
1683
1683
|
"src": "1175:0:47"
|
1684
1684
|
},
|
1685
|
-
"scope":
|
1685
|
+
"scope": 23944,
|
1686
1686
|
"stateMutability": "nonpayable",
|
1687
1687
|
"virtual": false,
|
1688
1688
|
"visibility": "external"
|
1689
1689
|
},
|
1690
1690
|
{
|
1691
|
-
"id":
|
1691
|
+
"id": 23943,
|
1692
1692
|
"nodeType": "FunctionDefinition",
|
1693
1693
|
"src": "1180:145:47",
|
1694
1694
|
"nodes": [],
|
@@ -1699,41 +1699,41 @@
|
|
1699
1699
|
"name": "registerNamespaceDelegation",
|
1700
1700
|
"nameLocation": "1189:27:47",
|
1701
1701
|
"parameters": {
|
1702
|
-
"id":
|
1702
|
+
"id": 23941,
|
1703
1703
|
"nodeType": "ParameterList",
|
1704
1704
|
"parameters": [
|
1705
1705
|
{
|
1706
1706
|
"constant": false,
|
1707
|
-
"id":
|
1707
|
+
"id": 23935,
|
1708
1708
|
"mutability": "mutable",
|
1709
1709
|
"name": "namespaceId",
|
1710
1710
|
"nameLocation": "1233:11:47",
|
1711
1711
|
"nodeType": "VariableDeclaration",
|
1712
|
-
"scope":
|
1712
|
+
"scope": 23943,
|
1713
1713
|
"src": "1222:22:47",
|
1714
1714
|
"stateVariable": false,
|
1715
1715
|
"storageLocation": "default",
|
1716
1716
|
"typeDescriptions": {
|
1717
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1717
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1718
1718
|
"typeString": "ResourceId"
|
1719
1719
|
},
|
1720
1720
|
"typeName": {
|
1721
|
-
"id":
|
1721
|
+
"id": 23934,
|
1722
1722
|
"nodeType": "UserDefinedTypeName",
|
1723
1723
|
"pathNode": {
|
1724
|
-
"id":
|
1724
|
+
"id": 23933,
|
1725
1725
|
"name": "ResourceId",
|
1726
1726
|
"nameLocations": [
|
1727
1727
|
"1222:10:47"
|
1728
1728
|
],
|
1729
1729
|
"nodeType": "IdentifierPath",
|
1730
|
-
"referencedDeclaration":
|
1730
|
+
"referencedDeclaration": 26238,
|
1731
1731
|
"src": "1222:10:47"
|
1732
1732
|
},
|
1733
|
-
"referencedDeclaration":
|
1733
|
+
"referencedDeclaration": 26238,
|
1734
1734
|
"src": "1222:10:47",
|
1735
1735
|
"typeDescriptions": {
|
1736
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1736
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1737
1737
|
"typeString": "ResourceId"
|
1738
1738
|
}
|
1739
1739
|
},
|
@@ -1741,36 +1741,36 @@
|
|
1741
1741
|
},
|
1742
1742
|
{
|
1743
1743
|
"constant": false,
|
1744
|
-
"id":
|
1744
|
+
"id": 23938,
|
1745
1745
|
"mutability": "mutable",
|
1746
1746
|
"name": "delegationControlId",
|
1747
1747
|
"nameLocation": "1261:19:47",
|
1748
1748
|
"nodeType": "VariableDeclaration",
|
1749
|
-
"scope":
|
1749
|
+
"scope": 23943,
|
1750
1750
|
"src": "1250:30:47",
|
1751
1751
|
"stateVariable": false,
|
1752
1752
|
"storageLocation": "default",
|
1753
1753
|
"typeDescriptions": {
|
1754
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1754
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1755
1755
|
"typeString": "ResourceId"
|
1756
1756
|
},
|
1757
1757
|
"typeName": {
|
1758
|
-
"id":
|
1758
|
+
"id": 23937,
|
1759
1759
|
"nodeType": "UserDefinedTypeName",
|
1760
1760
|
"pathNode": {
|
1761
|
-
"id":
|
1761
|
+
"id": 23936,
|
1762
1762
|
"name": "ResourceId",
|
1763
1763
|
"nameLocations": [
|
1764
1764
|
"1250:10:47"
|
1765
1765
|
],
|
1766
1766
|
"nodeType": "IdentifierPath",
|
1767
|
-
"referencedDeclaration":
|
1767
|
+
"referencedDeclaration": 26238,
|
1768
1768
|
"src": "1250:10:47"
|
1769
1769
|
},
|
1770
|
-
"referencedDeclaration":
|
1770
|
+
"referencedDeclaration": 26238,
|
1771
1771
|
"src": "1250:10:47",
|
1772
1772
|
"typeDescriptions": {
|
1773
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1773
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1774
1774
|
"typeString": "ResourceId"
|
1775
1775
|
}
|
1776
1776
|
},
|
@@ -1778,12 +1778,12 @@
|
|
1778
1778
|
},
|
1779
1779
|
{
|
1780
1780
|
"constant": false,
|
1781
|
-
"id":
|
1781
|
+
"id": 23940,
|
1782
1782
|
"mutability": "mutable",
|
1783
1783
|
"name": "initCallData",
|
1784
1784
|
"nameLocation": "1299:12:47",
|
1785
1785
|
"nodeType": "VariableDeclaration",
|
1786
|
-
"scope":
|
1786
|
+
"scope": 23943,
|
1787
1787
|
"src": "1286:25:47",
|
1788
1788
|
"stateVariable": false,
|
1789
1789
|
"storageLocation": "memory",
|
@@ -1792,7 +1792,7 @@
|
|
1792
1792
|
"typeString": "bytes"
|
1793
1793
|
},
|
1794
1794
|
"typeName": {
|
1795
|
-
"id":
|
1795
|
+
"id": 23939,
|
1796
1796
|
"name": "bytes",
|
1797
1797
|
"nodeType": "ElementaryTypeName",
|
1798
1798
|
"src": "1286:5:47",
|
@@ -1807,12 +1807,12 @@
|
|
1807
1807
|
"src": "1216:99:47"
|
1808
1808
|
},
|
1809
1809
|
"returnParameters": {
|
1810
|
-
"id":
|
1810
|
+
"id": 23942,
|
1811
1811
|
"nodeType": "ParameterList",
|
1812
1812
|
"parameters": [],
|
1813
1813
|
"src": "1324:0:47"
|
1814
1814
|
},
|
1815
|
-
"scope":
|
1815
|
+
"scope": 23944,
|
1816
1816
|
"stateMutability": "nonpayable",
|
1817
1817
|
"virtual": false,
|
1818
1818
|
"visibility": "external"
|
@@ -1825,11 +1825,11 @@
|
|
1825
1825
|
"contractKind": "interface",
|
1826
1826
|
"fullyImplemented": false,
|
1827
1827
|
"linearizedBaseContracts": [
|
1828
|
-
|
1828
|
+
23944
|
1829
1829
|
],
|
1830
1830
|
"name": "IWorldRegistrationSystem",
|
1831
1831
|
"nameLocation": "306:24:47",
|
1832
|
-
"scope":
|
1832
|
+
"scope": 23945,
|
1833
1833
|
"usedErrors": [],
|
1834
1834
|
"usedEvents": []
|
1835
1835
|
}
|