@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-5741d53d
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/dist/mud.config.js +1 -1
- package/dist/mud.config.js.map +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/Callbacks.sol/Callbacks.json +45 -45
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
- package/out/DelegationControl.sol/DelegationControl.json +83 -83
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +111 -111
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +96 -96
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.json +81 -161
- package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
- package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
- package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +100 -100
- package/out/IModule.sol/IModule.json +139 -139
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
- package/out/ISystemHook.sol/ISystemHook.json +141 -141
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
- package/out/IWorldErrors.sol/IWorldErrors.json +257 -257
- package/out/IWorldKernel.sol/IWorldCall.json +251 -251
- package/out/IWorldKernel.sol/IWorldKernel.json +251 -251
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +251 -251
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +321 -321
- package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
- package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
- package/out/KeysInTableModule.sol/KeysInTableModule.json +885 -885
- package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1604 -1604
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +700 -700
- package/out/Mixed.sol/Mixed.json +66 -66
- package/out/Module.sol/Module.json +73 -73
- 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 +495 -495
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +19 -19
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
- package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +529 -529
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4588 -4588
- package/out/Vector2.sol/Vector2.json +52 -52
- package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
- package/out/WorldContext.sol/WorldContextProvider.json +28 -28
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
- package/out/constants.sol/constants.json +142 -142
- package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
- package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
- package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
- package/out/getUniqueEntity.sol/getUniqueEntity.json +149 -149
- package/out/hasKey.sol/hasKey.json +215 -215
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +326 -253
- package/out/interfaces/IERC165.sol/IERC165.json +50 -50
- package/out/interfaces/IWorldKernel.sol/IWorldCall.json +149 -149
- package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +149 -149
- package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
- package/out/query.sol/query.json +1892 -1892
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +885 -885
- package/out/src/IStore.sol/IStoreData.json +885 -885
- package/out/src/IStore.sol/IStoreRead.json +885 -885
- package/out/src/IStore.sol/IStoreRegistration.json +885 -885
- package/out/src/IStore.sol/IStoreWrite.json +885 -885
- 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 +4461 -4461
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
- package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
- 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 +131 -23
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -3
- package/src/interfaces/IUniqueEntitySystem.sol +2 -3
- package/src/modules/keysintable/KeysInTableModule.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
- package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
- package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
- package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
- package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -197,7 +197,7 @@
|
|
197
197
|
"registerSystemHook(bytes32,address,uint8)": "d5f8337f",
|
198
198
|
"unregisterSystemHook(bytes32,address)": "a92813ad"
|
199
199
|
},
|
200
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"systemFunctionSignature\",\"type\":\"string\"}],\"name\":\"registerFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"registerNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"worldFunctionSignature\",\"type\":\"string\"},{\"internalType\":\"bytes4\",\"name\":\"systemFunctionSelector\",\"type\":\"bytes4\"}],\"name\":\"registerRootFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract WorldContextConsumer\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol\":\"IWorldRegistrationSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x7a540ddbb50c6a3e880f1c3b69204ca3e2d8f394a81f30488bb1b2585d344bef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e2603e5f6934f7472169e10013a57916838d13eb871751a8d0a57959157506d\",\"dweb:/ipfs/QmXRenCAWsYxwoCw4iRKt8USSTQ6NBUep7gQ8YD1L88NXk\"]},\"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]}},\"version\":1}",
|
200
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"systemFunctionSignature\",\"type\":\"string\"}],\"name\":\"registerFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"registerNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"worldFunctionSignature\",\"type\":\"string\"},{\"internalType\":\"bytes4\",\"name\":\"systemFunctionSelector\",\"type\":\"bytes4\"}],\"name\":\"registerRootFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract WorldContextConsumer\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":\"IWorldRegistrationSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b\",\"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]}},\"version\":1}",
|
201
201
|
"metadata": {
|
202
202
|
"compiler": {
|
203
203
|
"version": "0.8.21+commit.d9974bed"
|
@@ -401,7 +401,7 @@
|
|
401
401
|
"bytecodeHash": "none"
|
402
402
|
},
|
403
403
|
"compilationTarget": {
|
404
|
-
"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol": "IWorldRegistrationSystem"
|
404
|
+
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol": "IWorldRegistrationSystem"
|
405
405
|
},
|
406
406
|
"libraries": {}
|
407
407
|
},
|
@@ -422,6 +422,14 @@
|
|
422
422
|
],
|
423
423
|
"license": "MIT"
|
424
424
|
},
|
425
|
+
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol": {
|
426
|
+
"keccak256": "0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268",
|
427
|
+
"urls": [
|
428
|
+
"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b",
|
429
|
+
"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH"
|
430
|
+
],
|
431
|
+
"license": "MIT"
|
432
|
+
},
|
425
433
|
"/home/runner/work/mud/mud/packages/world/src/constants.sol": {
|
426
434
|
"keccak256": "0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63",
|
427
435
|
"urls": [
|
@@ -454,14 +462,6 @@
|
|
454
462
|
],
|
455
463
|
"license": "MIT"
|
456
464
|
},
|
457
|
-
"/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol": {
|
458
|
-
"keccak256": "0x7a540ddbb50c6a3e880f1c3b69204ca3e2d8f394a81f30488bb1b2585d344bef",
|
459
|
-
"urls": [
|
460
|
-
"bzz-raw://8e2603e5f6934f7472169e10013a57916838d13eb871751a8d0a57959157506d",
|
461
|
-
"dweb:/ipfs/QmXRenCAWsYxwoCw4iRKt8USSTQ6NBUep7gQ8YD1L88NXk"
|
462
|
-
],
|
463
|
-
"license": "MIT"
|
464
|
-
},
|
465
465
|
"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol": {
|
466
466
|
"keccak256": "0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea",
|
467
467
|
"urls": [
|
@@ -754,29 +754,29 @@
|
|
754
754
|
"version": 1
|
755
755
|
},
|
756
756
|
"ast": {
|
757
|
-
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldRegistrationSystem.sol",
|
758
|
-
"id":
|
757
|
+
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IWorldRegistrationSystem.sol",
|
758
|
+
"id": 33342,
|
759
759
|
"exportedSymbols": {
|
760
760
|
"ISystemHook": [
|
761
|
-
|
761
|
+
33518
|
762
762
|
],
|
763
763
|
"IWorldRegistrationSystem": [
|
764
|
-
|
764
|
+
33341
|
765
765
|
],
|
766
766
|
"ResourceId": [
|
767
|
-
|
767
|
+
36384
|
768
768
|
],
|
769
769
|
"WorldContextConsumer": [
|
770
770
|
32724
|
771
771
|
]
|
772
772
|
},
|
773
773
|
"nodeType": "SourceUnit",
|
774
|
-
"src": "32:
|
774
|
+
"src": "32:1307:40",
|
775
775
|
"nodes": [
|
776
776
|
{
|
777
|
-
"id":
|
777
|
+
"id": 33254,
|
778
778
|
"nodeType": "PragmaDirective",
|
779
|
-
"src": "32:25:
|
779
|
+
"src": "32:25:40",
|
780
780
|
"nodes": [],
|
781
781
|
"literals": [
|
782
782
|
"solidity",
|
@@ -786,24 +786,24 @@
|
|
786
786
|
]
|
787
787
|
},
|
788
788
|
{
|
789
|
-
"id":
|
789
|
+
"id": 33256,
|
790
790
|
"nodeType": "ImportDirective",
|
791
|
-
"src": "108:66:
|
791
|
+
"src": "108:66:40",
|
792
792
|
"nodes": [],
|
793
793
|
"absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
|
794
794
|
"file": "@latticexyz/store/src/ResourceId.sol",
|
795
795
|
"nameLocation": "-1:-1:-1",
|
796
|
-
"scope":
|
797
|
-
"sourceUnit":
|
796
|
+
"scope": 33342,
|
797
|
+
"sourceUnit": 36449,
|
798
798
|
"symbolAliases": [
|
799
799
|
{
|
800
800
|
"foreign": {
|
801
|
-
"id":
|
801
|
+
"id": 33255,
|
802
802
|
"name": "ResourceId",
|
803
803
|
"nodeType": "Identifier",
|
804
804
|
"overloadedDeclarations": [],
|
805
|
-
"referencedDeclaration":
|
806
|
-
"src": "117:10:
|
805
|
+
"referencedDeclaration": 36384,
|
806
|
+
"src": "117:10:40",
|
807
807
|
"typeDescriptions": {}
|
808
808
|
},
|
809
809
|
"nameLocation": "-1:-1:-1"
|
@@ -812,24 +812,24 @@
|
|
812
812
|
"unitAlias": ""
|
813
813
|
},
|
814
814
|
{
|
815
|
-
"id":
|
815
|
+
"id": 33258,
|
816
816
|
"nodeType": "ImportDirective",
|
817
|
-
"src": "175:
|
817
|
+
"src": "175:65:40",
|
818
818
|
"nodes": [],
|
819
819
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/ISystemHook.sol",
|
820
|
-
"file": "
|
820
|
+
"file": "./../../interfaces/ISystemHook.sol",
|
821
821
|
"nameLocation": "-1:-1:-1",
|
822
|
-
"scope":
|
823
|
-
"sourceUnit":
|
822
|
+
"scope": 33342,
|
823
|
+
"sourceUnit": 33519,
|
824
824
|
"symbolAliases": [
|
825
825
|
{
|
826
826
|
"foreign": {
|
827
|
-
"id":
|
827
|
+
"id": 33257,
|
828
828
|
"name": "ISystemHook",
|
829
829
|
"nodeType": "Identifier",
|
830
830
|
"overloadedDeclarations": [],
|
831
|
-
"referencedDeclaration":
|
832
|
-
"src": "184:11:
|
831
|
+
"referencedDeclaration": 33518,
|
832
|
+
"src": "184:11:40",
|
833
833
|
"typeDescriptions": {}
|
834
834
|
},
|
835
835
|
"nameLocation": "-1:-1:-1"
|
@@ -838,24 +838,24 @@
|
|
838
838
|
"unitAlias": ""
|
839
839
|
},
|
840
840
|
{
|
841
|
-
"id":
|
841
|
+
"id": 33260,
|
842
842
|
"nodeType": "ImportDirective",
|
843
|
-
"src": "
|
843
|
+
"src": "241:64:40",
|
844
844
|
"nodes": [],
|
845
845
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldContext.sol",
|
846
|
-
"file": "
|
846
|
+
"file": "./../../WorldContext.sol",
|
847
847
|
"nameLocation": "-1:-1:-1",
|
848
|
-
"scope":
|
848
|
+
"scope": 33342,
|
849
849
|
"sourceUnit": 32874,
|
850
850
|
"symbolAliases": [
|
851
851
|
{
|
852
852
|
"foreign": {
|
853
|
-
"id":
|
853
|
+
"id": 33259,
|
854
854
|
"name": "WorldContextConsumer",
|
855
855
|
"nodeType": "Identifier",
|
856
856
|
"overloadedDeclarations": [],
|
857
857
|
"referencedDeclaration": 32724,
|
858
|
-
"src": "
|
858
|
+
"src": "250:20:40",
|
859
859
|
"typeDescriptions": {}
|
860
860
|
},
|
861
861
|
"nameLocation": "-1:-1:-1"
|
@@ -864,123 +864,123 @@
|
|
864
864
|
"unitAlias": ""
|
865
865
|
},
|
866
866
|
{
|
867
|
-
"id":
|
867
|
+
"id": 33341,
|
868
868
|
"nodeType": "ContractDefinition",
|
869
|
-
"src": "
|
869
|
+
"src": "307:1031:40",
|
870
870
|
"nodes": [
|
871
871
|
{
|
872
|
-
"id":
|
872
|
+
"id": 33266,
|
873
873
|
"nodeType": "FunctionDefinition",
|
874
|
-
"src": "
|
874
|
+
"src": "346:60:40",
|
875
875
|
"nodes": [],
|
876
876
|
"functionSelector": "b29e4089",
|
877
877
|
"implemented": false,
|
878
878
|
"kind": "function",
|
879
879
|
"modifiers": [],
|
880
880
|
"name": "registerNamespace",
|
881
|
-
"nameLocation": "
|
881
|
+
"nameLocation": "355:17:40",
|
882
882
|
"parameters": {
|
883
|
-
"id":
|
883
|
+
"id": 33264,
|
884
884
|
"nodeType": "ParameterList",
|
885
885
|
"parameters": [
|
886
886
|
{
|
887
887
|
"constant": false,
|
888
|
-
"id":
|
888
|
+
"id": 33263,
|
889
889
|
"mutability": "mutable",
|
890
890
|
"name": "namespaceId",
|
891
|
-
"nameLocation": "
|
891
|
+
"nameLocation": "384:11:40",
|
892
892
|
"nodeType": "VariableDeclaration",
|
893
|
-
"scope":
|
894
|
-
"src": "
|
893
|
+
"scope": 33266,
|
894
|
+
"src": "373:22:40",
|
895
895
|
"stateVariable": false,
|
896
896
|
"storageLocation": "default",
|
897
897
|
"typeDescriptions": {
|
898
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
898
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
899
899
|
"typeString": "ResourceId"
|
900
900
|
},
|
901
901
|
"typeName": {
|
902
|
-
"id":
|
902
|
+
"id": 33262,
|
903
903
|
"nodeType": "UserDefinedTypeName",
|
904
904
|
"pathNode": {
|
905
|
-
"id":
|
905
|
+
"id": 33261,
|
906
906
|
"name": "ResourceId",
|
907
907
|
"nameLocations": [
|
908
|
-
"
|
908
|
+
"373:10:40"
|
909
909
|
],
|
910
910
|
"nodeType": "IdentifierPath",
|
911
|
-
"referencedDeclaration":
|
912
|
-
"src": "
|
911
|
+
"referencedDeclaration": 36384,
|
912
|
+
"src": "373:10:40"
|
913
913
|
},
|
914
|
-
"referencedDeclaration":
|
915
|
-
"src": "
|
914
|
+
"referencedDeclaration": 36384,
|
915
|
+
"src": "373:10:40",
|
916
916
|
"typeDescriptions": {
|
917
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
917
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
918
918
|
"typeString": "ResourceId"
|
919
919
|
}
|
920
920
|
},
|
921
921
|
"visibility": "internal"
|
922
922
|
}
|
923
923
|
],
|
924
|
-
"src": "
|
924
|
+
"src": "372:24:40"
|
925
925
|
},
|
926
926
|
"returnParameters": {
|
927
|
-
"id":
|
927
|
+
"id": 33265,
|
928
928
|
"nodeType": "ParameterList",
|
929
929
|
"parameters": [],
|
930
|
-
"src": "
|
930
|
+
"src": "405:0:40"
|
931
931
|
},
|
932
|
-
"scope":
|
932
|
+
"scope": 33341,
|
933
933
|
"stateMutability": "nonpayable",
|
934
934
|
"virtual": false,
|
935
935
|
"visibility": "external"
|
936
936
|
},
|
937
937
|
{
|
938
|
-
"id":
|
938
|
+
"id": 33277,
|
939
939
|
"nodeType": "FunctionDefinition",
|
940
|
-
"src": "
|
940
|
+
"src": "410:109:40",
|
941
941
|
"nodes": [],
|
942
942
|
"functionSelector": "d5f8337f",
|
943
943
|
"implemented": false,
|
944
944
|
"kind": "function",
|
945
945
|
"modifiers": [],
|
946
946
|
"name": "registerSystemHook",
|
947
|
-
"nameLocation": "
|
947
|
+
"nameLocation": "419:18:40",
|
948
948
|
"parameters": {
|
949
|
-
"id":
|
949
|
+
"id": 33275,
|
950
950
|
"nodeType": "ParameterList",
|
951
951
|
"parameters": [
|
952
952
|
{
|
953
953
|
"constant": false,
|
954
|
-
"id":
|
954
|
+
"id": 33269,
|
955
955
|
"mutability": "mutable",
|
956
956
|
"name": "systemId",
|
957
|
-
"nameLocation": "
|
957
|
+
"nameLocation": "449:8:40",
|
958
958
|
"nodeType": "VariableDeclaration",
|
959
|
-
"scope":
|
960
|
-
"src": "
|
959
|
+
"scope": 33277,
|
960
|
+
"src": "438:19:40",
|
961
961
|
"stateVariable": false,
|
962
962
|
"storageLocation": "default",
|
963
963
|
"typeDescriptions": {
|
964
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
964
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
965
965
|
"typeString": "ResourceId"
|
966
966
|
},
|
967
967
|
"typeName": {
|
968
|
-
"id":
|
968
|
+
"id": 33268,
|
969
969
|
"nodeType": "UserDefinedTypeName",
|
970
970
|
"pathNode": {
|
971
|
-
"id":
|
971
|
+
"id": 33267,
|
972
972
|
"name": "ResourceId",
|
973
973
|
"nameLocations": [
|
974
|
-
"
|
974
|
+
"438:10:40"
|
975
975
|
],
|
976
976
|
"nodeType": "IdentifierPath",
|
977
|
-
"referencedDeclaration":
|
978
|
-
"src": "
|
977
|
+
"referencedDeclaration": 36384,
|
978
|
+
"src": "438:10:40"
|
979
979
|
},
|
980
|
-
"referencedDeclaration":
|
981
|
-
"src": "
|
980
|
+
"referencedDeclaration": 36384,
|
981
|
+
"src": "438:10:40",
|
982
982
|
"typeDescriptions": {
|
983
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
983
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
984
984
|
"typeString": "ResourceId"
|
985
985
|
}
|
986
986
|
},
|
@@ -988,36 +988,36 @@
|
|
988
988
|
},
|
989
989
|
{
|
990
990
|
"constant": false,
|
991
|
-
"id":
|
991
|
+
"id": 33272,
|
992
992
|
"mutability": "mutable",
|
993
993
|
"name": "hookAddress",
|
994
|
-
"nameLocation": "
|
994
|
+
"nameLocation": "471:11:40",
|
995
995
|
"nodeType": "VariableDeclaration",
|
996
|
-
"scope":
|
997
|
-
"src": "
|
996
|
+
"scope": 33277,
|
997
|
+
"src": "459:23:40",
|
998
998
|
"stateVariable": false,
|
999
999
|
"storageLocation": "default",
|
1000
1000
|
"typeDescriptions": {
|
1001
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1001
|
+
"typeIdentifier": "t_contract$_ISystemHook_$33518",
|
1002
1002
|
"typeString": "contract ISystemHook"
|
1003
1003
|
},
|
1004
1004
|
"typeName": {
|
1005
|
-
"id":
|
1005
|
+
"id": 33271,
|
1006
1006
|
"nodeType": "UserDefinedTypeName",
|
1007
1007
|
"pathNode": {
|
1008
|
-
"id":
|
1008
|
+
"id": 33270,
|
1009
1009
|
"name": "ISystemHook",
|
1010
1010
|
"nameLocations": [
|
1011
|
-
"
|
1011
|
+
"459:11:40"
|
1012
1012
|
],
|
1013
1013
|
"nodeType": "IdentifierPath",
|
1014
|
-
"referencedDeclaration":
|
1015
|
-
"src": "
|
1014
|
+
"referencedDeclaration": 33518,
|
1015
|
+
"src": "459:11:40"
|
1016
1016
|
},
|
1017
|
-
"referencedDeclaration":
|
1018
|
-
"src": "
|
1017
|
+
"referencedDeclaration": 33518,
|
1018
|
+
"src": "459:11:40",
|
1019
1019
|
"typeDescriptions": {
|
1020
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1020
|
+
"typeIdentifier": "t_contract$_ISystemHook_$33518",
|
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": 33274,
|
1029
1029
|
"mutability": "mutable",
|
1030
1030
|
"name": "enabledHooksBitmap",
|
1031
|
-
"nameLocation": "
|
1031
|
+
"nameLocation": "490:18:40",
|
1032
1032
|
"nodeType": "VariableDeclaration",
|
1033
|
-
"scope":
|
1034
|
-
"src": "
|
1033
|
+
"scope": 33277,
|
1034
|
+
"src": "484:24:40",
|
1035
1035
|
"stateVariable": false,
|
1036
1036
|
"storageLocation": "default",
|
1037
1037
|
"typeDescriptions": {
|
@@ -1039,10 +1039,10 @@
|
|
1039
1039
|
"typeString": "uint8"
|
1040
1040
|
},
|
1041
1041
|
"typeName": {
|
1042
|
-
"id":
|
1042
|
+
"id": 33273,
|
1043
1043
|
"name": "uint8",
|
1044
1044
|
"nodeType": "ElementaryTypeName",
|
1045
|
-
"src": "
|
1045
|
+
"src": "484:5:40",
|
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": "437:72:40"
|
1055
1055
|
},
|
1056
1056
|
"returnParameters": {
|
1057
|
-
"id":
|
1057
|
+
"id": 33276,
|
1058
1058
|
"nodeType": "ParameterList",
|
1059
1059
|
"parameters": [],
|
1060
|
-
"src": "
|
1060
|
+
"src": "518:0:40"
|
1061
1061
|
},
|
1062
|
-
"scope":
|
1062
|
+
"scope": 33341,
|
1063
1063
|
"stateMutability": "nonpayable",
|
1064
1064
|
"virtual": false,
|
1065
1065
|
"visibility": "external"
|
1066
1066
|
},
|
1067
1067
|
{
|
1068
|
-
"id":
|
1068
|
+
"id": 33286,
|
1069
1069
|
"nodeType": "FunctionDefinition",
|
1070
|
-
"src": "
|
1070
|
+
"src": "523:85:40",
|
1071
1071
|
"nodes": [],
|
1072
1072
|
"functionSelector": "a92813ad",
|
1073
1073
|
"implemented": false,
|
1074
1074
|
"kind": "function",
|
1075
1075
|
"modifiers": [],
|
1076
1076
|
"name": "unregisterSystemHook",
|
1077
|
-
"nameLocation": "
|
1077
|
+
"nameLocation": "532:20:40",
|
1078
1078
|
"parameters": {
|
1079
|
-
"id":
|
1079
|
+
"id": 33284,
|
1080
1080
|
"nodeType": "ParameterList",
|
1081
1081
|
"parameters": [
|
1082
1082
|
{
|
1083
1083
|
"constant": false,
|
1084
|
-
"id":
|
1084
|
+
"id": 33280,
|
1085
1085
|
"mutability": "mutable",
|
1086
1086
|
"name": "systemId",
|
1087
|
-
"nameLocation": "
|
1087
|
+
"nameLocation": "564:8:40",
|
1088
1088
|
"nodeType": "VariableDeclaration",
|
1089
|
-
"scope":
|
1090
|
-
"src": "
|
1089
|
+
"scope": 33286,
|
1090
|
+
"src": "553:19:40",
|
1091
1091
|
"stateVariable": false,
|
1092
1092
|
"storageLocation": "default",
|
1093
1093
|
"typeDescriptions": {
|
1094
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1094
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1095
1095
|
"typeString": "ResourceId"
|
1096
1096
|
},
|
1097
1097
|
"typeName": {
|
1098
|
-
"id":
|
1098
|
+
"id": 33279,
|
1099
1099
|
"nodeType": "UserDefinedTypeName",
|
1100
1100
|
"pathNode": {
|
1101
|
-
"id":
|
1101
|
+
"id": 33278,
|
1102
1102
|
"name": "ResourceId",
|
1103
1103
|
"nameLocations": [
|
1104
|
-
"
|
1104
|
+
"553:10:40"
|
1105
1105
|
],
|
1106
1106
|
"nodeType": "IdentifierPath",
|
1107
|
-
"referencedDeclaration":
|
1108
|
-
"src": "
|
1107
|
+
"referencedDeclaration": 36384,
|
1108
|
+
"src": "553:10:40"
|
1109
1109
|
},
|
1110
|
-
"referencedDeclaration":
|
1111
|
-
"src": "
|
1110
|
+
"referencedDeclaration": 36384,
|
1111
|
+
"src": "553:10:40",
|
1112
1112
|
"typeDescriptions": {
|
1113
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1113
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1114
1114
|
"typeString": "ResourceId"
|
1115
1115
|
}
|
1116
1116
|
},
|
@@ -1118,102 +1118,102 @@
|
|
1118
1118
|
},
|
1119
1119
|
{
|
1120
1120
|
"constant": false,
|
1121
|
-
"id":
|
1121
|
+
"id": 33283,
|
1122
1122
|
"mutability": "mutable",
|
1123
1123
|
"name": "hookAddress",
|
1124
|
-
"nameLocation": "
|
1124
|
+
"nameLocation": "586:11:40",
|
1125
1125
|
"nodeType": "VariableDeclaration",
|
1126
|
-
"scope":
|
1127
|
-
"src": "
|
1126
|
+
"scope": 33286,
|
1127
|
+
"src": "574:23:40",
|
1128
1128
|
"stateVariable": false,
|
1129
1129
|
"storageLocation": "default",
|
1130
1130
|
"typeDescriptions": {
|
1131
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1131
|
+
"typeIdentifier": "t_contract$_ISystemHook_$33518",
|
1132
1132
|
"typeString": "contract ISystemHook"
|
1133
1133
|
},
|
1134
1134
|
"typeName": {
|
1135
|
-
"id":
|
1135
|
+
"id": 33282,
|
1136
1136
|
"nodeType": "UserDefinedTypeName",
|
1137
1137
|
"pathNode": {
|
1138
|
-
"id":
|
1138
|
+
"id": 33281,
|
1139
1139
|
"name": "ISystemHook",
|
1140
1140
|
"nameLocations": [
|
1141
|
-
"
|
1141
|
+
"574:11:40"
|
1142
1142
|
],
|
1143
1143
|
"nodeType": "IdentifierPath",
|
1144
|
-
"referencedDeclaration":
|
1145
|
-
"src": "
|
1144
|
+
"referencedDeclaration": 33518,
|
1145
|
+
"src": "574:11:40"
|
1146
1146
|
},
|
1147
|
-
"referencedDeclaration":
|
1148
|
-
"src": "
|
1147
|
+
"referencedDeclaration": 33518,
|
1148
|
+
"src": "574:11:40",
|
1149
1149
|
"typeDescriptions": {
|
1150
|
-
"typeIdentifier": "t_contract$_ISystemHook_$
|
1150
|
+
"typeIdentifier": "t_contract$_ISystemHook_$33518",
|
1151
1151
|
"typeString": "contract ISystemHook"
|
1152
1152
|
}
|
1153
1153
|
},
|
1154
1154
|
"visibility": "internal"
|
1155
1155
|
}
|
1156
1156
|
],
|
1157
|
-
"src": "
|
1157
|
+
"src": "552:46:40"
|
1158
1158
|
},
|
1159
1159
|
"returnParameters": {
|
1160
|
-
"id":
|
1160
|
+
"id": 33285,
|
1161
1161
|
"nodeType": "ParameterList",
|
1162
1162
|
"parameters": [],
|
1163
|
-
"src": "
|
1163
|
+
"src": "607:0:40"
|
1164
1164
|
},
|
1165
|
-
"scope":
|
1165
|
+
"scope": 33341,
|
1166
1166
|
"stateMutability": "nonpayable",
|
1167
1167
|
"virtual": false,
|
1168
1168
|
"visibility": "external"
|
1169
1169
|
},
|
1170
1170
|
{
|
1171
|
-
"id":
|
1171
|
+
"id": 33297,
|
1172
1172
|
"nodeType": "FunctionDefinition",
|
1173
|
-
"src": "
|
1173
|
+
"src": "612:102:40",
|
1174
1174
|
"nodes": [],
|
1175
1175
|
"functionSelector": "3350b6a9",
|
1176
1176
|
"implemented": false,
|
1177
1177
|
"kind": "function",
|
1178
1178
|
"modifiers": [],
|
1179
1179
|
"name": "registerSystem",
|
1180
|
-
"nameLocation": "
|
1180
|
+
"nameLocation": "621:14:40",
|
1181
1181
|
"parameters": {
|
1182
|
-
"id":
|
1182
|
+
"id": 33295,
|
1183
1183
|
"nodeType": "ParameterList",
|
1184
1184
|
"parameters": [
|
1185
1185
|
{
|
1186
1186
|
"constant": false,
|
1187
|
-
"id":
|
1187
|
+
"id": 33289,
|
1188
1188
|
"mutability": "mutable",
|
1189
1189
|
"name": "systemId",
|
1190
|
-
"nameLocation": "
|
1190
|
+
"nameLocation": "647:8:40",
|
1191
1191
|
"nodeType": "VariableDeclaration",
|
1192
|
-
"scope":
|
1193
|
-
"src": "
|
1192
|
+
"scope": 33297,
|
1193
|
+
"src": "636:19:40",
|
1194
1194
|
"stateVariable": false,
|
1195
1195
|
"storageLocation": "default",
|
1196
1196
|
"typeDescriptions": {
|
1197
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1197
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1198
1198
|
"typeString": "ResourceId"
|
1199
1199
|
},
|
1200
1200
|
"typeName": {
|
1201
|
-
"id":
|
1201
|
+
"id": 33288,
|
1202
1202
|
"nodeType": "UserDefinedTypeName",
|
1203
1203
|
"pathNode": {
|
1204
|
-
"id":
|
1204
|
+
"id": 33287,
|
1205
1205
|
"name": "ResourceId",
|
1206
1206
|
"nameLocations": [
|
1207
|
-
"
|
1207
|
+
"636:10:40"
|
1208
1208
|
],
|
1209
1209
|
"nodeType": "IdentifierPath",
|
1210
|
-
"referencedDeclaration":
|
1211
|
-
"src": "
|
1210
|
+
"referencedDeclaration": 36384,
|
1211
|
+
"src": "636:10:40"
|
1212
1212
|
},
|
1213
|
-
"referencedDeclaration":
|
1214
|
-
"src": "
|
1213
|
+
"referencedDeclaration": 36384,
|
1214
|
+
"src": "636:10:40",
|
1215
1215
|
"typeDescriptions": {
|
1216
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1216
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1217
1217
|
"typeString": "ResourceId"
|
1218
1218
|
}
|
1219
1219
|
},
|
@@ -1221,13 +1221,13 @@
|
|
1221
1221
|
},
|
1222
1222
|
{
|
1223
1223
|
"constant": false,
|
1224
|
-
"id":
|
1224
|
+
"id": 33292,
|
1225
1225
|
"mutability": "mutable",
|
1226
1226
|
"name": "system",
|
1227
|
-
"nameLocation": "
|
1227
|
+
"nameLocation": "678:6:40",
|
1228
1228
|
"nodeType": "VariableDeclaration",
|
1229
|
-
"scope":
|
1230
|
-
"src": "
|
1229
|
+
"scope": 33297,
|
1230
|
+
"src": "657:27:40",
|
1231
1231
|
"stateVariable": false,
|
1232
1232
|
"storageLocation": "default",
|
1233
1233
|
"typeDescriptions": {
|
@@ -1235,20 +1235,20 @@
|
|
1235
1235
|
"typeString": "contract WorldContextConsumer"
|
1236
1236
|
},
|
1237
1237
|
"typeName": {
|
1238
|
-
"id":
|
1238
|
+
"id": 33291,
|
1239
1239
|
"nodeType": "UserDefinedTypeName",
|
1240
1240
|
"pathNode": {
|
1241
|
-
"id":
|
1241
|
+
"id": 33290,
|
1242
1242
|
"name": "WorldContextConsumer",
|
1243
1243
|
"nameLocations": [
|
1244
|
-
"
|
1244
|
+
"657:20:40"
|
1245
1245
|
],
|
1246
1246
|
"nodeType": "IdentifierPath",
|
1247
1247
|
"referencedDeclaration": 32724,
|
1248
|
-
"src": "
|
1248
|
+
"src": "657:20:40"
|
1249
1249
|
},
|
1250
1250
|
"referencedDeclaration": 32724,
|
1251
|
-
"src": "
|
1251
|
+
"src": "657:20:40",
|
1252
1252
|
"typeDescriptions": {
|
1253
1253
|
"typeIdentifier": "t_contract$_WorldContextConsumer_$32724",
|
1254
1254
|
"typeString": "contract WorldContextConsumer"
|
@@ -1258,13 +1258,13 @@
|
|
1258
1258
|
},
|
1259
1259
|
{
|
1260
1260
|
"constant": false,
|
1261
|
-
"id":
|
1261
|
+
"id": 33294,
|
1262
1262
|
"mutability": "mutable",
|
1263
1263
|
"name": "publicAccess",
|
1264
|
-
"nameLocation": "
|
1264
|
+
"nameLocation": "691:12:40",
|
1265
1265
|
"nodeType": "VariableDeclaration",
|
1266
|
-
"scope":
|
1267
|
-
"src": "
|
1266
|
+
"scope": 33297,
|
1267
|
+
"src": "686:17:40",
|
1268
1268
|
"stateVariable": false,
|
1269
1269
|
"storageLocation": "default",
|
1270
1270
|
"typeDescriptions": {
|
@@ -1272,10 +1272,10 @@
|
|
1272
1272
|
"typeString": "bool"
|
1273
1273
|
},
|
1274
1274
|
"typeName": {
|
1275
|
-
"id":
|
1275
|
+
"id": 33293,
|
1276
1276
|
"name": "bool",
|
1277
1277
|
"nodeType": "ElementaryTypeName",
|
1278
|
-
"src": "
|
1278
|
+
"src": "686:4:40",
|
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": "635:69:40"
|
1288
1288
|
},
|
1289
1289
|
"returnParameters": {
|
1290
|
-
"id":
|
1290
|
+
"id": 33296,
|
1291
1291
|
"nodeType": "ParameterList",
|
1292
1292
|
"parameters": [],
|
1293
|
-
"src": "
|
1293
|
+
"src": "713:0:40"
|
1294
1294
|
},
|
1295
|
-
"scope":
|
1295
|
+
"scope": 33341,
|
1296
1296
|
"stateMutability": "nonpayable",
|
1297
1297
|
"virtual": false,
|
1298
1298
|
"visibility": "external"
|
1299
1299
|
},
|
1300
1300
|
{
|
1301
|
-
"id":
|
1301
|
+
"id": 33307,
|
1302
1302
|
"nodeType": "FunctionDefinition",
|
1303
|
-
"src": "
|
1303
|
+
"src": "718:154:40",
|
1304
1304
|
"nodes": [],
|
1305
1305
|
"functionSelector": "26d98102",
|
1306
1306
|
"implemented": false,
|
1307
1307
|
"kind": "function",
|
1308
1308
|
"modifiers": [],
|
1309
1309
|
"name": "registerFunctionSelector",
|
1310
|
-
"nameLocation": "
|
1310
|
+
"nameLocation": "727:24:40",
|
1311
1311
|
"parameters": {
|
1312
|
-
"id":
|
1312
|
+
"id": 33303,
|
1313
1313
|
"nodeType": "ParameterList",
|
1314
1314
|
"parameters": [
|
1315
1315
|
{
|
1316
1316
|
"constant": false,
|
1317
|
-
"id":
|
1317
|
+
"id": 33300,
|
1318
1318
|
"mutability": "mutable",
|
1319
1319
|
"name": "systemId",
|
1320
|
-
"nameLocation": "
|
1320
|
+
"nameLocation": "768:8:40",
|
1321
1321
|
"nodeType": "VariableDeclaration",
|
1322
|
-
"scope":
|
1323
|
-
"src": "
|
1322
|
+
"scope": 33307,
|
1323
|
+
"src": "757:19:40",
|
1324
1324
|
"stateVariable": false,
|
1325
1325
|
"storageLocation": "default",
|
1326
1326
|
"typeDescriptions": {
|
1327
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1327
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1328
1328
|
"typeString": "ResourceId"
|
1329
1329
|
},
|
1330
1330
|
"typeName": {
|
1331
|
-
"id":
|
1331
|
+
"id": 33299,
|
1332
1332
|
"nodeType": "UserDefinedTypeName",
|
1333
1333
|
"pathNode": {
|
1334
|
-
"id":
|
1334
|
+
"id": 33298,
|
1335
1335
|
"name": "ResourceId",
|
1336
1336
|
"nameLocations": [
|
1337
|
-
"
|
1337
|
+
"757:10:40"
|
1338
1338
|
],
|
1339
1339
|
"nodeType": "IdentifierPath",
|
1340
|
-
"referencedDeclaration":
|
1341
|
-
"src": "
|
1340
|
+
"referencedDeclaration": 36384,
|
1341
|
+
"src": "757:10:40"
|
1342
1342
|
},
|
1343
|
-
"referencedDeclaration":
|
1344
|
-
"src": "
|
1343
|
+
"referencedDeclaration": 36384,
|
1344
|
+
"src": "757:10:40",
|
1345
1345
|
"typeDescriptions": {
|
1346
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1346
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1347
1347
|
"typeString": "ResourceId"
|
1348
1348
|
}
|
1349
1349
|
},
|
@@ -1351,13 +1351,13 @@
|
|
1351
1351
|
},
|
1352
1352
|
{
|
1353
1353
|
"constant": false,
|
1354
|
-
"id":
|
1354
|
+
"id": 33302,
|
1355
1355
|
"mutability": "mutable",
|
1356
1356
|
"name": "systemFunctionSignature",
|
1357
|
-
"nameLocation": "
|
1357
|
+
"nameLocation": "796:23:40",
|
1358
1358
|
"nodeType": "VariableDeclaration",
|
1359
|
-
"scope":
|
1360
|
-
"src": "
|
1359
|
+
"scope": 33307,
|
1360
|
+
"src": "782:37:40",
|
1361
1361
|
"stateVariable": false,
|
1362
1362
|
"storageLocation": "memory",
|
1363
1363
|
"typeDescriptions": {
|
@@ -1365,10 +1365,10 @@
|
|
1365
1365
|
"typeString": "string"
|
1366
1366
|
},
|
1367
1367
|
"typeName": {
|
1368
|
-
"id":
|
1368
|
+
"id": 33301,
|
1369
1369
|
"name": "string",
|
1370
1370
|
"nodeType": "ElementaryTypeName",
|
1371
|
-
"src": "
|
1371
|
+
"src": "782:6:40",
|
1372
1372
|
"typeDescriptions": {
|
1373
1373
|
"typeIdentifier": "t_string_storage_ptr",
|
1374
1374
|
"typeString": "string"
|
@@ -1377,21 +1377,21 @@
|
|
1377
1377
|
"visibility": "internal"
|
1378
1378
|
}
|
1379
1379
|
],
|
1380
|
-
"src": "
|
1380
|
+
"src": "751:72:40"
|
1381
1381
|
},
|
1382
1382
|
"returnParameters": {
|
1383
|
-
"id":
|
1383
|
+
"id": 33306,
|
1384
1384
|
"nodeType": "ParameterList",
|
1385
1385
|
"parameters": [
|
1386
1386
|
{
|
1387
1387
|
"constant": false,
|
1388
|
-
"id":
|
1388
|
+
"id": 33305,
|
1389
1389
|
"mutability": "mutable",
|
1390
1390
|
"name": "worldFunctionSelector",
|
1391
|
-
"nameLocation": "
|
1391
|
+
"nameLocation": "849:21:40",
|
1392
1392
|
"nodeType": "VariableDeclaration",
|
1393
|
-
"scope":
|
1394
|
-
"src": "
|
1393
|
+
"scope": 33307,
|
1394
|
+
"src": "842:28:40",
|
1395
1395
|
"stateVariable": false,
|
1396
1396
|
"storageLocation": "default",
|
1397
1397
|
"typeDescriptions": {
|
@@ -1399,10 +1399,10 @@
|
|
1399
1399
|
"typeString": "bytes4"
|
1400
1400
|
},
|
1401
1401
|
"typeName": {
|
1402
|
-
"id":
|
1402
|
+
"id": 33304,
|
1403
1403
|
"name": "bytes4",
|
1404
1404
|
"nodeType": "ElementaryTypeName",
|
1405
|
-
"src": "
|
1405
|
+
"src": "842:6:40",
|
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": "841:30:40"
|
1415
1415
|
},
|
1416
|
-
"scope":
|
1416
|
+
"scope": 33341,
|
1417
1417
|
"stateMutability": "nonpayable",
|
1418
1418
|
"virtual": false,
|
1419
1419
|
"visibility": "external"
|
1420
1420
|
},
|
1421
1421
|
{
|
1422
|
-
"id":
|
1422
|
+
"id": 33319,
|
1423
1423
|
"nodeType": "FunctionDefinition",
|
1424
|
-
"src": "
|
1424
|
+
"src": "876:192:40",
|
1425
1425
|
"nodes": [],
|
1426
1426
|
"functionSelector": "742d6118",
|
1427
1427
|
"implemented": false,
|
1428
1428
|
"kind": "function",
|
1429
1429
|
"modifiers": [],
|
1430
1430
|
"name": "registerRootFunctionSelector",
|
1431
|
-
"nameLocation": "
|
1431
|
+
"nameLocation": "885:28:40",
|
1432
1432
|
"parameters": {
|
1433
|
-
"id":
|
1433
|
+
"id": 33315,
|
1434
1434
|
"nodeType": "ParameterList",
|
1435
1435
|
"parameters": [
|
1436
1436
|
{
|
1437
1437
|
"constant": false,
|
1438
|
-
"id":
|
1438
|
+
"id": 33310,
|
1439
1439
|
"mutability": "mutable",
|
1440
1440
|
"name": "systemId",
|
1441
|
-
"nameLocation": "
|
1441
|
+
"nameLocation": "930:8:40",
|
1442
1442
|
"nodeType": "VariableDeclaration",
|
1443
|
-
"scope":
|
1444
|
-
"src": "
|
1443
|
+
"scope": 33319,
|
1444
|
+
"src": "919:19:40",
|
1445
1445
|
"stateVariable": false,
|
1446
1446
|
"storageLocation": "default",
|
1447
1447
|
"typeDescriptions": {
|
1448
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1448
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1449
1449
|
"typeString": "ResourceId"
|
1450
1450
|
},
|
1451
1451
|
"typeName": {
|
1452
|
-
"id":
|
1452
|
+
"id": 33309,
|
1453
1453
|
"nodeType": "UserDefinedTypeName",
|
1454
1454
|
"pathNode": {
|
1455
|
-
"id":
|
1455
|
+
"id": 33308,
|
1456
1456
|
"name": "ResourceId",
|
1457
1457
|
"nameLocations": [
|
1458
|
-
"
|
1458
|
+
"919:10:40"
|
1459
1459
|
],
|
1460
1460
|
"nodeType": "IdentifierPath",
|
1461
|
-
"referencedDeclaration":
|
1462
|
-
"src": "
|
1461
|
+
"referencedDeclaration": 36384,
|
1462
|
+
"src": "919:10:40"
|
1463
1463
|
},
|
1464
|
-
"referencedDeclaration":
|
1465
|
-
"src": "
|
1464
|
+
"referencedDeclaration": 36384,
|
1465
|
+
"src": "919:10:40",
|
1466
1466
|
"typeDescriptions": {
|
1467
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1467
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1468
1468
|
"typeString": "ResourceId"
|
1469
1469
|
}
|
1470
1470
|
},
|
@@ -1472,13 +1472,13 @@
|
|
1472
1472
|
},
|
1473
1473
|
{
|
1474
1474
|
"constant": false,
|
1475
|
-
"id":
|
1475
|
+
"id": 33312,
|
1476
1476
|
"mutability": "mutable",
|
1477
1477
|
"name": "worldFunctionSignature",
|
1478
|
-
"nameLocation": "
|
1478
|
+
"nameLocation": "958:22:40",
|
1479
1479
|
"nodeType": "VariableDeclaration",
|
1480
|
-
"scope":
|
1481
|
-
"src": "
|
1480
|
+
"scope": 33319,
|
1481
|
+
"src": "944:36:40",
|
1482
1482
|
"stateVariable": false,
|
1483
1483
|
"storageLocation": "memory",
|
1484
1484
|
"typeDescriptions": {
|
@@ -1486,10 +1486,10 @@
|
|
1486
1486
|
"typeString": "string"
|
1487
1487
|
},
|
1488
1488
|
"typeName": {
|
1489
|
-
"id":
|
1489
|
+
"id": 33311,
|
1490
1490
|
"name": "string",
|
1491
1491
|
"nodeType": "ElementaryTypeName",
|
1492
|
-
"src": "
|
1492
|
+
"src": "944:6:40",
|
1493
1493
|
"typeDescriptions": {
|
1494
1494
|
"typeIdentifier": "t_string_storage_ptr",
|
1495
1495
|
"typeString": "string"
|
@@ -1499,13 +1499,13 @@
|
|
1499
1499
|
},
|
1500
1500
|
{
|
1501
1501
|
"constant": false,
|
1502
|
-
"id":
|
1502
|
+
"id": 33314,
|
1503
1503
|
"mutability": "mutable",
|
1504
1504
|
"name": "systemFunctionSelector",
|
1505
|
-
"nameLocation": "
|
1505
|
+
"nameLocation": "993:22:40",
|
1506
1506
|
"nodeType": "VariableDeclaration",
|
1507
|
-
"scope":
|
1508
|
-
"src": "
|
1507
|
+
"scope": 33319,
|
1508
|
+
"src": "986:29:40",
|
1509
1509
|
"stateVariable": false,
|
1510
1510
|
"storageLocation": "default",
|
1511
1511
|
"typeDescriptions": {
|
@@ -1513,10 +1513,10 @@
|
|
1513
1513
|
"typeString": "bytes4"
|
1514
1514
|
},
|
1515
1515
|
"typeName": {
|
1516
|
-
"id":
|
1516
|
+
"id": 33313,
|
1517
1517
|
"name": "bytes4",
|
1518
1518
|
"nodeType": "ElementaryTypeName",
|
1519
|
-
"src": "
|
1519
|
+
"src": "986:6:40",
|
1520
1520
|
"typeDescriptions": {
|
1521
1521
|
"typeIdentifier": "t_bytes4",
|
1522
1522
|
"typeString": "bytes4"
|
@@ -1525,21 +1525,21 @@
|
|
1525
1525
|
"visibility": "internal"
|
1526
1526
|
}
|
1527
1527
|
],
|
1528
|
-
"src": "
|
1528
|
+
"src": "913:106:40"
|
1529
1529
|
},
|
1530
1530
|
"returnParameters": {
|
1531
|
-
"id":
|
1531
|
+
"id": 33318,
|
1532
1532
|
"nodeType": "ParameterList",
|
1533
1533
|
"parameters": [
|
1534
1534
|
{
|
1535
1535
|
"constant": false,
|
1536
|
-
"id":
|
1536
|
+
"id": 33317,
|
1537
1537
|
"mutability": "mutable",
|
1538
1538
|
"name": "worldFunctionSelector",
|
1539
|
-
"nameLocation": "
|
1539
|
+
"nameLocation": "1045:21:40",
|
1540
1540
|
"nodeType": "VariableDeclaration",
|
1541
|
-
"scope":
|
1542
|
-
"src": "
|
1541
|
+
"scope": 33319,
|
1542
|
+
"src": "1038:28:40",
|
1543
1543
|
"stateVariable": false,
|
1544
1544
|
"storageLocation": "default",
|
1545
1545
|
"typeDescriptions": {
|
@@ -1547,10 +1547,10 @@
|
|
1547
1547
|
"typeString": "bytes4"
|
1548
1548
|
},
|
1549
1549
|
"typeName": {
|
1550
|
-
"id":
|
1550
|
+
"id": 33316,
|
1551
1551
|
"name": "bytes4",
|
1552
1552
|
"nodeType": "ElementaryTypeName",
|
1553
|
-
"src": "
|
1553
|
+
"src": "1038:6:40",
|
1554
1554
|
"typeDescriptions": {
|
1555
1555
|
"typeIdentifier": "t_bytes4",
|
1556
1556
|
"typeString": "bytes4"
|
@@ -1559,37 +1559,37 @@
|
|
1559
1559
|
"visibility": "internal"
|
1560
1560
|
}
|
1561
1561
|
],
|
1562
|
-
"src": "
|
1562
|
+
"src": "1037:30:40"
|
1563
1563
|
},
|
1564
|
-
"scope":
|
1564
|
+
"scope": 33341,
|
1565
1565
|
"stateMutability": "nonpayable",
|
1566
1566
|
"virtual": false,
|
1567
1567
|
"visibility": "external"
|
1568
1568
|
},
|
1569
1569
|
{
|
1570
|
-
"id":
|
1570
|
+
"id": 33329,
|
1571
1571
|
"nodeType": "FunctionDefinition",
|
1572
|
-
"src": "
|
1572
|
+
"src": "1072:115:40",
|
1573
1573
|
"nodes": [],
|
1574
1574
|
"functionSelector": "1d2257ba",
|
1575
1575
|
"implemented": false,
|
1576
1576
|
"kind": "function",
|
1577
1577
|
"modifiers": [],
|
1578
1578
|
"name": "registerDelegation",
|
1579
|
-
"nameLocation": "
|
1579
|
+
"nameLocation": "1081:18:40",
|
1580
1580
|
"parameters": {
|
1581
|
-
"id":
|
1581
|
+
"id": 33327,
|
1582
1582
|
"nodeType": "ParameterList",
|
1583
1583
|
"parameters": [
|
1584
1584
|
{
|
1585
1585
|
"constant": false,
|
1586
|
-
"id":
|
1586
|
+
"id": 33321,
|
1587
1587
|
"mutability": "mutable",
|
1588
1588
|
"name": "delegatee",
|
1589
|
-
"nameLocation": "
|
1589
|
+
"nameLocation": "1108:9:40",
|
1590
1590
|
"nodeType": "VariableDeclaration",
|
1591
|
-
"scope":
|
1592
|
-
"src": "
|
1591
|
+
"scope": 33329,
|
1592
|
+
"src": "1100:17:40",
|
1593
1593
|
"stateVariable": false,
|
1594
1594
|
"storageLocation": "default",
|
1595
1595
|
"typeDescriptions": {
|
@@ -1597,10 +1597,10 @@
|
|
1597
1597
|
"typeString": "address"
|
1598
1598
|
},
|
1599
1599
|
"typeName": {
|
1600
|
-
"id":
|
1600
|
+
"id": 33320,
|
1601
1601
|
"name": "address",
|
1602
1602
|
"nodeType": "ElementaryTypeName",
|
1603
|
-
"src": "
|
1603
|
+
"src": "1100:7:40",
|
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": 33324,
|
1615
1615
|
"mutability": "mutable",
|
1616
1616
|
"name": "delegationControlId",
|
1617
|
-
"nameLocation": "
|
1617
|
+
"nameLocation": "1130:19:40",
|
1618
1618
|
"nodeType": "VariableDeclaration",
|
1619
|
-
"scope":
|
1620
|
-
"src": "
|
1619
|
+
"scope": 33329,
|
1620
|
+
"src": "1119:30:40",
|
1621
1621
|
"stateVariable": false,
|
1622
1622
|
"storageLocation": "default",
|
1623
1623
|
"typeDescriptions": {
|
1624
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1624
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1625
1625
|
"typeString": "ResourceId"
|
1626
1626
|
},
|
1627
1627
|
"typeName": {
|
1628
|
-
"id":
|
1628
|
+
"id": 33323,
|
1629
1629
|
"nodeType": "UserDefinedTypeName",
|
1630
1630
|
"pathNode": {
|
1631
|
-
"id":
|
1631
|
+
"id": 33322,
|
1632
1632
|
"name": "ResourceId",
|
1633
1633
|
"nameLocations": [
|
1634
|
-
"
|
1634
|
+
"1119:10:40"
|
1635
1635
|
],
|
1636
1636
|
"nodeType": "IdentifierPath",
|
1637
|
-
"referencedDeclaration":
|
1638
|
-
"src": "
|
1637
|
+
"referencedDeclaration": 36384,
|
1638
|
+
"src": "1119:10:40"
|
1639
1639
|
},
|
1640
|
-
"referencedDeclaration":
|
1641
|
-
"src": "
|
1640
|
+
"referencedDeclaration": 36384,
|
1641
|
+
"src": "1119:10:40",
|
1642
1642
|
"typeDescriptions": {
|
1643
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1643
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1644
1644
|
"typeString": "ResourceId"
|
1645
1645
|
}
|
1646
1646
|
},
|
@@ -1648,13 +1648,13 @@
|
|
1648
1648
|
},
|
1649
1649
|
{
|
1650
1650
|
"constant": false,
|
1651
|
-
"id":
|
1651
|
+
"id": 33326,
|
1652
1652
|
"mutability": "mutable",
|
1653
1653
|
"name": "initCallData",
|
1654
|
-
"nameLocation": "
|
1654
|
+
"nameLocation": "1164:12:40",
|
1655
1655
|
"nodeType": "VariableDeclaration",
|
1656
|
-
"scope":
|
1657
|
-
"src": "
|
1656
|
+
"scope": 33329,
|
1657
|
+
"src": "1151:25:40",
|
1658
1658
|
"stateVariable": false,
|
1659
1659
|
"storageLocation": "memory",
|
1660
1660
|
"typeDescriptions": {
|
@@ -1662,10 +1662,10 @@
|
|
1662
1662
|
"typeString": "bytes"
|
1663
1663
|
},
|
1664
1664
|
"typeName": {
|
1665
|
-
"id":
|
1665
|
+
"id": 33325,
|
1666
1666
|
"name": "bytes",
|
1667
1667
|
"nodeType": "ElementaryTypeName",
|
1668
|
-
"src": "
|
1668
|
+
"src": "1151:5:40",
|
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": "1099:78:40"
|
1678
1678
|
},
|
1679
1679
|
"returnParameters": {
|
1680
|
-
"id":
|
1680
|
+
"id": 33328,
|
1681
1681
|
"nodeType": "ParameterList",
|
1682
1682
|
"parameters": [],
|
1683
|
-
"src": "
|
1683
|
+
"src": "1186:0:40"
|
1684
1684
|
},
|
1685
|
-
"scope":
|
1685
|
+
"scope": 33341,
|
1686
1686
|
"stateMutability": "nonpayable",
|
1687
1687
|
"virtual": false,
|
1688
1688
|
"visibility": "external"
|
1689
1689
|
},
|
1690
1690
|
{
|
1691
|
-
"id":
|
1691
|
+
"id": 33340,
|
1692
1692
|
"nodeType": "FunctionDefinition",
|
1693
|
-
"src": "
|
1693
|
+
"src": "1191:145:40",
|
1694
1694
|
"nodes": [],
|
1695
1695
|
"functionSelector": "bfdfaff7",
|
1696
1696
|
"implemented": false,
|
1697
1697
|
"kind": "function",
|
1698
1698
|
"modifiers": [],
|
1699
1699
|
"name": "registerNamespaceDelegation",
|
1700
|
-
"nameLocation": "
|
1700
|
+
"nameLocation": "1200:27:40",
|
1701
1701
|
"parameters": {
|
1702
|
-
"id":
|
1702
|
+
"id": 33338,
|
1703
1703
|
"nodeType": "ParameterList",
|
1704
1704
|
"parameters": [
|
1705
1705
|
{
|
1706
1706
|
"constant": false,
|
1707
|
-
"id":
|
1707
|
+
"id": 33332,
|
1708
1708
|
"mutability": "mutable",
|
1709
1709
|
"name": "namespaceId",
|
1710
|
-
"nameLocation": "
|
1710
|
+
"nameLocation": "1244:11:40",
|
1711
1711
|
"nodeType": "VariableDeclaration",
|
1712
|
-
"scope":
|
1713
|
-
"src": "
|
1712
|
+
"scope": 33340,
|
1713
|
+
"src": "1233:22:40",
|
1714
1714
|
"stateVariable": false,
|
1715
1715
|
"storageLocation": "default",
|
1716
1716
|
"typeDescriptions": {
|
1717
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1717
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1718
1718
|
"typeString": "ResourceId"
|
1719
1719
|
},
|
1720
1720
|
"typeName": {
|
1721
|
-
"id":
|
1721
|
+
"id": 33331,
|
1722
1722
|
"nodeType": "UserDefinedTypeName",
|
1723
1723
|
"pathNode": {
|
1724
|
-
"id":
|
1724
|
+
"id": 33330,
|
1725
1725
|
"name": "ResourceId",
|
1726
1726
|
"nameLocations": [
|
1727
|
-
"
|
1727
|
+
"1233:10:40"
|
1728
1728
|
],
|
1729
1729
|
"nodeType": "IdentifierPath",
|
1730
|
-
"referencedDeclaration":
|
1731
|
-
"src": "
|
1730
|
+
"referencedDeclaration": 36384,
|
1731
|
+
"src": "1233:10:40"
|
1732
1732
|
},
|
1733
|
-
"referencedDeclaration":
|
1734
|
-
"src": "
|
1733
|
+
"referencedDeclaration": 36384,
|
1734
|
+
"src": "1233:10:40",
|
1735
1735
|
"typeDescriptions": {
|
1736
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1736
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1737
1737
|
"typeString": "ResourceId"
|
1738
1738
|
}
|
1739
1739
|
},
|
@@ -1741,36 +1741,36 @@
|
|
1741
1741
|
},
|
1742
1742
|
{
|
1743
1743
|
"constant": false,
|
1744
|
-
"id":
|
1744
|
+
"id": 33335,
|
1745
1745
|
"mutability": "mutable",
|
1746
1746
|
"name": "delegationControlId",
|
1747
|
-
"nameLocation": "
|
1747
|
+
"nameLocation": "1272:19:40",
|
1748
1748
|
"nodeType": "VariableDeclaration",
|
1749
|
-
"scope":
|
1750
|
-
"src": "
|
1749
|
+
"scope": 33340,
|
1750
|
+
"src": "1261:30:40",
|
1751
1751
|
"stateVariable": false,
|
1752
1752
|
"storageLocation": "default",
|
1753
1753
|
"typeDescriptions": {
|
1754
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1754
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1755
1755
|
"typeString": "ResourceId"
|
1756
1756
|
},
|
1757
1757
|
"typeName": {
|
1758
|
-
"id":
|
1758
|
+
"id": 33334,
|
1759
1759
|
"nodeType": "UserDefinedTypeName",
|
1760
1760
|
"pathNode": {
|
1761
|
-
"id":
|
1761
|
+
"id": 33333,
|
1762
1762
|
"name": "ResourceId",
|
1763
1763
|
"nameLocations": [
|
1764
|
-
"
|
1764
|
+
"1261:10:40"
|
1765
1765
|
],
|
1766
1766
|
"nodeType": "IdentifierPath",
|
1767
|
-
"referencedDeclaration":
|
1768
|
-
"src": "
|
1767
|
+
"referencedDeclaration": 36384,
|
1768
|
+
"src": "1261:10:40"
|
1769
1769
|
},
|
1770
|
-
"referencedDeclaration":
|
1771
|
-
"src": "
|
1770
|
+
"referencedDeclaration": 36384,
|
1771
|
+
"src": "1261:10:40",
|
1772
1772
|
"typeDescriptions": {
|
1773
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1773
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
1774
1774
|
"typeString": "ResourceId"
|
1775
1775
|
}
|
1776
1776
|
},
|
@@ -1778,13 +1778,13 @@
|
|
1778
1778
|
},
|
1779
1779
|
{
|
1780
1780
|
"constant": false,
|
1781
|
-
"id":
|
1781
|
+
"id": 33337,
|
1782
1782
|
"mutability": "mutable",
|
1783
1783
|
"name": "initCallData",
|
1784
|
-
"nameLocation": "
|
1784
|
+
"nameLocation": "1310:12:40",
|
1785
1785
|
"nodeType": "VariableDeclaration",
|
1786
|
-
"scope":
|
1787
|
-
"src": "
|
1786
|
+
"scope": 33340,
|
1787
|
+
"src": "1297:25:40",
|
1788
1788
|
"stateVariable": false,
|
1789
1789
|
"storageLocation": "memory",
|
1790
1790
|
"typeDescriptions": {
|
@@ -1792,10 +1792,10 @@
|
|
1792
1792
|
"typeString": "bytes"
|
1793
1793
|
},
|
1794
1794
|
"typeName": {
|
1795
|
-
"id":
|
1795
|
+
"id": 33336,
|
1796
1796
|
"name": "bytes",
|
1797
1797
|
"nodeType": "ElementaryTypeName",
|
1798
|
-
"src": "
|
1798
|
+
"src": "1297:5:40",
|
1799
1799
|
"typeDescriptions": {
|
1800
1800
|
"typeIdentifier": "t_bytes_storage_ptr",
|
1801
1801
|
"typeString": "bytes"
|
@@ -1804,15 +1804,15 @@
|
|
1804
1804
|
"visibility": "internal"
|
1805
1805
|
}
|
1806
1806
|
],
|
1807
|
-
"src": "
|
1807
|
+
"src": "1227:99:40"
|
1808
1808
|
},
|
1809
1809
|
"returnParameters": {
|
1810
|
-
"id":
|
1810
|
+
"id": 33339,
|
1811
1811
|
"nodeType": "ParameterList",
|
1812
1812
|
"parameters": [],
|
1813
|
-
"src": "
|
1813
|
+
"src": "1335:0:40"
|
1814
1814
|
},
|
1815
|
-
"scope":
|
1815
|
+
"scope": 33341,
|
1816
1816
|
"stateMutability": "nonpayable",
|
1817
1817
|
"virtual": false,
|
1818
1818
|
"visibility": "external"
|
@@ -1825,16 +1825,16 @@
|
|
1825
1825
|
"contractKind": "interface",
|
1826
1826
|
"fullyImplemented": false,
|
1827
1827
|
"linearizedBaseContracts": [
|
1828
|
-
|
1828
|
+
33341
|
1829
1829
|
],
|
1830
1830
|
"name": "IWorldRegistrationSystem",
|
1831
|
-
"nameLocation": "
|
1832
|
-
"scope":
|
1831
|
+
"nameLocation": "317:24:40",
|
1832
|
+
"scope": 33342,
|
1833
1833
|
"usedErrors": [],
|
1834
1834
|
"usedEvents": []
|
1835
1835
|
}
|
1836
1836
|
],
|
1837
1837
|
"license": "MIT"
|
1838
1838
|
},
|
1839
|
-
"id":
|
1839
|
+
"id": 40
|
1840
1840
|
}
|