@latticexyz/world-modules 2.0.0-main-071aadb9 → 2.0.0-main-7987c94d
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 +215 -215
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2599 -2599
- package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
- package/out/DelegationControl.sol/DelegationControl.json +94 -94
- 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 +3393 -3393
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +58 -58
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +54 -54
- package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +52 -52
- package/out/ICoreSystem.sol/ICoreSystem.json +7 -7
- package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
- package/out/IModule.sol/IModule.json +78 -78
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +28 -28
- 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 +190 -190
- package/out/KeysInTable.sol/KeysInTable.json +10672 -10672
- package/out/KeysInTableHook.sol/KeysInTableHook.json +867 -867
- package/out/KeysInTableModule.sol/KeysInTableModule.json +538 -538
- package/out/KeysWithValue.sol/KeysWithValue.json +3832 -3832
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +993 -993
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +426 -426
- package/out/Memory.sol/Memory.json +4 -4
- package/out/Module.sol/Module.json +84 -84
- package/out/ResourceIds.sol/ResourceIds.json +1363 -1363
- 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 +303 -303
- package/out/Storage.sol/Storage.json +7 -7
- package/out/StoreCore.sol/StoreCore.json +708 -737
- package/out/StoreCore.sol/StoreCoreInternal.json +710 -739
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +3232 -3232
- package/out/StoreSwitch.sol/StoreSwitch.json +1885 -1885
- package/out/System.sol/System.json +31 -31
- package/out/Tables.sol/Tables.json +5585 -5585
- package/out/TightCoder.sol/TightCoder.json +124 -124
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +119 -119
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1990 -1990
- package/out/UniqueEntity.sol/UniqueEntity.json +1406 -1406
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +327 -327
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +93 -93
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2727 -2727
- package/out/WorldContext.sol/WorldContextConsumer.json +1380 -988
- package/out/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1381 -989
- package/out/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- 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 +131 -131
- 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 +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldKernel.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +153 -153
- 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 +4695 -4724
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4697 -4726
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2487 -2487
- package/out/src/WorldContext.sol/WorldContextConsumer.json +1291 -899
- package/out/src/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
- package/out/src/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1292 -900
- package/out/src/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- 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 +1751 -1751
- package/out/tables/Tables.sol/Tables.json +7292 -7292
- 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/out/WorldContext.sol/{WorldContextProvider.abi.json → WorldContextConsumerLib.abi.json} +0 -0
- /package/out/{src/WorldContext.sol/WorldContextProvider.abi.json → WorldContext.sol/WorldContextProviderLib.abi.json} +0 -0
@@ -142,7 +142,7 @@
|
|
142
142
|
"linkReferences": {}
|
143
143
|
},
|
144
144
|
"methodIdentifiers": {},
|
145
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"Store_DeleteRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceDynamicData\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"}],\"devdoc\":{\"events\":{\"Store_DeleteRecord(bytes32,bytes32[])\":{\"params\":{\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is deleted.\"}},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is set.\"}},\"Store_SpliceDynamicData(bytes32,bytes32[],uint48,uint40,bytes32,bytes)\":{\"params\":{\"data\":\"The data to insert into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the splice operation.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{},\"title\":\"StoreCore Library\",\"version\":1},\"userdoc\":{\"events\":{\"Store_DeleteRecord(bytes32,bytes32[])\":{\"notice\":\"Emitted when a record is deleted from the store.\"},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceDynamicData(bytes32,bytes32[],uint48,uint40,bytes32,bytes)\":{\"notice\":\"Emitted when dynamic data in the store is spliced.\"},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{},\"notice\":\"This library includes implementations for all IStore methods and events related to the store actions.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/StoreCore.sol\":\"StoreCore\"},\"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/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"/home/runner/work/mud/mud/packages/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"/home/runner/work/mud/mud/packages/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"/home/runner/work/mud/mud/packages/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"/home/runner/work/mud/mud/packages/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"/home/runner/work/mud/mud/packages/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"/home/runner/work/mud/mud/packages/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"/home/runner/work/mud/mud/packages/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"/home/runner/work/mud/mud/packages/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"/home/runner/work/mud/mud/packages/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"/home/runner/work/mud/mud/packages/store/src/StoreCore.sol\":{\"keccak256\":\"0x1dd80c8f47d425b611aa382a226a47919831976e0da7145a227c1bf629eec24d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ac31d8551e5ef995d45e8eef1067e9793a2228cc3a539e16121d27083b203715\",\"dweb:/ipfs/QmWntan3y5oFxNnuvit8A4Xiuk2bMWasWTA7cqkh7Tk427\"]},\"/home/runner/work/mud/mud/packages/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c\",\"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72\",\"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764\",\"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c\",\"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz\"]},\"/home/runner/work/mud/mud/packages/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"/home/runner/work/mud/mud/packages/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"/home/runner/work/mud/mud/packages/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"/home/runner/work/mud/mud/packages/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"/home/runner/work/mud/mud/packages/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"/home/runner/work/mud/mud/packages/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"/home/runner/work/mud/mud/packages/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"/home/runner/work/mud/mud/packages/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]}},\"version\":1}",
|
145
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"Store_DeleteRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceDynamicData\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"}],\"devdoc\":{\"events\":{\"Store_DeleteRecord(bytes32,bytes32[])\":{\"params\":{\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is deleted.\"}},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is set.\"}},\"Store_SpliceDynamicData(bytes32,bytes32[],uint48,uint40,bytes32,bytes)\":{\"params\":{\"data\":\"The data to insert into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the splice operation.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{},\"title\":\"StoreCore Library\",\"version\":1},\"userdoc\":{\"events\":{\"Store_DeleteRecord(bytes32,bytes32[])\":{\"notice\":\"Emitted when a record is deleted from the store.\"},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceDynamicData(bytes32,bytes32[],uint48,uint40,bytes32,bytes)\":{\"notice\":\"Emitted when dynamic data in the store is spliced.\"},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{},\"notice\":\"This library includes implementations for all IStore methods and events related to the store actions.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/StoreCore.sol\":\"StoreCore\"},\"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/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"/home/runner/work/mud/mud/packages/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"/home/runner/work/mud/mud/packages/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"/home/runner/work/mud/mud/packages/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"/home/runner/work/mud/mud/packages/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"/home/runner/work/mud/mud/packages/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"/home/runner/work/mud/mud/packages/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"/home/runner/work/mud/mud/packages/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"/home/runner/work/mud/mud/packages/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"/home/runner/work/mud/mud/packages/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"/home/runner/work/mud/mud/packages/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"/home/runner/work/mud/mud/packages/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"/home/runner/work/mud/mud/packages/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c\",\"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72\",\"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764\",\"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP\"]},\"/home/runner/work/mud/mud/packages/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c\",\"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz\"]},\"/home/runner/work/mud/mud/packages/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"/home/runner/work/mud/mud/packages/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"/home/runner/work/mud/mud/packages/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"/home/runner/work/mud/mud/packages/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"/home/runner/work/mud/mud/packages/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"/home/runner/work/mud/mud/packages/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"/home/runner/work/mud/mud/packages/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"/home/runner/work/mud/mud/packages/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]}},\"version\":1}",
|
146
146
|
"metadata": {
|
147
147
|
"compiler": {
|
148
148
|
"version": "0.8.21+commit.d9974bed"
|
@@ -456,10 +456,10 @@
|
|
456
456
|
"license": "MIT"
|
457
457
|
},
|
458
458
|
"/home/runner/work/mud/mud/packages/store/src/StoreCore.sol": {
|
459
|
-
"keccak256": "
|
459
|
+
"keccak256": "0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180",
|
460
460
|
"urls": [
|
461
|
-
"bzz-raw://
|
462
|
-
"dweb:/ipfs/
|
461
|
+
"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534",
|
462
|
+
"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj"
|
463
463
|
],
|
464
464
|
"license": "MIT"
|
465
465
|
},
|
@@ -588,31 +588,31 @@
|
|
588
588
|
},
|
589
589
|
"ast": {
|
590
590
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/StoreCore.sol",
|
591
|
-
"id":
|
591
|
+
"id": 6414,
|
592
592
|
"exportedSymbols": {
|
593
593
|
"AFTER_DELETE_RECORD": [
|
594
|
-
|
594
|
+
18349
|
595
595
|
],
|
596
596
|
"AFTER_SET_RECORD": [
|
597
|
-
|
597
|
+
18313
|
598
598
|
],
|
599
599
|
"AFTER_SPLICE_DYNAMIC_DATA": [
|
600
|
-
|
600
|
+
18337
|
601
601
|
],
|
602
602
|
"AFTER_SPLICE_STATIC_DATA": [
|
603
|
-
|
603
|
+
18325
|
604
604
|
],
|
605
605
|
"BEFORE_DELETE_RECORD": [
|
606
|
-
|
606
|
+
18343
|
607
607
|
],
|
608
608
|
"BEFORE_SET_RECORD": [
|
609
|
-
|
609
|
+
18307
|
610
610
|
],
|
611
611
|
"BEFORE_SPLICE_DYNAMIC_DATA": [
|
612
|
-
|
612
|
+
18331
|
613
613
|
],
|
614
614
|
"BEFORE_SPLICE_STATIC_DATA": [
|
615
|
-
|
615
|
+
18319
|
616
616
|
],
|
617
617
|
"Bytes": [
|
618
618
|
803
|
@@ -642,10 +642,10 @@
|
|
642
642
|
2268
|
643
643
|
],
|
644
644
|
"RESOURCE_OFFCHAIN_TABLE": [
|
645
|
-
|
645
|
+
18397
|
646
646
|
],
|
647
647
|
"RESOURCE_TABLE": [
|
648
|
-
|
648
|
+
18393
|
649
649
|
],
|
650
650
|
"ResourceId": [
|
651
651
|
2895
|
@@ -654,10 +654,10 @@
|
|
654
654
|
2966
|
655
655
|
],
|
656
656
|
"ResourceIds": [
|
657
|
-
|
657
|
+
11420
|
658
658
|
],
|
659
659
|
"STORE_VERSION": [
|
660
|
-
|
660
|
+
23193
|
661
661
|
],
|
662
662
|
"Schema": [
|
663
663
|
2978
|
@@ -678,29 +678,29 @@
|
|
678
678
|
5878
|
679
679
|
],
|
680
680
|
"StoreCoreInternal": [
|
681
|
-
|
681
|
+
6413
|
682
682
|
],
|
683
683
|
"StoreHooks": [
|
684
|
-
|
684
|
+
13961
|
685
685
|
],
|
686
686
|
"StoreHooksTableId": [
|
687
|
-
|
687
|
+
11489
|
688
688
|
],
|
689
689
|
"StoreSwitch": [
|
690
|
-
|
690
|
+
7738
|
691
691
|
],
|
692
692
|
"Tables": [
|
693
|
-
|
693
|
+
18213
|
694
694
|
],
|
695
695
|
"TablesTableFieldLayout": [
|
696
|
-
|
696
|
+
14031
|
697
697
|
],
|
698
698
|
"TablesTableId": [
|
699
|
-
|
699
|
+
14024
|
700
700
|
]
|
701
701
|
},
|
702
702
|
"nodeType": "SourceUnit",
|
703
|
-
"src": "32:
|
703
|
+
"src": "32:53024:18",
|
704
704
|
"nodes": [
|
705
705
|
{
|
706
706
|
"id": 4056,
|
@@ -722,8 +722,8 @@
|
|
722
722
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/version.sol",
|
723
723
|
"file": "./version.sol",
|
724
724
|
"nameLocation": "-1:-1:-1",
|
725
|
-
"scope":
|
726
|
-
"sourceUnit":
|
725
|
+
"scope": 6414,
|
726
|
+
"sourceUnit": 23194,
|
727
727
|
"symbolAliases": [
|
728
728
|
{
|
729
729
|
"foreign": {
|
@@ -731,7 +731,7 @@
|
|
731
731
|
"name": "STORE_VERSION",
|
732
732
|
"nodeType": "Identifier",
|
733
733
|
"overloadedDeclarations": [],
|
734
|
-
"referencedDeclaration":
|
734
|
+
"referencedDeclaration": 23193,
|
735
735
|
"src": "68:13:18",
|
736
736
|
"typeDescriptions": {}
|
737
737
|
},
|
@@ -748,7 +748,7 @@
|
|
748
748
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Bytes.sol",
|
749
749
|
"file": "./Bytes.sol",
|
750
750
|
"nameLocation": "-1:-1:-1",
|
751
|
-
"scope":
|
751
|
+
"scope": 6414,
|
752
752
|
"sourceUnit": 804,
|
753
753
|
"symbolAliases": [
|
754
754
|
{
|
@@ -774,7 +774,7 @@
|
|
774
774
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Storage.sol",
|
775
775
|
"file": "./Storage.sol",
|
776
776
|
"nameLocation": "-1:-1:-1",
|
777
|
-
"scope":
|
777
|
+
"scope": 6414,
|
778
778
|
"sourceUnit": 4055,
|
779
779
|
"symbolAliases": [
|
780
780
|
{
|
@@ -800,7 +800,7 @@
|
|
800
800
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Memory.sol",
|
801
801
|
"file": "./Memory.sol",
|
802
802
|
"nameLocation": "-1:-1:-1",
|
803
|
-
"scope":
|
803
|
+
"scope": 6414,
|
804
804
|
"sourceUnit": 2265,
|
805
805
|
"symbolAliases": [
|
806
806
|
{
|
@@ -826,7 +826,7 @@
|
|
826
826
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/FieldLayout.sol",
|
827
827
|
"file": "./FieldLayout.sol",
|
828
828
|
"nameLocation": "-1:-1:-1",
|
829
|
-
"scope":
|
829
|
+
"scope": 6414,
|
830
830
|
"sourceUnit": 1234,
|
831
831
|
"symbolAliases": [
|
832
832
|
{
|
@@ -864,7 +864,7 @@
|
|
864
864
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Schema.sol",
|
865
865
|
"file": "./Schema.sol",
|
866
866
|
"nameLocation": "-1:-1:-1",
|
867
|
-
"scope":
|
867
|
+
"scope": 6414,
|
868
868
|
"sourceUnit": 3447,
|
869
869
|
"symbolAliases": [
|
870
870
|
{
|
@@ -902,7 +902,7 @@
|
|
902
902
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/PackedCounter.sol",
|
903
903
|
"file": "./PackedCounter.sol",
|
904
904
|
"nameLocation": "-1:-1:-1",
|
905
|
-
"scope":
|
905
|
+
"scope": 6414,
|
906
906
|
"sourceUnit": 2892,
|
907
907
|
"symbolAliases": [
|
908
908
|
{
|
@@ -928,7 +928,7 @@
|
|
928
928
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Slice.sol",
|
929
929
|
"file": "./Slice.sol",
|
930
930
|
"nameLocation": "-1:-1:-1",
|
931
|
-
"scope":
|
931
|
+
"scope": 6414,
|
932
932
|
"sourceUnit": 3697,
|
933
933
|
"symbolAliases": [
|
934
934
|
{
|
@@ -966,8 +966,8 @@
|
|
966
966
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/codegen/index.sol",
|
967
967
|
"file": "./codegen/index.sol",
|
968
968
|
"nameLocation": "-1:-1:-1",
|
969
|
-
"scope":
|
970
|
-
"sourceUnit":
|
969
|
+
"scope": 6414,
|
970
|
+
"sourceUnit": 7753,
|
971
971
|
"symbolAliases": [
|
972
972
|
{
|
973
973
|
"foreign": {
|
@@ -975,7 +975,7 @@
|
|
975
975
|
"name": "StoreHooks",
|
976
976
|
"nodeType": "Identifier",
|
977
977
|
"overloadedDeclarations": [],
|
978
|
-
"referencedDeclaration":
|
978
|
+
"referencedDeclaration": 13961,
|
979
979
|
"src": "447:10:18",
|
980
980
|
"typeDescriptions": {}
|
981
981
|
},
|
@@ -987,7 +987,7 @@
|
|
987
987
|
"name": "Tables",
|
988
988
|
"nodeType": "Identifier",
|
989
989
|
"overloadedDeclarations": [],
|
990
|
-
"referencedDeclaration":
|
990
|
+
"referencedDeclaration": 18213,
|
991
991
|
"src": "459:6:18",
|
992
992
|
"typeDescriptions": {}
|
993
993
|
},
|
@@ -999,7 +999,7 @@
|
|
999
999
|
"name": "TablesTableId",
|
1000
1000
|
"nodeType": "Identifier",
|
1001
1001
|
"overloadedDeclarations": [],
|
1002
|
-
"referencedDeclaration":
|
1002
|
+
"referencedDeclaration": 14024,
|
1003
1003
|
"src": "467:13:18",
|
1004
1004
|
"typeDescriptions": {}
|
1005
1005
|
},
|
@@ -1011,7 +1011,7 @@
|
|
1011
1011
|
"name": "ResourceIds",
|
1012
1012
|
"nodeType": "Identifier",
|
1013
1013
|
"overloadedDeclarations": [],
|
1014
|
-
"referencedDeclaration":
|
1014
|
+
"referencedDeclaration": 11420,
|
1015
1015
|
"src": "482:11:18",
|
1016
1016
|
"typeDescriptions": {}
|
1017
1017
|
},
|
@@ -1023,7 +1023,7 @@
|
|
1023
1023
|
"name": "StoreHooksTableId",
|
1024
1024
|
"nodeType": "Identifier",
|
1025
1025
|
"overloadedDeclarations": [],
|
1026
|
-
"referencedDeclaration":
|
1026
|
+
"referencedDeclaration": 11489,
|
1027
1027
|
"src": "495:17:18",
|
1028
1028
|
"typeDescriptions": {}
|
1029
1029
|
},
|
@@ -1040,8 +1040,8 @@
|
|
1040
1040
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/codegen/tables/Tables.sol",
|
1041
1041
|
"file": "./codegen/tables/Tables.sol",
|
1042
1042
|
"nameLocation": "-1:-1:-1",
|
1043
|
-
"scope":
|
1044
|
-
"sourceUnit":
|
1043
|
+
"scope": 6414,
|
1044
|
+
"sourceUnit": 18214,
|
1045
1045
|
"symbolAliases": [
|
1046
1046
|
{
|
1047
1047
|
"foreign": {
|
@@ -1049,7 +1049,7 @@
|
|
1049
1049
|
"name": "_fieldLayout",
|
1050
1050
|
"nodeType": "Identifier",
|
1051
1051
|
"overloadedDeclarations": [],
|
1052
|
-
"referencedDeclaration":
|
1052
|
+
"referencedDeclaration": 14031,
|
1053
1053
|
"src": "552:12:18",
|
1054
1054
|
"typeDescriptions": {}
|
1055
1055
|
},
|
@@ -1067,7 +1067,7 @@
|
|
1067
1067
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/IStoreErrors.sol",
|
1068
1068
|
"file": "./IStoreErrors.sol",
|
1069
1069
|
"nameLocation": "-1:-1:-1",
|
1070
|
-
"scope":
|
1070
|
+
"scope": 6414,
|
1071
1071
|
"sourceUnit": 1551,
|
1072
1072
|
"symbolAliases": [
|
1073
1073
|
{
|
@@ -1093,7 +1093,7 @@
|
|
1093
1093
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/IStoreHook.sol",
|
1094
1094
|
"file": "./IStoreHook.sol",
|
1095
1095
|
"nameLocation": "-1:-1:-1",
|
1096
|
-
"scope":
|
1096
|
+
"scope": 6414,
|
1097
1097
|
"sourceUnit": 1802,
|
1098
1098
|
"symbolAliases": [
|
1099
1099
|
{
|
@@ -1119,8 +1119,8 @@
|
|
1119
1119
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/StoreSwitch.sol",
|
1120
1120
|
"file": "./StoreSwitch.sol",
|
1121
1121
|
"nameLocation": "-1:-1:-1",
|
1122
|
-
"scope":
|
1123
|
-
"sourceUnit":
|
1122
|
+
"scope": 6414,
|
1123
|
+
"sourceUnit": 7739,
|
1124
1124
|
"symbolAliases": [
|
1125
1125
|
{
|
1126
1126
|
"foreign": {
|
@@ -1128,7 +1128,7 @@
|
|
1128
1128
|
"name": "StoreSwitch",
|
1129
1129
|
"nodeType": "Identifier",
|
1130
1130
|
"overloadedDeclarations": [],
|
1131
|
-
"referencedDeclaration":
|
1131
|
+
"referencedDeclaration": 7738,
|
1132
1132
|
"src": "736:11:18",
|
1133
1133
|
"typeDescriptions": {}
|
1134
1134
|
},
|
@@ -1145,7 +1145,7 @@
|
|
1145
1145
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Hook.sol",
|
1146
1146
|
"file": "./Hook.sol",
|
1147
1147
|
"nameLocation": "-1:-1:-1",
|
1148
|
-
"scope":
|
1148
|
+
"scope": 6414,
|
1149
1149
|
"sourceUnit": 1431,
|
1150
1150
|
"symbolAliases": [
|
1151
1151
|
{
|
@@ -1183,8 +1183,8 @@
|
|
1183
1183
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/storeHookTypes.sol",
|
1184
1184
|
"file": "./storeHookTypes.sol",
|
1185
1185
|
"nameLocation": "-1:-1:-1",
|
1186
|
-
"scope":
|
1187
|
-
"sourceUnit":
|
1186
|
+
"scope": 6414,
|
1187
|
+
"sourceUnit": 18388,
|
1188
1188
|
"symbolAliases": [
|
1189
1189
|
{
|
1190
1190
|
"foreign": {
|
@@ -1192,7 +1192,7 @@
|
|
1192
1192
|
"name": "BEFORE_SET_RECORD",
|
1193
1193
|
"nodeType": "Identifier",
|
1194
1194
|
"overloadedDeclarations": [],
|
1195
|
-
"referencedDeclaration":
|
1195
|
+
"referencedDeclaration": 18307,
|
1196
1196
|
"src": "829:17:18",
|
1197
1197
|
"typeDescriptions": {}
|
1198
1198
|
},
|
@@ -1204,7 +1204,7 @@
|
|
1204
1204
|
"name": "AFTER_SET_RECORD",
|
1205
1205
|
"nodeType": "Identifier",
|
1206
1206
|
"overloadedDeclarations": [],
|
1207
|
-
"referencedDeclaration":
|
1207
|
+
"referencedDeclaration": 18313,
|
1208
1208
|
"src": "848:16:18",
|
1209
1209
|
"typeDescriptions": {}
|
1210
1210
|
},
|
@@ -1216,7 +1216,7 @@
|
|
1216
1216
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
1217
1217
|
"nodeType": "Identifier",
|
1218
1218
|
"overloadedDeclarations": [],
|
1219
|
-
"referencedDeclaration":
|
1219
|
+
"referencedDeclaration": 18319,
|
1220
1220
|
"src": "866:25:18",
|
1221
1221
|
"typeDescriptions": {}
|
1222
1222
|
},
|
@@ -1228,7 +1228,7 @@
|
|
1228
1228
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
1229
1229
|
"nodeType": "Identifier",
|
1230
1230
|
"overloadedDeclarations": [],
|
1231
|
-
"referencedDeclaration":
|
1231
|
+
"referencedDeclaration": 18325,
|
1232
1232
|
"src": "893:24:18",
|
1233
1233
|
"typeDescriptions": {}
|
1234
1234
|
},
|
@@ -1240,7 +1240,7 @@
|
|
1240
1240
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
1241
1241
|
"nodeType": "Identifier",
|
1242
1242
|
"overloadedDeclarations": [],
|
1243
|
-
"referencedDeclaration":
|
1243
|
+
"referencedDeclaration": 18331,
|
1244
1244
|
"src": "919:26:18",
|
1245
1245
|
"typeDescriptions": {}
|
1246
1246
|
},
|
@@ -1252,7 +1252,7 @@
|
|
1252
1252
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
1253
1253
|
"nodeType": "Identifier",
|
1254
1254
|
"overloadedDeclarations": [],
|
1255
|
-
"referencedDeclaration":
|
1255
|
+
"referencedDeclaration": 18337,
|
1256
1256
|
"src": "947:25:18",
|
1257
1257
|
"typeDescriptions": {}
|
1258
1258
|
},
|
@@ -1264,7 +1264,7 @@
|
|
1264
1264
|
"name": "BEFORE_DELETE_RECORD",
|
1265
1265
|
"nodeType": "Identifier",
|
1266
1266
|
"overloadedDeclarations": [],
|
1267
|
-
"referencedDeclaration":
|
1267
|
+
"referencedDeclaration": 18343,
|
1268
1268
|
"src": "974:20:18",
|
1269
1269
|
"typeDescriptions": {}
|
1270
1270
|
},
|
@@ -1276,7 +1276,7 @@
|
|
1276
1276
|
"name": "AFTER_DELETE_RECORD",
|
1277
1277
|
"nodeType": "Identifier",
|
1278
1278
|
"overloadedDeclarations": [],
|
1279
|
-
"referencedDeclaration":
|
1279
|
+
"referencedDeclaration": 18349,
|
1280
1280
|
"src": "996:19:18",
|
1281
1281
|
"typeDescriptions": {}
|
1282
1282
|
},
|
@@ -1293,7 +1293,7 @@
|
|
1293
1293
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/ResourceId.sol",
|
1294
1294
|
"file": "./ResourceId.sol",
|
1295
1295
|
"nameLocation": "-1:-1:-1",
|
1296
|
-
"scope":
|
1296
|
+
"scope": 6414,
|
1297
1297
|
"sourceUnit": 2967,
|
1298
1298
|
"symbolAliases": [
|
1299
1299
|
{
|
@@ -1331,8 +1331,8 @@
|
|
1331
1331
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/storeResourceTypes.sol",
|
1332
1332
|
"file": "./storeResourceTypes.sol",
|
1333
1333
|
"nameLocation": "-1:-1:-1",
|
1334
|
-
"scope":
|
1335
|
-
"sourceUnit":
|
1334
|
+
"scope": 6414,
|
1335
|
+
"sourceUnit": 18398,
|
1336
1336
|
"symbolAliases": [
|
1337
1337
|
{
|
1338
1338
|
"foreign": {
|
@@ -1340,7 +1340,7 @@
|
|
1340
1340
|
"name": "RESOURCE_TABLE",
|
1341
1341
|
"nodeType": "Identifier",
|
1342
1342
|
"overloadedDeclarations": [],
|
1343
|
-
"referencedDeclaration":
|
1343
|
+
"referencedDeclaration": 18393,
|
1344
1344
|
"src": "1123:14:18",
|
1345
1345
|
"typeDescriptions": {}
|
1346
1346
|
},
|
@@ -1352,7 +1352,7 @@
|
|
1352
1352
|
"name": "RESOURCE_OFFCHAIN_TABLE",
|
1353
1353
|
"nodeType": "Identifier",
|
1354
1354
|
"overloadedDeclarations": [],
|
1355
|
-
"referencedDeclaration":
|
1355
|
+
"referencedDeclaration": 18397,
|
1356
1356
|
"src": "1139:23:18",
|
1357
1357
|
"typeDescriptions": {}
|
1358
1358
|
},
|
@@ -2151,10 +2151,10 @@
|
|
2151
2151
|
"name": "StoreSwitch",
|
2152
2152
|
"nodeType": "Identifier",
|
2153
2153
|
"overloadedDeclarations": [],
|
2154
|
-
"referencedDeclaration":
|
2154
|
+
"referencedDeclaration": 7738,
|
2155
2155
|
"src": "4073:11:18",
|
2156
2156
|
"typeDescriptions": {
|
2157
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
2157
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$7738_$",
|
2158
2158
|
"typeString": "type(library StoreSwitch)"
|
2159
2159
|
}
|
2160
2160
|
},
|
@@ -2166,7 +2166,7 @@
|
|
2166
2166
|
"memberLocation": "4085:15:18",
|
2167
2167
|
"memberName": "setStoreAddress",
|
2168
2168
|
"nodeType": "MemberAccess",
|
2169
|
-
"referencedDeclaration":
|
2169
|
+
"referencedDeclaration": 6495,
|
2170
2170
|
"src": "4073:27:18",
|
2171
2171
|
"typeDescriptions": {
|
2172
2172
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
|
@@ -2244,10 +2244,10 @@
|
|
2244
2244
|
"name": "Tables",
|
2245
2245
|
"nodeType": "Identifier",
|
2246
2246
|
"overloadedDeclarations": [],
|
2247
|
-
"referencedDeclaration":
|
2247
|
+
"referencedDeclaration": 18213,
|
2248
2248
|
"src": "4399:6:18",
|
2249
2249
|
"typeDescriptions": {
|
2250
|
-
"typeIdentifier": "t_type$_t_contract$_Tables_$
|
2250
|
+
"typeIdentifier": "t_type$_t_contract$_Tables_$18213_$",
|
2251
2251
|
"typeString": "type(library Tables)"
|
2252
2252
|
}
|
2253
2253
|
},
|
@@ -2259,7 +2259,7 @@
|
|
2259
2259
|
"memberLocation": "4406:8:18",
|
2260
2260
|
"memberName": "register",
|
2261
2261
|
"nodeType": "MemberAccess",
|
2262
|
-
"referencedDeclaration":
|
2262
|
+
"referencedDeclaration": 14235,
|
2263
2263
|
"src": "4399:15:18",
|
2264
2264
|
"typeDescriptions": {
|
2265
2265
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
@@ -2296,10 +2296,10 @@
|
|
2296
2296
|
"name": "StoreHooks",
|
2297
2297
|
"nodeType": "Identifier",
|
2298
2298
|
"overloadedDeclarations": [],
|
2299
|
-
"referencedDeclaration":
|
2299
|
+
"referencedDeclaration": 13961,
|
2300
2300
|
"src": "4422:10:18",
|
2301
2301
|
"typeDescriptions": {
|
2302
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
2302
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
2303
2303
|
"typeString": "type(library StoreHooks)"
|
2304
2304
|
}
|
2305
2305
|
},
|
@@ -2311,7 +2311,7 @@
|
|
2311
2311
|
"memberLocation": "4433:8:18",
|
2312
2312
|
"memberName": "register",
|
2313
2313
|
"nodeType": "MemberAccess",
|
2314
|
-
"referencedDeclaration":
|
2314
|
+
"referencedDeclaration": 11634,
|
2315
2315
|
"src": "4422:19:18",
|
2316
2316
|
"typeDescriptions": {
|
2317
2317
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
@@ -2348,10 +2348,10 @@
|
|
2348
2348
|
"name": "ResourceIds",
|
2349
2349
|
"nodeType": "Identifier",
|
2350
2350
|
"overloadedDeclarations": [],
|
2351
|
-
"referencedDeclaration":
|
2351
|
+
"referencedDeclaration": 11420,
|
2352
2352
|
"src": "4449:11:18",
|
2353
2353
|
"typeDescriptions": {
|
2354
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
2354
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$11420_$",
|
2355
2355
|
"typeString": "type(library ResourceIds)"
|
2356
2356
|
}
|
2357
2357
|
},
|
@@ -2363,7 +2363,7 @@
|
|
2363
2363
|
"memberLocation": "4461:8:18",
|
2364
2364
|
"memberName": "register",
|
2365
2365
|
"nodeType": "MemberAccess",
|
2366
|
-
"referencedDeclaration":
|
2366
|
+
"referencedDeclaration": 10606,
|
2367
2367
|
"src": "4449:20:18",
|
2368
2368
|
"typeDescriptions": {
|
2369
2369
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
@@ -2515,7 +2515,7 @@
|
|
2515
2515
|
"name": "TablesTableId",
|
2516
2516
|
"nodeType": "Identifier",
|
2517
2517
|
"overloadedDeclarations": [],
|
2518
|
-
"referencedDeclaration":
|
2518
|
+
"referencedDeclaration": 14024,
|
2519
2519
|
"src": "5209:13:18",
|
2520
2520
|
"typeDescriptions": {
|
2521
2521
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
@@ -2592,7 +2592,7 @@
|
|
2592
2592
|
"name": "TablesTableFieldLayout",
|
2593
2593
|
"nodeType": "Identifier",
|
2594
2594
|
"overloadedDeclarations": [],
|
2595
|
-
"referencedDeclaration":
|
2595
|
+
"referencedDeclaration": 14031,
|
2596
2596
|
"src": "5240:22:18",
|
2597
2597
|
"typeDescriptions": {
|
2598
2598
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
@@ -2619,7 +2619,7 @@
|
|
2619
2619
|
"name": "TablesTableId",
|
2620
2620
|
"nodeType": "Identifier",
|
2621
2621
|
"overloadedDeclarations": [],
|
2622
|
-
"referencedDeclaration":
|
2622
|
+
"referencedDeclaration": 14024,
|
2623
2623
|
"src": "5400:13:18",
|
2624
2624
|
"typeDescriptions": {
|
2625
2625
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
@@ -2707,10 +2707,10 @@
|
|
2707
2707
|
"name": "StoreCoreInternal",
|
2708
2708
|
"nodeType": "Identifier",
|
2709
2709
|
"overloadedDeclarations": [],
|
2710
|
-
"referencedDeclaration":
|
2710
|
+
"referencedDeclaration": 6413,
|
2711
2711
|
"src": "5359:17:18",
|
2712
2712
|
"typeDescriptions": {
|
2713
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
2713
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
2714
2714
|
"typeString": "type(library StoreCoreInternal)"
|
2715
2715
|
}
|
2716
2716
|
},
|
@@ -2722,7 +2722,7 @@
|
|
2722
2722
|
"memberLocation": "5377:22:18",
|
2723
2723
|
"memberName": "_getStaticDataLocation",
|
2724
2724
|
"nodeType": "MemberAccess",
|
2725
|
-
"referencedDeclaration":
|
2725
|
+
"referencedDeclaration": 6292,
|
2726
2726
|
"src": "5359:40:18",
|
2727
2727
|
"typeDescriptions": {
|
2728
2728
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_bytes32_$returns$_t_uint256_$",
|
@@ -3064,10 +3064,10 @@
|
|
3064
3064
|
"name": "Tables",
|
3065
3065
|
"nodeType": "Identifier",
|
3066
3066
|
"overloadedDeclarations": [],
|
3067
|
-
"referencedDeclaration":
|
3067
|
+
"referencedDeclaration": 18213,
|
3068
3068
|
"src": "5870:6:18",
|
3069
3069
|
"typeDescriptions": {
|
3070
|
-
"typeIdentifier": "t_type$_t_contract$_Tables_$
|
3070
|
+
"typeIdentifier": "t_type$_t_contract$_Tables_$18213_$",
|
3071
3071
|
"typeString": "type(library Tables)"
|
3072
3072
|
}
|
3073
3073
|
},
|
@@ -3079,7 +3079,7 @@
|
|
3079
3079
|
"memberLocation": "5877:13:18",
|
3080
3080
|
"memberName": "_getKeySchema",
|
3081
3081
|
"nodeType": "MemberAccess",
|
3082
|
-
"referencedDeclaration":
|
3082
|
+
"referencedDeclaration": 14670,
|
3083
3083
|
"src": "5870:20:18",
|
3084
3084
|
"typeDescriptions": {
|
3085
3085
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_userDefinedValueType$_Schema_$2978_$",
|
@@ -3150,10 +3150,10 @@
|
|
3150
3150
|
"name": "ResourceIds",
|
3151
3151
|
"nodeType": "Identifier",
|
3152
3152
|
"overloadedDeclarations": [],
|
3153
|
-
"referencedDeclaration":
|
3153
|
+
"referencedDeclaration": 11420,
|
3154
3154
|
"src": "6013:11:18",
|
3155
3155
|
"typeDescriptions": {
|
3156
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
3156
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$11420_$",
|
3157
3157
|
"typeString": "type(library ResourceIds)"
|
3158
3158
|
}
|
3159
3159
|
},
|
@@ -3165,7 +3165,7 @@
|
|
3165
3165
|
"memberLocation": "6025:10:18",
|
3166
3166
|
"memberName": "_getExists",
|
3167
3167
|
"nodeType": "MemberAccess",
|
3168
|
-
"referencedDeclaration":
|
3168
|
+
"referencedDeclaration": 10751,
|
3169
3169
|
"src": "6013:22:18",
|
3170
3170
|
"typeDescriptions": {
|
3171
3171
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_bool_$",
|
@@ -3552,10 +3552,10 @@
|
|
3552
3552
|
"name": "Tables",
|
3553
3553
|
"nodeType": "Identifier",
|
3554
3554
|
"overloadedDeclarations": [],
|
3555
|
-
"referencedDeclaration":
|
3555
|
+
"referencedDeclaration": 18213,
|
3556
3556
|
"src": "6523:6:18",
|
3557
3557
|
"typeDescriptions": {
|
3558
|
-
"typeIdentifier": "t_type$_t_contract$_Tables_$
|
3558
|
+
"typeIdentifier": "t_type$_t_contract$_Tables_$18213_$",
|
3559
3559
|
"typeString": "type(library Tables)"
|
3560
3560
|
}
|
3561
3561
|
},
|
@@ -3567,7 +3567,7 @@
|
|
3567
3567
|
"memberLocation": "6530:15:18",
|
3568
3568
|
"memberName": "_getValueSchema",
|
3569
3569
|
"nodeType": "MemberAccess",
|
3570
|
-
"referencedDeclaration":
|
3570
|
+
"referencedDeclaration": 14964,
|
3571
3571
|
"src": "6523:22:18",
|
3572
3572
|
"typeDescriptions": {
|
3573
3573
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_userDefinedValueType$_Schema_$2978_$",
|
@@ -4034,7 +4034,7 @@
|
|
4034
4034
|
"name": "RESOURCE_TABLE",
|
4035
4035
|
"nodeType": "Identifier",
|
4036
4036
|
"overloadedDeclarations": [],
|
4037
|
-
"referencedDeclaration":
|
4037
|
+
"referencedDeclaration": 18393,
|
4038
4038
|
"src": "7760:14:18",
|
4039
4039
|
"typeDescriptions": {
|
4040
4040
|
"typeIdentifier": "t_bytes2",
|
@@ -4113,7 +4113,7 @@
|
|
4113
4113
|
"name": "RESOURCE_OFFCHAIN_TABLE",
|
4114
4114
|
"nodeType": "Identifier",
|
4115
4115
|
"overloadedDeclarations": [],
|
4116
|
-
"referencedDeclaration":
|
4116
|
+
"referencedDeclaration": 18397,
|
4117
4117
|
"src": "7799:23:18",
|
4118
4118
|
"typeDescriptions": {
|
4119
4119
|
"typeIdentifier": "t_bytes2",
|
@@ -4148,7 +4148,7 @@
|
|
4148
4148
|
"name": "RESOURCE_TABLE",
|
4149
4149
|
"nodeType": "Identifier",
|
4150
4150
|
"overloadedDeclarations": [],
|
4151
|
-
"referencedDeclaration":
|
4151
|
+
"referencedDeclaration": 18393,
|
4152
4152
|
"src": "7878:14:18",
|
4153
4153
|
"typeDescriptions": {
|
4154
4154
|
"typeIdentifier": "t_bytes2",
|
@@ -5364,10 +5364,10 @@
|
|
5364
5364
|
"name": "ResourceIds",
|
5365
5365
|
"nodeType": "Identifier",
|
5366
5366
|
"overloadedDeclarations": [],
|
5367
|
-
"referencedDeclaration":
|
5367
|
+
"referencedDeclaration": 11420,
|
5368
5368
|
"src": "8885:11:18",
|
5369
5369
|
"typeDescriptions": {
|
5370
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
5370
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$11420_$",
|
5371
5371
|
"typeString": "type(library ResourceIds)"
|
5372
5372
|
}
|
5373
5373
|
},
|
@@ -5379,7 +5379,7 @@
|
|
5379
5379
|
"memberLocation": "8897:10:18",
|
5380
5380
|
"memberName": "_getExists",
|
5381
5381
|
"nodeType": "MemberAccess",
|
5382
|
-
"referencedDeclaration":
|
5382
|
+
"referencedDeclaration": 10751,
|
5383
5383
|
"src": "8885:22:18",
|
5384
5384
|
"typeDescriptions": {
|
5385
5385
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_bool_$",
|
@@ -5808,10 +5808,10 @@
|
|
5808
5808
|
"name": "Tables",
|
5809
5809
|
"nodeType": "Identifier",
|
5810
5810
|
"overloadedDeclarations": [],
|
5811
|
-
"referencedDeclaration":
|
5811
|
+
"referencedDeclaration": 18213,
|
5812
5812
|
"src": "9062:6:18",
|
5813
5813
|
"typeDescriptions": {
|
5814
|
-
"typeIdentifier": "t_type$_t_contract$_Tables_$
|
5814
|
+
"typeIdentifier": "t_type$_t_contract$_Tables_$18213_$",
|
5815
5815
|
"typeString": "type(library Tables)"
|
5816
5816
|
}
|
5817
5817
|
},
|
@@ -5823,7 +5823,7 @@
|
|
5823
5823
|
"memberLocation": "9069:4:18",
|
5824
5824
|
"memberName": "_set",
|
5825
5825
|
"nodeType": "MemberAccess",
|
5826
|
-
"referencedDeclaration":
|
5826
|
+
"referencedDeclaration": 17487,
|
5827
5827
|
"src": "9062:11:18",
|
5828
5828
|
"typeDescriptions": {
|
5829
5829
|
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$2895_$_t_userDefinedValueType$_FieldLayout_$814_$_t_userDefinedValueType$_Schema_$2978_$_t_userDefinedValueType$_Schema_$2978_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$__$",
|
@@ -5898,10 +5898,10 @@
|
|
5898
5898
|
"name": "ResourceIds",
|
5899
5899
|
"nodeType": "Identifier",
|
5900
5900
|
"overloadedDeclarations": [],
|
5901
|
-
"referencedDeclaration":
|
5901
|
+
"referencedDeclaration": 11420,
|
5902
5902
|
"src": "9201:11:18",
|
5903
5903
|
"typeDescriptions": {
|
5904
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
5904
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$11420_$",
|
5905
5905
|
"typeString": "type(library ResourceIds)"
|
5906
5906
|
}
|
5907
5907
|
},
|
@@ -5913,7 +5913,7 @@
|
|
5913
5913
|
"memberLocation": "9213:10:18",
|
5914
5914
|
"memberName": "_setExists",
|
5915
5915
|
"nodeType": "MemberAccess",
|
5916
|
-
"referencedDeclaration":
|
5916
|
+
"referencedDeclaration": 11049,
|
5917
5917
|
"src": "9201:22:18",
|
5918
5918
|
"typeDescriptions": {
|
5919
5919
|
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$2895_$_t_bool_$returns$__$",
|
@@ -6267,7 +6267,7 @@
|
|
6267
6267
|
"name": "RESOURCE_TABLE",
|
6268
6268
|
"nodeType": "Identifier",
|
6269
6269
|
"overloadedDeclarations": [],
|
6270
|
-
"referencedDeclaration":
|
6270
|
+
"referencedDeclaration": 18393,
|
6271
6271
|
"src": "10050:14:18",
|
6272
6272
|
"typeDescriptions": {
|
6273
6273
|
"typeIdentifier": "t_bytes2",
|
@@ -6296,7 +6296,7 @@
|
|
6296
6296
|
"name": "RESOURCE_TABLE",
|
6297
6297
|
"nodeType": "Identifier",
|
6298
6298
|
"overloadedDeclarations": [],
|
6299
|
-
"referencedDeclaration":
|
6299
|
+
"referencedDeclaration": 18393,
|
6300
6300
|
"src": "10120:14:18",
|
6301
6301
|
"typeDescriptions": {
|
6302
6302
|
"typeIdentifier": "t_bytes2",
|
@@ -6700,10 +6700,10 @@
|
|
6700
6700
|
"name": "StoreHooks",
|
6701
6701
|
"nodeType": "Identifier",
|
6702
6702
|
"overloadedDeclarations": [],
|
6703
|
-
"referencedDeclaration":
|
6703
|
+
"referencedDeclaration": 13961,
|
6704
6704
|
"src": "10192:10:18",
|
6705
6705
|
"typeDescriptions": {
|
6706
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
6706
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
6707
6707
|
"typeString": "type(library StoreHooks)"
|
6708
6708
|
}
|
6709
6709
|
},
|
@@ -6715,7 +6715,7 @@
|
|
6715
6715
|
"memberLocation": "10203:4:18",
|
6716
6716
|
"memberName": "push",
|
6717
6717
|
"nodeType": "MemberAccess",
|
6718
|
-
"referencedDeclaration":
|
6718
|
+
"referencedDeclaration": 13052,
|
6719
6719
|
"src": "10192:15:18",
|
6720
6720
|
"typeDescriptions": {
|
6721
6721
|
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$2895_$_t_bytes21_$returns$__$",
|
@@ -6893,7 +6893,7 @@
|
|
6893
6893
|
"name": "StoreHooksTableId",
|
6894
6894
|
"nodeType": "Identifier",
|
6895
6895
|
"overloadedDeclarations": [],
|
6896
|
-
"referencedDeclaration":
|
6896
|
+
"referencedDeclaration": 11489,
|
6897
6897
|
"src": "10612:17:18",
|
6898
6898
|
"typeDescriptions": {
|
6899
6899
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
@@ -7711,7 +7711,7 @@
|
|
7711
7711
|
"name": "RESOURCE_TABLE",
|
7712
7712
|
"nodeType": "Identifier",
|
7713
7713
|
"overloadedDeclarations": [],
|
7714
|
-
"referencedDeclaration":
|
7714
|
+
"referencedDeclaration": 18393,
|
7715
7715
|
"src": "13139:14:18",
|
7716
7716
|
"typeDescriptions": {
|
7717
7717
|
"typeIdentifier": "t_bytes2",
|
@@ -7811,10 +7811,10 @@
|
|
7811
7811
|
"name": "StoreHooks",
|
7812
7812
|
"nodeType": "Identifier",
|
7813
7813
|
"overloadedDeclarations": [],
|
7814
|
-
"referencedDeclaration":
|
7814
|
+
"referencedDeclaration": 13961,
|
7815
7815
|
"src": "13339:10:18",
|
7816
7816
|
"typeDescriptions": {
|
7817
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
7817
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
7818
7818
|
"typeString": "type(library StoreHooks)"
|
7819
7819
|
}
|
7820
7820
|
},
|
@@ -7826,7 +7826,7 @@
|
|
7826
7826
|
"memberLocation": "13350:4:18",
|
7827
7827
|
"memberName": "_get",
|
7828
7828
|
"nodeType": "MemberAccess",
|
7829
|
-
"referencedDeclaration":
|
7829
|
+
"referencedDeclaration": 11935,
|
7830
7830
|
"src": "13339:15:18",
|
7831
7831
|
"typeDescriptions": {
|
7832
7832
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_array$_t_bytes21_$dyn_memory_ptr_$",
|
@@ -8002,7 +8002,7 @@
|
|
8002
8002
|
"name": "BEFORE_SET_RECORD",
|
8003
8003
|
"nodeType": "Identifier",
|
8004
8004
|
"overloadedDeclarations": [],
|
8005
|
-
"referencedDeclaration":
|
8005
|
+
"referencedDeclaration": 18307,
|
8006
8006
|
"src": "13474:17:18",
|
8007
8007
|
"typeDescriptions": {
|
8008
8008
|
"typeIdentifier": "t_uint8",
|
@@ -8502,10 +8502,10 @@
|
|
8502
8502
|
"name": "StoreCoreInternal",
|
8503
8503
|
"nodeType": "Identifier",
|
8504
8504
|
"overloadedDeclarations": [],
|
8505
|
-
"referencedDeclaration":
|
8505
|
+
"referencedDeclaration": 6413,
|
8506
8506
|
"src": "13801:17:18",
|
8507
8507
|
"typeDescriptions": {
|
8508
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
8508
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
8509
8509
|
"typeString": "type(library StoreCoreInternal)"
|
8510
8510
|
}
|
8511
8511
|
},
|
@@ -8517,7 +8517,7 @@
|
|
8517
8517
|
"memberLocation": "13819:22:18",
|
8518
8518
|
"memberName": "_getStaticDataLocation",
|
8519
8519
|
"nodeType": "MemberAccess",
|
8520
|
-
"referencedDeclaration":
|
8520
|
+
"referencedDeclaration": 6267,
|
8521
8521
|
"src": "13801:40:18",
|
8522
8522
|
"typeDescriptions": {
|
8523
8523
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -8959,10 +8959,10 @@
|
|
8959
8959
|
"name": "StoreCoreInternal",
|
8960
8960
|
"nodeType": "Identifier",
|
8961
8961
|
"overloadedDeclarations": [],
|
8962
|
-
"referencedDeclaration":
|
8962
|
+
"referencedDeclaration": 6413,
|
8963
8963
|
"src": "14297:17:18",
|
8964
8964
|
"typeDescriptions": {
|
8965
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
8965
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
8966
8966
|
"typeString": "type(library StoreCoreInternal)"
|
8967
8967
|
}
|
8968
8968
|
},
|
@@ -8974,7 +8974,7 @@
|
|
8974
8974
|
"memberLocation": "14315:29:18",
|
8975
8975
|
"memberName": "_getDynamicDataLengthLocation",
|
8976
8976
|
"nodeType": "MemberAccess",
|
8977
|
-
"referencedDeclaration":
|
8977
|
+
"referencedDeclaration": 6387,
|
8978
8978
|
"src": "14297:47:18",
|
8979
8979
|
"typeDescriptions": {
|
8980
8980
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -9383,10 +9383,10 @@
|
|
9383
9383
|
"name": "StoreCoreInternal",
|
9384
9384
|
"nodeType": "Identifier",
|
9385
9385
|
"overloadedDeclarations": [],
|
9386
|
-
"referencedDeclaration":
|
9386
|
+
"referencedDeclaration": 6413,
|
9387
9387
|
"src": "14845:17:18",
|
9388
9388
|
"typeDescriptions": {
|
9389
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
9389
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
9390
9390
|
"typeString": "type(library StoreCoreInternal)"
|
9391
9391
|
}
|
9392
9392
|
},
|
@@ -9398,7 +9398,7 @@
|
|
9398
9398
|
"memberLocation": "14863:23:18",
|
9399
9399
|
"memberName": "_getDynamicDataLocation",
|
9400
9400
|
"nodeType": "MemberAccess",
|
9401
|
-
"referencedDeclaration":
|
9401
|
+
"referencedDeclaration": 6361,
|
9402
9402
|
"src": "14845:41:18",
|
9403
9403
|
"typeDescriptions": {
|
9404
9404
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -10014,7 +10014,7 @@
|
|
10014
10014
|
"name": "AFTER_SET_RECORD",
|
10015
10015
|
"nodeType": "Identifier",
|
10016
10016
|
"overloadedDeclarations": [],
|
10017
|
-
"referencedDeclaration":
|
10017
|
+
"referencedDeclaration": 18313,
|
10018
10018
|
"src": "15486:16:18",
|
10019
10019
|
"typeDescriptions": {
|
10020
10020
|
"typeIdentifier": "t_uint8",
|
@@ -10757,10 +10757,10 @@
|
|
10757
10757
|
"name": "StoreCoreInternal",
|
10758
10758
|
"nodeType": "Identifier",
|
10759
10759
|
"overloadedDeclarations": [],
|
10760
|
-
"referencedDeclaration":
|
10760
|
+
"referencedDeclaration": 6413,
|
10761
10761
|
"src": "16499:17:18",
|
10762
10762
|
"typeDescriptions": {
|
10763
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
10763
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
10764
10764
|
"typeString": "type(library StoreCoreInternal)"
|
10765
10765
|
}
|
10766
10766
|
},
|
@@ -10772,7 +10772,7 @@
|
|
10772
10772
|
"memberLocation": "16517:22:18",
|
10773
10773
|
"memberName": "_getStaticDataLocation",
|
10774
10774
|
"nodeType": "MemberAccess",
|
10775
|
-
"referencedDeclaration":
|
10775
|
+
"referencedDeclaration": 6267,
|
10776
10776
|
"src": "16499:40:18",
|
10777
10777
|
"typeDescriptions": {
|
10778
10778
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -10991,7 +10991,7 @@
|
|
10991
10991
|
"name": "RESOURCE_TABLE",
|
10992
10992
|
"nodeType": "Identifier",
|
10993
10993
|
"overloadedDeclarations": [],
|
10994
|
-
"referencedDeclaration":
|
10994
|
+
"referencedDeclaration": 18393,
|
10995
10995
|
"src": "16802:14:18",
|
10996
10996
|
"typeDescriptions": {
|
10997
10997
|
"typeIdentifier": "t_bytes2",
|
@@ -11091,10 +11091,10 @@
|
|
11091
11091
|
"name": "StoreHooks",
|
11092
11092
|
"nodeType": "Identifier",
|
11093
11093
|
"overloadedDeclarations": [],
|
11094
|
-
"referencedDeclaration":
|
11094
|
+
"referencedDeclaration": 13961,
|
11095
11095
|
"src": "17009:10:18",
|
11096
11096
|
"typeDescriptions": {
|
11097
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
11097
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
11098
11098
|
"typeString": "type(library StoreHooks)"
|
11099
11099
|
}
|
11100
11100
|
},
|
@@ -11106,7 +11106,7 @@
|
|
11106
11106
|
"memberLocation": "17020:4:18",
|
11107
11107
|
"memberName": "_get",
|
11108
11108
|
"nodeType": "MemberAccess",
|
11109
|
-
"referencedDeclaration":
|
11109
|
+
"referencedDeclaration": 11935,
|
11110
11110
|
"src": "17009:15:18",
|
11111
11111
|
"typeDescriptions": {
|
11112
11112
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_array$_t_bytes21_$dyn_memory_ptr_$",
|
@@ -11282,7 +11282,7 @@
|
|
11282
11282
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
11283
11283
|
"nodeType": "Identifier",
|
11284
11284
|
"overloadedDeclarations": [],
|
11285
|
-
"referencedDeclaration":
|
11285
|
+
"referencedDeclaration": 18319,
|
11286
11286
|
"src": "17144:25:18",
|
11287
11287
|
"typeDescriptions": {
|
11288
11288
|
"typeIdentifier": "t_uint8",
|
@@ -11943,7 +11943,7 @@
|
|
11943
11943
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
11944
11944
|
"nodeType": "Identifier",
|
11945
11945
|
"overloadedDeclarations": [],
|
11946
|
-
"referencedDeclaration":
|
11946
|
+
"referencedDeclaration": 18325,
|
11947
11947
|
"src": "17640:24:18",
|
11948
11948
|
"typeDescriptions": {
|
11949
11949
|
"typeIdentifier": "t_uint8",
|
@@ -12631,10 +12631,10 @@
|
|
12631
12631
|
"name": "StoreCoreInternal",
|
12632
12632
|
"nodeType": "Identifier",
|
12633
12633
|
"overloadedDeclarations": [],
|
12634
|
-
"referencedDeclaration":
|
12634
|
+
"referencedDeclaration": 6413,
|
12635
12635
|
"src": "19225:17:18",
|
12636
12636
|
"typeDescriptions": {
|
12637
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
12637
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
12638
12638
|
"typeString": "type(library StoreCoreInternal)"
|
12639
12639
|
}
|
12640
12640
|
},
|
@@ -12646,7 +12646,7 @@
|
|
12646
12646
|
"memberLocation": "19243:29:18",
|
12647
12647
|
"memberName": "_loadEncodedDynamicDataLength",
|
12648
12648
|
"nodeType": "MemberAccess",
|
12649
|
-
"referencedDeclaration":
|
12649
|
+
"referencedDeclaration": 6412,
|
12650
12650
|
"src": "19225:47:18",
|
12651
12651
|
"typeDescriptions": {
|
12652
12652
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -12706,10 +12706,10 @@
|
|
12706
12706
|
"name": "StoreCoreInternal",
|
12707
12707
|
"nodeType": "Identifier",
|
12708
12708
|
"overloadedDeclarations": [],
|
12709
|
-
"referencedDeclaration":
|
12709
|
+
"referencedDeclaration": 6413,
|
12710
12710
|
"src": "18970:17:18",
|
12711
12711
|
"typeDescriptions": {
|
12712
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
12712
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
12713
12713
|
"typeString": "type(library StoreCoreInternal)"
|
12714
12714
|
}
|
12715
12715
|
},
|
@@ -14018,10 +14018,10 @@
|
|
14018
14018
|
"name": "StoreCoreInternal",
|
14019
14019
|
"nodeType": "Identifier",
|
14020
14020
|
"overloadedDeclarations": [],
|
14021
|
-
"referencedDeclaration":
|
14021
|
+
"referencedDeclaration": 6413,
|
14022
14022
|
"src": "22538:17:18",
|
14023
14023
|
"typeDescriptions": {
|
14024
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
14024
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
14025
14025
|
"typeString": "type(library StoreCoreInternal)"
|
14026
14026
|
}
|
14027
14027
|
},
|
@@ -14033,7 +14033,7 @@
|
|
14033
14033
|
"memberLocation": "22556:20:18",
|
14034
14034
|
"memberName": "_getStaticDataOffset",
|
14035
14035
|
"nodeType": "MemberAccess",
|
14036
|
-
"referencedDeclaration":
|
14036
|
+
"referencedDeclaration": 6328,
|
14037
14037
|
"src": "22538:38:18",
|
14038
14038
|
"typeDescriptions": {
|
14039
14039
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint8_$returns$_t_uint256_$",
|
@@ -14465,10 +14465,10 @@
|
|
14465
14465
|
"name": "StoreCoreInternal",
|
14466
14466
|
"nodeType": "Identifier",
|
14467
14467
|
"overloadedDeclarations": [],
|
14468
|
-
"referencedDeclaration":
|
14468
|
+
"referencedDeclaration": 6413,
|
14469
14469
|
"src": "23612:17:18",
|
14470
14470
|
"typeDescriptions": {
|
14471
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
14471
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
14472
14472
|
"typeString": "type(library StoreCoreInternal)"
|
14473
14473
|
}
|
14474
14474
|
},
|
@@ -14480,7 +14480,7 @@
|
|
14480
14480
|
"memberLocation": "23630:29:18",
|
14481
14481
|
"memberName": "_loadEncodedDynamicDataLength",
|
14482
14482
|
"nodeType": "MemberAccess",
|
14483
|
-
"referencedDeclaration":
|
14483
|
+
"referencedDeclaration": 6412,
|
14484
14484
|
"src": "23612:47:18",
|
14485
14485
|
"typeDescriptions": {
|
14486
14486
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -14781,10 +14781,10 @@
|
|
14781
14781
|
"name": "StoreCoreInternal",
|
14782
14782
|
"nodeType": "Identifier",
|
14783
14783
|
"overloadedDeclarations": [],
|
14784
|
-
"referencedDeclaration":
|
14784
|
+
"referencedDeclaration": 6413,
|
14785
14785
|
"src": "23777:17:18",
|
14786
14786
|
"typeDescriptions": {
|
14787
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
14787
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
14788
14788
|
"typeString": "type(library StoreCoreInternal)"
|
14789
14789
|
}
|
14790
14790
|
},
|
@@ -15384,7 +15384,7 @@
|
|
15384
15384
|
"name": "RESOURCE_TABLE",
|
15385
15385
|
"nodeType": "Identifier",
|
15386
15386
|
"overloadedDeclarations": [],
|
15387
|
-
"referencedDeclaration":
|
15387
|
+
"referencedDeclaration": 18393,
|
15388
15388
|
"src": "25739:14:18",
|
15389
15389
|
"typeDescriptions": {
|
15390
15390
|
"typeIdentifier": "t_bytes2",
|
@@ -15484,10 +15484,10 @@
|
|
15484
15484
|
"name": "StoreHooks",
|
15485
15485
|
"nodeType": "Identifier",
|
15486
15486
|
"overloadedDeclarations": [],
|
15487
|
-
"referencedDeclaration":
|
15487
|
+
"referencedDeclaration": 13961,
|
15488
15488
|
"src": "25942:10:18",
|
15489
15489
|
"typeDescriptions": {
|
15490
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
15490
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
15491
15491
|
"typeString": "type(library StoreHooks)"
|
15492
15492
|
}
|
15493
15493
|
},
|
@@ -15499,7 +15499,7 @@
|
|
15499
15499
|
"memberLocation": "25953:4:18",
|
15500
15500
|
"memberName": "_get",
|
15501
15501
|
"nodeType": "MemberAccess",
|
15502
|
-
"referencedDeclaration":
|
15502
|
+
"referencedDeclaration": 11935,
|
15503
15503
|
"src": "25942:15:18",
|
15504
15504
|
"typeDescriptions": {
|
15505
15505
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_array$_t_bytes21_$dyn_memory_ptr_$",
|
@@ -15675,7 +15675,7 @@
|
|
15675
15675
|
"name": "BEFORE_DELETE_RECORD",
|
15676
15676
|
"nodeType": "Identifier",
|
15677
15677
|
"overloadedDeclarations": [],
|
15678
|
-
"referencedDeclaration":
|
15678
|
+
"referencedDeclaration": 18343,
|
15679
15679
|
"src": "26077:20:18",
|
15680
15680
|
"typeDescriptions": {
|
15681
15681
|
"typeIdentifier": "t_uint8",
|
@@ -16127,10 +16127,10 @@
|
|
16127
16127
|
"name": "StoreCoreInternal",
|
16128
16128
|
"nodeType": "Identifier",
|
16129
16129
|
"overloadedDeclarations": [],
|
16130
|
-
"referencedDeclaration":
|
16130
|
+
"referencedDeclaration": 6413,
|
16131
16131
|
"src": "26268:17:18",
|
16132
16132
|
"typeDescriptions": {
|
16133
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
16133
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
16134
16134
|
"typeString": "type(library StoreCoreInternal)"
|
16135
16135
|
}
|
16136
16136
|
},
|
@@ -16142,7 +16142,7 @@
|
|
16142
16142
|
"memberLocation": "26286:22:18",
|
16143
16143
|
"memberName": "_getStaticDataLocation",
|
16144
16144
|
"nodeType": "MemberAccess",
|
16145
|
-
"referencedDeclaration":
|
16145
|
+
"referencedDeclaration": 6267,
|
16146
16146
|
"src": "26268:40:18",
|
16147
16147
|
"typeDescriptions": {
|
16148
16148
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -16532,10 +16532,10 @@
|
|
16532
16532
|
"name": "StoreCoreInternal",
|
16533
16533
|
"nodeType": "Identifier",
|
16534
16534
|
"overloadedDeclarations": [],
|
16535
|
-
"referencedDeclaration":
|
16535
|
+
"referencedDeclaration": 6413,
|
16536
16536
|
"src": "26712:17:18",
|
16537
16537
|
"typeDescriptions": {
|
16538
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
16538
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
16539
16539
|
"typeString": "type(library StoreCoreInternal)"
|
16540
16540
|
}
|
16541
16541
|
},
|
@@ -16547,7 +16547,7 @@
|
|
16547
16547
|
"memberLocation": "26730:29:18",
|
16548
16548
|
"memberName": "_getDynamicDataLengthLocation",
|
16549
16549
|
"nodeType": "MemberAccess",
|
16550
|
-
"referencedDeclaration":
|
16550
|
+
"referencedDeclaration": 6387,
|
16551
16551
|
"src": "26712:47:18",
|
16552
16552
|
"typeDescriptions": {
|
16553
16553
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -16822,7 +16822,7 @@
|
|
16822
16822
|
"name": "AFTER_DELETE_RECORD",
|
16823
16823
|
"nodeType": "Identifier",
|
16824
16824
|
"overloadedDeclarations": [],
|
16825
|
-
"referencedDeclaration":
|
16825
|
+
"referencedDeclaration": 18349,
|
16826
16826
|
"src": "27013:19:18",
|
16827
16827
|
"typeDescriptions": {
|
16828
16828
|
"typeIdentifier": "t_uint8",
|
@@ -17436,10 +17436,10 @@
|
|
17436
17436
|
"name": "StoreCoreInternal",
|
17437
17437
|
"nodeType": "Identifier",
|
17438
17438
|
"overloadedDeclarations": [],
|
17439
|
-
"referencedDeclaration":
|
17439
|
+
"referencedDeclaration": 6413,
|
17440
17440
|
"src": "28107:17:18",
|
17441
17441
|
"typeDescriptions": {
|
17442
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
17442
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
17443
17443
|
"typeString": "type(library StoreCoreInternal)"
|
17444
17444
|
}
|
17445
17445
|
},
|
@@ -17451,7 +17451,7 @@
|
|
17451
17451
|
"memberLocation": "28125:29:18",
|
17452
17452
|
"memberName": "_loadEncodedDynamicDataLength",
|
17453
17453
|
"nodeType": "MemberAccess",
|
17454
|
-
"referencedDeclaration":
|
17454
|
+
"referencedDeclaration": 6412,
|
17455
17455
|
"src": "28107:47:18",
|
17456
17456
|
"typeDescriptions": {
|
17457
17457
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -17797,10 +17797,10 @@
|
|
17797
17797
|
"name": "StoreCoreInternal",
|
17798
17798
|
"nodeType": "Identifier",
|
17799
17799
|
"overloadedDeclarations": [],
|
17800
|
-
"referencedDeclaration":
|
17800
|
+
"referencedDeclaration": 6413,
|
17801
17801
|
"src": "28303:17:18",
|
17802
17802
|
"typeDescriptions": {
|
17803
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
17803
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
17804
17804
|
"typeString": "type(library StoreCoreInternal)"
|
17805
17805
|
}
|
17806
17806
|
},
|
@@ -18111,10 +18111,10 @@
|
|
18111
18111
|
"name": "StoreCoreInternal",
|
18112
18112
|
"nodeType": "Identifier",
|
18113
18113
|
"overloadedDeclarations": [],
|
18114
|
-
"referencedDeclaration":
|
18114
|
+
"referencedDeclaration": 6413,
|
18115
18115
|
"src": "29578:17:18",
|
18116
18116
|
"typeDescriptions": {
|
18117
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
18117
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
18118
18118
|
"typeString": "type(library StoreCoreInternal)"
|
18119
18119
|
}
|
18120
18120
|
},
|
@@ -18126,7 +18126,7 @@
|
|
18126
18126
|
"memberLocation": "29596:29:18",
|
18127
18127
|
"memberName": "_loadEncodedDynamicDataLength",
|
18128
18128
|
"nodeType": "MemberAccess",
|
18129
|
-
"referencedDeclaration":
|
18129
|
+
"referencedDeclaration": 6412,
|
18130
18130
|
"src": "29578:47:18",
|
18131
18131
|
"typeDescriptions": {
|
18132
18132
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -18595,10 +18595,10 @@
|
|
18595
18595
|
"name": "StoreCoreInternal",
|
18596
18596
|
"nodeType": "Identifier",
|
18597
18597
|
"overloadedDeclarations": [],
|
18598
|
-
"referencedDeclaration":
|
18598
|
+
"referencedDeclaration": 6413,
|
18599
18599
|
"src": "29774:17:18",
|
18600
18600
|
"typeDescriptions": {
|
18601
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
18601
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
18602
18602
|
"typeString": "type(library StoreCoreInternal)"
|
18603
18603
|
}
|
18604
18604
|
},
|
@@ -19320,10 +19320,10 @@
|
|
19320
19320
|
"name": "StoreCoreInternal",
|
19321
19321
|
"nodeType": "Identifier",
|
19322
19322
|
"overloadedDeclarations": [],
|
19323
|
-
"referencedDeclaration":
|
19323
|
+
"referencedDeclaration": 6413,
|
19324
19324
|
"src": "32166:17:18",
|
19325
19325
|
"typeDescriptions": {
|
19326
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
19326
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
19327
19327
|
"typeString": "type(library StoreCoreInternal)"
|
19328
19328
|
}
|
19329
19329
|
},
|
@@ -19571,10 +19571,10 @@
|
|
19571
19571
|
"name": "StoreCoreInternal",
|
19572
19572
|
"nodeType": "Identifier",
|
19573
19573
|
"overloadedDeclarations": [],
|
19574
|
-
"referencedDeclaration":
|
19574
|
+
"referencedDeclaration": 6413,
|
19575
19575
|
"src": "32455:17:18",
|
19576
19576
|
"typeDescriptions": {
|
19577
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
19577
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
19578
19578
|
"typeString": "type(library StoreCoreInternal)"
|
19579
19579
|
}
|
19580
19580
|
},
|
@@ -19586,7 +19586,7 @@
|
|
19586
19586
|
"memberLocation": "32473:29:18",
|
19587
19587
|
"memberName": "_loadEncodedDynamicDataLength",
|
19588
19588
|
"nodeType": "MemberAccess",
|
19589
|
-
"referencedDeclaration":
|
19589
|
+
"referencedDeclaration": 6412,
|
19590
19590
|
"src": "32455:47:18",
|
19591
19591
|
"typeDescriptions": {
|
19592
19592
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -19946,10 +19946,10 @@
|
|
19946
19946
|
"name": "StoreCoreInternal",
|
19947
19947
|
"nodeType": "Identifier",
|
19948
19948
|
"overloadedDeclarations": [],
|
19949
|
-
"referencedDeclaration":
|
19949
|
+
"referencedDeclaration": 6413,
|
19950
19950
|
"src": "32759:17:18",
|
19951
19951
|
"typeDescriptions": {
|
19952
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
19952
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
19953
19953
|
"typeString": "type(library StoreCoreInternal)"
|
19954
19954
|
}
|
19955
19955
|
},
|
@@ -19961,7 +19961,7 @@
|
|
19961
19961
|
"memberLocation": "32777:23:18",
|
19962
19962
|
"memberName": "_getDynamicDataLocation",
|
19963
19963
|
"nodeType": "MemberAccess",
|
19964
|
-
"referencedDeclaration":
|
19964
|
+
"referencedDeclaration": 6361,
|
19965
19965
|
"src": "32759:41:18",
|
19966
19966
|
"typeDescriptions": {
|
19967
19967
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -21307,10 +21307,10 @@
|
|
21307
21307
|
"name": "StoreCoreInternal",
|
21308
21308
|
"nodeType": "Identifier",
|
21309
21309
|
"overloadedDeclarations": [],
|
21310
|
-
"referencedDeclaration":
|
21310
|
+
"referencedDeclaration": 6413,
|
21311
21311
|
"src": "34399:17:18",
|
21312
21312
|
"typeDescriptions": {
|
21313
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
21313
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
21314
21314
|
"typeString": "type(library StoreCoreInternal)"
|
21315
21315
|
}
|
21316
21316
|
},
|
@@ -21322,7 +21322,7 @@
|
|
21322
21322
|
"memberLocation": "34417:20:18",
|
21323
21323
|
"memberName": "_getStaticFieldBytes",
|
21324
21324
|
"nodeType": "MemberAccess",
|
21325
|
-
"referencedDeclaration":
|
21325
|
+
"referencedDeclaration": 6241,
|
21326
21326
|
"src": "34399:38:18",
|
21327
21327
|
"typeDescriptions": {
|
21328
21328
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$_t_userDefinedValueType$_FieldLayout_$814_$returns$_t_bytes_memory_ptr_$",
|
@@ -21606,10 +21606,10 @@
|
|
21606
21606
|
"name": "StoreCoreInternal",
|
21607
21607
|
"nodeType": "Identifier",
|
21608
21608
|
"overloadedDeclarations": [],
|
21609
|
-
"referencedDeclaration":
|
21609
|
+
"referencedDeclaration": 6413,
|
21610
21610
|
"src": "35550:17:18",
|
21611
21611
|
"typeDescriptions": {
|
21612
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
21612
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
21613
21613
|
"typeString": "type(library StoreCoreInternal)"
|
21614
21614
|
}
|
21615
21615
|
},
|
@@ -21621,7 +21621,7 @@
|
|
21621
21621
|
"memberLocation": "35568:22:18",
|
21622
21622
|
"memberName": "_getStaticDataLocation",
|
21623
21623
|
"nodeType": "MemberAccess",
|
21624
|
-
"referencedDeclaration":
|
21624
|
+
"referencedDeclaration": 6267,
|
21625
21625
|
"src": "35550:40:18",
|
21626
21626
|
"typeDescriptions": {
|
21627
21627
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -21752,10 +21752,10 @@
|
|
21752
21752
|
"name": "StoreCoreInternal",
|
21753
21753
|
"nodeType": "Identifier",
|
21754
21754
|
"overloadedDeclarations": [],
|
21755
|
-
"referencedDeclaration":
|
21755
|
+
"referencedDeclaration": 6413,
|
21756
21756
|
"src": "35676:17:18",
|
21757
21757
|
"typeDescriptions": {
|
21758
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
21758
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
21759
21759
|
"typeString": "type(library StoreCoreInternal)"
|
21760
21760
|
}
|
21761
21761
|
},
|
@@ -21767,7 +21767,7 @@
|
|
21767
21767
|
"memberLocation": "35694:20:18",
|
21768
21768
|
"memberName": "_getStaticDataOffset",
|
21769
21769
|
"nodeType": "MemberAccess",
|
21770
|
-
"referencedDeclaration":
|
21770
|
+
"referencedDeclaration": 6328,
|
21771
21771
|
"src": "35676:38:18",
|
21772
21772
|
"typeDescriptions": {
|
21773
21773
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint8_$returns$_t_uint256_$",
|
@@ -22131,10 +22131,10 @@
|
|
22131
22131
|
"name": "StoreCoreInternal",
|
22132
22132
|
"nodeType": "Identifier",
|
22133
22133
|
"overloadedDeclarations": [],
|
22134
|
-
"referencedDeclaration":
|
22134
|
+
"referencedDeclaration": 6413,
|
22135
22135
|
"src": "36520:17:18",
|
22136
22136
|
"typeDescriptions": {
|
22137
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
22137
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
22138
22138
|
"typeString": "type(library StoreCoreInternal)"
|
22139
22139
|
}
|
22140
22140
|
},
|
@@ -22146,7 +22146,7 @@
|
|
22146
22146
|
"memberLocation": "36538:23:18",
|
22147
22147
|
"memberName": "_getDynamicDataLocation",
|
22148
22148
|
"nodeType": "MemberAccess",
|
22149
|
-
"referencedDeclaration":
|
22149
|
+
"referencedDeclaration": 6361,
|
22150
22150
|
"src": "36520:41:18",
|
22151
22151
|
"typeDescriptions": {
|
22152
22152
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -22234,10 +22234,10 @@
|
|
22234
22234
|
"name": "StoreCoreInternal",
|
22235
22235
|
"nodeType": "Identifier",
|
22236
22236
|
"overloadedDeclarations": [],
|
22237
|
-
"referencedDeclaration":
|
22237
|
+
"referencedDeclaration": 6413,
|
22238
22238
|
"src": "36617:17:18",
|
22239
22239
|
"typeDescriptions": {
|
22240
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
22240
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
22241
22241
|
"typeString": "type(library StoreCoreInternal)"
|
22242
22242
|
}
|
22243
22243
|
},
|
@@ -22249,7 +22249,7 @@
|
|
22249
22249
|
"memberLocation": "36635:29:18",
|
22250
22250
|
"memberName": "_loadEncodedDynamicDataLength",
|
22251
22251
|
"nodeType": "MemberAccess",
|
22252
|
-
"referencedDeclaration":
|
22252
|
+
"referencedDeclaration": 6412,
|
22253
22253
|
"src": "36617:47:18",
|
22254
22254
|
"typeDescriptions": {
|
22255
22255
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -23525,10 +23525,10 @@
|
|
23525
23525
|
"name": "StoreCoreInternal",
|
23526
23526
|
"nodeType": "Identifier",
|
23527
23527
|
"overloadedDeclarations": [],
|
23528
|
-
"referencedDeclaration":
|
23528
|
+
"referencedDeclaration": 6413,
|
23529
23529
|
"src": "39114:17:18",
|
23530
23530
|
"typeDescriptions": {
|
23531
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
23531
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
23532
23532
|
"typeString": "type(library StoreCoreInternal)"
|
23533
23533
|
}
|
23534
23534
|
},
|
@@ -23540,7 +23540,7 @@
|
|
23540
23540
|
"memberLocation": "39132:29:18",
|
23541
23541
|
"memberName": "_loadEncodedDynamicDataLength",
|
23542
23542
|
"nodeType": "MemberAccess",
|
23543
|
-
"referencedDeclaration":
|
23543
|
+
"referencedDeclaration": 6412,
|
23544
23544
|
"src": "39114:47:18",
|
23545
23545
|
"typeDescriptions": {
|
23546
23546
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -23856,10 +23856,10 @@
|
|
23856
23856
|
"name": "StoreCoreInternal",
|
23857
23857
|
"nodeType": "Identifier",
|
23858
23858
|
"overloadedDeclarations": [],
|
23859
|
-
"referencedDeclaration":
|
23859
|
+
"referencedDeclaration": 6413,
|
23860
23860
|
"src": "40376:17:18",
|
23861
23861
|
"typeDescriptions": {
|
23862
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
23862
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
23863
23863
|
"typeString": "type(library StoreCoreInternal)"
|
23864
23864
|
}
|
23865
23865
|
},
|
@@ -23871,7 +23871,7 @@
|
|
23871
23871
|
"memberLocation": "40394:29:18",
|
23872
23872
|
"memberName": "_loadEncodedDynamicDataLength",
|
23873
23873
|
"nodeType": "MemberAccess",
|
23874
|
-
"referencedDeclaration":
|
23874
|
+
"referencedDeclaration": 6412,
|
23875
23875
|
"src": "40376:47:18",
|
23876
23876
|
"typeDescriptions": {
|
23877
23877
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -24393,10 +24393,10 @@
|
|
24393
24393
|
"name": "StoreCoreInternal",
|
24394
24394
|
"nodeType": "Identifier",
|
24395
24395
|
"overloadedDeclarations": [],
|
24396
|
-
"referencedDeclaration":
|
24396
|
+
"referencedDeclaration": 6413,
|
24397
24397
|
"src": "40763:17:18",
|
24398
24398
|
"typeDescriptions": {
|
24399
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
24399
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
24400
24400
|
"typeString": "type(library StoreCoreInternal)"
|
24401
24401
|
}
|
24402
24402
|
},
|
@@ -24408,7 +24408,7 @@
|
|
24408
24408
|
"memberLocation": "40781:23:18",
|
24409
24409
|
"memberName": "_getDynamicDataLocation",
|
24410
24410
|
"nodeType": "MemberAccess",
|
24411
|
-
"referencedDeclaration":
|
24411
|
+
"referencedDeclaration": 6361,
|
24412
24412
|
"src": "40763:41:18",
|
24413
24413
|
"typeDescriptions": {
|
24414
24414
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -24806,7 +24806,7 @@
|
|
24806
24806
|
],
|
24807
24807
|
"name": "StoreCore",
|
24808
24808
|
"nameLocation": "1356:9:18",
|
24809
|
-
"scope":
|
24809
|
+
"scope": 6414,
|
24810
24810
|
"usedErrors": [],
|
24811
24811
|
"usedEvents": [
|
24812
24812
|
4128,
|
@@ -24816,9 +24816,9 @@
|
|
24816
24816
|
]
|
24817
24817
|
},
|
24818
24818
|
{
|
24819
|
-
"id":
|
24819
|
+
"id": 6413,
|
24820
24820
|
"nodeType": "ContractDefinition",
|
24821
|
-
"src": "41119:
|
24821
|
+
"src": "41119:11936:18",
|
24822
24822
|
"nodes": [
|
24823
24823
|
{
|
24824
24824
|
"id": 5883,
|
@@ -24866,7 +24866,7 @@
|
|
24866
24866
|
"mutability": "constant",
|
24867
24867
|
"name": "SLOT",
|
24868
24868
|
"nameLocation": "41219:4:18",
|
24869
|
-
"scope":
|
24869
|
+
"scope": 6413,
|
24870
24870
|
"stateVariable": true,
|
24871
24871
|
"storageLocation": "default",
|
24872
24872
|
"typeDescriptions": {
|
@@ -24947,7 +24947,7 @@
|
|
24947
24947
|
"mutability": "constant",
|
24948
24948
|
"name": "DYNMAIC_DATA_SLOT",
|
24949
24949
|
"nameLocation": "41278:17:18",
|
24950
|
-
"scope":
|
24950
|
+
"scope": 6413,
|
24951
24951
|
"stateVariable": true,
|
24952
24952
|
"storageLocation": "default",
|
24953
24953
|
"typeDescriptions": {
|
@@ -25028,7 +25028,7 @@
|
|
25028
25028
|
"mutability": "constant",
|
25029
25029
|
"name": "DYNAMIC_DATA_LENGTH_SLOT",
|
25030
25030
|
"nameLocation": "41362:24:18",
|
25031
|
-
"scope":
|
25031
|
+
"scope": 6413,
|
25032
25032
|
"stateVariable": true,
|
25033
25033
|
"storageLocation": "default",
|
25034
25034
|
"typeDescriptions": {
|
@@ -25176,7 +25176,7 @@
|
|
25176
25176
|
"name": "RESOURCE_TABLE",
|
25177
25177
|
"nodeType": "Identifier",
|
25178
25178
|
"overloadedDeclarations": [],
|
25179
|
-
"referencedDeclaration":
|
25179
|
+
"referencedDeclaration": 18393,
|
25180
25180
|
"src": "43537:14:18",
|
25181
25181
|
"typeDescriptions": {
|
25182
25182
|
"typeIdentifier": "t_bytes2",
|
@@ -25205,7 +25205,7 @@
|
|
25205
25205
|
"name": "RESOURCE_TABLE",
|
25206
25206
|
"nodeType": "Identifier",
|
25207
25207
|
"overloadedDeclarations": [],
|
25208
|
-
"referencedDeclaration":
|
25208
|
+
"referencedDeclaration": 18393,
|
25209
25209
|
"src": "43607:14:18",
|
25210
25210
|
"typeDescriptions": {
|
25211
25211
|
"typeIdentifier": "t_bytes2",
|
@@ -26745,10 +26745,10 @@
|
|
26745
26745
|
"name": "StoreHooks",
|
26746
26746
|
"nodeType": "Identifier",
|
26747
26747
|
"overloadedDeclarations": [],
|
26748
|
-
"referencedDeclaration":
|
26748
|
+
"referencedDeclaration": 13961,
|
26749
26749
|
"src": "45456:10:18",
|
26750
26750
|
"typeDescriptions": {
|
26751
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
26751
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
26752
26752
|
"typeString": "type(library StoreHooks)"
|
26753
26753
|
}
|
26754
26754
|
},
|
@@ -26760,7 +26760,7 @@
|
|
26760
26760
|
"memberLocation": "45467:4:18",
|
26761
26761
|
"memberName": "_get",
|
26762
26762
|
"nodeType": "MemberAccess",
|
26763
|
-
"referencedDeclaration":
|
26763
|
+
"referencedDeclaration": 11935,
|
26764
26764
|
"src": "45456:15:18",
|
26765
26765
|
"typeDescriptions": {
|
26766
26766
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_array$_t_bytes21_$dyn_memory_ptr_$",
|
@@ -26936,7 +26936,7 @@
|
|
26936
26936
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
26937
26937
|
"nodeType": "Identifier",
|
26938
26938
|
"overloadedDeclarations": [],
|
26939
|
-
"referencedDeclaration":
|
26939
|
+
"referencedDeclaration": 18331,
|
26940
26940
|
"src": "45591:26:18",
|
26941
26941
|
"typeDescriptions": {
|
26942
26942
|
"typeIdentifier": "t_uint8",
|
@@ -27518,7 +27518,7 @@
|
|
27518
27518
|
"name": "_getDynamicDataLengthLocation",
|
27519
27519
|
"nodeType": "Identifier",
|
27520
27520
|
"overloadedDeclarations": [],
|
27521
|
-
"referencedDeclaration":
|
27521
|
+
"referencedDeclaration": 6387,
|
27522
27522
|
"src": "46118:29:18",
|
27523
27523
|
"typeDescriptions": {
|
27524
27524
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -27771,7 +27771,7 @@
|
|
27771
27771
|
"name": "_getDynamicDataLocation",
|
27772
27772
|
"nodeType": "Identifier",
|
27773
27773
|
"overloadedDeclarations": [],
|
27774
|
-
"referencedDeclaration":
|
27774
|
+
"referencedDeclaration": 6361,
|
27775
27775
|
"src": "46364:23:18",
|
27776
27776
|
"typeDescriptions": {
|
27777
27777
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -28059,7 +28059,7 @@
|
|
28059
28059
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
28060
28060
|
"nodeType": "Identifier",
|
28061
28061
|
"overloadedDeclarations": [],
|
28062
|
-
"referencedDeclaration":
|
28062
|
+
"referencedDeclaration": 18337,
|
28063
28063
|
"src": "46686:25:18",
|
28064
28064
|
"typeDescriptions": {
|
28065
28065
|
"typeIdentifier": "t_uint8",
|
@@ -28758,7 +28758,7 @@
|
|
28758
28758
|
"parameters": [],
|
28759
28759
|
"src": "43362:0:18"
|
28760
28760
|
},
|
28761
|
-
"scope":
|
28761
|
+
"scope": 6413,
|
28762
28762
|
"stateMutability": "nonpayable",
|
28763
28763
|
"virtual": false,
|
28764
28764
|
"visibility": "internal"
|
@@ -28923,10 +28923,10 @@
|
|
28923
28923
|
"name": "_getStaticDataLocation",
|
28924
28924
|
"nodeType": "Identifier",
|
28925
28925
|
"overloadedDeclarations": [
|
28926
|
-
|
28927
|
-
|
28926
|
+
6267,
|
28927
|
+
6292
|
28928
28928
|
],
|
28929
|
-
"referencedDeclaration":
|
28929
|
+
"referencedDeclaration": 6267,
|
28930
28930
|
"src": "47868:22:18",
|
28931
28931
|
"typeDescriptions": {
|
28932
28932
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -29221,20 +29221,20 @@
|
|
29221
29221
|
],
|
29222
29222
|
"src": "47761:14:18"
|
29223
29223
|
},
|
29224
|
-
"scope":
|
29224
|
+
"scope": 6413,
|
29225
29225
|
"stateMutability": "view",
|
29226
29226
|
"virtual": false,
|
29227
29227
|
"visibility": "internal"
|
29228
29228
|
},
|
29229
29229
|
{
|
29230
|
-
"id":
|
29230
|
+
"id": 6241,
|
29231
29231
|
"nodeType": "FunctionDefinition",
|
29232
|
-
"src": "48461:
|
29232
|
+
"src": "48461:511:18",
|
29233
29233
|
"nodes": [],
|
29234
29234
|
"body": {
|
29235
|
-
"id":
|
29235
|
+
"id": 6240,
|
29236
29236
|
"nodeType": "Block",
|
29237
|
-
"src": "48638:
|
29237
|
+
"src": "48638:334:18",
|
29238
29238
|
"nodes": [],
|
29239
29239
|
"statements": [
|
29240
29240
|
{
|
@@ -29243,24 +29243,24 @@
|
|
29243
29243
|
{
|
29244
29244
|
"arguments": [
|
29245
29245
|
{
|
29246
|
-
"id":
|
29246
|
+
"id": 6227,
|
29247
29247
|
"name": "tableId",
|
29248
29248
|
"nodeType": "Identifier",
|
29249
29249
|
"overloadedDeclarations": [],
|
29250
29250
|
"referencedDeclaration": 6211,
|
29251
|
-
"src": "
|
29251
|
+
"src": "48828:7:18",
|
29252
29252
|
"typeDescriptions": {
|
29253
29253
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
29254
29254
|
"typeString": "ResourceId"
|
29255
29255
|
}
|
29256
29256
|
},
|
29257
29257
|
{
|
29258
|
-
"id":
|
29258
|
+
"id": 6228,
|
29259
29259
|
"name": "keyTuple",
|
29260
29260
|
"nodeType": "Identifier",
|
29261
29261
|
"overloadedDeclarations": [],
|
29262
29262
|
"referencedDeclaration": 6214,
|
29263
|
-
"src": "
|
29263
|
+
"src": "48837:8:18",
|
29264
29264
|
"typeDescriptions": {
|
29265
29265
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
29266
29266
|
"typeString": "bytes32[] memory"
|
@@ -29278,34 +29278,21 @@
|
|
29278
29278
|
"typeString": "bytes32[] memory"
|
29279
29279
|
}
|
29280
29280
|
],
|
29281
|
-
"
|
29282
|
-
|
29283
|
-
|
29284
|
-
|
29285
|
-
|
29286
|
-
|
29287
|
-
|
29288
|
-
|
29289
|
-
|
29290
|
-
"typeString": "type(library StoreCoreInternal)"
|
29291
|
-
}
|
29292
|
-
},
|
29293
|
-
"id": 6227,
|
29294
|
-
"isConstant": false,
|
29295
|
-
"isLValue": false,
|
29296
|
-
"isPure": false,
|
29297
|
-
"lValueRequested": false,
|
29298
|
-
"memberLocation": "48823:22:18",
|
29299
|
-
"memberName": "_getStaticDataLocation",
|
29300
|
-
"nodeType": "MemberAccess",
|
29301
|
-
"referencedDeclaration": 6269,
|
29302
|
-
"src": "48805:40:18",
|
29281
|
+
"id": 6226,
|
29282
|
+
"name": "_getStaticDataLocation",
|
29283
|
+
"nodeType": "Identifier",
|
29284
|
+
"overloadedDeclarations": [
|
29285
|
+
6267,
|
29286
|
+
6292
|
29287
|
+
],
|
29288
|
+
"referencedDeclaration": 6267,
|
29289
|
+
"src": "48805:22:18",
|
29303
29290
|
"typeDescriptions": {
|
29304
29291
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
29305
29292
|
"typeString": "function (ResourceId,bytes32[] memory) pure returns (uint256)"
|
29306
29293
|
}
|
29307
29294
|
},
|
29308
|
-
"id":
|
29295
|
+
"id": 6229,
|
29309
29296
|
"isConstant": false,
|
29310
29297
|
"isLValue": false,
|
29311
29298
|
"isPure": false,
|
@@ -29314,7 +29301,7 @@
|
|
29314
29301
|
"nameLocations": [],
|
29315
29302
|
"names": [],
|
29316
29303
|
"nodeType": "FunctionCall",
|
29317
|
-
"src": "48805:
|
29304
|
+
"src": "48805:41:18",
|
29318
29305
|
"tryCall": false,
|
29319
29306
|
"typeDescriptions": {
|
29320
29307
|
"typeIdentifier": "t_uint256",
|
@@ -29324,12 +29311,12 @@
|
|
29324
29311
|
{
|
29325
29312
|
"arguments": [
|
29326
29313
|
{
|
29327
|
-
"id":
|
29314
|
+
"id": 6232,
|
29328
29315
|
"name": "fieldIndex",
|
29329
29316
|
"nodeType": "Identifier",
|
29330
29317
|
"overloadedDeclarations": [],
|
29331
29318
|
"referencedDeclaration": 6216,
|
29332
|
-
"src": "
|
29319
|
+
"src": "48884:10:18",
|
29333
29320
|
"typeDescriptions": {
|
29334
29321
|
"typeIdentifier": "t_uint8",
|
29335
29322
|
"typeString": "uint8"
|
@@ -29344,33 +29331,33 @@
|
|
29344
29331
|
}
|
29345
29332
|
],
|
29346
29333
|
"expression": {
|
29347
|
-
"id":
|
29334
|
+
"id": 6230,
|
29348
29335
|
"name": "fieldLayout",
|
29349
29336
|
"nodeType": "Identifier",
|
29350
29337
|
"overloadedDeclarations": [],
|
29351
29338
|
"referencedDeclaration": 6219,
|
29352
|
-
"src": "
|
29339
|
+
"src": "48864:11:18",
|
29353
29340
|
"typeDescriptions": {
|
29354
29341
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
29355
29342
|
"typeString": "FieldLayout"
|
29356
29343
|
}
|
29357
29344
|
},
|
29358
|
-
"id":
|
29345
|
+
"id": 6231,
|
29359
29346
|
"isConstant": false,
|
29360
29347
|
"isLValue": false,
|
29361
29348
|
"isPure": false,
|
29362
29349
|
"lValueRequested": false,
|
29363
|
-
"memberLocation": "
|
29350
|
+
"memberLocation": "48876:7:18",
|
29364
29351
|
"memberName": "atIndex",
|
29365
29352
|
"nodeType": "MemberAccess",
|
29366
29353
|
"referencedDeclaration": 993,
|
29367
|
-
"src": "
|
29354
|
+
"src": "48864:19:18",
|
29368
29355
|
"typeDescriptions": {
|
29369
29356
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint256_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$814_$",
|
29370
29357
|
"typeString": "function (FieldLayout,uint256) pure returns (uint256)"
|
29371
29358
|
}
|
29372
29359
|
},
|
29373
|
-
"id":
|
29360
|
+
"id": 6233,
|
29374
29361
|
"isConstant": false,
|
29375
29362
|
"isLValue": false,
|
29376
29363
|
"isPure": false,
|
@@ -29379,7 +29366,7 @@
|
|
29379
29366
|
"nameLocations": [],
|
29380
29367
|
"names": [],
|
29381
29368
|
"nodeType": "FunctionCall",
|
29382
|
-
"src": "
|
29369
|
+
"src": "48864:31:18",
|
29383
29370
|
"tryCall": false,
|
29384
29371
|
"typeDescriptions": {
|
29385
29372
|
"typeIdentifier": "t_uint256",
|
@@ -29389,24 +29376,24 @@
|
|
29389
29376
|
{
|
29390
29377
|
"arguments": [
|
29391
29378
|
{
|
29392
|
-
"id":
|
29379
|
+
"id": 6235,
|
29393
29380
|
"name": "fieldLayout",
|
29394
29381
|
"nodeType": "Identifier",
|
29395
29382
|
"overloadedDeclarations": [],
|
29396
29383
|
"referencedDeclaration": 6219,
|
29397
|
-
"src": "
|
29384
|
+
"src": "48934:11:18",
|
29398
29385
|
"typeDescriptions": {
|
29399
29386
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
29400
29387
|
"typeString": "FieldLayout"
|
29401
29388
|
}
|
29402
29389
|
},
|
29403
29390
|
{
|
29404
|
-
"id":
|
29391
|
+
"id": 6236,
|
29405
29392
|
"name": "fieldIndex",
|
29406
29393
|
"nodeType": "Identifier",
|
29407
29394
|
"overloadedDeclarations": [],
|
29408
29395
|
"referencedDeclaration": 6216,
|
29409
|
-
"src": "
|
29396
|
+
"src": "48947:10:18",
|
29410
29397
|
"typeDescriptions": {
|
29411
29398
|
"typeIdentifier": "t_uint8",
|
29412
29399
|
"typeString": "uint8"
|
@@ -29424,34 +29411,18 @@
|
|
29424
29411
|
"typeString": "uint8"
|
29425
29412
|
}
|
29426
29413
|
],
|
29427
|
-
"
|
29428
|
-
|
29429
|
-
|
29430
|
-
|
29431
|
-
|
29432
|
-
|
29433
|
-
"src": "48931:17:18",
|
29434
|
-
"typeDescriptions": {
|
29435
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6415_$",
|
29436
|
-
"typeString": "type(library StoreCoreInternal)"
|
29437
|
-
}
|
29438
|
-
},
|
29439
|
-
"id": 6236,
|
29440
|
-
"isConstant": false,
|
29441
|
-
"isLValue": false,
|
29442
|
-
"isPure": false,
|
29443
|
-
"lValueRequested": false,
|
29444
|
-
"memberLocation": "48949:20:18",
|
29445
|
-
"memberName": "_getStaticDataOffset",
|
29446
|
-
"nodeType": "MemberAccess",
|
29447
|
-
"referencedDeclaration": 6330,
|
29448
|
-
"src": "48931:38:18",
|
29414
|
+
"id": 6234,
|
29415
|
+
"name": "_getStaticDataOffset",
|
29416
|
+
"nodeType": "Identifier",
|
29417
|
+
"overloadedDeclarations": [],
|
29418
|
+
"referencedDeclaration": 6328,
|
29419
|
+
"src": "48913:20:18",
|
29449
29420
|
"typeDescriptions": {
|
29450
29421
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint8_$returns$_t_uint256_$",
|
29451
29422
|
"typeString": "function (FieldLayout,uint8) pure returns (uint256)"
|
29452
29423
|
}
|
29453
29424
|
},
|
29454
|
-
"id":
|
29425
|
+
"id": 6237,
|
29455
29426
|
"isConstant": false,
|
29456
29427
|
"isLValue": false,
|
29457
29428
|
"isPure": false,
|
@@ -29460,7 +29431,7 @@
|
|
29460
29431
|
"nameLocations": [],
|
29461
29432
|
"names": [],
|
29462
29433
|
"nodeType": "FunctionCall",
|
29463
|
-
"src": "
|
29434
|
+
"src": "48913:45:18",
|
29464
29435
|
"tryCall": false,
|
29465
29436
|
"typeDescriptions": {
|
29466
29437
|
"typeIdentifier": "t_uint256",
|
@@ -29510,7 +29481,7 @@
|
|
29510
29481
|
"typeString": "function (uint256,uint256,uint256) view returns (bytes memory)"
|
29511
29482
|
}
|
29512
29483
|
},
|
29513
|
-
"id":
|
29484
|
+
"id": 6238,
|
29514
29485
|
"isConstant": false,
|
29515
29486
|
"isLValue": false,
|
29516
29487
|
"isPure": false,
|
@@ -29518,8 +29489,8 @@
|
|
29518
29489
|
"lValueRequested": false,
|
29519
29490
|
"nameLocations": [
|
29520
29491
|
"48789:14:18",
|
29521
|
-
"
|
29522
|
-
"
|
29492
|
+
"48856:6:18",
|
29493
|
+
"48905:6:18"
|
29523
29494
|
],
|
29524
29495
|
"names": [
|
29525
29496
|
"storagePointer",
|
@@ -29527,7 +29498,7 @@
|
|
29527
29498
|
"offset"
|
29528
29499
|
],
|
29529
29500
|
"nodeType": "FunctionCall",
|
29530
|
-
"src": "48766:
|
29501
|
+
"src": "48766:201:18",
|
29531
29502
|
"tryCall": false,
|
29532
29503
|
"typeDescriptions": {
|
29533
29504
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -29535,9 +29506,9 @@
|
|
29535
29506
|
}
|
29536
29507
|
},
|
29537
29508
|
"functionReturnParameters": 6223,
|
29538
|
-
"id":
|
29509
|
+
"id": 6239,
|
29539
29510
|
"nodeType": "Return",
|
29540
|
-
"src": "48753:
|
29511
|
+
"src": "48753:214:18"
|
29541
29512
|
}
|
29542
29513
|
]
|
29543
29514
|
},
|
@@ -29563,7 +29534,7 @@
|
|
29563
29534
|
"name": "tableId",
|
29564
29535
|
"nameLocation": "48507:7:18",
|
29565
29536
|
"nodeType": "VariableDeclaration",
|
29566
|
-
"scope":
|
29537
|
+
"scope": 6241,
|
29567
29538
|
"src": "48496:18:18",
|
29568
29539
|
"stateVariable": false,
|
29569
29540
|
"storageLocation": "default",
|
@@ -29600,7 +29571,7 @@
|
|
29600
29571
|
"name": "keyTuple",
|
29601
29572
|
"nameLocation": "48537:8:18",
|
29602
29573
|
"nodeType": "VariableDeclaration",
|
29603
|
-
"scope":
|
29574
|
+
"scope": 6241,
|
29604
29575
|
"src": "48520:25:18",
|
29605
29576
|
"stateVariable": false,
|
29606
29577
|
"storageLocation": "memory",
|
@@ -29636,7 +29607,7 @@
|
|
29636
29607
|
"name": "fieldIndex",
|
29637
29608
|
"nameLocation": "48557:10:18",
|
29638
29609
|
"nodeType": "VariableDeclaration",
|
29639
|
-
"scope":
|
29610
|
+
"scope": 6241,
|
29640
29611
|
"src": "48551:16:18",
|
29641
29612
|
"stateVariable": false,
|
29642
29613
|
"storageLocation": "default",
|
@@ -29663,7 +29634,7 @@
|
|
29663
29634
|
"name": "fieldLayout",
|
29664
29635
|
"nameLocation": "48585:11:18",
|
29665
29636
|
"nodeType": "VariableDeclaration",
|
29666
|
-
"scope":
|
29637
|
+
"scope": 6241,
|
29667
29638
|
"src": "48573:23:18",
|
29668
29639
|
"stateVariable": false,
|
29669
29640
|
"storageLocation": "default",
|
@@ -29707,7 +29678,7 @@
|
|
29707
29678
|
"name": "",
|
29708
29679
|
"nameLocation": "-1:-1:-1",
|
29709
29680
|
"nodeType": "VariableDeclaration",
|
29710
|
-
"scope":
|
29681
|
+
"scope": 6241,
|
29711
29682
|
"src": "48624:12:18",
|
29712
29683
|
"stateVariable": false,
|
29713
29684
|
"storageLocation": "memory",
|
@@ -29730,20 +29701,20 @@
|
|
29730
29701
|
],
|
29731
29702
|
"src": "48623:14:18"
|
29732
29703
|
},
|
29733
|
-
"scope":
|
29704
|
+
"scope": 6413,
|
29734
29705
|
"stateMutability": "view",
|
29735
29706
|
"virtual": false,
|
29736
29707
|
"visibility": "internal"
|
29737
29708
|
},
|
29738
29709
|
{
|
29739
|
-
"id":
|
29710
|
+
"id": 6267,
|
29740
29711
|
"nodeType": "FunctionDefinition",
|
29741
|
-
"src": "
|
29712
|
+
"src": "49619:191:18",
|
29742
29713
|
"nodes": [],
|
29743
29714
|
"body": {
|
29744
|
-
"id":
|
29715
|
+
"id": 6266,
|
29745
29716
|
"nodeType": "Block",
|
29746
|
-
"src": "
|
29717
|
+
"src": "49730:80:18",
|
29747
29718
|
"nodes": [],
|
29748
29719
|
"statements": [
|
29749
29720
|
{
|
@@ -29754,18 +29725,18 @@
|
|
29754
29725
|
"typeIdentifier": "t_bytes32",
|
29755
29726
|
"typeString": "bytes32"
|
29756
29727
|
},
|
29757
|
-
"id":
|
29728
|
+
"id": 6263,
|
29758
29729
|
"isConstant": false,
|
29759
29730
|
"isLValue": false,
|
29760
29731
|
"isPure": false,
|
29761
29732
|
"lValueRequested": false,
|
29762
29733
|
"leftExpression": {
|
29763
|
-
"id":
|
29734
|
+
"id": 6255,
|
29764
29735
|
"name": "SLOT",
|
29765
29736
|
"nodeType": "Identifier",
|
29766
29737
|
"overloadedDeclarations": [],
|
29767
29738
|
"referencedDeclaration": 5888,
|
29768
|
-
"src": "
|
29739
|
+
"src": "49751:4:18",
|
29769
29740
|
"typeDescriptions": {
|
29770
29741
|
"typeIdentifier": "t_bytes32",
|
29771
29742
|
"typeString": "bytes32"
|
@@ -29778,24 +29749,24 @@
|
|
29778
29749
|
{
|
29779
29750
|
"arguments": [
|
29780
29751
|
{
|
29781
|
-
"id":
|
29752
|
+
"id": 6259,
|
29782
29753
|
"name": "tableId",
|
29783
29754
|
"nodeType": "Identifier",
|
29784
29755
|
"overloadedDeclarations": [],
|
29785
|
-
"referencedDeclaration":
|
29786
|
-
"src": "
|
29756
|
+
"referencedDeclaration": 6245,
|
29757
|
+
"src": "49785:7:18",
|
29787
29758
|
"typeDescriptions": {
|
29788
29759
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
29789
29760
|
"typeString": "ResourceId"
|
29790
29761
|
}
|
29791
29762
|
},
|
29792
29763
|
{
|
29793
|
-
"id":
|
29764
|
+
"id": 6260,
|
29794
29765
|
"name": "keyTuple",
|
29795
29766
|
"nodeType": "Identifier",
|
29796
29767
|
"overloadedDeclarations": [],
|
29797
|
-
"referencedDeclaration":
|
29798
|
-
"src": "
|
29768
|
+
"referencedDeclaration": 6248,
|
29769
|
+
"src": "49794:8:18",
|
29799
29770
|
"typeDescriptions": {
|
29800
29771
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
29801
29772
|
"typeString": "bytes32[] memory"
|
@@ -29814,32 +29785,32 @@
|
|
29814
29785
|
}
|
29815
29786
|
],
|
29816
29787
|
"expression": {
|
29817
|
-
"id":
|
29788
|
+
"id": 6257,
|
29818
29789
|
"name": "abi",
|
29819
29790
|
"nodeType": "Identifier",
|
29820
29791
|
"overloadedDeclarations": [],
|
29821
29792
|
"referencedDeclaration": -1,
|
29822
|
-
"src": "
|
29793
|
+
"src": "49768:3:18",
|
29823
29794
|
"typeDescriptions": {
|
29824
29795
|
"typeIdentifier": "t_magic_abi",
|
29825
29796
|
"typeString": "abi"
|
29826
29797
|
}
|
29827
29798
|
},
|
29828
|
-
"id":
|
29799
|
+
"id": 6258,
|
29829
29800
|
"isConstant": false,
|
29830
29801
|
"isLValue": false,
|
29831
29802
|
"isPure": true,
|
29832
29803
|
"lValueRequested": false,
|
29833
|
-
"memberLocation": "
|
29804
|
+
"memberLocation": "49772:12:18",
|
29834
29805
|
"memberName": "encodePacked",
|
29835
29806
|
"nodeType": "MemberAccess",
|
29836
|
-
"src": "
|
29807
|
+
"src": "49768:16:18",
|
29837
29808
|
"typeDescriptions": {
|
29838
29809
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
29839
29810
|
"typeString": "function () pure returns (bytes memory)"
|
29840
29811
|
}
|
29841
29812
|
},
|
29842
|
-
"id":
|
29813
|
+
"id": 6261,
|
29843
29814
|
"isConstant": false,
|
29844
29815
|
"isLValue": false,
|
29845
29816
|
"isPure": false,
|
@@ -29848,7 +29819,7 @@
|
|
29848
29819
|
"nameLocations": [],
|
29849
29820
|
"names": [],
|
29850
29821
|
"nodeType": "FunctionCall",
|
29851
|
-
"src": "
|
29822
|
+
"src": "49768:35:18",
|
29852
29823
|
"tryCall": false,
|
29853
29824
|
"typeDescriptions": {
|
29854
29825
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -29863,18 +29834,18 @@
|
|
29863
29834
|
"typeString": "bytes memory"
|
29864
29835
|
}
|
29865
29836
|
],
|
29866
|
-
"id":
|
29837
|
+
"id": 6256,
|
29867
29838
|
"name": "keccak256",
|
29868
29839
|
"nodeType": "Identifier",
|
29869
29840
|
"overloadedDeclarations": [],
|
29870
29841
|
"referencedDeclaration": -8,
|
29871
|
-
"src": "
|
29842
|
+
"src": "49758:9:18",
|
29872
29843
|
"typeDescriptions": {
|
29873
29844
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
29874
29845
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
29875
29846
|
}
|
29876
29847
|
},
|
29877
|
-
"id":
|
29848
|
+
"id": 6262,
|
29878
29849
|
"isConstant": false,
|
29879
29850
|
"isLValue": false,
|
29880
29851
|
"isPure": false,
|
@@ -29883,14 +29854,14 @@
|
|
29883
29854
|
"nameLocations": [],
|
29884
29855
|
"names": [],
|
29885
29856
|
"nodeType": "FunctionCall",
|
29886
|
-
"src": "
|
29857
|
+
"src": "49758:46:18",
|
29887
29858
|
"tryCall": false,
|
29888
29859
|
"typeDescriptions": {
|
29889
29860
|
"typeIdentifier": "t_bytes32",
|
29890
29861
|
"typeString": "bytes32"
|
29891
29862
|
}
|
29892
29863
|
},
|
29893
|
-
"src": "
|
29864
|
+
"src": "49751:53:18",
|
29894
29865
|
"typeDescriptions": {
|
29895
29866
|
"typeIdentifier": "t_bytes32",
|
29896
29867
|
"typeString": "bytes32"
|
@@ -29904,26 +29875,26 @@
|
|
29904
29875
|
"typeString": "bytes32"
|
29905
29876
|
}
|
29906
29877
|
],
|
29907
|
-
"id":
|
29878
|
+
"id": 6254,
|
29908
29879
|
"isConstant": false,
|
29909
29880
|
"isLValue": false,
|
29910
29881
|
"isPure": true,
|
29911
29882
|
"lValueRequested": false,
|
29912
29883
|
"nodeType": "ElementaryTypeNameExpression",
|
29913
|
-
"src": "
|
29884
|
+
"src": "49743:7:18",
|
29914
29885
|
"typeDescriptions": {
|
29915
29886
|
"typeIdentifier": "t_type$_t_uint256_$",
|
29916
29887
|
"typeString": "type(uint256)"
|
29917
29888
|
},
|
29918
29889
|
"typeName": {
|
29919
|
-
"id":
|
29890
|
+
"id": 6253,
|
29920
29891
|
"name": "uint256",
|
29921
29892
|
"nodeType": "ElementaryTypeName",
|
29922
|
-
"src": "
|
29893
|
+
"src": "49743:7:18",
|
29923
29894
|
"typeDescriptions": {}
|
29924
29895
|
}
|
29925
29896
|
},
|
29926
|
-
"id":
|
29897
|
+
"id": 6264,
|
29927
29898
|
"isConstant": false,
|
29928
29899
|
"isLValue": false,
|
29929
29900
|
"isPure": false,
|
@@ -29932,44 +29903,44 @@
|
|
29932
29903
|
"nameLocations": [],
|
29933
29904
|
"names": [],
|
29934
29905
|
"nodeType": "FunctionCall",
|
29935
|
-
"src": "
|
29906
|
+
"src": "49743:62:18",
|
29936
29907
|
"tryCall": false,
|
29937
29908
|
"typeDescriptions": {
|
29938
29909
|
"typeIdentifier": "t_uint256",
|
29939
29910
|
"typeString": "uint256"
|
29940
29911
|
}
|
29941
29912
|
},
|
29942
|
-
"functionReturnParameters":
|
29943
|
-
"id":
|
29913
|
+
"functionReturnParameters": 6252,
|
29914
|
+
"id": 6265,
|
29944
29915
|
"nodeType": "Return",
|
29945
|
-
"src": "
|
29916
|
+
"src": "49736:69:18"
|
29946
29917
|
}
|
29947
29918
|
]
|
29948
29919
|
},
|
29949
29920
|
"documentation": {
|
29950
|
-
"id":
|
29921
|
+
"id": 6242,
|
29951
29922
|
"nodeType": "StructuredDocumentation",
|
29952
|
-
"src": "
|
29923
|
+
"src": "49338:278:18",
|
29953
29924
|
"text": " @notice Compute the storage location based on table ID and key tuple.\n @param tableId The ID of the table.\n @param keyTuple An array representing the composite key for the record.\n @return The computed storage location based on table ID and key tuple."
|
29954
29925
|
},
|
29955
29926
|
"implemented": true,
|
29956
29927
|
"kind": "function",
|
29957
29928
|
"modifiers": [],
|
29958
29929
|
"name": "_getStaticDataLocation",
|
29959
|
-
"nameLocation": "
|
29930
|
+
"nameLocation": "49628:22:18",
|
29960
29931
|
"parameters": {
|
29961
|
-
"id":
|
29932
|
+
"id": 6249,
|
29962
29933
|
"nodeType": "ParameterList",
|
29963
29934
|
"parameters": [
|
29964
29935
|
{
|
29965
29936
|
"constant": false,
|
29966
|
-
"id":
|
29937
|
+
"id": 6245,
|
29967
29938
|
"mutability": "mutable",
|
29968
29939
|
"name": "tableId",
|
29969
|
-
"nameLocation": "
|
29940
|
+
"nameLocation": "49662:7:18",
|
29970
29941
|
"nodeType": "VariableDeclaration",
|
29971
|
-
"scope":
|
29972
|
-
"src": "
|
29942
|
+
"scope": 6267,
|
29943
|
+
"src": "49651:18:18",
|
29973
29944
|
"stateVariable": false,
|
29974
29945
|
"storageLocation": "default",
|
29975
29946
|
"typeDescriptions": {
|
@@ -29977,20 +29948,20 @@
|
|
29977
29948
|
"typeString": "ResourceId"
|
29978
29949
|
},
|
29979
29950
|
"typeName": {
|
29980
|
-
"id":
|
29951
|
+
"id": 6244,
|
29981
29952
|
"nodeType": "UserDefinedTypeName",
|
29982
29953
|
"pathNode": {
|
29983
|
-
"id":
|
29954
|
+
"id": 6243,
|
29984
29955
|
"name": "ResourceId",
|
29985
29956
|
"nameLocations": [
|
29986
|
-
"
|
29957
|
+
"49651:10:18"
|
29987
29958
|
],
|
29988
29959
|
"nodeType": "IdentifierPath",
|
29989
29960
|
"referencedDeclaration": 2895,
|
29990
|
-
"src": "
|
29961
|
+
"src": "49651:10:18"
|
29991
29962
|
},
|
29992
29963
|
"referencedDeclaration": 2895,
|
29993
|
-
"src": "
|
29964
|
+
"src": "49651:10:18",
|
29994
29965
|
"typeDescriptions": {
|
29995
29966
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
29996
29967
|
"typeString": "ResourceId"
|
@@ -30000,13 +29971,13 @@
|
|
30000
29971
|
},
|
30001
29972
|
{
|
30002
29973
|
"constant": false,
|
30003
|
-
"id":
|
29974
|
+
"id": 6248,
|
30004
29975
|
"mutability": "mutable",
|
30005
29976
|
"name": "keyTuple",
|
30006
|
-
"nameLocation": "
|
29977
|
+
"nameLocation": "49688:8:18",
|
30007
29978
|
"nodeType": "VariableDeclaration",
|
30008
|
-
"scope":
|
30009
|
-
"src": "
|
29979
|
+
"scope": 6267,
|
29980
|
+
"src": "49671:25:18",
|
30010
29981
|
"stateVariable": false,
|
30011
29982
|
"storageLocation": "memory",
|
30012
29983
|
"typeDescriptions": {
|
@@ -30015,18 +29986,18 @@
|
|
30015
29986
|
},
|
30016
29987
|
"typeName": {
|
30017
29988
|
"baseType": {
|
30018
|
-
"id":
|
29989
|
+
"id": 6246,
|
30019
29990
|
"name": "bytes32",
|
30020
29991
|
"nodeType": "ElementaryTypeName",
|
30021
|
-
"src": "
|
29992
|
+
"src": "49671:7:18",
|
30022
29993
|
"typeDescriptions": {
|
30023
29994
|
"typeIdentifier": "t_bytes32",
|
30024
29995
|
"typeString": "bytes32"
|
30025
29996
|
}
|
30026
29997
|
},
|
30027
|
-
"id":
|
29998
|
+
"id": 6247,
|
30028
29999
|
"nodeType": "ArrayTypeName",
|
30029
|
-
"src": "
|
30000
|
+
"src": "49671:9:18",
|
30030
30001
|
"typeDescriptions": {
|
30031
30002
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
30032
30003
|
"typeString": "bytes32[]"
|
@@ -30035,21 +30006,21 @@
|
|
30035
30006
|
"visibility": "internal"
|
30036
30007
|
}
|
30037
30008
|
],
|
30038
|
-
"src": "
|
30009
|
+
"src": "49650:47:18"
|
30039
30010
|
},
|
30040
30011
|
"returnParameters": {
|
30041
|
-
"id":
|
30012
|
+
"id": 6252,
|
30042
30013
|
"nodeType": "ParameterList",
|
30043
30014
|
"parameters": [
|
30044
30015
|
{
|
30045
30016
|
"constant": false,
|
30046
|
-
"id":
|
30017
|
+
"id": 6251,
|
30047
30018
|
"mutability": "mutable",
|
30048
30019
|
"name": "",
|
30049
30020
|
"nameLocation": "-1:-1:-1",
|
30050
30021
|
"nodeType": "VariableDeclaration",
|
30051
|
-
"scope":
|
30052
|
-
"src": "
|
30022
|
+
"scope": 6267,
|
30023
|
+
"src": "49721:7:18",
|
30053
30024
|
"stateVariable": false,
|
30054
30025
|
"storageLocation": "default",
|
30055
30026
|
"typeDescriptions": {
|
@@ -30057,10 +30028,10 @@
|
|
30057
30028
|
"typeString": "uint256"
|
30058
30029
|
},
|
30059
30030
|
"typeName": {
|
30060
|
-
"id":
|
30031
|
+
"id": 6250,
|
30061
30032
|
"name": "uint256",
|
30062
30033
|
"nodeType": "ElementaryTypeName",
|
30063
|
-
"src": "
|
30034
|
+
"src": "49721:7:18",
|
30064
30035
|
"typeDescriptions": {
|
30065
30036
|
"typeIdentifier": "t_uint256",
|
30066
30037
|
"typeString": "uint256"
|
@@ -30069,22 +30040,22 @@
|
|
30069
30040
|
"visibility": "internal"
|
30070
30041
|
}
|
30071
30042
|
],
|
30072
|
-
"src": "
|
30043
|
+
"src": "49720:9:18"
|
30073
30044
|
},
|
30074
|
-
"scope":
|
30045
|
+
"scope": 6413,
|
30075
30046
|
"stateMutability": "pure",
|
30076
30047
|
"virtual": false,
|
30077
30048
|
"visibility": "internal"
|
30078
30049
|
},
|
30079
30050
|
{
|
30080
|
-
"id":
|
30051
|
+
"id": 6292,
|
30081
30052
|
"nodeType": "FunctionDefinition",
|
30082
|
-
"src": "
|
30053
|
+
"src": "50062:282:18",
|
30083
30054
|
"nodes": [],
|
30084
30055
|
"body": {
|
30085
|
-
"id":
|
30056
|
+
"id": 6291,
|
30086
30057
|
"nodeType": "Block",
|
30087
|
-
"src": "
|
30058
|
+
"src": "50159:185:18",
|
30088
30059
|
"nodes": [],
|
30089
30060
|
"statements": [
|
30090
30061
|
{
|
@@ -30095,18 +30066,18 @@
|
|
30095
30066
|
"typeIdentifier": "t_bytes32",
|
30096
30067
|
"typeString": "bytes32"
|
30097
30068
|
},
|
30098
|
-
"id":
|
30069
|
+
"id": 6288,
|
30099
30070
|
"isConstant": false,
|
30100
30071
|
"isLValue": false,
|
30101
30072
|
"isPure": false,
|
30102
30073
|
"lValueRequested": false,
|
30103
30074
|
"leftExpression": {
|
30104
|
-
"id":
|
30075
|
+
"id": 6280,
|
30105
30076
|
"name": "SLOT",
|
30106
30077
|
"nodeType": "Identifier",
|
30107
30078
|
"overloadedDeclarations": [],
|
30108
30079
|
"referencedDeclaration": 5888,
|
30109
|
-
"src": "
|
30080
|
+
"src": "50290:4:18",
|
30110
30081
|
"typeDescriptions": {
|
30111
30082
|
"typeIdentifier": "t_bytes32",
|
30112
30083
|
"typeString": "bytes32"
|
@@ -30119,24 +30090,24 @@
|
|
30119
30090
|
{
|
30120
30091
|
"arguments": [
|
30121
30092
|
{
|
30122
|
-
"id":
|
30093
|
+
"id": 6284,
|
30123
30094
|
"name": "tableId",
|
30124
30095
|
"nodeType": "Identifier",
|
30125
30096
|
"overloadedDeclarations": [],
|
30126
|
-
"referencedDeclaration":
|
30127
|
-
"src": "
|
30097
|
+
"referencedDeclaration": 6271,
|
30098
|
+
"src": "50324:7:18",
|
30128
30099
|
"typeDescriptions": {
|
30129
30100
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
30130
30101
|
"typeString": "ResourceId"
|
30131
30102
|
}
|
30132
30103
|
},
|
30133
30104
|
{
|
30134
|
-
"id":
|
30105
|
+
"id": 6285,
|
30135
30106
|
"name": "key",
|
30136
30107
|
"nodeType": "Identifier",
|
30137
30108
|
"overloadedDeclarations": [],
|
30138
|
-
"referencedDeclaration":
|
30139
|
-
"src": "
|
30109
|
+
"referencedDeclaration": 6273,
|
30110
|
+
"src": "50333:3:18",
|
30140
30111
|
"typeDescriptions": {
|
30141
30112
|
"typeIdentifier": "t_bytes32",
|
30142
30113
|
"typeString": "bytes32"
|
@@ -30155,32 +30126,32 @@
|
|
30155
30126
|
}
|
30156
30127
|
],
|
30157
30128
|
"expression": {
|
30158
|
-
"id":
|
30129
|
+
"id": 6282,
|
30159
30130
|
"name": "abi",
|
30160
30131
|
"nodeType": "Identifier",
|
30161
30132
|
"overloadedDeclarations": [],
|
30162
30133
|
"referencedDeclaration": -1,
|
30163
|
-
"src": "
|
30134
|
+
"src": "50307:3:18",
|
30164
30135
|
"typeDescriptions": {
|
30165
30136
|
"typeIdentifier": "t_magic_abi",
|
30166
30137
|
"typeString": "abi"
|
30167
30138
|
}
|
30168
30139
|
},
|
30169
|
-
"id":
|
30140
|
+
"id": 6283,
|
30170
30141
|
"isConstant": false,
|
30171
30142
|
"isLValue": false,
|
30172
30143
|
"isPure": true,
|
30173
30144
|
"lValueRequested": false,
|
30174
|
-
"memberLocation": "
|
30145
|
+
"memberLocation": "50311:12:18",
|
30175
30146
|
"memberName": "encodePacked",
|
30176
30147
|
"nodeType": "MemberAccess",
|
30177
|
-
"src": "
|
30148
|
+
"src": "50307:16:18",
|
30178
30149
|
"typeDescriptions": {
|
30179
30150
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
30180
30151
|
"typeString": "function () pure returns (bytes memory)"
|
30181
30152
|
}
|
30182
30153
|
},
|
30183
|
-
"id":
|
30154
|
+
"id": 6286,
|
30184
30155
|
"isConstant": false,
|
30185
30156
|
"isLValue": false,
|
30186
30157
|
"isPure": false,
|
@@ -30189,7 +30160,7 @@
|
|
30189
30160
|
"nameLocations": [],
|
30190
30161
|
"names": [],
|
30191
30162
|
"nodeType": "FunctionCall",
|
30192
|
-
"src": "
|
30163
|
+
"src": "50307:30:18",
|
30193
30164
|
"tryCall": false,
|
30194
30165
|
"typeDescriptions": {
|
30195
30166
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -30204,18 +30175,18 @@
|
|
30204
30175
|
"typeString": "bytes memory"
|
30205
30176
|
}
|
30206
30177
|
],
|
30207
|
-
"id":
|
30178
|
+
"id": 6281,
|
30208
30179
|
"name": "keccak256",
|
30209
30180
|
"nodeType": "Identifier",
|
30210
30181
|
"overloadedDeclarations": [],
|
30211
30182
|
"referencedDeclaration": -8,
|
30212
|
-
"src": "
|
30183
|
+
"src": "50297:9:18",
|
30213
30184
|
"typeDescriptions": {
|
30214
30185
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
30215
30186
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
30216
30187
|
}
|
30217
30188
|
},
|
30218
|
-
"id":
|
30189
|
+
"id": 6287,
|
30219
30190
|
"isConstant": false,
|
30220
30191
|
"isLValue": false,
|
30221
30192
|
"isPure": false,
|
@@ -30224,14 +30195,14 @@
|
|
30224
30195
|
"nameLocations": [],
|
30225
30196
|
"names": [],
|
30226
30197
|
"nodeType": "FunctionCall",
|
30227
|
-
"src": "
|
30198
|
+
"src": "50297:41:18",
|
30228
30199
|
"tryCall": false,
|
30229
30200
|
"typeDescriptions": {
|
30230
30201
|
"typeIdentifier": "t_bytes32",
|
30231
30202
|
"typeString": "bytes32"
|
30232
30203
|
}
|
30233
30204
|
},
|
30234
|
-
"src": "
|
30205
|
+
"src": "50290:48:18",
|
30235
30206
|
"typeDescriptions": {
|
30236
30207
|
"typeIdentifier": "t_bytes32",
|
30237
30208
|
"typeString": "bytes32"
|
@@ -30245,26 +30216,26 @@
|
|
30245
30216
|
"typeString": "bytes32"
|
30246
30217
|
}
|
30247
30218
|
],
|
30248
|
-
"id":
|
30219
|
+
"id": 6279,
|
30249
30220
|
"isConstant": false,
|
30250
30221
|
"isLValue": false,
|
30251
30222
|
"isPure": true,
|
30252
30223
|
"lValueRequested": false,
|
30253
30224
|
"nodeType": "ElementaryTypeNameExpression",
|
30254
|
-
"src": "
|
30225
|
+
"src": "50282:7:18",
|
30255
30226
|
"typeDescriptions": {
|
30256
30227
|
"typeIdentifier": "t_type$_t_uint256_$",
|
30257
30228
|
"typeString": "type(uint256)"
|
30258
30229
|
},
|
30259
30230
|
"typeName": {
|
30260
|
-
"id":
|
30231
|
+
"id": 6278,
|
30261
30232
|
"name": "uint256",
|
30262
30233
|
"nodeType": "ElementaryTypeName",
|
30263
|
-
"src": "
|
30234
|
+
"src": "50282:7:18",
|
30264
30235
|
"typeDescriptions": {}
|
30265
30236
|
}
|
30266
30237
|
},
|
30267
|
-
"id":
|
30238
|
+
"id": 6289,
|
30268
30239
|
"isConstant": false,
|
30269
30240
|
"isLValue": false,
|
30270
30241
|
"isPure": false,
|
@@ -30273,44 +30244,44 @@
|
|
30273
30244
|
"nameLocations": [],
|
30274
30245
|
"names": [],
|
30275
30246
|
"nodeType": "FunctionCall",
|
30276
|
-
"src": "
|
30247
|
+
"src": "50282:57:18",
|
30277
30248
|
"tryCall": false,
|
30278
30249
|
"typeDescriptions": {
|
30279
30250
|
"typeIdentifier": "t_uint256",
|
30280
30251
|
"typeString": "uint256"
|
30281
30252
|
}
|
30282
30253
|
},
|
30283
|
-
"functionReturnParameters":
|
30284
|
-
"id":
|
30254
|
+
"functionReturnParameters": 6277,
|
30255
|
+
"id": 6290,
|
30285
30256
|
"nodeType": "Return",
|
30286
|
-
"src": "
|
30257
|
+
"src": "50275:64:18"
|
30287
30258
|
}
|
30288
30259
|
]
|
30289
30260
|
},
|
30290
30261
|
"documentation": {
|
30291
|
-
"id":
|
30262
|
+
"id": 6268,
|
30292
30263
|
"nodeType": "StructuredDocumentation",
|
30293
|
-
"src": "
|
30264
|
+
"src": "49814:245:18",
|
30294
30265
|
"text": " @notice Compute the storage location based on table ID and a single key.\n @param tableId The ID of the table.\n @param key The single key for the record.\n @return The computed storage location based on table ID and key."
|
30295
30266
|
},
|
30296
30267
|
"implemented": true,
|
30297
30268
|
"kind": "function",
|
30298
30269
|
"modifiers": [],
|
30299
30270
|
"name": "_getStaticDataLocation",
|
30300
|
-
"nameLocation": "
|
30271
|
+
"nameLocation": "50071:22:18",
|
30301
30272
|
"parameters": {
|
30302
|
-
"id":
|
30273
|
+
"id": 6274,
|
30303
30274
|
"nodeType": "ParameterList",
|
30304
30275
|
"parameters": [
|
30305
30276
|
{
|
30306
30277
|
"constant": false,
|
30307
|
-
"id":
|
30278
|
+
"id": 6271,
|
30308
30279
|
"mutability": "mutable",
|
30309
30280
|
"name": "tableId",
|
30310
|
-
"nameLocation": "
|
30281
|
+
"nameLocation": "50105:7:18",
|
30311
30282
|
"nodeType": "VariableDeclaration",
|
30312
|
-
"scope":
|
30313
|
-
"src": "
|
30283
|
+
"scope": 6292,
|
30284
|
+
"src": "50094:18:18",
|
30314
30285
|
"stateVariable": false,
|
30315
30286
|
"storageLocation": "default",
|
30316
30287
|
"typeDescriptions": {
|
@@ -30318,20 +30289,20 @@
|
|
30318
30289
|
"typeString": "ResourceId"
|
30319
30290
|
},
|
30320
30291
|
"typeName": {
|
30321
|
-
"id":
|
30292
|
+
"id": 6270,
|
30322
30293
|
"nodeType": "UserDefinedTypeName",
|
30323
30294
|
"pathNode": {
|
30324
|
-
"id":
|
30295
|
+
"id": 6269,
|
30325
30296
|
"name": "ResourceId",
|
30326
30297
|
"nameLocations": [
|
30327
|
-
"
|
30298
|
+
"50094:10:18"
|
30328
30299
|
],
|
30329
30300
|
"nodeType": "IdentifierPath",
|
30330
30301
|
"referencedDeclaration": 2895,
|
30331
|
-
"src": "
|
30302
|
+
"src": "50094:10:18"
|
30332
30303
|
},
|
30333
30304
|
"referencedDeclaration": 2895,
|
30334
|
-
"src": "
|
30305
|
+
"src": "50094:10:18",
|
30335
30306
|
"typeDescriptions": {
|
30336
30307
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
30337
30308
|
"typeString": "ResourceId"
|
@@ -30341,13 +30312,13 @@
|
|
30341
30312
|
},
|
30342
30313
|
{
|
30343
30314
|
"constant": false,
|
30344
|
-
"id":
|
30315
|
+
"id": 6273,
|
30345
30316
|
"mutability": "mutable",
|
30346
30317
|
"name": "key",
|
30347
|
-
"nameLocation": "
|
30318
|
+
"nameLocation": "50122:3:18",
|
30348
30319
|
"nodeType": "VariableDeclaration",
|
30349
|
-
"scope":
|
30350
|
-
"src": "
|
30320
|
+
"scope": 6292,
|
30321
|
+
"src": "50114:11:18",
|
30351
30322
|
"stateVariable": false,
|
30352
30323
|
"storageLocation": "default",
|
30353
30324
|
"typeDescriptions": {
|
@@ -30355,10 +30326,10 @@
|
|
30355
30326
|
"typeString": "bytes32"
|
30356
30327
|
},
|
30357
30328
|
"typeName": {
|
30358
|
-
"id":
|
30329
|
+
"id": 6272,
|
30359
30330
|
"name": "bytes32",
|
30360
30331
|
"nodeType": "ElementaryTypeName",
|
30361
|
-
"src": "
|
30332
|
+
"src": "50114:7:18",
|
30362
30333
|
"typeDescriptions": {
|
30363
30334
|
"typeIdentifier": "t_bytes32",
|
30364
30335
|
"typeString": "bytes32"
|
@@ -30367,21 +30338,21 @@
|
|
30367
30338
|
"visibility": "internal"
|
30368
30339
|
}
|
30369
30340
|
],
|
30370
|
-
"src": "
|
30341
|
+
"src": "50093:33:18"
|
30371
30342
|
},
|
30372
30343
|
"returnParameters": {
|
30373
|
-
"id":
|
30344
|
+
"id": 6277,
|
30374
30345
|
"nodeType": "ParameterList",
|
30375
30346
|
"parameters": [
|
30376
30347
|
{
|
30377
30348
|
"constant": false,
|
30378
|
-
"id":
|
30349
|
+
"id": 6276,
|
30379
30350
|
"mutability": "mutable",
|
30380
30351
|
"name": "",
|
30381
30352
|
"nameLocation": "-1:-1:-1",
|
30382
30353
|
"nodeType": "VariableDeclaration",
|
30383
|
-
"scope":
|
30384
|
-
"src": "
|
30354
|
+
"scope": 6292,
|
30355
|
+
"src": "50150:7:18",
|
30385
30356
|
"stateVariable": false,
|
30386
30357
|
"storageLocation": "default",
|
30387
30358
|
"typeDescriptions": {
|
@@ -30389,10 +30360,10 @@
|
|
30389
30360
|
"typeString": "uint256"
|
30390
30361
|
},
|
30391
30362
|
"typeName": {
|
30392
|
-
"id":
|
30363
|
+
"id": 6275,
|
30393
30364
|
"name": "uint256",
|
30394
30365
|
"nodeType": "ElementaryTypeName",
|
30395
|
-
"src": "
|
30366
|
+
"src": "50150:7:18",
|
30396
30367
|
"typeDescriptions": {
|
30397
30368
|
"typeIdentifier": "t_uint256",
|
30398
30369
|
"typeString": "uint256"
|
@@ -30401,38 +30372,38 @@
|
|
30401
30372
|
"visibility": "internal"
|
30402
30373
|
}
|
30403
30374
|
],
|
30404
|
-
"src": "
|
30375
|
+
"src": "50149:9:18"
|
30405
30376
|
},
|
30406
|
-
"scope":
|
30377
|
+
"scope": 6413,
|
30407
30378
|
"stateMutability": "pure",
|
30408
30379
|
"virtual": false,
|
30409
30380
|
"visibility": "internal"
|
30410
30381
|
},
|
30411
30382
|
{
|
30412
|
-
"id":
|
30383
|
+
"id": 6328,
|
30413
30384
|
"nodeType": "FunctionDefinition",
|
30414
|
-
"src": "
|
30385
|
+
"src": "50636:242:18",
|
30415
30386
|
"nodes": [],
|
30416
30387
|
"body": {
|
30417
|
-
"id":
|
30388
|
+
"id": 6327,
|
30418
30389
|
"nodeType": "Block",
|
30419
|
-
"src": "
|
30390
|
+
"src": "50741:137:18",
|
30420
30391
|
"nodes": [],
|
30421
30392
|
"statements": [
|
30422
30393
|
{
|
30423
30394
|
"assignments": [
|
30424
|
-
|
30395
|
+
6304
|
30425
30396
|
],
|
30426
30397
|
"declarations": [
|
30427
30398
|
{
|
30428
30399
|
"constant": false,
|
30429
|
-
"id":
|
30400
|
+
"id": 6304,
|
30430
30401
|
"mutability": "mutable",
|
30431
30402
|
"name": "offset",
|
30432
|
-
"nameLocation": "
|
30403
|
+
"nameLocation": "50755:6:18",
|
30433
30404
|
"nodeType": "VariableDeclaration",
|
30434
|
-
"scope":
|
30435
|
-
"src": "
|
30405
|
+
"scope": 6327,
|
30406
|
+
"src": "50747:14:18",
|
30436
30407
|
"stateVariable": false,
|
30437
30408
|
"storageLocation": "default",
|
30438
30409
|
"typeDescriptions": {
|
@@ -30440,10 +30411,10 @@
|
|
30440
30411
|
"typeString": "uint256"
|
30441
30412
|
},
|
30442
30413
|
"typeName": {
|
30443
|
-
"id":
|
30414
|
+
"id": 6303,
|
30444
30415
|
"name": "uint256",
|
30445
30416
|
"nodeType": "ElementaryTypeName",
|
30446
|
-
"src": "
|
30417
|
+
"src": "50747:7:18",
|
30447
30418
|
"typeDescriptions": {
|
30448
30419
|
"typeIdentifier": "t_uint256",
|
30449
30420
|
"typeString": "uint256"
|
@@ -30452,17 +30423,17 @@
|
|
30452
30423
|
"visibility": "internal"
|
30453
30424
|
}
|
30454
30425
|
],
|
30455
|
-
"id":
|
30426
|
+
"id": 6306,
|
30456
30427
|
"initialValue": {
|
30457
30428
|
"hexValue": "30",
|
30458
|
-
"id":
|
30429
|
+
"id": 6305,
|
30459
30430
|
"isConstant": false,
|
30460
30431
|
"isLValue": false,
|
30461
30432
|
"isPure": true,
|
30462
30433
|
"kind": "number",
|
30463
30434
|
"lValueRequested": false,
|
30464
30435
|
"nodeType": "Literal",
|
30465
|
-
"src": "
|
30436
|
+
"src": "50764:1:18",
|
30466
30437
|
"typeDescriptions": {
|
30467
30438
|
"typeIdentifier": "t_rational_0_by_1",
|
30468
30439
|
"typeString": "int_const 0"
|
@@ -30470,28 +30441,28 @@
|
|
30470
30441
|
"value": "0"
|
30471
30442
|
},
|
30472
30443
|
"nodeType": "VariableDeclarationStatement",
|
30473
|
-
"src": "
|
30444
|
+
"src": "50747:18:18"
|
30474
30445
|
},
|
30475
30446
|
{
|
30476
30447
|
"body": {
|
30477
|
-
"id":
|
30448
|
+
"id": 6323,
|
30478
30449
|
"nodeType": "Block",
|
30479
|
-
"src": "
|
30450
|
+
"src": "50808:47:18",
|
30480
30451
|
"statements": [
|
30481
30452
|
{
|
30482
30453
|
"expression": {
|
30483
|
-
"id":
|
30454
|
+
"id": 6321,
|
30484
30455
|
"isConstant": false,
|
30485
30456
|
"isLValue": false,
|
30486
30457
|
"isPure": false,
|
30487
30458
|
"lValueRequested": false,
|
30488
30459
|
"leftHandSide": {
|
30489
|
-
"id":
|
30460
|
+
"id": 6316,
|
30490
30461
|
"name": "offset",
|
30491
30462
|
"nodeType": "Identifier",
|
30492
30463
|
"overloadedDeclarations": [],
|
30493
|
-
"referencedDeclaration":
|
30494
|
-
"src": "
|
30464
|
+
"referencedDeclaration": 6304,
|
30465
|
+
"src": "50816:6:18",
|
30495
30466
|
"typeDescriptions": {
|
30496
30467
|
"typeIdentifier": "t_uint256",
|
30497
30468
|
"typeString": "uint256"
|
@@ -30502,12 +30473,12 @@
|
|
30502
30473
|
"rightHandSide": {
|
30503
30474
|
"arguments": [
|
30504
30475
|
{
|
30505
|
-
"id":
|
30476
|
+
"id": 6319,
|
30506
30477
|
"name": "i",
|
30507
30478
|
"nodeType": "Identifier",
|
30508
30479
|
"overloadedDeclarations": [],
|
30509
|
-
"referencedDeclaration":
|
30510
|
-
"src": "
|
30480
|
+
"referencedDeclaration": 6308,
|
30481
|
+
"src": "50846:1:18",
|
30511
30482
|
"typeDescriptions": {
|
30512
30483
|
"typeIdentifier": "t_uint256",
|
30513
30484
|
"typeString": "uint256"
|
@@ -30522,33 +30493,33 @@
|
|
30522
30493
|
}
|
30523
30494
|
],
|
30524
30495
|
"expression": {
|
30525
|
-
"id":
|
30496
|
+
"id": 6317,
|
30526
30497
|
"name": "fieldLayout",
|
30527
30498
|
"nodeType": "Identifier",
|
30528
30499
|
"overloadedDeclarations": [],
|
30529
|
-
"referencedDeclaration":
|
30530
|
-
"src": "
|
30500
|
+
"referencedDeclaration": 6296,
|
30501
|
+
"src": "50826:11:18",
|
30531
30502
|
"typeDescriptions": {
|
30532
30503
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
30533
30504
|
"typeString": "FieldLayout"
|
30534
30505
|
}
|
30535
30506
|
},
|
30536
|
-
"id":
|
30507
|
+
"id": 6318,
|
30537
30508
|
"isConstant": false,
|
30538
30509
|
"isLValue": false,
|
30539
30510
|
"isPure": false,
|
30540
30511
|
"lValueRequested": false,
|
30541
|
-
"memberLocation": "
|
30512
|
+
"memberLocation": "50838:7:18",
|
30542
30513
|
"memberName": "atIndex",
|
30543
30514
|
"nodeType": "MemberAccess",
|
30544
30515
|
"referencedDeclaration": 993,
|
30545
|
-
"src": "
|
30516
|
+
"src": "50826:19:18",
|
30546
30517
|
"typeDescriptions": {
|
30547
30518
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint256_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$814_$",
|
30548
30519
|
"typeString": "function (FieldLayout,uint256) pure returns (uint256)"
|
30549
30520
|
}
|
30550
30521
|
},
|
30551
|
-
"id":
|
30522
|
+
"id": 6320,
|
30552
30523
|
"isConstant": false,
|
30553
30524
|
"isLValue": false,
|
30554
30525
|
"isPure": false,
|
@@ -30557,22 +30528,22 @@
|
|
30557
30528
|
"nameLocations": [],
|
30558
30529
|
"names": [],
|
30559
30530
|
"nodeType": "FunctionCall",
|
30560
|
-
"src": "
|
30531
|
+
"src": "50826:22:18",
|
30561
30532
|
"tryCall": false,
|
30562
30533
|
"typeDescriptions": {
|
30563
30534
|
"typeIdentifier": "t_uint256",
|
30564
30535
|
"typeString": "uint256"
|
30565
30536
|
}
|
30566
30537
|
},
|
30567
|
-
"src": "
|
30538
|
+
"src": "50816:32:18",
|
30568
30539
|
"typeDescriptions": {
|
30569
30540
|
"typeIdentifier": "t_uint256",
|
30570
30541
|
"typeString": "uint256"
|
30571
30542
|
}
|
30572
30543
|
},
|
30573
|
-
"id":
|
30544
|
+
"id": 6322,
|
30574
30545
|
"nodeType": "ExpressionStatement",
|
30575
|
-
"src": "
|
30546
|
+
"src": "50816:32:18"
|
30576
30547
|
}
|
30577
30548
|
]
|
30578
30549
|
},
|
@@ -30581,18 +30552,18 @@
|
|
30581
30552
|
"typeIdentifier": "t_uint256",
|
30582
30553
|
"typeString": "uint256"
|
30583
30554
|
},
|
30584
|
-
"id":
|
30555
|
+
"id": 6312,
|
30585
30556
|
"isConstant": false,
|
30586
30557
|
"isLValue": false,
|
30587
30558
|
"isPure": false,
|
30588
30559
|
"lValueRequested": false,
|
30589
30560
|
"leftExpression": {
|
30590
|
-
"id":
|
30561
|
+
"id": 6310,
|
30591
30562
|
"name": "i",
|
30592
30563
|
"nodeType": "Identifier",
|
30593
30564
|
"overloadedDeclarations": [],
|
30594
|
-
"referencedDeclaration":
|
30595
|
-
"src": "
|
30565
|
+
"referencedDeclaration": 6308,
|
30566
|
+
"src": "50787:1:18",
|
30596
30567
|
"typeDescriptions": {
|
30597
30568
|
"typeIdentifier": "t_uint256",
|
30598
30569
|
"typeString": "uint256"
|
@@ -30601,38 +30572,38 @@
|
|
30601
30572
|
"nodeType": "BinaryOperation",
|
30602
30573
|
"operator": "<",
|
30603
30574
|
"rightExpression": {
|
30604
|
-
"id":
|
30575
|
+
"id": 6311,
|
30605
30576
|
"name": "fieldIndex",
|
30606
30577
|
"nodeType": "Identifier",
|
30607
30578
|
"overloadedDeclarations": [],
|
30608
|
-
"referencedDeclaration":
|
30609
|
-
"src": "
|
30579
|
+
"referencedDeclaration": 6298,
|
30580
|
+
"src": "50791:10:18",
|
30610
30581
|
"typeDescriptions": {
|
30611
30582
|
"typeIdentifier": "t_uint8",
|
30612
30583
|
"typeString": "uint8"
|
30613
30584
|
}
|
30614
30585
|
},
|
30615
|
-
"src": "
|
30586
|
+
"src": "50787:14:18",
|
30616
30587
|
"typeDescriptions": {
|
30617
30588
|
"typeIdentifier": "t_bool",
|
30618
30589
|
"typeString": "bool"
|
30619
30590
|
}
|
30620
30591
|
},
|
30621
|
-
"id":
|
30592
|
+
"id": 6324,
|
30622
30593
|
"initializationExpression": {
|
30623
30594
|
"assignments": [
|
30624
|
-
|
30595
|
+
6308
|
30625
30596
|
],
|
30626
30597
|
"declarations": [
|
30627
30598
|
{
|
30628
30599
|
"constant": false,
|
30629
|
-
"id":
|
30600
|
+
"id": 6308,
|
30630
30601
|
"mutability": "mutable",
|
30631
30602
|
"name": "i",
|
30632
|
-
"nameLocation": "
|
30603
|
+
"nameLocation": "50784:1:18",
|
30633
30604
|
"nodeType": "VariableDeclaration",
|
30634
|
-
"scope":
|
30635
|
-
"src": "
|
30605
|
+
"scope": 6324,
|
30606
|
+
"src": "50776:9:18",
|
30636
30607
|
"stateVariable": false,
|
30637
30608
|
"storageLocation": "default",
|
30638
30609
|
"typeDescriptions": {
|
@@ -30640,10 +30611,10 @@
|
|
30640
30611
|
"typeString": "uint256"
|
30641
30612
|
},
|
30642
30613
|
"typeName": {
|
30643
|
-
"id":
|
30614
|
+
"id": 6307,
|
30644
30615
|
"name": "uint256",
|
30645
30616
|
"nodeType": "ElementaryTypeName",
|
30646
|
-
"src": "
|
30617
|
+
"src": "50776:7:18",
|
30647
30618
|
"typeDescriptions": {
|
30648
30619
|
"typeIdentifier": "t_uint256",
|
30649
30620
|
"typeString": "uint256"
|
@@ -30652,13 +30623,13 @@
|
|
30652
30623
|
"visibility": "internal"
|
30653
30624
|
}
|
30654
30625
|
],
|
30655
|
-
"id":
|
30626
|
+
"id": 6309,
|
30656
30627
|
"nodeType": "VariableDeclarationStatement",
|
30657
|
-
"src": "
|
30628
|
+
"src": "50776:9:18"
|
30658
30629
|
},
|
30659
30630
|
"loopExpression": {
|
30660
30631
|
"expression": {
|
30661
|
-
"id":
|
30632
|
+
"id": 6314,
|
30662
30633
|
"isConstant": false,
|
30663
30634
|
"isLValue": false,
|
30664
30635
|
"isPure": false,
|
@@ -30666,14 +30637,14 @@
|
|
30666
30637
|
"nodeType": "UnaryOperation",
|
30667
30638
|
"operator": "++",
|
30668
30639
|
"prefix": false,
|
30669
|
-
"src": "
|
30640
|
+
"src": "50803:3:18",
|
30670
30641
|
"subExpression": {
|
30671
|
-
"id":
|
30642
|
+
"id": 6313,
|
30672
30643
|
"name": "i",
|
30673
30644
|
"nodeType": "Identifier",
|
30674
30645
|
"overloadedDeclarations": [],
|
30675
|
-
"referencedDeclaration":
|
30676
|
-
"src": "
|
30646
|
+
"referencedDeclaration": 6308,
|
30647
|
+
"src": "50803:1:18",
|
30677
30648
|
"typeDescriptions": {
|
30678
30649
|
"typeIdentifier": "t_uint256",
|
30679
30650
|
"typeString": "uint256"
|
@@ -30684,57 +30655,57 @@
|
|
30684
30655
|
"typeString": "uint256"
|
30685
30656
|
}
|
30686
30657
|
},
|
30687
|
-
"id":
|
30658
|
+
"id": 6315,
|
30688
30659
|
"nodeType": "ExpressionStatement",
|
30689
|
-
"src": "
|
30660
|
+
"src": "50803:3:18"
|
30690
30661
|
},
|
30691
30662
|
"nodeType": "ForStatement",
|
30692
|
-
"src": "
|
30663
|
+
"src": "50771:84:18"
|
30693
30664
|
},
|
30694
30665
|
{
|
30695
30666
|
"expression": {
|
30696
|
-
"id":
|
30667
|
+
"id": 6325,
|
30697
30668
|
"name": "offset",
|
30698
30669
|
"nodeType": "Identifier",
|
30699
30670
|
"overloadedDeclarations": [],
|
30700
|
-
"referencedDeclaration":
|
30701
|
-
"src": "
|
30671
|
+
"referencedDeclaration": 6304,
|
30672
|
+
"src": "50867:6:18",
|
30702
30673
|
"typeDescriptions": {
|
30703
30674
|
"typeIdentifier": "t_uint256",
|
30704
30675
|
"typeString": "uint256"
|
30705
30676
|
}
|
30706
30677
|
},
|
30707
|
-
"functionReturnParameters":
|
30708
|
-
"id":
|
30678
|
+
"functionReturnParameters": 6302,
|
30679
|
+
"id": 6326,
|
30709
30680
|
"nodeType": "Return",
|
30710
|
-
"src": "
|
30681
|
+
"src": "50860:13:18"
|
30711
30682
|
}
|
30712
30683
|
]
|
30713
30684
|
},
|
30714
30685
|
"documentation": {
|
30715
|
-
"id":
|
30686
|
+
"id": 6293,
|
30716
30687
|
"nodeType": "StructuredDocumentation",
|
30717
|
-
"src": "
|
30688
|
+
"src": "50348:285:18",
|
30718
30689
|
"text": " @notice Get storage offset for the given value field layout and index.\n @param fieldLayout The field layout for the record.\n @param fieldIndex The index of the field to get the offset for.\n @return The storage offset for the specified field layout and index."
|
30719
30690
|
},
|
30720
30691
|
"implemented": true,
|
30721
30692
|
"kind": "function",
|
30722
30693
|
"modifiers": [],
|
30723
30694
|
"name": "_getStaticDataOffset",
|
30724
|
-
"nameLocation": "
|
30695
|
+
"nameLocation": "50645:20:18",
|
30725
30696
|
"parameters": {
|
30726
|
-
"id":
|
30697
|
+
"id": 6299,
|
30727
30698
|
"nodeType": "ParameterList",
|
30728
30699
|
"parameters": [
|
30729
30700
|
{
|
30730
30701
|
"constant": false,
|
30731
|
-
"id":
|
30702
|
+
"id": 6296,
|
30732
30703
|
"mutability": "mutable",
|
30733
30704
|
"name": "fieldLayout",
|
30734
|
-
"nameLocation": "
|
30705
|
+
"nameLocation": "50678:11:18",
|
30735
30706
|
"nodeType": "VariableDeclaration",
|
30736
|
-
"scope":
|
30737
|
-
"src": "
|
30707
|
+
"scope": 6328,
|
30708
|
+
"src": "50666:23:18",
|
30738
30709
|
"stateVariable": false,
|
30739
30710
|
"storageLocation": "default",
|
30740
30711
|
"typeDescriptions": {
|
@@ -30742,20 +30713,20 @@
|
|
30742
30713
|
"typeString": "FieldLayout"
|
30743
30714
|
},
|
30744
30715
|
"typeName": {
|
30745
|
-
"id":
|
30716
|
+
"id": 6295,
|
30746
30717
|
"nodeType": "UserDefinedTypeName",
|
30747
30718
|
"pathNode": {
|
30748
|
-
"id":
|
30719
|
+
"id": 6294,
|
30749
30720
|
"name": "FieldLayout",
|
30750
30721
|
"nameLocations": [
|
30751
|
-
"
|
30722
|
+
"50666:11:18"
|
30752
30723
|
],
|
30753
30724
|
"nodeType": "IdentifierPath",
|
30754
30725
|
"referencedDeclaration": 814,
|
30755
|
-
"src": "
|
30726
|
+
"src": "50666:11:18"
|
30756
30727
|
},
|
30757
30728
|
"referencedDeclaration": 814,
|
30758
|
-
"src": "
|
30729
|
+
"src": "50666:11:18",
|
30759
30730
|
"typeDescriptions": {
|
30760
30731
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
30761
30732
|
"typeString": "FieldLayout"
|
@@ -30765,13 +30736,13 @@
|
|
30765
30736
|
},
|
30766
30737
|
{
|
30767
30738
|
"constant": false,
|
30768
|
-
"id":
|
30739
|
+
"id": 6298,
|
30769
30740
|
"mutability": "mutable",
|
30770
30741
|
"name": "fieldIndex",
|
30771
|
-
"nameLocation": "
|
30742
|
+
"nameLocation": "50697:10:18",
|
30772
30743
|
"nodeType": "VariableDeclaration",
|
30773
|
-
"scope":
|
30774
|
-
"src": "
|
30744
|
+
"scope": 6328,
|
30745
|
+
"src": "50691:16:18",
|
30775
30746
|
"stateVariable": false,
|
30776
30747
|
"storageLocation": "default",
|
30777
30748
|
"typeDescriptions": {
|
@@ -30779,10 +30750,10 @@
|
|
30779
30750
|
"typeString": "uint8"
|
30780
30751
|
},
|
30781
30752
|
"typeName": {
|
30782
|
-
"id":
|
30753
|
+
"id": 6297,
|
30783
30754
|
"name": "uint8",
|
30784
30755
|
"nodeType": "ElementaryTypeName",
|
30785
|
-
"src": "
|
30756
|
+
"src": "50691:5:18",
|
30786
30757
|
"typeDescriptions": {
|
30787
30758
|
"typeIdentifier": "t_uint8",
|
30788
30759
|
"typeString": "uint8"
|
@@ -30791,21 +30762,21 @@
|
|
30791
30762
|
"visibility": "internal"
|
30792
30763
|
}
|
30793
30764
|
],
|
30794
|
-
"src": "
|
30765
|
+
"src": "50665:43:18"
|
30795
30766
|
},
|
30796
30767
|
"returnParameters": {
|
30797
|
-
"id":
|
30768
|
+
"id": 6302,
|
30798
30769
|
"nodeType": "ParameterList",
|
30799
30770
|
"parameters": [
|
30800
30771
|
{
|
30801
30772
|
"constant": false,
|
30802
|
-
"id":
|
30773
|
+
"id": 6301,
|
30803
30774
|
"mutability": "mutable",
|
30804
30775
|
"name": "",
|
30805
30776
|
"nameLocation": "-1:-1:-1",
|
30806
30777
|
"nodeType": "VariableDeclaration",
|
30807
|
-
"scope":
|
30808
|
-
"src": "
|
30778
|
+
"scope": 6328,
|
30779
|
+
"src": "50732:7:18",
|
30809
30780
|
"stateVariable": false,
|
30810
30781
|
"storageLocation": "default",
|
30811
30782
|
"typeDescriptions": {
|
@@ -30813,10 +30784,10 @@
|
|
30813
30784
|
"typeString": "uint256"
|
30814
30785
|
},
|
30815
30786
|
"typeName": {
|
30816
|
-
"id":
|
30787
|
+
"id": 6300,
|
30817
30788
|
"name": "uint256",
|
30818
30789
|
"nodeType": "ElementaryTypeName",
|
30819
|
-
"src": "
|
30790
|
+
"src": "50732:7:18",
|
30820
30791
|
"typeDescriptions": {
|
30821
30792
|
"typeIdentifier": "t_uint256",
|
30822
30793
|
"typeString": "uint256"
|
@@ -30825,22 +30796,22 @@
|
|
30825
30796
|
"visibility": "internal"
|
30826
30797
|
}
|
30827
30798
|
],
|
30828
|
-
"src": "
|
30799
|
+
"src": "50731:9:18"
|
30829
30800
|
},
|
30830
|
-
"scope":
|
30801
|
+
"scope": 6413,
|
30831
30802
|
"stateMutability": "pure",
|
30832
30803
|
"virtual": false,
|
30833
30804
|
"visibility": "internal"
|
30834
30805
|
},
|
30835
30806
|
{
|
30836
|
-
"id":
|
30807
|
+
"id": 6361,
|
30837
30808
|
"nodeType": "FunctionDefinition",
|
30838
|
-
"src": "
|
30809
|
+
"src": "51555:274:18",
|
30839
30810
|
"nodes": [],
|
30840
30811
|
"body": {
|
30841
|
-
"id":
|
30812
|
+
"id": 6360,
|
30842
30813
|
"nodeType": "Block",
|
30843
|
-
"src": "
|
30814
|
+
"src": "51708:121:18",
|
30844
30815
|
"nodes": [],
|
30845
30816
|
"statements": [
|
30846
30817
|
{
|
@@ -30851,7 +30822,7 @@
|
|
30851
30822
|
"typeIdentifier": "t_bytes32",
|
30852
30823
|
"typeString": "bytes32"
|
30853
30824
|
},
|
30854
|
-
"id":
|
30825
|
+
"id": 6357,
|
30855
30826
|
"isConstant": false,
|
30856
30827
|
"isLValue": false,
|
30857
30828
|
"isPure": false,
|
@@ -30861,18 +30832,18 @@
|
|
30861
30832
|
"typeIdentifier": "t_bytes32",
|
30862
30833
|
"typeString": "bytes32"
|
30863
30834
|
},
|
30864
|
-
"id":
|
30835
|
+
"id": 6349,
|
30865
30836
|
"isConstant": false,
|
30866
30837
|
"isLValue": false,
|
30867
30838
|
"isPure": false,
|
30868
30839
|
"lValueRequested": false,
|
30869
30840
|
"leftExpression": {
|
30870
|
-
"id":
|
30841
|
+
"id": 6344,
|
30871
30842
|
"name": "DYNMAIC_DATA_SLOT",
|
30872
30843
|
"nodeType": "Identifier",
|
30873
30844
|
"overloadedDeclarations": [],
|
30874
30845
|
"referencedDeclaration": 5893,
|
30875
|
-
"src": "
|
30846
|
+
"src": "51729:17:18",
|
30876
30847
|
"typeDescriptions": {
|
30877
30848
|
"typeIdentifier": "t_bytes32",
|
30878
30849
|
"typeString": "bytes32"
|
@@ -30883,12 +30854,12 @@
|
|
30883
30854
|
"rightExpression": {
|
30884
30855
|
"arguments": [
|
30885
30856
|
{
|
30886
|
-
"id":
|
30857
|
+
"id": 6347,
|
30887
30858
|
"name": "dynamicFieldIndex",
|
30888
30859
|
"nodeType": "Identifier",
|
30889
30860
|
"overloadedDeclarations": [],
|
30890
|
-
"referencedDeclaration":
|
30891
|
-
"src": "
|
30861
|
+
"referencedDeclaration": 6337,
|
30862
|
+
"src": "51756:17:18",
|
30892
30863
|
"typeDescriptions": {
|
30893
30864
|
"typeIdentifier": "t_uint8",
|
30894
30865
|
"typeString": "uint8"
|
@@ -30902,26 +30873,26 @@
|
|
30902
30873
|
"typeString": "uint8"
|
30903
30874
|
}
|
30904
30875
|
],
|
30905
|
-
"id":
|
30876
|
+
"id": 6346,
|
30906
30877
|
"isConstant": false,
|
30907
30878
|
"isLValue": false,
|
30908
30879
|
"isPure": true,
|
30909
30880
|
"lValueRequested": false,
|
30910
30881
|
"nodeType": "ElementaryTypeNameExpression",
|
30911
|
-
"src": "
|
30882
|
+
"src": "51749:6:18",
|
30912
30883
|
"typeDescriptions": {
|
30913
30884
|
"typeIdentifier": "t_type$_t_bytes1_$",
|
30914
30885
|
"typeString": "type(bytes1)"
|
30915
30886
|
},
|
30916
30887
|
"typeName": {
|
30917
|
-
"id":
|
30888
|
+
"id": 6345,
|
30918
30889
|
"name": "bytes1",
|
30919
30890
|
"nodeType": "ElementaryTypeName",
|
30920
|
-
"src": "
|
30891
|
+
"src": "51749:6:18",
|
30921
30892
|
"typeDescriptions": {}
|
30922
30893
|
}
|
30923
30894
|
},
|
30924
|
-
"id":
|
30895
|
+
"id": 6348,
|
30925
30896
|
"isConstant": false,
|
30926
30897
|
"isLValue": false,
|
30927
30898
|
"isPure": false,
|
@@ -30930,14 +30901,14 @@
|
|
30930
30901
|
"nameLocations": [],
|
30931
30902
|
"names": [],
|
30932
30903
|
"nodeType": "FunctionCall",
|
30933
|
-
"src": "
|
30904
|
+
"src": "51749:25:18",
|
30934
30905
|
"tryCall": false,
|
30935
30906
|
"typeDescriptions": {
|
30936
30907
|
"typeIdentifier": "t_bytes1",
|
30937
30908
|
"typeString": "bytes1"
|
30938
30909
|
}
|
30939
30910
|
},
|
30940
|
-
"src": "
|
30911
|
+
"src": "51729:45:18",
|
30941
30912
|
"typeDescriptions": {
|
30942
30913
|
"typeIdentifier": "t_bytes32",
|
30943
30914
|
"typeString": "bytes32"
|
@@ -30950,24 +30921,24 @@
|
|
30950
30921
|
{
|
30951
30922
|
"arguments": [
|
30952
30923
|
{
|
30953
|
-
"id":
|
30924
|
+
"id": 6353,
|
30954
30925
|
"name": "tableId",
|
30955
30926
|
"nodeType": "Identifier",
|
30956
30927
|
"overloadedDeclarations": [],
|
30957
|
-
"referencedDeclaration":
|
30958
|
-
"src": "
|
30928
|
+
"referencedDeclaration": 6332,
|
30929
|
+
"src": "51804:7:18",
|
30959
30930
|
"typeDescriptions": {
|
30960
30931
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
30961
30932
|
"typeString": "ResourceId"
|
30962
30933
|
}
|
30963
30934
|
},
|
30964
30935
|
{
|
30965
|
-
"id":
|
30936
|
+
"id": 6354,
|
30966
30937
|
"name": "keyTuple",
|
30967
30938
|
"nodeType": "Identifier",
|
30968
30939
|
"overloadedDeclarations": [],
|
30969
|
-
"referencedDeclaration":
|
30970
|
-
"src": "
|
30940
|
+
"referencedDeclaration": 6335,
|
30941
|
+
"src": "51813:8:18",
|
30971
30942
|
"typeDescriptions": {
|
30972
30943
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
30973
30944
|
"typeString": "bytes32[] memory"
|
@@ -30986,32 +30957,32 @@
|
|
30986
30957
|
}
|
30987
30958
|
],
|
30988
30959
|
"expression": {
|
30989
|
-
"id":
|
30960
|
+
"id": 6351,
|
30990
30961
|
"name": "abi",
|
30991
30962
|
"nodeType": "Identifier",
|
30992
30963
|
"overloadedDeclarations": [],
|
30993
30964
|
"referencedDeclaration": -1,
|
30994
|
-
"src": "
|
30965
|
+
"src": "51787:3:18",
|
30995
30966
|
"typeDescriptions": {
|
30996
30967
|
"typeIdentifier": "t_magic_abi",
|
30997
30968
|
"typeString": "abi"
|
30998
30969
|
}
|
30999
30970
|
},
|
31000
|
-
"id":
|
30971
|
+
"id": 6352,
|
31001
30972
|
"isConstant": false,
|
31002
30973
|
"isLValue": false,
|
31003
30974
|
"isPure": true,
|
31004
30975
|
"lValueRequested": false,
|
31005
|
-
"memberLocation": "
|
30976
|
+
"memberLocation": "51791:12:18",
|
31006
30977
|
"memberName": "encodePacked",
|
31007
30978
|
"nodeType": "MemberAccess",
|
31008
|
-
"src": "
|
30979
|
+
"src": "51787:16:18",
|
31009
30980
|
"typeDescriptions": {
|
31010
30981
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
31011
30982
|
"typeString": "function () pure returns (bytes memory)"
|
31012
30983
|
}
|
31013
30984
|
},
|
31014
|
-
"id":
|
30985
|
+
"id": 6355,
|
31015
30986
|
"isConstant": false,
|
31016
30987
|
"isLValue": false,
|
31017
30988
|
"isPure": false,
|
@@ -31020,7 +30991,7 @@
|
|
31020
30991
|
"nameLocations": [],
|
31021
30992
|
"names": [],
|
31022
30993
|
"nodeType": "FunctionCall",
|
31023
|
-
"src": "
|
30994
|
+
"src": "51787:35:18",
|
31024
30995
|
"tryCall": false,
|
31025
30996
|
"typeDescriptions": {
|
31026
30997
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -31035,18 +31006,18 @@
|
|
31035
31006
|
"typeString": "bytes memory"
|
31036
31007
|
}
|
31037
31008
|
],
|
31038
|
-
"id":
|
31009
|
+
"id": 6350,
|
31039
31010
|
"name": "keccak256",
|
31040
31011
|
"nodeType": "Identifier",
|
31041
31012
|
"overloadedDeclarations": [],
|
31042
31013
|
"referencedDeclaration": -8,
|
31043
|
-
"src": "
|
31014
|
+
"src": "51777:9:18",
|
31044
31015
|
"typeDescriptions": {
|
31045
31016
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
31046
31017
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
31047
31018
|
}
|
31048
31019
|
},
|
31049
|
-
"id":
|
31020
|
+
"id": 6356,
|
31050
31021
|
"isConstant": false,
|
31051
31022
|
"isLValue": false,
|
31052
31023
|
"isPure": false,
|
@@ -31055,14 +31026,14 @@
|
|
31055
31026
|
"nameLocations": [],
|
31056
31027
|
"names": [],
|
31057
31028
|
"nodeType": "FunctionCall",
|
31058
|
-
"src": "
|
31029
|
+
"src": "51777:46:18",
|
31059
31030
|
"tryCall": false,
|
31060
31031
|
"typeDescriptions": {
|
31061
31032
|
"typeIdentifier": "t_bytes32",
|
31062
31033
|
"typeString": "bytes32"
|
31063
31034
|
}
|
31064
31035
|
},
|
31065
|
-
"src": "
|
31036
|
+
"src": "51729:94:18",
|
31066
31037
|
"typeDescriptions": {
|
31067
31038
|
"typeIdentifier": "t_bytes32",
|
31068
31039
|
"typeString": "bytes32"
|
@@ -31076,26 +31047,26 @@
|
|
31076
31047
|
"typeString": "bytes32"
|
31077
31048
|
}
|
31078
31049
|
],
|
31079
|
-
"id":
|
31050
|
+
"id": 6343,
|
31080
31051
|
"isConstant": false,
|
31081
31052
|
"isLValue": false,
|
31082
31053
|
"isPure": true,
|
31083
31054
|
"lValueRequested": false,
|
31084
31055
|
"nodeType": "ElementaryTypeNameExpression",
|
31085
|
-
"src": "
|
31056
|
+
"src": "51721:7:18",
|
31086
31057
|
"typeDescriptions": {
|
31087
31058
|
"typeIdentifier": "t_type$_t_uint256_$",
|
31088
31059
|
"typeString": "type(uint256)"
|
31089
31060
|
},
|
31090
31061
|
"typeName": {
|
31091
|
-
"id":
|
31062
|
+
"id": 6342,
|
31092
31063
|
"name": "uint256",
|
31093
31064
|
"nodeType": "ElementaryTypeName",
|
31094
|
-
"src": "
|
31065
|
+
"src": "51721:7:18",
|
31095
31066
|
"typeDescriptions": {}
|
31096
31067
|
}
|
31097
31068
|
},
|
31098
|
-
"id":
|
31069
|
+
"id": 6358,
|
31099
31070
|
"isConstant": false,
|
31100
31071
|
"isLValue": false,
|
31101
31072
|
"isPure": false,
|
@@ -31104,44 +31075,44 @@
|
|
31104
31075
|
"nameLocations": [],
|
31105
31076
|
"names": [],
|
31106
31077
|
"nodeType": "FunctionCall",
|
31107
|
-
"src": "
|
31078
|
+
"src": "51721:103:18",
|
31108
31079
|
"tryCall": false,
|
31109
31080
|
"typeDescriptions": {
|
31110
31081
|
"typeIdentifier": "t_uint256",
|
31111
31082
|
"typeString": "uint256"
|
31112
31083
|
}
|
31113
31084
|
},
|
31114
|
-
"functionReturnParameters":
|
31115
|
-
"id":
|
31085
|
+
"functionReturnParameters": 6341,
|
31086
|
+
"id": 6359,
|
31116
31087
|
"nodeType": "Return",
|
31117
|
-
"src": "
|
31088
|
+
"src": "51714:110:18"
|
31118
31089
|
}
|
31119
31090
|
]
|
31120
31091
|
},
|
31121
31092
|
"documentation": {
|
31122
|
-
"id":
|
31093
|
+
"id": 6329,
|
31123
31094
|
"nodeType": "StructuredDocumentation",
|
31124
|
-
"src": "
|
31095
|
+
"src": "51056:496:18",
|
31125
31096
|
"text": " @notice Compute the storage location based on table ID, key tuple, and dynamic field index.\n @param tableId The ID of the table.\n @param keyTuple An array representing the composite key for the record.\n @param dynamicFieldIndex The index of the dynamic field, relative to the start of the dynamic fields.\n (Dynamic field index = field index - number of static fields)\n @return The computed storage location based on table ID, key tuple, and dynamic field index."
|
31126
31097
|
},
|
31127
31098
|
"implemented": true,
|
31128
31099
|
"kind": "function",
|
31129
31100
|
"modifiers": [],
|
31130
31101
|
"name": "_getDynamicDataLocation",
|
31131
|
-
"nameLocation": "
|
31102
|
+
"nameLocation": "51564:23:18",
|
31132
31103
|
"parameters": {
|
31133
|
-
"id":
|
31104
|
+
"id": 6338,
|
31134
31105
|
"nodeType": "ParameterList",
|
31135
31106
|
"parameters": [
|
31136
31107
|
{
|
31137
31108
|
"constant": false,
|
31138
|
-
"id":
|
31109
|
+
"id": 6332,
|
31139
31110
|
"mutability": "mutable",
|
31140
31111
|
"name": "tableId",
|
31141
|
-
"nameLocation": "
|
31112
|
+
"nameLocation": "51604:7:18",
|
31142
31113
|
"nodeType": "VariableDeclaration",
|
31143
|
-
"scope":
|
31144
|
-
"src": "
|
31114
|
+
"scope": 6361,
|
31115
|
+
"src": "51593:18:18",
|
31145
31116
|
"stateVariable": false,
|
31146
31117
|
"storageLocation": "default",
|
31147
31118
|
"typeDescriptions": {
|
@@ -31149,20 +31120,20 @@
|
|
31149
31120
|
"typeString": "ResourceId"
|
31150
31121
|
},
|
31151
31122
|
"typeName": {
|
31152
|
-
"id":
|
31123
|
+
"id": 6331,
|
31153
31124
|
"nodeType": "UserDefinedTypeName",
|
31154
31125
|
"pathNode": {
|
31155
|
-
"id":
|
31126
|
+
"id": 6330,
|
31156
31127
|
"name": "ResourceId",
|
31157
31128
|
"nameLocations": [
|
31158
|
-
"
|
31129
|
+
"51593:10:18"
|
31159
31130
|
],
|
31160
31131
|
"nodeType": "IdentifierPath",
|
31161
31132
|
"referencedDeclaration": 2895,
|
31162
|
-
"src": "
|
31133
|
+
"src": "51593:10:18"
|
31163
31134
|
},
|
31164
31135
|
"referencedDeclaration": 2895,
|
31165
|
-
"src": "
|
31136
|
+
"src": "51593:10:18",
|
31166
31137
|
"typeDescriptions": {
|
31167
31138
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31168
31139
|
"typeString": "ResourceId"
|
@@ -31172,13 +31143,13 @@
|
|
31172
31143
|
},
|
31173
31144
|
{
|
31174
31145
|
"constant": false,
|
31175
|
-
"id":
|
31146
|
+
"id": 6335,
|
31176
31147
|
"mutability": "mutable",
|
31177
31148
|
"name": "keyTuple",
|
31178
|
-
"nameLocation": "
|
31149
|
+
"nameLocation": "51634:8:18",
|
31179
31150
|
"nodeType": "VariableDeclaration",
|
31180
|
-
"scope":
|
31181
|
-
"src": "
|
31151
|
+
"scope": 6361,
|
31152
|
+
"src": "51617:25:18",
|
31182
31153
|
"stateVariable": false,
|
31183
31154
|
"storageLocation": "memory",
|
31184
31155
|
"typeDescriptions": {
|
@@ -31187,18 +31158,18 @@
|
|
31187
31158
|
},
|
31188
31159
|
"typeName": {
|
31189
31160
|
"baseType": {
|
31190
|
-
"id":
|
31161
|
+
"id": 6333,
|
31191
31162
|
"name": "bytes32",
|
31192
31163
|
"nodeType": "ElementaryTypeName",
|
31193
|
-
"src": "
|
31164
|
+
"src": "51617:7:18",
|
31194
31165
|
"typeDescriptions": {
|
31195
31166
|
"typeIdentifier": "t_bytes32",
|
31196
31167
|
"typeString": "bytes32"
|
31197
31168
|
}
|
31198
31169
|
},
|
31199
|
-
"id":
|
31170
|
+
"id": 6334,
|
31200
31171
|
"nodeType": "ArrayTypeName",
|
31201
|
-
"src": "
|
31172
|
+
"src": "51617:9:18",
|
31202
31173
|
"typeDescriptions": {
|
31203
31174
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
31204
31175
|
"typeString": "bytes32[]"
|
@@ -31208,13 +31179,13 @@
|
|
31208
31179
|
},
|
31209
31180
|
{
|
31210
31181
|
"constant": false,
|
31211
|
-
"id":
|
31182
|
+
"id": 6337,
|
31212
31183
|
"mutability": "mutable",
|
31213
31184
|
"name": "dynamicFieldIndex",
|
31214
|
-
"nameLocation": "
|
31185
|
+
"nameLocation": "51654:17:18",
|
31215
31186
|
"nodeType": "VariableDeclaration",
|
31216
|
-
"scope":
|
31217
|
-
"src": "
|
31187
|
+
"scope": 6361,
|
31188
|
+
"src": "51648:23:18",
|
31218
31189
|
"stateVariable": false,
|
31219
31190
|
"storageLocation": "default",
|
31220
31191
|
"typeDescriptions": {
|
@@ -31222,10 +31193,10 @@
|
|
31222
31193
|
"typeString": "uint8"
|
31223
31194
|
},
|
31224
31195
|
"typeName": {
|
31225
|
-
"id":
|
31196
|
+
"id": 6336,
|
31226
31197
|
"name": "uint8",
|
31227
31198
|
"nodeType": "ElementaryTypeName",
|
31228
|
-
"src": "
|
31199
|
+
"src": "51648:5:18",
|
31229
31200
|
"typeDescriptions": {
|
31230
31201
|
"typeIdentifier": "t_uint8",
|
31231
31202
|
"typeString": "uint8"
|
@@ -31234,21 +31205,21 @@
|
|
31234
31205
|
"visibility": "internal"
|
31235
31206
|
}
|
31236
31207
|
],
|
31237
|
-
"src": "
|
31208
|
+
"src": "51587:88:18"
|
31238
31209
|
},
|
31239
31210
|
"returnParameters": {
|
31240
|
-
"id":
|
31211
|
+
"id": 6341,
|
31241
31212
|
"nodeType": "ParameterList",
|
31242
31213
|
"parameters": [
|
31243
31214
|
{
|
31244
31215
|
"constant": false,
|
31245
|
-
"id":
|
31216
|
+
"id": 6340,
|
31246
31217
|
"mutability": "mutable",
|
31247
31218
|
"name": "",
|
31248
31219
|
"nameLocation": "-1:-1:-1",
|
31249
31220
|
"nodeType": "VariableDeclaration",
|
31250
|
-
"scope":
|
31251
|
-
"src": "
|
31221
|
+
"scope": 6361,
|
31222
|
+
"src": "51699:7:18",
|
31252
31223
|
"stateVariable": false,
|
31253
31224
|
"storageLocation": "default",
|
31254
31225
|
"typeDescriptions": {
|
@@ -31256,10 +31227,10 @@
|
|
31256
31227
|
"typeString": "uint256"
|
31257
31228
|
},
|
31258
31229
|
"typeName": {
|
31259
|
-
"id":
|
31230
|
+
"id": 6339,
|
31260
31231
|
"name": "uint256",
|
31261
31232
|
"nodeType": "ElementaryTypeName",
|
31262
|
-
"src": "
|
31233
|
+
"src": "51699:7:18",
|
31263
31234
|
"typeDescriptions": {
|
31264
31235
|
"typeIdentifier": "t_uint256",
|
31265
31236
|
"typeString": "uint256"
|
@@ -31268,22 +31239,22 @@
|
|
31268
31239
|
"visibility": "internal"
|
31269
31240
|
}
|
31270
31241
|
],
|
31271
|
-
"src": "
|
31242
|
+
"src": "51698:9:18"
|
31272
31243
|
},
|
31273
|
-
"scope":
|
31244
|
+
"scope": 6413,
|
31274
31245
|
"stateMutability": "pure",
|
31275
31246
|
"virtual": false,
|
31276
31247
|
"visibility": "internal"
|
31277
31248
|
},
|
31278
31249
|
{
|
31279
|
-
"id":
|
31250
|
+
"id": 6387,
|
31280
31251
|
"nodeType": "FunctionDefinition",
|
31281
|
-
"src": "
|
31252
|
+
"src": "52184:230:18",
|
31282
31253
|
"nodes": [],
|
31283
31254
|
"body": {
|
31284
|
-
"id":
|
31255
|
+
"id": 6386,
|
31285
31256
|
"nodeType": "Block",
|
31286
|
-
"src": "
|
31257
|
+
"src": "52314:100:18",
|
31287
31258
|
"nodes": [],
|
31288
31259
|
"statements": [
|
31289
31260
|
{
|
@@ -31294,18 +31265,18 @@
|
|
31294
31265
|
"typeIdentifier": "t_bytes32",
|
31295
31266
|
"typeString": "bytes32"
|
31296
31267
|
},
|
31297
|
-
"id":
|
31268
|
+
"id": 6383,
|
31298
31269
|
"isConstant": false,
|
31299
31270
|
"isLValue": false,
|
31300
31271
|
"isPure": false,
|
31301
31272
|
"lValueRequested": false,
|
31302
31273
|
"leftExpression": {
|
31303
|
-
"id":
|
31274
|
+
"id": 6375,
|
31304
31275
|
"name": "DYNAMIC_DATA_LENGTH_SLOT",
|
31305
31276
|
"nodeType": "Identifier",
|
31306
31277
|
"overloadedDeclarations": [],
|
31307
31278
|
"referencedDeclaration": 5898,
|
31308
|
-
"src": "
|
31279
|
+
"src": "52335:24:18",
|
31309
31280
|
"typeDescriptions": {
|
31310
31281
|
"typeIdentifier": "t_bytes32",
|
31311
31282
|
"typeString": "bytes32"
|
@@ -31318,24 +31289,24 @@
|
|
31318
31289
|
{
|
31319
31290
|
"arguments": [
|
31320
31291
|
{
|
31321
|
-
"id":
|
31292
|
+
"id": 6379,
|
31322
31293
|
"name": "tableId",
|
31323
31294
|
"nodeType": "Identifier",
|
31324
31295
|
"overloadedDeclarations": [],
|
31325
|
-
"referencedDeclaration":
|
31326
|
-
"src": "
|
31296
|
+
"referencedDeclaration": 6365,
|
31297
|
+
"src": "52389:7:18",
|
31327
31298
|
"typeDescriptions": {
|
31328
31299
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31329
31300
|
"typeString": "ResourceId"
|
31330
31301
|
}
|
31331
31302
|
},
|
31332
31303
|
{
|
31333
|
-
"id":
|
31304
|
+
"id": 6380,
|
31334
31305
|
"name": "keyTuple",
|
31335
31306
|
"nodeType": "Identifier",
|
31336
31307
|
"overloadedDeclarations": [],
|
31337
|
-
"referencedDeclaration":
|
31338
|
-
"src": "
|
31308
|
+
"referencedDeclaration": 6368,
|
31309
|
+
"src": "52398:8:18",
|
31339
31310
|
"typeDescriptions": {
|
31340
31311
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
31341
31312
|
"typeString": "bytes32[] memory"
|
@@ -31354,32 +31325,32 @@
|
|
31354
31325
|
}
|
31355
31326
|
],
|
31356
31327
|
"expression": {
|
31357
|
-
"id":
|
31328
|
+
"id": 6377,
|
31358
31329
|
"name": "abi",
|
31359
31330
|
"nodeType": "Identifier",
|
31360
31331
|
"overloadedDeclarations": [],
|
31361
31332
|
"referencedDeclaration": -1,
|
31362
|
-
"src": "
|
31333
|
+
"src": "52372:3:18",
|
31363
31334
|
"typeDescriptions": {
|
31364
31335
|
"typeIdentifier": "t_magic_abi",
|
31365
31336
|
"typeString": "abi"
|
31366
31337
|
}
|
31367
31338
|
},
|
31368
|
-
"id":
|
31339
|
+
"id": 6378,
|
31369
31340
|
"isConstant": false,
|
31370
31341
|
"isLValue": false,
|
31371
31342
|
"isPure": true,
|
31372
31343
|
"lValueRequested": false,
|
31373
|
-
"memberLocation": "
|
31344
|
+
"memberLocation": "52376:12:18",
|
31374
31345
|
"memberName": "encodePacked",
|
31375
31346
|
"nodeType": "MemberAccess",
|
31376
|
-
"src": "
|
31347
|
+
"src": "52372:16:18",
|
31377
31348
|
"typeDescriptions": {
|
31378
31349
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
31379
31350
|
"typeString": "function () pure returns (bytes memory)"
|
31380
31351
|
}
|
31381
31352
|
},
|
31382
|
-
"id":
|
31353
|
+
"id": 6381,
|
31383
31354
|
"isConstant": false,
|
31384
31355
|
"isLValue": false,
|
31385
31356
|
"isPure": false,
|
@@ -31388,7 +31359,7 @@
|
|
31388
31359
|
"nameLocations": [],
|
31389
31360
|
"names": [],
|
31390
31361
|
"nodeType": "FunctionCall",
|
31391
|
-
"src": "
|
31362
|
+
"src": "52372:35:18",
|
31392
31363
|
"tryCall": false,
|
31393
31364
|
"typeDescriptions": {
|
31394
31365
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -31403,18 +31374,18 @@
|
|
31403
31374
|
"typeString": "bytes memory"
|
31404
31375
|
}
|
31405
31376
|
],
|
31406
|
-
"id":
|
31377
|
+
"id": 6376,
|
31407
31378
|
"name": "keccak256",
|
31408
31379
|
"nodeType": "Identifier",
|
31409
31380
|
"overloadedDeclarations": [],
|
31410
31381
|
"referencedDeclaration": -8,
|
31411
|
-
"src": "
|
31382
|
+
"src": "52362:9:18",
|
31412
31383
|
"typeDescriptions": {
|
31413
31384
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
31414
31385
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
31415
31386
|
}
|
31416
31387
|
},
|
31417
|
-
"id":
|
31388
|
+
"id": 6382,
|
31418
31389
|
"isConstant": false,
|
31419
31390
|
"isLValue": false,
|
31420
31391
|
"isPure": false,
|
@@ -31423,14 +31394,14 @@
|
|
31423
31394
|
"nameLocations": [],
|
31424
31395
|
"names": [],
|
31425
31396
|
"nodeType": "FunctionCall",
|
31426
|
-
"src": "
|
31397
|
+
"src": "52362:46:18",
|
31427
31398
|
"tryCall": false,
|
31428
31399
|
"typeDescriptions": {
|
31429
31400
|
"typeIdentifier": "t_bytes32",
|
31430
31401
|
"typeString": "bytes32"
|
31431
31402
|
}
|
31432
31403
|
},
|
31433
|
-
"src": "
|
31404
|
+
"src": "52335:73:18",
|
31434
31405
|
"typeDescriptions": {
|
31435
31406
|
"typeIdentifier": "t_bytes32",
|
31436
31407
|
"typeString": "bytes32"
|
@@ -31444,26 +31415,26 @@
|
|
31444
31415
|
"typeString": "bytes32"
|
31445
31416
|
}
|
31446
31417
|
],
|
31447
|
-
"id":
|
31418
|
+
"id": 6374,
|
31448
31419
|
"isConstant": false,
|
31449
31420
|
"isLValue": false,
|
31450
31421
|
"isPure": true,
|
31451
31422
|
"lValueRequested": false,
|
31452
31423
|
"nodeType": "ElementaryTypeNameExpression",
|
31453
|
-
"src": "
|
31424
|
+
"src": "52327:7:18",
|
31454
31425
|
"typeDescriptions": {
|
31455
31426
|
"typeIdentifier": "t_type$_t_uint256_$",
|
31456
31427
|
"typeString": "type(uint256)"
|
31457
31428
|
},
|
31458
31429
|
"typeName": {
|
31459
|
-
"id":
|
31430
|
+
"id": 6373,
|
31460
31431
|
"name": "uint256",
|
31461
31432
|
"nodeType": "ElementaryTypeName",
|
31462
|
-
"src": "
|
31433
|
+
"src": "52327:7:18",
|
31463
31434
|
"typeDescriptions": {}
|
31464
31435
|
}
|
31465
31436
|
},
|
31466
|
-
"id":
|
31437
|
+
"id": 6384,
|
31467
31438
|
"isConstant": false,
|
31468
31439
|
"isLValue": false,
|
31469
31440
|
"isPure": false,
|
@@ -31472,44 +31443,44 @@
|
|
31472
31443
|
"nameLocations": [],
|
31473
31444
|
"names": [],
|
31474
31445
|
"nodeType": "FunctionCall",
|
31475
|
-
"src": "
|
31446
|
+
"src": "52327:82:18",
|
31476
31447
|
"tryCall": false,
|
31477
31448
|
"typeDescriptions": {
|
31478
31449
|
"typeIdentifier": "t_uint256",
|
31479
31450
|
"typeString": "uint256"
|
31480
31451
|
}
|
31481
31452
|
},
|
31482
|
-
"functionReturnParameters":
|
31483
|
-
"id":
|
31453
|
+
"functionReturnParameters": 6372,
|
31454
|
+
"id": 6385,
|
31484
31455
|
"nodeType": "Return",
|
31485
|
-
"src": "
|
31456
|
+
"src": "52320:89:18"
|
31486
31457
|
}
|
31487
31458
|
]
|
31488
31459
|
},
|
31489
31460
|
"documentation": {
|
31490
|
-
"id":
|
31461
|
+
"id": 6362,
|
31491
31462
|
"nodeType": "StructuredDocumentation",
|
31492
|
-
"src": "
|
31463
|
+
"src": "51833:348:18",
|
31493
31464
|
"text": " @notice Compute the storage location for the length of the dynamic data based on table ID and key tuple.\n @param tableId The ID of the table.\n @param keyTuple An array representing the composite key for the record.\n @return The computed storage location for the length of the dynamic data based on table ID and key tuple."
|
31494
31465
|
},
|
31495
31466
|
"implemented": true,
|
31496
31467
|
"kind": "function",
|
31497
31468
|
"modifiers": [],
|
31498
31469
|
"name": "_getDynamicDataLengthLocation",
|
31499
|
-
"nameLocation": "
|
31470
|
+
"nameLocation": "52193:29:18",
|
31500
31471
|
"parameters": {
|
31501
|
-
"id":
|
31472
|
+
"id": 6369,
|
31502
31473
|
"nodeType": "ParameterList",
|
31503
31474
|
"parameters": [
|
31504
31475
|
{
|
31505
31476
|
"constant": false,
|
31506
|
-
"id":
|
31477
|
+
"id": 6365,
|
31507
31478
|
"mutability": "mutable",
|
31508
31479
|
"name": "tableId",
|
31509
|
-
"nameLocation": "
|
31480
|
+
"nameLocation": "52239:7:18",
|
31510
31481
|
"nodeType": "VariableDeclaration",
|
31511
|
-
"scope":
|
31512
|
-
"src": "
|
31482
|
+
"scope": 6387,
|
31483
|
+
"src": "52228:18:18",
|
31513
31484
|
"stateVariable": false,
|
31514
31485
|
"storageLocation": "default",
|
31515
31486
|
"typeDescriptions": {
|
@@ -31517,20 +31488,20 @@
|
|
31517
31488
|
"typeString": "ResourceId"
|
31518
31489
|
},
|
31519
31490
|
"typeName": {
|
31520
|
-
"id":
|
31491
|
+
"id": 6364,
|
31521
31492
|
"nodeType": "UserDefinedTypeName",
|
31522
31493
|
"pathNode": {
|
31523
|
-
"id":
|
31494
|
+
"id": 6363,
|
31524
31495
|
"name": "ResourceId",
|
31525
31496
|
"nameLocations": [
|
31526
|
-
"
|
31497
|
+
"52228:10:18"
|
31527
31498
|
],
|
31528
31499
|
"nodeType": "IdentifierPath",
|
31529
31500
|
"referencedDeclaration": 2895,
|
31530
|
-
"src": "
|
31501
|
+
"src": "52228:10:18"
|
31531
31502
|
},
|
31532
31503
|
"referencedDeclaration": 2895,
|
31533
|
-
"src": "
|
31504
|
+
"src": "52228:10:18",
|
31534
31505
|
"typeDescriptions": {
|
31535
31506
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31536
31507
|
"typeString": "ResourceId"
|
@@ -31540,13 +31511,13 @@
|
|
31540
31511
|
},
|
31541
31512
|
{
|
31542
31513
|
"constant": false,
|
31543
|
-
"id":
|
31514
|
+
"id": 6368,
|
31544
31515
|
"mutability": "mutable",
|
31545
31516
|
"name": "keyTuple",
|
31546
|
-
"nameLocation": "
|
31517
|
+
"nameLocation": "52269:8:18",
|
31547
31518
|
"nodeType": "VariableDeclaration",
|
31548
|
-
"scope":
|
31549
|
-
"src": "
|
31519
|
+
"scope": 6387,
|
31520
|
+
"src": "52252:25:18",
|
31550
31521
|
"stateVariable": false,
|
31551
31522
|
"storageLocation": "memory",
|
31552
31523
|
"typeDescriptions": {
|
@@ -31555,18 +31526,18 @@
|
|
31555
31526
|
},
|
31556
31527
|
"typeName": {
|
31557
31528
|
"baseType": {
|
31558
|
-
"id":
|
31529
|
+
"id": 6366,
|
31559
31530
|
"name": "bytes32",
|
31560
31531
|
"nodeType": "ElementaryTypeName",
|
31561
|
-
"src": "
|
31532
|
+
"src": "52252:7:18",
|
31562
31533
|
"typeDescriptions": {
|
31563
31534
|
"typeIdentifier": "t_bytes32",
|
31564
31535
|
"typeString": "bytes32"
|
31565
31536
|
}
|
31566
31537
|
},
|
31567
|
-
"id":
|
31538
|
+
"id": 6367,
|
31568
31539
|
"nodeType": "ArrayTypeName",
|
31569
|
-
"src": "
|
31540
|
+
"src": "52252:9:18",
|
31570
31541
|
"typeDescriptions": {
|
31571
31542
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
31572
31543
|
"typeString": "bytes32[]"
|
@@ -31575,21 +31546,21 @@
|
|
31575
31546
|
"visibility": "internal"
|
31576
31547
|
}
|
31577
31548
|
],
|
31578
|
-
"src": "
|
31549
|
+
"src": "52222:59:18"
|
31579
31550
|
},
|
31580
31551
|
"returnParameters": {
|
31581
|
-
"id":
|
31552
|
+
"id": 6372,
|
31582
31553
|
"nodeType": "ParameterList",
|
31583
31554
|
"parameters": [
|
31584
31555
|
{
|
31585
31556
|
"constant": false,
|
31586
|
-
"id":
|
31557
|
+
"id": 6371,
|
31587
31558
|
"mutability": "mutable",
|
31588
31559
|
"name": "",
|
31589
31560
|
"nameLocation": "-1:-1:-1",
|
31590
31561
|
"nodeType": "VariableDeclaration",
|
31591
|
-
"scope":
|
31592
|
-
"src": "
|
31562
|
+
"scope": 6387,
|
31563
|
+
"src": "52305:7:18",
|
31593
31564
|
"stateVariable": false,
|
31594
31565
|
"storageLocation": "default",
|
31595
31566
|
"typeDescriptions": {
|
@@ -31597,10 +31568,10 @@
|
|
31597
31568
|
"typeString": "uint256"
|
31598
31569
|
},
|
31599
31570
|
"typeName": {
|
31600
|
-
"id":
|
31571
|
+
"id": 6370,
|
31601
31572
|
"name": "uint256",
|
31602
31573
|
"nodeType": "ElementaryTypeName",
|
31603
|
-
"src": "
|
31574
|
+
"src": "52305:7:18",
|
31604
31575
|
"typeDescriptions": {
|
31605
31576
|
"typeIdentifier": "t_uint256",
|
31606
31577
|
"typeString": "uint256"
|
@@ -31609,22 +31580,22 @@
|
|
31609
31580
|
"visibility": "internal"
|
31610
31581
|
}
|
31611
31582
|
],
|
31612
|
-
"src": "
|
31583
|
+
"src": "52304:9:18"
|
31613
31584
|
},
|
31614
|
-
"scope":
|
31585
|
+
"scope": 6413,
|
31615
31586
|
"stateMutability": "pure",
|
31616
31587
|
"virtual": false,
|
31617
31588
|
"visibility": "internal"
|
31618
31589
|
},
|
31619
31590
|
{
|
31620
|
-
"id":
|
31591
|
+
"id": 6412,
|
31621
31592
|
"nodeType": "FunctionDefinition",
|
31622
|
-
"src": "
|
31593
|
+
"src": "52752:301:18",
|
31623
31594
|
"nodes": [],
|
31624
31595
|
"body": {
|
31625
|
-
"id":
|
31596
|
+
"id": 6411,
|
31626
31597
|
"nodeType": "Block",
|
31627
|
-
"src": "
|
31598
|
+
"src": "52888:165:18",
|
31628
31599
|
"nodes": [],
|
31629
31600
|
"statements": [
|
31630
31601
|
{
|
@@ -31635,24 +31606,24 @@
|
|
31635
31606
|
{
|
31636
31607
|
"arguments": [
|
31637
31608
|
{
|
31638
|
-
"id":
|
31609
|
+
"id": 6405,
|
31639
31610
|
"name": "tableId",
|
31640
31611
|
"nodeType": "Identifier",
|
31641
31612
|
"overloadedDeclarations": [],
|
31642
|
-
"referencedDeclaration":
|
31643
|
-
"src": "
|
31613
|
+
"referencedDeclaration": 6391,
|
31614
|
+
"src": "53026:7:18",
|
31644
31615
|
"typeDescriptions": {
|
31645
31616
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31646
31617
|
"typeString": "ResourceId"
|
31647
31618
|
}
|
31648
31619
|
},
|
31649
31620
|
{
|
31650
|
-
"id":
|
31621
|
+
"id": 6406,
|
31651
31622
|
"name": "keyTuple",
|
31652
31623
|
"nodeType": "Identifier",
|
31653
31624
|
"overloadedDeclarations": [],
|
31654
|
-
"referencedDeclaration":
|
31655
|
-
"src": "
|
31625
|
+
"referencedDeclaration": 6394,
|
31626
|
+
"src": "53035:8:18",
|
31656
31627
|
"typeDescriptions": {
|
31657
31628
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
31658
31629
|
"typeString": "bytes32[] memory"
|
@@ -31670,18 +31641,18 @@
|
|
31670
31641
|
"typeString": "bytes32[] memory"
|
31671
31642
|
}
|
31672
31643
|
],
|
31673
|
-
"id":
|
31644
|
+
"id": 6404,
|
31674
31645
|
"name": "_getDynamicDataLengthLocation",
|
31675
31646
|
"nodeType": "Identifier",
|
31676
31647
|
"overloadedDeclarations": [],
|
31677
|
-
"referencedDeclaration":
|
31678
|
-
"src": "
|
31648
|
+
"referencedDeclaration": 6387,
|
31649
|
+
"src": "52996:29:18",
|
31679
31650
|
"typeDescriptions": {
|
31680
31651
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
31681
31652
|
"typeString": "function (ResourceId,bytes32[] memory) pure returns (uint256)"
|
31682
31653
|
}
|
31683
31654
|
},
|
31684
|
-
"id":
|
31655
|
+
"id": 6407,
|
31685
31656
|
"isConstant": false,
|
31686
31657
|
"isLValue": false,
|
31687
31658
|
"isPure": false,
|
@@ -31690,7 +31661,7 @@
|
|
31690
31661
|
"nameLocations": [],
|
31691
31662
|
"names": [],
|
31692
31663
|
"nodeType": "FunctionCall",
|
31693
|
-
"src": "
|
31664
|
+
"src": "52996:48:18",
|
31694
31665
|
"tryCall": false,
|
31695
31666
|
"typeDescriptions": {
|
31696
31667
|
"typeIdentifier": "t_uint256",
|
@@ -31706,46 +31677,46 @@
|
|
31706
31677
|
}
|
31707
31678
|
],
|
31708
31679
|
"expression": {
|
31709
|
-
"id":
|
31680
|
+
"id": 6402,
|
31710
31681
|
"name": "Storage",
|
31711
31682
|
"nodeType": "Identifier",
|
31712
31683
|
"overloadedDeclarations": [],
|
31713
31684
|
"referencedDeclaration": 4054,
|
31714
|
-
"src": "
|
31685
|
+
"src": "52965:7:18",
|
31715
31686
|
"typeDescriptions": {
|
31716
31687
|
"typeIdentifier": "t_type$_t_contract$_Storage_$4054_$",
|
31717
31688
|
"typeString": "type(library Storage)"
|
31718
31689
|
}
|
31719
31690
|
},
|
31720
|
-
"id":
|
31691
|
+
"id": 6403,
|
31721
31692
|
"isConstant": false,
|
31722
31693
|
"isLValue": false,
|
31723
31694
|
"isPure": false,
|
31724
31695
|
"lValueRequested": false,
|
31725
|
-
"memberLocation": "
|
31696
|
+
"memberLocation": "52973:4:18",
|
31726
31697
|
"memberName": "load",
|
31727
31698
|
"nodeType": "MemberAccess",
|
31728
31699
|
"referencedDeclaration": 3876,
|
31729
|
-
"src": "
|
31700
|
+
"src": "52965:12:18",
|
31730
31701
|
"typeDescriptions": {
|
31731
31702
|
"typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bytes32_$",
|
31732
31703
|
"typeString": "function (uint256) view returns (bytes32)"
|
31733
31704
|
}
|
31734
31705
|
},
|
31735
|
-
"id":
|
31706
|
+
"id": 6408,
|
31736
31707
|
"isConstant": false,
|
31737
31708
|
"isLValue": false,
|
31738
31709
|
"isPure": false,
|
31739
31710
|
"kind": "functionCall",
|
31740
31711
|
"lValueRequested": false,
|
31741
31712
|
"nameLocations": [
|
31742
|
-
"
|
31713
|
+
"52980:14:18"
|
31743
31714
|
],
|
31744
31715
|
"names": [
|
31745
31716
|
"storagePointer"
|
31746
31717
|
],
|
31747
31718
|
"nodeType": "FunctionCall",
|
31748
|
-
"src": "
|
31719
|
+
"src": "52965:82:18",
|
31749
31720
|
"tryCall": false,
|
31750
31721
|
"typeDescriptions": {
|
31751
31722
|
"typeIdentifier": "t_bytes32",
|
@@ -31761,32 +31732,32 @@
|
|
31761
31732
|
}
|
31762
31733
|
],
|
31763
31734
|
"expression": {
|
31764
|
-
"id":
|
31735
|
+
"id": 6400,
|
31765
31736
|
"name": "PackedCounter",
|
31766
31737
|
"nodeType": "Identifier",
|
31767
31738
|
"overloadedDeclarations": [],
|
31768
31739
|
"referencedDeclaration": 2268,
|
31769
|
-
"src": "
|
31740
|
+
"src": "52946:13:18",
|
31770
31741
|
"typeDescriptions": {
|
31771
31742
|
"typeIdentifier": "t_type$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
31772
31743
|
"typeString": "type(PackedCounter)"
|
31773
31744
|
}
|
31774
31745
|
},
|
31775
|
-
"id":
|
31746
|
+
"id": 6401,
|
31776
31747
|
"isConstant": false,
|
31777
31748
|
"isLValue": false,
|
31778
31749
|
"isPure": true,
|
31779
31750
|
"lValueRequested": false,
|
31780
|
-
"memberLocation": "
|
31751
|
+
"memberLocation": "52960:4:18",
|
31781
31752
|
"memberName": "wrap",
|
31782
31753
|
"nodeType": "MemberAccess",
|
31783
|
-
"src": "
|
31754
|
+
"src": "52946:18:18",
|
31784
31755
|
"typeDescriptions": {
|
31785
31756
|
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
31786
31757
|
"typeString": "function (bytes32) pure returns (PackedCounter)"
|
31787
31758
|
}
|
31788
31759
|
},
|
31789
|
-
"id":
|
31760
|
+
"id": 6409,
|
31790
31761
|
"isConstant": false,
|
31791
31762
|
"isLValue": false,
|
31792
31763
|
"isPure": false,
|
@@ -31795,44 +31766,44 @@
|
|
31795
31766
|
"nameLocations": [],
|
31796
31767
|
"names": [],
|
31797
31768
|
"nodeType": "FunctionCall",
|
31798
|
-
"src": "
|
31769
|
+
"src": "52946:102:18",
|
31799
31770
|
"tryCall": false,
|
31800
31771
|
"typeDescriptions": {
|
31801
31772
|
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$2268",
|
31802
31773
|
"typeString": "PackedCounter"
|
31803
31774
|
}
|
31804
31775
|
},
|
31805
|
-
"functionReturnParameters":
|
31806
|
-
"id":
|
31776
|
+
"functionReturnParameters": 6399,
|
31777
|
+
"id": 6410,
|
31807
31778
|
"nodeType": "Return",
|
31808
|
-
"src": "
|
31779
|
+
"src": "52939:109:18"
|
31809
31780
|
}
|
31810
31781
|
]
|
31811
31782
|
},
|
31812
31783
|
"documentation": {
|
31813
|
-
"id":
|
31784
|
+
"id": 6388,
|
31814
31785
|
"nodeType": "StructuredDocumentation",
|
31815
|
-
"src": "
|
31786
|
+
"src": "52418:331:18",
|
31816
31787
|
"text": " @notice Load the encoded dynamic data length from storage for the given table ID and key tuple.\n @param tableId The ID of the table.\n @param keyTuple An array representing the composite key for the record.\n @return The loaded encoded dynamic data length from storage for the given table ID and key tuple."
|
31817
31788
|
},
|
31818
31789
|
"implemented": true,
|
31819
31790
|
"kind": "function",
|
31820
31791
|
"modifiers": [],
|
31821
31792
|
"name": "_loadEncodedDynamicDataLength",
|
31822
|
-
"nameLocation": "
|
31793
|
+
"nameLocation": "52761:29:18",
|
31823
31794
|
"parameters": {
|
31824
|
-
"id":
|
31795
|
+
"id": 6395,
|
31825
31796
|
"nodeType": "ParameterList",
|
31826
31797
|
"parameters": [
|
31827
31798
|
{
|
31828
31799
|
"constant": false,
|
31829
|
-
"id":
|
31800
|
+
"id": 6391,
|
31830
31801
|
"mutability": "mutable",
|
31831
31802
|
"name": "tableId",
|
31832
|
-
"nameLocation": "
|
31803
|
+
"nameLocation": "52807:7:18",
|
31833
31804
|
"nodeType": "VariableDeclaration",
|
31834
|
-
"scope":
|
31835
|
-
"src": "
|
31805
|
+
"scope": 6412,
|
31806
|
+
"src": "52796:18:18",
|
31836
31807
|
"stateVariable": false,
|
31837
31808
|
"storageLocation": "default",
|
31838
31809
|
"typeDescriptions": {
|
@@ -31840,20 +31811,20 @@
|
|
31840
31811
|
"typeString": "ResourceId"
|
31841
31812
|
},
|
31842
31813
|
"typeName": {
|
31843
|
-
"id":
|
31814
|
+
"id": 6390,
|
31844
31815
|
"nodeType": "UserDefinedTypeName",
|
31845
31816
|
"pathNode": {
|
31846
|
-
"id":
|
31817
|
+
"id": 6389,
|
31847
31818
|
"name": "ResourceId",
|
31848
31819
|
"nameLocations": [
|
31849
|
-
"
|
31820
|
+
"52796:10:18"
|
31850
31821
|
],
|
31851
31822
|
"nodeType": "IdentifierPath",
|
31852
31823
|
"referencedDeclaration": 2895,
|
31853
|
-
"src": "
|
31824
|
+
"src": "52796:10:18"
|
31854
31825
|
},
|
31855
31826
|
"referencedDeclaration": 2895,
|
31856
|
-
"src": "
|
31827
|
+
"src": "52796:10:18",
|
31857
31828
|
"typeDescriptions": {
|
31858
31829
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31859
31830
|
"typeString": "ResourceId"
|
@@ -31863,13 +31834,13 @@
|
|
31863
31834
|
},
|
31864
31835
|
{
|
31865
31836
|
"constant": false,
|
31866
|
-
"id":
|
31837
|
+
"id": 6394,
|
31867
31838
|
"mutability": "mutable",
|
31868
31839
|
"name": "keyTuple",
|
31869
|
-
"nameLocation": "
|
31840
|
+
"nameLocation": "52837:8:18",
|
31870
31841
|
"nodeType": "VariableDeclaration",
|
31871
|
-
"scope":
|
31872
|
-
"src": "
|
31842
|
+
"scope": 6412,
|
31843
|
+
"src": "52820:25:18",
|
31873
31844
|
"stateVariable": false,
|
31874
31845
|
"storageLocation": "memory",
|
31875
31846
|
"typeDescriptions": {
|
@@ -31878,18 +31849,18 @@
|
|
31878
31849
|
},
|
31879
31850
|
"typeName": {
|
31880
31851
|
"baseType": {
|
31881
|
-
"id":
|
31852
|
+
"id": 6392,
|
31882
31853
|
"name": "bytes32",
|
31883
31854
|
"nodeType": "ElementaryTypeName",
|
31884
|
-
"src": "
|
31855
|
+
"src": "52820:7:18",
|
31885
31856
|
"typeDescriptions": {
|
31886
31857
|
"typeIdentifier": "t_bytes32",
|
31887
31858
|
"typeString": "bytes32"
|
31888
31859
|
}
|
31889
31860
|
},
|
31890
|
-
"id":
|
31861
|
+
"id": 6393,
|
31891
31862
|
"nodeType": "ArrayTypeName",
|
31892
|
-
"src": "
|
31863
|
+
"src": "52820:9:18",
|
31893
31864
|
"typeDescriptions": {
|
31894
31865
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
31895
31866
|
"typeString": "bytes32[]"
|
@@ -31898,21 +31869,21 @@
|
|
31898
31869
|
"visibility": "internal"
|
31899
31870
|
}
|
31900
31871
|
],
|
31901
|
-
"src": "
|
31872
|
+
"src": "52790:59:18"
|
31902
31873
|
},
|
31903
31874
|
"returnParameters": {
|
31904
|
-
"id":
|
31875
|
+
"id": 6399,
|
31905
31876
|
"nodeType": "ParameterList",
|
31906
31877
|
"parameters": [
|
31907
31878
|
{
|
31908
31879
|
"constant": false,
|
31909
|
-
"id":
|
31880
|
+
"id": 6398,
|
31910
31881
|
"mutability": "mutable",
|
31911
31882
|
"name": "",
|
31912
31883
|
"nameLocation": "-1:-1:-1",
|
31913
31884
|
"nodeType": "VariableDeclaration",
|
31914
|
-
"scope":
|
31915
|
-
"src": "
|
31885
|
+
"scope": 6412,
|
31886
|
+
"src": "52873:13:18",
|
31916
31887
|
"stateVariable": false,
|
31917
31888
|
"storageLocation": "default",
|
31918
31889
|
"typeDescriptions": {
|
@@ -31920,20 +31891,20 @@
|
|
31920
31891
|
"typeString": "PackedCounter"
|
31921
31892
|
},
|
31922
31893
|
"typeName": {
|
31923
|
-
"id":
|
31894
|
+
"id": 6397,
|
31924
31895
|
"nodeType": "UserDefinedTypeName",
|
31925
31896
|
"pathNode": {
|
31926
|
-
"id":
|
31897
|
+
"id": 6396,
|
31927
31898
|
"name": "PackedCounter",
|
31928
31899
|
"nameLocations": [
|
31929
|
-
"
|
31900
|
+
"52873:13:18"
|
31930
31901
|
],
|
31931
31902
|
"nodeType": "IdentifierPath",
|
31932
31903
|
"referencedDeclaration": 2268,
|
31933
|
-
"src": "
|
31904
|
+
"src": "52873:13:18"
|
31934
31905
|
},
|
31935
31906
|
"referencedDeclaration": 2268,
|
31936
|
-
"src": "
|
31907
|
+
"src": "52873:13:18",
|
31937
31908
|
"typeDescriptions": {
|
31938
31909
|
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$2268",
|
31939
31910
|
"typeString": "PackedCounter"
|
@@ -31942,9 +31913,9 @@
|
|
31942
31913
|
"visibility": "internal"
|
31943
31914
|
}
|
31944
31915
|
],
|
31945
|
-
"src": "
|
31916
|
+
"src": "52872:15:18"
|
31946
31917
|
},
|
31947
|
-
"scope":
|
31918
|
+
"scope": 6413,
|
31948
31919
|
"stateMutability": "view",
|
31949
31920
|
"virtual": false,
|
31950
31921
|
"visibility": "internal"
|
@@ -31963,11 +31934,11 @@
|
|
31963
31934
|
},
|
31964
31935
|
"fullyImplemented": true,
|
31965
31936
|
"linearizedBaseContracts": [
|
31966
|
-
|
31937
|
+
6413
|
31967
31938
|
],
|
31968
31939
|
"name": "StoreCoreInternal",
|
31969
31940
|
"nameLocation": "41127:17:18",
|
31970
|
-
"scope":
|
31941
|
+
"scope": 6414,
|
31971
31942
|
"usedErrors": [],
|
31972
31943
|
"usedEvents": []
|
31973
31944
|
}
|