@latticexyz/world-modules 2.0.0-main-e20633d4 → 2.0.0-main-071aadb9
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 +220 -220
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4463 -4463
- package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
- package/out/DelegationControl.sol/DelegationControl.json +98 -98
- package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/Hook.sol/HookInstance.json +13 -13
- package/out/Hook.sol/HookLib.json +13 -13
- package/out/Hooks.sol/Hooks.json +3186 -3186
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +106 -100
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +98 -92
- package/out/IBaseWorld.sol/IBaseWorld.json +79 -79
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +92 -86
- package/out/ICoreSystem.sol/ICoreSystem.json +19 -13
- package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
- package/out/IModule.sol/IModule.json +78 -78
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +52 -46
- package/out/ISystemHook.sol/ISystemHook.json +86 -86
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
- package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
- package/out/IWorldKernel.sol/IWorldCall.json +154 -154
- package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +329 -323
- package/out/KeysInTable.sol/KeysInTable.json +18239 -18239
- package/out/KeysInTableHook.sol/KeysInTableHook.json +882 -882
- package/out/KeysInTableModule.sol/KeysInTableModule.json +564 -564
- package/out/KeysWithValue.sol/KeysWithValue.json +6661 -6661
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1023 -1023
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +450 -450
- package/out/Memory.sol/Memory.json +4 -4
- package/out/Module.sol/Module.json +88 -88
- package/out/ResourceIds.sol/ResourceIds.json +1237 -1231
- package/out/Schema.sol/SchemaInstance.json +72 -72
- package/out/Schema.sol/SchemaLib.json +72 -72
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/Slice.sol/SliceInstance.json +4 -4
- package/out/Slice.sol/SliceLib.json +4 -4
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +330 -330
- package/out/Storage.sol/Storage.json +7 -7
- package/out/StoreCore.sol/StoreCore.json +101 -101
- package/out/StoreCore.sol/StoreCoreInternal.json +101 -101
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +6042 -6042
- package/out/StoreSwitch.sol/StoreSwitch.json +13 -13
- package/out/System.sol/System.json +32 -32
- package/out/Tables.sol/Tables.json +10401 -10401
- package/out/TightCoder.sol/TightCoder.json +124 -124
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +124 -124
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3442 -3442
- package/out/UniqueEntity.sol/UniqueEntity.json +2344 -2344
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +351 -351
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +98 -98
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4568 -4562
- package/out/WorldContext.sol/WorldContextConsumer.json +376 -376
- package/out/WorldContext.sol/WorldContextProvider.json +376 -376
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/constants.sol/LayoutOffsets.json +79 -79
- 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 +186 -186
- package/out/leftMask.sol/leftMask.json +31 -31
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1338 -1338
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
- package/out/src/IStore.sol/IStore.json +52 -52
- package/out/src/IWorldKernel.sol/IWorldCall.json +154 -154
- package/out/src/IWorldKernel.sol/IWorldKernel.json +154 -154
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4473 -4473
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4473 -4473
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2496 -2496
- package/out/src/WorldContext.sol/WorldContextConsumer.json +376 -376
- package/out/src/WorldContext.sol/WorldContextProvider.json +376 -376
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +2889 -2883
- package/out/tables/Tables.sol/Tables.json +12187 -12187
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/version.sol/version.json +7 -7
- package/out/world/src/IERC165.sol/IERC165.json +28 -28
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +4 -2
- package/src/modules/keysintable/tables/KeysInTable.sol +357 -163
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +116 -36
- package/src/modules/keyswithvalue/tables/KeysWithValue.sol +163 -69
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +87 -26
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +87 -26
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +87 -26
@@ -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\":\"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\":\"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\":\"0x1dd80c8f47d425b611aa382a226a47919831976e0da7145a227c1bf629eec24d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ac31d8551e5ef995d45e8eef1067e9793a2228cc3a539e16121d27083b203715\",\"dweb:/ipfs/QmWntan3y5oFxNnuvit8A4Xiuk2bMWasWTA7cqkh7Tk427\"]},\"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\":\"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\":\"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\"]}},\"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\":{\"details\":\"This interface is automatically generated from the corresponding system contract. Do not edit manually.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"IWorldRegistrationSystem\",\"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\":\"0xd7e31957e7fcf056912fe16e10a0411bdb071c14c45853e7da264dfbfd6bcb62\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c4ce02327ac8971177685fc2655733ed3c07f5dfb72846680544a48953180aad\",\"dweb:/ipfs/QmQMNtkeCXdZfyyvtY8vUrKh5RUbpM7HYMGrzbxZGzTEFh\"]},\"/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\":\"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\":\"0x1dd80c8f47d425b611aa382a226a47919831976e0da7145a227c1bf629eec24d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ac31d8551e5ef995d45e8eef1067e9793a2228cc3a539e16121d27083b203715\",\"dweb:/ipfs/QmWntan3y5oFxNnuvit8A4Xiuk2bMWasWTA7cqkh7Tk427\"]},\"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\"]}},\"version\":1}",
|
201
201
|
"metadata": {
|
202
202
|
"compiler": {
|
203
203
|
"version": "0.8.21+commit.d9974bed"
|
@@ -447,10 +447,10 @@
|
|
447
447
|
"license": "MIT"
|
448
448
|
},
|
449
449
|
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol": {
|
450
|
-
"keccak256": "
|
450
|
+
"keccak256": "0xd7e31957e7fcf056912fe16e10a0411bdb071c14c45853e7da264dfbfd6bcb62",
|
451
451
|
"urls": [
|
452
|
-
"bzz-raw://
|
453
|
-
"dweb:/ipfs/
|
452
|
+
"bzz-raw://c4ce02327ac8971177685fc2655733ed3c07f5dfb72846680544a48953180aad",
|
453
|
+
"dweb:/ipfs/QmQMNtkeCXdZfyyvtY8vUrKh5RUbpM7HYMGrzbxZGzTEFh"
|
454
454
|
],
|
455
455
|
"license": "MIT"
|
456
456
|
},
|
@@ -655,34 +655,34 @@
|
|
655
655
|
"license": "MIT"
|
656
656
|
},
|
657
657
|
"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol": {
|
658
|
-
"keccak256": "
|
658
|
+
"keccak256": "0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c",
|
659
659
|
"urls": [
|
660
|
-
"bzz-raw://
|
661
|
-
"dweb:/ipfs/
|
660
|
+
"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c",
|
661
|
+
"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD"
|
662
662
|
],
|
663
663
|
"license": "MIT"
|
664
664
|
},
|
665
665
|
"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol": {
|
666
|
-
"keccak256": "
|
666
|
+
"keccak256": "0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d",
|
667
667
|
"urls": [
|
668
|
-
"bzz-raw://
|
669
|
-
"dweb:/ipfs/
|
668
|
+
"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72",
|
669
|
+
"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a"
|
670
670
|
],
|
671
671
|
"license": "MIT"
|
672
672
|
},
|
673
673
|
"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol": {
|
674
|
-
"keccak256": "
|
674
|
+
"keccak256": "0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c",
|
675
675
|
"urls": [
|
676
|
-
"bzz-raw://
|
677
|
-
"dweb:/ipfs/
|
676
|
+
"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764",
|
677
|
+
"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP"
|
678
678
|
],
|
679
679
|
"license": "MIT"
|
680
680
|
},
|
681
681
|
"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol": {
|
682
|
-
"keccak256": "
|
682
|
+
"keccak256": "0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04",
|
683
683
|
"urls": [
|
684
|
-
"bzz-raw://
|
685
|
-
"dweb:/ipfs/
|
684
|
+
"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c",
|
685
|
+
"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz"
|
686
686
|
],
|
687
687
|
"license": "MIT"
|
688
688
|
},
|
@@ -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": 24258,
|
759
759
|
"exportedSymbols": {
|
760
760
|
"ISystemHook": [
|
761
|
-
|
761
|
+
23337
|
762
762
|
],
|
763
763
|
"IWorldRegistrationSystem": [
|
764
|
-
|
764
|
+
24257
|
765
765
|
],
|
766
766
|
"ResourceId": [
|
767
|
-
|
767
|
+
26573
|
768
768
|
],
|
769
769
|
"WorldContextConsumer": [
|
770
|
-
|
770
|
+
23627
|
771
771
|
]
|
772
772
|
},
|
773
773
|
"nodeType": "SourceUnit",
|
774
|
-
"src": "32:
|
774
|
+
"src": "32:1451:47",
|
775
775
|
"nodes": [
|
776
776
|
{
|
777
|
-
"id":
|
777
|
+
"id": 24169,
|
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": 24171,
|
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": 24258,
|
797
|
+
"sourceUnit": 26645,
|
798
798
|
"symbolAliases": [
|
799
799
|
{
|
800
800
|
"foreign": {
|
801
|
-
"id":
|
801
|
+
"id": 24170,
|
802
802
|
"name": "ResourceId",
|
803
803
|
"nodeType": "Identifier",
|
804
804
|
"overloadedDeclarations": [],
|
805
|
-
"referencedDeclaration":
|
805
|
+
"referencedDeclaration": 26573,
|
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": 24173,
|
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": 24258,
|
823
|
+
"sourceUnit": 23338,
|
824
824
|
"symbolAliases": [
|
825
825
|
{
|
826
826
|
"foreign": {
|
827
|
-
"id":
|
827
|
+
"id": 24172,
|
828
828
|
"name": "ISystemHook",
|
829
829
|
"nodeType": "Identifier",
|
830
830
|
"overloadedDeclarations": [],
|
831
|
-
"referencedDeclaration":
|
831
|
+
"referencedDeclaration": 23337,
|
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": 24175,
|
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": 24258,
|
849
|
+
"sourceUnit": 23782,
|
850
850
|
"symbolAliases": [
|
851
851
|
{
|
852
852
|
"foreign": {
|
853
|
-
"id":
|
853
|
+
"id": 24174,
|
854
854
|
"name": "WorldContextConsumer",
|
855
855
|
"nodeType": "Identifier",
|
856
856
|
"overloadedDeclarations": [],
|
857
|
-
"referencedDeclaration":
|
857
|
+
"referencedDeclaration": 23627,
|
858
858
|
"src": "239:20:47",
|
859
859
|
"typeDescriptions": {}
|
860
860
|
},
|
@@ -864,123 +864,123 @@
|
|
864
864
|
"unitAlias": ""
|
865
865
|
},
|
866
866
|
{
|
867
|
-
"id":
|
867
|
+
"id": 24257,
|
868
868
|
"nodeType": "ContractDefinition",
|
869
|
-
"src": "
|
869
|
+
"src": "451:1031:47",
|
870
870
|
"nodes": [
|
871
871
|
{
|
872
|
-
"id":
|
872
|
+
"id": 24182,
|
873
873
|
"nodeType": "FunctionDefinition",
|
874
|
-
"src": "
|
874
|
+
"src": "490:60:47",
|
875
875
|
"nodes": [],
|
876
876
|
"functionSelector": "b29e4089",
|
877
877
|
"implemented": false,
|
878
878
|
"kind": "function",
|
879
879
|
"modifiers": [],
|
880
880
|
"name": "registerNamespace",
|
881
|
-
"nameLocation": "
|
881
|
+
"nameLocation": "499:17:47",
|
882
882
|
"parameters": {
|
883
|
-
"id":
|
883
|
+
"id": 24180,
|
884
884
|
"nodeType": "ParameterList",
|
885
885
|
"parameters": [
|
886
886
|
{
|
887
887
|
"constant": false,
|
888
|
-
"id":
|
888
|
+
"id": 24179,
|
889
889
|
"mutability": "mutable",
|
890
890
|
"name": "namespaceId",
|
891
|
-
"nameLocation": "
|
891
|
+
"nameLocation": "528:11:47",
|
892
892
|
"nodeType": "VariableDeclaration",
|
893
|
-
"scope":
|
894
|
-
"src": "
|
893
|
+
"scope": 24182,
|
894
|
+
"src": "517:22:47",
|
895
895
|
"stateVariable": false,
|
896
896
|
"storageLocation": "default",
|
897
897
|
"typeDescriptions": {
|
898
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
898
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
899
899
|
"typeString": "ResourceId"
|
900
900
|
},
|
901
901
|
"typeName": {
|
902
|
-
"id":
|
902
|
+
"id": 24178,
|
903
903
|
"nodeType": "UserDefinedTypeName",
|
904
904
|
"pathNode": {
|
905
|
-
"id":
|
905
|
+
"id": 24177,
|
906
906
|
"name": "ResourceId",
|
907
907
|
"nameLocations": [
|
908
|
-
"
|
908
|
+
"517:10:47"
|
909
909
|
],
|
910
910
|
"nodeType": "IdentifierPath",
|
911
|
-
"referencedDeclaration":
|
912
|
-
"src": "
|
911
|
+
"referencedDeclaration": 26573,
|
912
|
+
"src": "517:10:47"
|
913
913
|
},
|
914
|
-
"referencedDeclaration":
|
915
|
-
"src": "
|
914
|
+
"referencedDeclaration": 26573,
|
915
|
+
"src": "517:10:47",
|
916
916
|
"typeDescriptions": {
|
917
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
917
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
918
918
|
"typeString": "ResourceId"
|
919
919
|
}
|
920
920
|
},
|
921
921
|
"visibility": "internal"
|
922
922
|
}
|
923
923
|
],
|
924
|
-
"src": "
|
924
|
+
"src": "516:24:47"
|
925
925
|
},
|
926
926
|
"returnParameters": {
|
927
|
-
"id":
|
927
|
+
"id": 24181,
|
928
928
|
"nodeType": "ParameterList",
|
929
929
|
"parameters": [],
|
930
|
-
"src": "
|
930
|
+
"src": "549:0:47"
|
931
931
|
},
|
932
|
-
"scope":
|
932
|
+
"scope": 24257,
|
933
933
|
"stateMutability": "nonpayable",
|
934
934
|
"virtual": false,
|
935
935
|
"visibility": "external"
|
936
936
|
},
|
937
937
|
{
|
938
|
-
"id":
|
938
|
+
"id": 24193,
|
939
939
|
"nodeType": "FunctionDefinition",
|
940
|
-
"src": "
|
940
|
+
"src": "554:109:47",
|
941
941
|
"nodes": [],
|
942
942
|
"functionSelector": "d5f8337f",
|
943
943
|
"implemented": false,
|
944
944
|
"kind": "function",
|
945
945
|
"modifiers": [],
|
946
946
|
"name": "registerSystemHook",
|
947
|
-
"nameLocation": "
|
947
|
+
"nameLocation": "563:18:47",
|
948
948
|
"parameters": {
|
949
|
-
"id":
|
949
|
+
"id": 24191,
|
950
950
|
"nodeType": "ParameterList",
|
951
951
|
"parameters": [
|
952
952
|
{
|
953
953
|
"constant": false,
|
954
|
-
"id":
|
954
|
+
"id": 24185,
|
955
955
|
"mutability": "mutable",
|
956
956
|
"name": "systemId",
|
957
|
-
"nameLocation": "
|
957
|
+
"nameLocation": "593:8:47",
|
958
958
|
"nodeType": "VariableDeclaration",
|
959
|
-
"scope":
|
960
|
-
"src": "
|
959
|
+
"scope": 24193,
|
960
|
+
"src": "582:19:47",
|
961
961
|
"stateVariable": false,
|
962
962
|
"storageLocation": "default",
|
963
963
|
"typeDescriptions": {
|
964
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
964
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
965
965
|
"typeString": "ResourceId"
|
966
966
|
},
|
967
967
|
"typeName": {
|
968
|
-
"id":
|
968
|
+
"id": 24184,
|
969
969
|
"nodeType": "UserDefinedTypeName",
|
970
970
|
"pathNode": {
|
971
|
-
"id":
|
971
|
+
"id": 24183,
|
972
972
|
"name": "ResourceId",
|
973
973
|
"nameLocations": [
|
974
|
-
"
|
974
|
+
"582:10:47"
|
975
975
|
],
|
976
976
|
"nodeType": "IdentifierPath",
|
977
|
-
"referencedDeclaration":
|
978
|
-
"src": "
|
977
|
+
"referencedDeclaration": 26573,
|
978
|
+
"src": "582:10:47"
|
979
979
|
},
|
980
|
-
"referencedDeclaration":
|
981
|
-
"src": "
|
980
|
+
"referencedDeclaration": 26573,
|
981
|
+
"src": "582:10:47",
|
982
982
|
"typeDescriptions": {
|
983
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
983
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
984
984
|
"typeString": "ResourceId"
|
985
985
|
}
|
986
986
|
},
|
@@ -988,36 +988,36 @@
|
|
988
988
|
},
|
989
989
|
{
|
990
990
|
"constant": false,
|
991
|
-
"id":
|
991
|
+
"id": 24188,
|
992
992
|
"mutability": "mutable",
|
993
993
|
"name": "hookAddress",
|
994
|
-
"nameLocation": "
|
994
|
+
"nameLocation": "615:11:47",
|
995
995
|
"nodeType": "VariableDeclaration",
|
996
|
-
"scope":
|
997
|
-
"src": "
|
996
|
+
"scope": 24193,
|
997
|
+
"src": "603:23:47",
|
998
998
|
"stateVariable": false,
|
999
999
|
"storageLocation": "default",
|
1000
1000
|
"typeDescriptions": {
|
1001
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1001
|
+
"typeIdentifier": "t_contract$_ISystemHook_$23337",
|
1002
1002
|
"typeString": "contract ISystemHook"
|
1003
1003
|
},
|
1004
1004
|
"typeName": {
|
1005
|
-
"id":
|
1005
|
+
"id": 24187,
|
1006
1006
|
"nodeType": "UserDefinedTypeName",
|
1007
1007
|
"pathNode": {
|
1008
|
-
"id":
|
1008
|
+
"id": 24186,
|
1009
1009
|
"name": "ISystemHook",
|
1010
1010
|
"nameLocations": [
|
1011
|
-
"
|
1011
|
+
"603:11:47"
|
1012
1012
|
],
|
1013
1013
|
"nodeType": "IdentifierPath",
|
1014
|
-
"referencedDeclaration":
|
1015
|
-
"src": "
|
1014
|
+
"referencedDeclaration": 23337,
|
1015
|
+
"src": "603:11:47"
|
1016
1016
|
},
|
1017
|
-
"referencedDeclaration":
|
1018
|
-
"src": "
|
1017
|
+
"referencedDeclaration": 23337,
|
1018
|
+
"src": "603:11:47",
|
1019
1019
|
"typeDescriptions": {
|
1020
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1020
|
+
"typeIdentifier": "t_contract$_ISystemHook_$23337",
|
1021
1021
|
"typeString": "contract ISystemHook"
|
1022
1022
|
}
|
1023
1023
|
},
|
@@ -1025,13 +1025,13 @@
|
|
1025
1025
|
},
|
1026
1026
|
{
|
1027
1027
|
"constant": false,
|
1028
|
-
"id":
|
1028
|
+
"id": 24190,
|
1029
1029
|
"mutability": "mutable",
|
1030
1030
|
"name": "enabledHooksBitmap",
|
1031
|
-
"nameLocation": "
|
1031
|
+
"nameLocation": "634:18:47",
|
1032
1032
|
"nodeType": "VariableDeclaration",
|
1033
|
-
"scope":
|
1034
|
-
"src": "
|
1033
|
+
"scope": 24193,
|
1034
|
+
"src": "628:24:47",
|
1035
1035
|
"stateVariable": false,
|
1036
1036
|
"storageLocation": "default",
|
1037
1037
|
"typeDescriptions": {
|
@@ -1039,10 +1039,10 @@
|
|
1039
1039
|
"typeString": "uint8"
|
1040
1040
|
},
|
1041
1041
|
"typeName": {
|
1042
|
-
"id":
|
1042
|
+
"id": 24189,
|
1043
1043
|
"name": "uint8",
|
1044
1044
|
"nodeType": "ElementaryTypeName",
|
1045
|
-
"src": "
|
1045
|
+
"src": "628:5:47",
|
1046
1046
|
"typeDescriptions": {
|
1047
1047
|
"typeIdentifier": "t_uint8",
|
1048
1048
|
"typeString": "uint8"
|
@@ -1051,66 +1051,66 @@
|
|
1051
1051
|
"visibility": "internal"
|
1052
1052
|
}
|
1053
1053
|
],
|
1054
|
-
"src": "
|
1054
|
+
"src": "581:72:47"
|
1055
1055
|
},
|
1056
1056
|
"returnParameters": {
|
1057
|
-
"id":
|
1057
|
+
"id": 24192,
|
1058
1058
|
"nodeType": "ParameterList",
|
1059
1059
|
"parameters": [],
|
1060
|
-
"src": "
|
1060
|
+
"src": "662:0:47"
|
1061
1061
|
},
|
1062
|
-
"scope":
|
1062
|
+
"scope": 24257,
|
1063
1063
|
"stateMutability": "nonpayable",
|
1064
1064
|
"virtual": false,
|
1065
1065
|
"visibility": "external"
|
1066
1066
|
},
|
1067
1067
|
{
|
1068
|
-
"id":
|
1068
|
+
"id": 24202,
|
1069
1069
|
"nodeType": "FunctionDefinition",
|
1070
|
-
"src": "
|
1070
|
+
"src": "667:85:47",
|
1071
1071
|
"nodes": [],
|
1072
1072
|
"functionSelector": "a92813ad",
|
1073
1073
|
"implemented": false,
|
1074
1074
|
"kind": "function",
|
1075
1075
|
"modifiers": [],
|
1076
1076
|
"name": "unregisterSystemHook",
|
1077
|
-
"nameLocation": "
|
1077
|
+
"nameLocation": "676:20:47",
|
1078
1078
|
"parameters": {
|
1079
|
-
"id":
|
1079
|
+
"id": 24200,
|
1080
1080
|
"nodeType": "ParameterList",
|
1081
1081
|
"parameters": [
|
1082
1082
|
{
|
1083
1083
|
"constant": false,
|
1084
|
-
"id":
|
1084
|
+
"id": 24196,
|
1085
1085
|
"mutability": "mutable",
|
1086
1086
|
"name": "systemId",
|
1087
|
-
"nameLocation": "
|
1087
|
+
"nameLocation": "708:8:47",
|
1088
1088
|
"nodeType": "VariableDeclaration",
|
1089
|
-
"scope":
|
1090
|
-
"src": "
|
1089
|
+
"scope": 24202,
|
1090
|
+
"src": "697:19:47",
|
1091
1091
|
"stateVariable": false,
|
1092
1092
|
"storageLocation": "default",
|
1093
1093
|
"typeDescriptions": {
|
1094
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1094
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1095
1095
|
"typeString": "ResourceId"
|
1096
1096
|
},
|
1097
1097
|
"typeName": {
|
1098
|
-
"id":
|
1098
|
+
"id": 24195,
|
1099
1099
|
"nodeType": "UserDefinedTypeName",
|
1100
1100
|
"pathNode": {
|
1101
|
-
"id":
|
1101
|
+
"id": 24194,
|
1102
1102
|
"name": "ResourceId",
|
1103
1103
|
"nameLocations": [
|
1104
|
-
"
|
1104
|
+
"697:10:47"
|
1105
1105
|
],
|
1106
1106
|
"nodeType": "IdentifierPath",
|
1107
|
-
"referencedDeclaration":
|
1108
|
-
"src": "
|
1107
|
+
"referencedDeclaration": 26573,
|
1108
|
+
"src": "697:10:47"
|
1109
1109
|
},
|
1110
|
-
"referencedDeclaration":
|
1111
|
-
"src": "
|
1110
|
+
"referencedDeclaration": 26573,
|
1111
|
+
"src": "697:10:47",
|
1112
1112
|
"typeDescriptions": {
|
1113
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1113
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1114
1114
|
"typeString": "ResourceId"
|
1115
1115
|
}
|
1116
1116
|
},
|
@@ -1118,102 +1118,102 @@
|
|
1118
1118
|
},
|
1119
1119
|
{
|
1120
1120
|
"constant": false,
|
1121
|
-
"id":
|
1121
|
+
"id": 24199,
|
1122
1122
|
"mutability": "mutable",
|
1123
1123
|
"name": "hookAddress",
|
1124
|
-
"nameLocation": "
|
1124
|
+
"nameLocation": "730:11:47",
|
1125
1125
|
"nodeType": "VariableDeclaration",
|
1126
|
-
"scope":
|
1127
|
-
"src": "
|
1126
|
+
"scope": 24202,
|
1127
|
+
"src": "718:23:47",
|
1128
1128
|
"stateVariable": false,
|
1129
1129
|
"storageLocation": "default",
|
1130
1130
|
"typeDescriptions": {
|
1131
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1131
|
+
"typeIdentifier": "t_contract$_ISystemHook_$23337",
|
1132
1132
|
"typeString": "contract ISystemHook"
|
1133
1133
|
},
|
1134
1134
|
"typeName": {
|
1135
|
-
"id":
|
1135
|
+
"id": 24198,
|
1136
1136
|
"nodeType": "UserDefinedTypeName",
|
1137
1137
|
"pathNode": {
|
1138
|
-
"id":
|
1138
|
+
"id": 24197,
|
1139
1139
|
"name": "ISystemHook",
|
1140
1140
|
"nameLocations": [
|
1141
|
-
"
|
1141
|
+
"718:11:47"
|
1142
1142
|
],
|
1143
1143
|
"nodeType": "IdentifierPath",
|
1144
|
-
"referencedDeclaration":
|
1145
|
-
"src": "
|
1144
|
+
"referencedDeclaration": 23337,
|
1145
|
+
"src": "718:11:47"
|
1146
1146
|
},
|
1147
|
-
"referencedDeclaration":
|
1148
|
-
"src": "
|
1147
|
+
"referencedDeclaration": 23337,
|
1148
|
+
"src": "718:11:47",
|
1149
1149
|
"typeDescriptions": {
|
1150
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1150
|
+
"typeIdentifier": "t_contract$_ISystemHook_$23337",
|
1151
1151
|
"typeString": "contract ISystemHook"
|
1152
1152
|
}
|
1153
1153
|
},
|
1154
1154
|
"visibility": "internal"
|
1155
1155
|
}
|
1156
1156
|
],
|
1157
|
-
"src": "
|
1157
|
+
"src": "696:46:47"
|
1158
1158
|
},
|
1159
1159
|
"returnParameters": {
|
1160
|
-
"id":
|
1160
|
+
"id": 24201,
|
1161
1161
|
"nodeType": "ParameterList",
|
1162
1162
|
"parameters": [],
|
1163
|
-
"src": "
|
1163
|
+
"src": "751:0:47"
|
1164
1164
|
},
|
1165
|
-
"scope":
|
1165
|
+
"scope": 24257,
|
1166
1166
|
"stateMutability": "nonpayable",
|
1167
1167
|
"virtual": false,
|
1168
1168
|
"visibility": "external"
|
1169
1169
|
},
|
1170
1170
|
{
|
1171
|
-
"id":
|
1171
|
+
"id": 24213,
|
1172
1172
|
"nodeType": "FunctionDefinition",
|
1173
|
-
"src": "
|
1173
|
+
"src": "756:102:47",
|
1174
1174
|
"nodes": [],
|
1175
1175
|
"functionSelector": "3350b6a9",
|
1176
1176
|
"implemented": false,
|
1177
1177
|
"kind": "function",
|
1178
1178
|
"modifiers": [],
|
1179
1179
|
"name": "registerSystem",
|
1180
|
-
"nameLocation": "
|
1180
|
+
"nameLocation": "765:14:47",
|
1181
1181
|
"parameters": {
|
1182
|
-
"id":
|
1182
|
+
"id": 24211,
|
1183
1183
|
"nodeType": "ParameterList",
|
1184
1184
|
"parameters": [
|
1185
1185
|
{
|
1186
1186
|
"constant": false,
|
1187
|
-
"id":
|
1187
|
+
"id": 24205,
|
1188
1188
|
"mutability": "mutable",
|
1189
1189
|
"name": "systemId",
|
1190
|
-
"nameLocation": "
|
1190
|
+
"nameLocation": "791:8:47",
|
1191
1191
|
"nodeType": "VariableDeclaration",
|
1192
|
-
"scope":
|
1193
|
-
"src": "
|
1192
|
+
"scope": 24213,
|
1193
|
+
"src": "780:19:47",
|
1194
1194
|
"stateVariable": false,
|
1195
1195
|
"storageLocation": "default",
|
1196
1196
|
"typeDescriptions": {
|
1197
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1197
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1198
1198
|
"typeString": "ResourceId"
|
1199
1199
|
},
|
1200
1200
|
"typeName": {
|
1201
|
-
"id":
|
1201
|
+
"id": 24204,
|
1202
1202
|
"nodeType": "UserDefinedTypeName",
|
1203
1203
|
"pathNode": {
|
1204
|
-
"id":
|
1204
|
+
"id": 24203,
|
1205
1205
|
"name": "ResourceId",
|
1206
1206
|
"nameLocations": [
|
1207
|
-
"
|
1207
|
+
"780:10:47"
|
1208
1208
|
],
|
1209
1209
|
"nodeType": "IdentifierPath",
|
1210
|
-
"referencedDeclaration":
|
1211
|
-
"src": "
|
1210
|
+
"referencedDeclaration": 26573,
|
1211
|
+
"src": "780:10:47"
|
1212
1212
|
},
|
1213
|
-
"referencedDeclaration":
|
1214
|
-
"src": "
|
1213
|
+
"referencedDeclaration": 26573,
|
1214
|
+
"src": "780:10:47",
|
1215
1215
|
"typeDescriptions": {
|
1216
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1216
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1217
1217
|
"typeString": "ResourceId"
|
1218
1218
|
}
|
1219
1219
|
},
|
@@ -1221,36 +1221,36 @@
|
|
1221
1221
|
},
|
1222
1222
|
{
|
1223
1223
|
"constant": false,
|
1224
|
-
"id":
|
1224
|
+
"id": 24208,
|
1225
1225
|
"mutability": "mutable",
|
1226
1226
|
"name": "system",
|
1227
|
-
"nameLocation": "
|
1227
|
+
"nameLocation": "822:6:47",
|
1228
1228
|
"nodeType": "VariableDeclaration",
|
1229
|
-
"scope":
|
1230
|
-
"src": "
|
1229
|
+
"scope": 24213,
|
1230
|
+
"src": "801:27:47",
|
1231
1231
|
"stateVariable": false,
|
1232
1232
|
"storageLocation": "default",
|
1233
1233
|
"typeDescriptions": {
|
1234
|
-
"typeIdentifier": "t_contract$_WorldContextConsumer_$
|
1234
|
+
"typeIdentifier": "t_contract$_WorldContextConsumer_$23627",
|
1235
1235
|
"typeString": "contract WorldContextConsumer"
|
1236
1236
|
},
|
1237
1237
|
"typeName": {
|
1238
|
-
"id":
|
1238
|
+
"id": 24207,
|
1239
1239
|
"nodeType": "UserDefinedTypeName",
|
1240
1240
|
"pathNode": {
|
1241
|
-
"id":
|
1241
|
+
"id": 24206,
|
1242
1242
|
"name": "WorldContextConsumer",
|
1243
1243
|
"nameLocations": [
|
1244
|
-
"
|
1244
|
+
"801:20:47"
|
1245
1245
|
],
|
1246
1246
|
"nodeType": "IdentifierPath",
|
1247
|
-
"referencedDeclaration":
|
1248
|
-
"src": "
|
1247
|
+
"referencedDeclaration": 23627,
|
1248
|
+
"src": "801:20:47"
|
1249
1249
|
},
|
1250
|
-
"referencedDeclaration":
|
1251
|
-
"src": "
|
1250
|
+
"referencedDeclaration": 23627,
|
1251
|
+
"src": "801:20:47",
|
1252
1252
|
"typeDescriptions": {
|
1253
|
-
"typeIdentifier": "t_contract$_WorldContextConsumer_$
|
1253
|
+
"typeIdentifier": "t_contract$_WorldContextConsumer_$23627",
|
1254
1254
|
"typeString": "contract WorldContextConsumer"
|
1255
1255
|
}
|
1256
1256
|
},
|
@@ -1258,13 +1258,13 @@
|
|
1258
1258
|
},
|
1259
1259
|
{
|
1260
1260
|
"constant": false,
|
1261
|
-
"id":
|
1261
|
+
"id": 24210,
|
1262
1262
|
"mutability": "mutable",
|
1263
1263
|
"name": "publicAccess",
|
1264
|
-
"nameLocation": "
|
1264
|
+
"nameLocation": "835:12:47",
|
1265
1265
|
"nodeType": "VariableDeclaration",
|
1266
|
-
"scope":
|
1267
|
-
"src": "
|
1266
|
+
"scope": 24213,
|
1267
|
+
"src": "830:17:47",
|
1268
1268
|
"stateVariable": false,
|
1269
1269
|
"storageLocation": "default",
|
1270
1270
|
"typeDescriptions": {
|
@@ -1272,10 +1272,10 @@
|
|
1272
1272
|
"typeString": "bool"
|
1273
1273
|
},
|
1274
1274
|
"typeName": {
|
1275
|
-
"id":
|
1275
|
+
"id": 24209,
|
1276
1276
|
"name": "bool",
|
1277
1277
|
"nodeType": "ElementaryTypeName",
|
1278
|
-
"src": "
|
1278
|
+
"src": "830:4:47",
|
1279
1279
|
"typeDescriptions": {
|
1280
1280
|
"typeIdentifier": "t_bool",
|
1281
1281
|
"typeString": "bool"
|
@@ -1284,66 +1284,66 @@
|
|
1284
1284
|
"visibility": "internal"
|
1285
1285
|
}
|
1286
1286
|
],
|
1287
|
-
"src": "
|
1287
|
+
"src": "779:69:47"
|
1288
1288
|
},
|
1289
1289
|
"returnParameters": {
|
1290
|
-
"id":
|
1290
|
+
"id": 24212,
|
1291
1291
|
"nodeType": "ParameterList",
|
1292
1292
|
"parameters": [],
|
1293
|
-
"src": "
|
1293
|
+
"src": "857:0:47"
|
1294
1294
|
},
|
1295
|
-
"scope":
|
1295
|
+
"scope": 24257,
|
1296
1296
|
"stateMutability": "nonpayable",
|
1297
1297
|
"virtual": false,
|
1298
1298
|
"visibility": "external"
|
1299
1299
|
},
|
1300
1300
|
{
|
1301
|
-
"id":
|
1301
|
+
"id": 24223,
|
1302
1302
|
"nodeType": "FunctionDefinition",
|
1303
|
-
"src": "
|
1303
|
+
"src": "862:154:47",
|
1304
1304
|
"nodes": [],
|
1305
1305
|
"functionSelector": "26d98102",
|
1306
1306
|
"implemented": false,
|
1307
1307
|
"kind": "function",
|
1308
1308
|
"modifiers": [],
|
1309
1309
|
"name": "registerFunctionSelector",
|
1310
|
-
"nameLocation": "
|
1310
|
+
"nameLocation": "871:24:47",
|
1311
1311
|
"parameters": {
|
1312
|
-
"id":
|
1312
|
+
"id": 24219,
|
1313
1313
|
"nodeType": "ParameterList",
|
1314
1314
|
"parameters": [
|
1315
1315
|
{
|
1316
1316
|
"constant": false,
|
1317
|
-
"id":
|
1317
|
+
"id": 24216,
|
1318
1318
|
"mutability": "mutable",
|
1319
1319
|
"name": "systemId",
|
1320
|
-
"nameLocation": "
|
1320
|
+
"nameLocation": "912:8:47",
|
1321
1321
|
"nodeType": "VariableDeclaration",
|
1322
|
-
"scope":
|
1323
|
-
"src": "
|
1322
|
+
"scope": 24223,
|
1323
|
+
"src": "901:19:47",
|
1324
1324
|
"stateVariable": false,
|
1325
1325
|
"storageLocation": "default",
|
1326
1326
|
"typeDescriptions": {
|
1327
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1327
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1328
1328
|
"typeString": "ResourceId"
|
1329
1329
|
},
|
1330
1330
|
"typeName": {
|
1331
|
-
"id":
|
1331
|
+
"id": 24215,
|
1332
1332
|
"nodeType": "UserDefinedTypeName",
|
1333
1333
|
"pathNode": {
|
1334
|
-
"id":
|
1334
|
+
"id": 24214,
|
1335
1335
|
"name": "ResourceId",
|
1336
1336
|
"nameLocations": [
|
1337
|
-
"
|
1337
|
+
"901:10:47"
|
1338
1338
|
],
|
1339
1339
|
"nodeType": "IdentifierPath",
|
1340
|
-
"referencedDeclaration":
|
1341
|
-
"src": "
|
1340
|
+
"referencedDeclaration": 26573,
|
1341
|
+
"src": "901:10:47"
|
1342
1342
|
},
|
1343
|
-
"referencedDeclaration":
|
1344
|
-
"src": "
|
1343
|
+
"referencedDeclaration": 26573,
|
1344
|
+
"src": "901:10:47",
|
1345
1345
|
"typeDescriptions": {
|
1346
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1346
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1347
1347
|
"typeString": "ResourceId"
|
1348
1348
|
}
|
1349
1349
|
},
|
@@ -1351,13 +1351,13 @@
|
|
1351
1351
|
},
|
1352
1352
|
{
|
1353
1353
|
"constant": false,
|
1354
|
-
"id":
|
1354
|
+
"id": 24218,
|
1355
1355
|
"mutability": "mutable",
|
1356
1356
|
"name": "systemFunctionSignature",
|
1357
|
-
"nameLocation": "
|
1357
|
+
"nameLocation": "940:23:47",
|
1358
1358
|
"nodeType": "VariableDeclaration",
|
1359
|
-
"scope":
|
1360
|
-
"src": "
|
1359
|
+
"scope": 24223,
|
1360
|
+
"src": "926:37:47",
|
1361
1361
|
"stateVariable": false,
|
1362
1362
|
"storageLocation": "memory",
|
1363
1363
|
"typeDescriptions": {
|
@@ -1365,10 +1365,10 @@
|
|
1365
1365
|
"typeString": "string"
|
1366
1366
|
},
|
1367
1367
|
"typeName": {
|
1368
|
-
"id":
|
1368
|
+
"id": 24217,
|
1369
1369
|
"name": "string",
|
1370
1370
|
"nodeType": "ElementaryTypeName",
|
1371
|
-
"src": "
|
1371
|
+
"src": "926:6:47",
|
1372
1372
|
"typeDescriptions": {
|
1373
1373
|
"typeIdentifier": "t_string_storage_ptr",
|
1374
1374
|
"typeString": "string"
|
@@ -1377,21 +1377,21 @@
|
|
1377
1377
|
"visibility": "internal"
|
1378
1378
|
}
|
1379
1379
|
],
|
1380
|
-
"src": "
|
1380
|
+
"src": "895:72:47"
|
1381
1381
|
},
|
1382
1382
|
"returnParameters": {
|
1383
|
-
"id":
|
1383
|
+
"id": 24222,
|
1384
1384
|
"nodeType": "ParameterList",
|
1385
1385
|
"parameters": [
|
1386
1386
|
{
|
1387
1387
|
"constant": false,
|
1388
|
-
"id":
|
1388
|
+
"id": 24221,
|
1389
1389
|
"mutability": "mutable",
|
1390
1390
|
"name": "worldFunctionSelector",
|
1391
|
-
"nameLocation": "
|
1391
|
+
"nameLocation": "993:21:47",
|
1392
1392
|
"nodeType": "VariableDeclaration",
|
1393
|
-
"scope":
|
1394
|
-
"src": "
|
1393
|
+
"scope": 24223,
|
1394
|
+
"src": "986:28:47",
|
1395
1395
|
"stateVariable": false,
|
1396
1396
|
"storageLocation": "default",
|
1397
1397
|
"typeDescriptions": {
|
@@ -1399,10 +1399,10 @@
|
|
1399
1399
|
"typeString": "bytes4"
|
1400
1400
|
},
|
1401
1401
|
"typeName": {
|
1402
|
-
"id":
|
1402
|
+
"id": 24220,
|
1403
1403
|
"name": "bytes4",
|
1404
1404
|
"nodeType": "ElementaryTypeName",
|
1405
|
-
"src": "
|
1405
|
+
"src": "986:6:47",
|
1406
1406
|
"typeDescriptions": {
|
1407
1407
|
"typeIdentifier": "t_bytes4",
|
1408
1408
|
"typeString": "bytes4"
|
@@ -1411,60 +1411,60 @@
|
|
1411
1411
|
"visibility": "internal"
|
1412
1412
|
}
|
1413
1413
|
],
|
1414
|
-
"src": "
|
1414
|
+
"src": "985:30:47"
|
1415
1415
|
},
|
1416
|
-
"scope":
|
1416
|
+
"scope": 24257,
|
1417
1417
|
"stateMutability": "nonpayable",
|
1418
1418
|
"virtual": false,
|
1419
1419
|
"visibility": "external"
|
1420
1420
|
},
|
1421
1421
|
{
|
1422
|
-
"id":
|
1422
|
+
"id": 24235,
|
1423
1423
|
"nodeType": "FunctionDefinition",
|
1424
|
-
"src": "
|
1424
|
+
"src": "1020:192:47",
|
1425
1425
|
"nodes": [],
|
1426
1426
|
"functionSelector": "742d6118",
|
1427
1427
|
"implemented": false,
|
1428
1428
|
"kind": "function",
|
1429
1429
|
"modifiers": [],
|
1430
1430
|
"name": "registerRootFunctionSelector",
|
1431
|
-
"nameLocation": "
|
1431
|
+
"nameLocation": "1029:28:47",
|
1432
1432
|
"parameters": {
|
1433
|
-
"id":
|
1433
|
+
"id": 24231,
|
1434
1434
|
"nodeType": "ParameterList",
|
1435
1435
|
"parameters": [
|
1436
1436
|
{
|
1437
1437
|
"constant": false,
|
1438
|
-
"id":
|
1438
|
+
"id": 24226,
|
1439
1439
|
"mutability": "mutable",
|
1440
1440
|
"name": "systemId",
|
1441
|
-
"nameLocation": "
|
1441
|
+
"nameLocation": "1074:8:47",
|
1442
1442
|
"nodeType": "VariableDeclaration",
|
1443
|
-
"scope":
|
1444
|
-
"src": "
|
1443
|
+
"scope": 24235,
|
1444
|
+
"src": "1063:19:47",
|
1445
1445
|
"stateVariable": false,
|
1446
1446
|
"storageLocation": "default",
|
1447
1447
|
"typeDescriptions": {
|
1448
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1448
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1449
1449
|
"typeString": "ResourceId"
|
1450
1450
|
},
|
1451
1451
|
"typeName": {
|
1452
|
-
"id":
|
1452
|
+
"id": 24225,
|
1453
1453
|
"nodeType": "UserDefinedTypeName",
|
1454
1454
|
"pathNode": {
|
1455
|
-
"id":
|
1455
|
+
"id": 24224,
|
1456
1456
|
"name": "ResourceId",
|
1457
1457
|
"nameLocations": [
|
1458
|
-
"
|
1458
|
+
"1063:10:47"
|
1459
1459
|
],
|
1460
1460
|
"nodeType": "IdentifierPath",
|
1461
|
-
"referencedDeclaration":
|
1462
|
-
"src": "
|
1461
|
+
"referencedDeclaration": 26573,
|
1462
|
+
"src": "1063:10:47"
|
1463
1463
|
},
|
1464
|
-
"referencedDeclaration":
|
1465
|
-
"src": "
|
1464
|
+
"referencedDeclaration": 26573,
|
1465
|
+
"src": "1063:10:47",
|
1466
1466
|
"typeDescriptions": {
|
1467
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1467
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1468
1468
|
"typeString": "ResourceId"
|
1469
1469
|
}
|
1470
1470
|
},
|
@@ -1472,13 +1472,13 @@
|
|
1472
1472
|
},
|
1473
1473
|
{
|
1474
1474
|
"constant": false,
|
1475
|
-
"id":
|
1475
|
+
"id": 24228,
|
1476
1476
|
"mutability": "mutable",
|
1477
1477
|
"name": "worldFunctionSignature",
|
1478
|
-
"nameLocation": "
|
1478
|
+
"nameLocation": "1102:22:47",
|
1479
1479
|
"nodeType": "VariableDeclaration",
|
1480
|
-
"scope":
|
1481
|
-
"src": "
|
1480
|
+
"scope": 24235,
|
1481
|
+
"src": "1088:36:47",
|
1482
1482
|
"stateVariable": false,
|
1483
1483
|
"storageLocation": "memory",
|
1484
1484
|
"typeDescriptions": {
|
@@ -1486,10 +1486,10 @@
|
|
1486
1486
|
"typeString": "string"
|
1487
1487
|
},
|
1488
1488
|
"typeName": {
|
1489
|
-
"id":
|
1489
|
+
"id": 24227,
|
1490
1490
|
"name": "string",
|
1491
1491
|
"nodeType": "ElementaryTypeName",
|
1492
|
-
"src": "
|
1492
|
+
"src": "1088:6:47",
|
1493
1493
|
"typeDescriptions": {
|
1494
1494
|
"typeIdentifier": "t_string_storage_ptr",
|
1495
1495
|
"typeString": "string"
|
@@ -1499,13 +1499,13 @@
|
|
1499
1499
|
},
|
1500
1500
|
{
|
1501
1501
|
"constant": false,
|
1502
|
-
"id":
|
1502
|
+
"id": 24230,
|
1503
1503
|
"mutability": "mutable",
|
1504
1504
|
"name": "systemFunctionSelector",
|
1505
|
-
"nameLocation": "
|
1505
|
+
"nameLocation": "1137:22:47",
|
1506
1506
|
"nodeType": "VariableDeclaration",
|
1507
|
-
"scope":
|
1508
|
-
"src": "
|
1507
|
+
"scope": 24235,
|
1508
|
+
"src": "1130:29:47",
|
1509
1509
|
"stateVariable": false,
|
1510
1510
|
"storageLocation": "default",
|
1511
1511
|
"typeDescriptions": {
|
@@ -1513,10 +1513,10 @@
|
|
1513
1513
|
"typeString": "bytes4"
|
1514
1514
|
},
|
1515
1515
|
"typeName": {
|
1516
|
-
"id":
|
1516
|
+
"id": 24229,
|
1517
1517
|
"name": "bytes4",
|
1518
1518
|
"nodeType": "ElementaryTypeName",
|
1519
|
-
"src": "
|
1519
|
+
"src": "1130:6:47",
|
1520
1520
|
"typeDescriptions": {
|
1521
1521
|
"typeIdentifier": "t_bytes4",
|
1522
1522
|
"typeString": "bytes4"
|
@@ -1525,21 +1525,21 @@
|
|
1525
1525
|
"visibility": "internal"
|
1526
1526
|
}
|
1527
1527
|
],
|
1528
|
-
"src": "
|
1528
|
+
"src": "1057:106:47"
|
1529
1529
|
},
|
1530
1530
|
"returnParameters": {
|
1531
|
-
"id":
|
1531
|
+
"id": 24234,
|
1532
1532
|
"nodeType": "ParameterList",
|
1533
1533
|
"parameters": [
|
1534
1534
|
{
|
1535
1535
|
"constant": false,
|
1536
|
-
"id":
|
1536
|
+
"id": 24233,
|
1537
1537
|
"mutability": "mutable",
|
1538
1538
|
"name": "worldFunctionSelector",
|
1539
|
-
"nameLocation": "
|
1539
|
+
"nameLocation": "1189:21:47",
|
1540
1540
|
"nodeType": "VariableDeclaration",
|
1541
|
-
"scope":
|
1542
|
-
"src": "
|
1541
|
+
"scope": 24235,
|
1542
|
+
"src": "1182:28:47",
|
1543
1543
|
"stateVariable": false,
|
1544
1544
|
"storageLocation": "default",
|
1545
1545
|
"typeDescriptions": {
|
@@ -1547,10 +1547,10 @@
|
|
1547
1547
|
"typeString": "bytes4"
|
1548
1548
|
},
|
1549
1549
|
"typeName": {
|
1550
|
-
"id":
|
1550
|
+
"id": 24232,
|
1551
1551
|
"name": "bytes4",
|
1552
1552
|
"nodeType": "ElementaryTypeName",
|
1553
|
-
"src": "
|
1553
|
+
"src": "1182:6:47",
|
1554
1554
|
"typeDescriptions": {
|
1555
1555
|
"typeIdentifier": "t_bytes4",
|
1556
1556
|
"typeString": "bytes4"
|
@@ -1559,37 +1559,37 @@
|
|
1559
1559
|
"visibility": "internal"
|
1560
1560
|
}
|
1561
1561
|
],
|
1562
|
-
"src": "
|
1562
|
+
"src": "1181:30:47"
|
1563
1563
|
},
|
1564
|
-
"scope":
|
1564
|
+
"scope": 24257,
|
1565
1565
|
"stateMutability": "nonpayable",
|
1566
1566
|
"virtual": false,
|
1567
1567
|
"visibility": "external"
|
1568
1568
|
},
|
1569
1569
|
{
|
1570
|
-
"id":
|
1570
|
+
"id": 24245,
|
1571
1571
|
"nodeType": "FunctionDefinition",
|
1572
|
-
"src": "
|
1572
|
+
"src": "1216:115:47",
|
1573
1573
|
"nodes": [],
|
1574
1574
|
"functionSelector": "1d2257ba",
|
1575
1575
|
"implemented": false,
|
1576
1576
|
"kind": "function",
|
1577
1577
|
"modifiers": [],
|
1578
1578
|
"name": "registerDelegation",
|
1579
|
-
"nameLocation": "
|
1579
|
+
"nameLocation": "1225:18:47",
|
1580
1580
|
"parameters": {
|
1581
|
-
"id":
|
1581
|
+
"id": 24243,
|
1582
1582
|
"nodeType": "ParameterList",
|
1583
1583
|
"parameters": [
|
1584
1584
|
{
|
1585
1585
|
"constant": false,
|
1586
|
-
"id":
|
1586
|
+
"id": 24237,
|
1587
1587
|
"mutability": "mutable",
|
1588
1588
|
"name": "delegatee",
|
1589
|
-
"nameLocation": "
|
1589
|
+
"nameLocation": "1252:9:47",
|
1590
1590
|
"nodeType": "VariableDeclaration",
|
1591
|
-
"scope":
|
1592
|
-
"src": "
|
1591
|
+
"scope": 24245,
|
1592
|
+
"src": "1244:17:47",
|
1593
1593
|
"stateVariable": false,
|
1594
1594
|
"storageLocation": "default",
|
1595
1595
|
"typeDescriptions": {
|
@@ -1597,10 +1597,10 @@
|
|
1597
1597
|
"typeString": "address"
|
1598
1598
|
},
|
1599
1599
|
"typeName": {
|
1600
|
-
"id":
|
1600
|
+
"id": 24236,
|
1601
1601
|
"name": "address",
|
1602
1602
|
"nodeType": "ElementaryTypeName",
|
1603
|
-
"src": "
|
1603
|
+
"src": "1244:7:47",
|
1604
1604
|
"stateMutability": "nonpayable",
|
1605
1605
|
"typeDescriptions": {
|
1606
1606
|
"typeIdentifier": "t_address",
|
@@ -1611,36 +1611,36 @@
|
|
1611
1611
|
},
|
1612
1612
|
{
|
1613
1613
|
"constant": false,
|
1614
|
-
"id":
|
1614
|
+
"id": 24240,
|
1615
1615
|
"mutability": "mutable",
|
1616
1616
|
"name": "delegationControlId",
|
1617
|
-
"nameLocation": "
|
1617
|
+
"nameLocation": "1274:19:47",
|
1618
1618
|
"nodeType": "VariableDeclaration",
|
1619
|
-
"scope":
|
1620
|
-
"src": "
|
1619
|
+
"scope": 24245,
|
1620
|
+
"src": "1263:30:47",
|
1621
1621
|
"stateVariable": false,
|
1622
1622
|
"storageLocation": "default",
|
1623
1623
|
"typeDescriptions": {
|
1624
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1624
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1625
1625
|
"typeString": "ResourceId"
|
1626
1626
|
},
|
1627
1627
|
"typeName": {
|
1628
|
-
"id":
|
1628
|
+
"id": 24239,
|
1629
1629
|
"nodeType": "UserDefinedTypeName",
|
1630
1630
|
"pathNode": {
|
1631
|
-
"id":
|
1631
|
+
"id": 24238,
|
1632
1632
|
"name": "ResourceId",
|
1633
1633
|
"nameLocations": [
|
1634
|
-
"
|
1634
|
+
"1263:10:47"
|
1635
1635
|
],
|
1636
1636
|
"nodeType": "IdentifierPath",
|
1637
|
-
"referencedDeclaration":
|
1638
|
-
"src": "
|
1637
|
+
"referencedDeclaration": 26573,
|
1638
|
+
"src": "1263:10:47"
|
1639
1639
|
},
|
1640
|
-
"referencedDeclaration":
|
1641
|
-
"src": "
|
1640
|
+
"referencedDeclaration": 26573,
|
1641
|
+
"src": "1263:10:47",
|
1642
1642
|
"typeDescriptions": {
|
1643
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1643
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1644
1644
|
"typeString": "ResourceId"
|
1645
1645
|
}
|
1646
1646
|
},
|
@@ -1648,13 +1648,13 @@
|
|
1648
1648
|
},
|
1649
1649
|
{
|
1650
1650
|
"constant": false,
|
1651
|
-
"id":
|
1651
|
+
"id": 24242,
|
1652
1652
|
"mutability": "mutable",
|
1653
1653
|
"name": "initCallData",
|
1654
|
-
"nameLocation": "
|
1654
|
+
"nameLocation": "1308:12:47",
|
1655
1655
|
"nodeType": "VariableDeclaration",
|
1656
|
-
"scope":
|
1657
|
-
"src": "
|
1656
|
+
"scope": 24245,
|
1657
|
+
"src": "1295:25:47",
|
1658
1658
|
"stateVariable": false,
|
1659
1659
|
"storageLocation": "memory",
|
1660
1660
|
"typeDescriptions": {
|
@@ -1662,10 +1662,10 @@
|
|
1662
1662
|
"typeString": "bytes"
|
1663
1663
|
},
|
1664
1664
|
"typeName": {
|
1665
|
-
"id":
|
1665
|
+
"id": 24241,
|
1666
1666
|
"name": "bytes",
|
1667
1667
|
"nodeType": "ElementaryTypeName",
|
1668
|
-
"src": "
|
1668
|
+
"src": "1295:5:47",
|
1669
1669
|
"typeDescriptions": {
|
1670
1670
|
"typeIdentifier": "t_bytes_storage_ptr",
|
1671
1671
|
"typeString": "bytes"
|
@@ -1674,66 +1674,66 @@
|
|
1674
1674
|
"visibility": "internal"
|
1675
1675
|
}
|
1676
1676
|
],
|
1677
|
-
"src": "
|
1677
|
+
"src": "1243:78:47"
|
1678
1678
|
},
|
1679
1679
|
"returnParameters": {
|
1680
|
-
"id":
|
1680
|
+
"id": 24244,
|
1681
1681
|
"nodeType": "ParameterList",
|
1682
1682
|
"parameters": [],
|
1683
|
-
"src": "
|
1683
|
+
"src": "1330:0:47"
|
1684
1684
|
},
|
1685
|
-
"scope":
|
1685
|
+
"scope": 24257,
|
1686
1686
|
"stateMutability": "nonpayable",
|
1687
1687
|
"virtual": false,
|
1688
1688
|
"visibility": "external"
|
1689
1689
|
},
|
1690
1690
|
{
|
1691
|
-
"id":
|
1691
|
+
"id": 24256,
|
1692
1692
|
"nodeType": "FunctionDefinition",
|
1693
|
-
"src": "
|
1693
|
+
"src": "1335:145:47",
|
1694
1694
|
"nodes": [],
|
1695
1695
|
"functionSelector": "bfdfaff7",
|
1696
1696
|
"implemented": false,
|
1697
1697
|
"kind": "function",
|
1698
1698
|
"modifiers": [],
|
1699
1699
|
"name": "registerNamespaceDelegation",
|
1700
|
-
"nameLocation": "
|
1700
|
+
"nameLocation": "1344:27:47",
|
1701
1701
|
"parameters": {
|
1702
|
-
"id":
|
1702
|
+
"id": 24254,
|
1703
1703
|
"nodeType": "ParameterList",
|
1704
1704
|
"parameters": [
|
1705
1705
|
{
|
1706
1706
|
"constant": false,
|
1707
|
-
"id":
|
1707
|
+
"id": 24248,
|
1708
1708
|
"mutability": "mutable",
|
1709
1709
|
"name": "namespaceId",
|
1710
|
-
"nameLocation": "
|
1710
|
+
"nameLocation": "1388:11:47",
|
1711
1711
|
"nodeType": "VariableDeclaration",
|
1712
|
-
"scope":
|
1713
|
-
"src": "
|
1712
|
+
"scope": 24256,
|
1713
|
+
"src": "1377:22:47",
|
1714
1714
|
"stateVariable": false,
|
1715
1715
|
"storageLocation": "default",
|
1716
1716
|
"typeDescriptions": {
|
1717
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1717
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1718
1718
|
"typeString": "ResourceId"
|
1719
1719
|
},
|
1720
1720
|
"typeName": {
|
1721
|
-
"id":
|
1721
|
+
"id": 24247,
|
1722
1722
|
"nodeType": "UserDefinedTypeName",
|
1723
1723
|
"pathNode": {
|
1724
|
-
"id":
|
1724
|
+
"id": 24246,
|
1725
1725
|
"name": "ResourceId",
|
1726
1726
|
"nameLocations": [
|
1727
|
-
"
|
1727
|
+
"1377:10:47"
|
1728
1728
|
],
|
1729
1729
|
"nodeType": "IdentifierPath",
|
1730
|
-
"referencedDeclaration":
|
1731
|
-
"src": "
|
1730
|
+
"referencedDeclaration": 26573,
|
1731
|
+
"src": "1377:10:47"
|
1732
1732
|
},
|
1733
|
-
"referencedDeclaration":
|
1734
|
-
"src": "
|
1733
|
+
"referencedDeclaration": 26573,
|
1734
|
+
"src": "1377:10:47",
|
1735
1735
|
"typeDescriptions": {
|
1736
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1736
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1737
1737
|
"typeString": "ResourceId"
|
1738
1738
|
}
|
1739
1739
|
},
|
@@ -1741,36 +1741,36 @@
|
|
1741
1741
|
},
|
1742
1742
|
{
|
1743
1743
|
"constant": false,
|
1744
|
-
"id":
|
1744
|
+
"id": 24251,
|
1745
1745
|
"mutability": "mutable",
|
1746
1746
|
"name": "delegationControlId",
|
1747
|
-
"nameLocation": "
|
1747
|
+
"nameLocation": "1416:19:47",
|
1748
1748
|
"nodeType": "VariableDeclaration",
|
1749
|
-
"scope":
|
1750
|
-
"src": "
|
1749
|
+
"scope": 24256,
|
1750
|
+
"src": "1405:30:47",
|
1751
1751
|
"stateVariable": false,
|
1752
1752
|
"storageLocation": "default",
|
1753
1753
|
"typeDescriptions": {
|
1754
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1754
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1755
1755
|
"typeString": "ResourceId"
|
1756
1756
|
},
|
1757
1757
|
"typeName": {
|
1758
|
-
"id":
|
1758
|
+
"id": 24250,
|
1759
1759
|
"nodeType": "UserDefinedTypeName",
|
1760
1760
|
"pathNode": {
|
1761
|
-
"id":
|
1761
|
+
"id": 24249,
|
1762
1762
|
"name": "ResourceId",
|
1763
1763
|
"nameLocations": [
|
1764
|
-
"
|
1764
|
+
"1405:10:47"
|
1765
1765
|
],
|
1766
1766
|
"nodeType": "IdentifierPath",
|
1767
|
-
"referencedDeclaration":
|
1768
|
-
"src": "
|
1767
|
+
"referencedDeclaration": 26573,
|
1768
|
+
"src": "1405:10:47"
|
1769
1769
|
},
|
1770
|
-
"referencedDeclaration":
|
1771
|
-
"src": "
|
1770
|
+
"referencedDeclaration": 26573,
|
1771
|
+
"src": "1405:10:47",
|
1772
1772
|
"typeDescriptions": {
|
1773
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1773
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
|
1774
1774
|
"typeString": "ResourceId"
|
1775
1775
|
}
|
1776
1776
|
},
|
@@ -1778,13 +1778,13 @@
|
|
1778
1778
|
},
|
1779
1779
|
{
|
1780
1780
|
"constant": false,
|
1781
|
-
"id":
|
1781
|
+
"id": 24253,
|
1782
1782
|
"mutability": "mutable",
|
1783
1783
|
"name": "initCallData",
|
1784
|
-
"nameLocation": "
|
1784
|
+
"nameLocation": "1454:12:47",
|
1785
1785
|
"nodeType": "VariableDeclaration",
|
1786
|
-
"scope":
|
1787
|
-
"src": "
|
1786
|
+
"scope": 24256,
|
1787
|
+
"src": "1441:25:47",
|
1788
1788
|
"stateVariable": false,
|
1789
1789
|
"storageLocation": "memory",
|
1790
1790
|
"typeDescriptions": {
|
@@ -1792,10 +1792,10 @@
|
|
1792
1792
|
"typeString": "bytes"
|
1793
1793
|
},
|
1794
1794
|
"typeName": {
|
1795
|
-
"id":
|
1795
|
+
"id": 24252,
|
1796
1796
|
"name": "bytes",
|
1797
1797
|
"nodeType": "ElementaryTypeName",
|
1798
|
-
"src": "
|
1798
|
+
"src": "1441:5:47",
|
1799
1799
|
"typeDescriptions": {
|
1800
1800
|
"typeIdentifier": "t_bytes_storage_ptr",
|
1801
1801
|
"typeString": "bytes"
|
@@ -1804,15 +1804,15 @@
|
|
1804
1804
|
"visibility": "internal"
|
1805
1805
|
}
|
1806
1806
|
],
|
1807
|
-
"src": "
|
1807
|
+
"src": "1371:99:47"
|
1808
1808
|
},
|
1809
1809
|
"returnParameters": {
|
1810
|
-
"id":
|
1810
|
+
"id": 24255,
|
1811
1811
|
"nodeType": "ParameterList",
|
1812
1812
|
"parameters": [],
|
1813
|
-
"src": "
|
1813
|
+
"src": "1479:0:47"
|
1814
1814
|
},
|
1815
|
-
"scope":
|
1815
|
+
"scope": 24257,
|
1816
1816
|
"stateMutability": "nonpayable",
|
1817
1817
|
"virtual": false,
|
1818
1818
|
"visibility": "external"
|
@@ -1823,13 +1823,19 @@
|
|
1823
1823
|
"canonicalName": "IWorldRegistrationSystem",
|
1824
1824
|
"contractDependencies": [],
|
1825
1825
|
"contractKind": "interface",
|
1826
|
+
"documentation": {
|
1827
|
+
"id": 24176,
|
1828
|
+
"nodeType": "StructuredDocumentation",
|
1829
|
+
"src": "296:154:47",
|
1830
|
+
"text": " @title IWorldRegistrationSystem\n @dev This interface is automatically generated from the corresponding system contract. Do not edit manually."
|
1831
|
+
},
|
1826
1832
|
"fullyImplemented": false,
|
1827
1833
|
"linearizedBaseContracts": [
|
1828
|
-
|
1834
|
+
24257
|
1829
1835
|
],
|
1830
1836
|
"name": "IWorldRegistrationSystem",
|
1831
|
-
"nameLocation": "
|
1832
|
-
"scope":
|
1837
|
+
"nameLocation": "461:24:47",
|
1838
|
+
"scope": 24258,
|
1833
1839
|
"usedErrors": [],
|
1834
1840
|
"usedEvents": []
|
1835
1841
|
}
|