@latticexyz/world-modules 2.0.0-main-071aadb9 → 2.0.0-main-88b1a5a1
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
@@ -2,16 +2,16 @@
|
|
2
2
|
"abi": [],
|
3
3
|
"bytecode": {
|
4
4
|
"object": "0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000815000a",
|
5
|
-
"sourceMap": "41119:
|
5
|
+
"sourceMap": "41119:11936:18:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;41119:11936:18;;;;;;;;;;;;;;;;;",
|
6
6
|
"linkReferences": {}
|
7
7
|
},
|
8
8
|
"deployedBytecode": {
|
9
9
|
"object": "0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000815000a",
|
10
|
-
"sourceMap": "41119:
|
10
|
+
"sourceMap": "41119:11936:18:-:0;;;;;;;;",
|
11
11
|
"linkReferences": {}
|
12
12
|
},
|
13
13
|
"methodIdentifiers": {},
|
14
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"This library contains internal functions used by StoreCore. They are not intended to be used directly by consumers of StoreCore.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"StoreCoreInternal\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/StoreCore.sol\":\"StoreCoreInternal\"},\"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}",
|
14
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"This library contains internal functions used by StoreCore. They are not intended to be used directly by consumers of StoreCore.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"StoreCoreInternal\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/StoreCore.sol\":\"StoreCoreInternal\"},\"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}",
|
15
15
|
"metadata": {
|
16
16
|
"compiler": {
|
17
17
|
"version": "0.8.21+commit.d9974bed"
|
@@ -194,10 +194,10 @@
|
|
194
194
|
"license": "MIT"
|
195
195
|
},
|
196
196
|
"/home/runner/work/mud/mud/packages/store/src/StoreCore.sol": {
|
197
|
-
"keccak256": "
|
197
|
+
"keccak256": "0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180",
|
198
198
|
"urls": [
|
199
|
-
"bzz-raw://
|
200
|
-
"dweb:/ipfs/
|
199
|
+
"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534",
|
200
|
+
"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj"
|
201
201
|
],
|
202
202
|
"license": "MIT"
|
203
203
|
},
|
@@ -326,31 +326,31 @@
|
|
326
326
|
},
|
327
327
|
"ast": {
|
328
328
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/StoreCore.sol",
|
329
|
-
"id":
|
329
|
+
"id": 6414,
|
330
330
|
"exportedSymbols": {
|
331
331
|
"AFTER_DELETE_RECORD": [
|
332
|
-
|
332
|
+
18349
|
333
333
|
],
|
334
334
|
"AFTER_SET_RECORD": [
|
335
|
-
|
335
|
+
18313
|
336
336
|
],
|
337
337
|
"AFTER_SPLICE_DYNAMIC_DATA": [
|
338
|
-
|
338
|
+
18337
|
339
339
|
],
|
340
340
|
"AFTER_SPLICE_STATIC_DATA": [
|
341
|
-
|
341
|
+
18325
|
342
342
|
],
|
343
343
|
"BEFORE_DELETE_RECORD": [
|
344
|
-
|
344
|
+
18343
|
345
345
|
],
|
346
346
|
"BEFORE_SET_RECORD": [
|
347
|
-
|
347
|
+
18307
|
348
348
|
],
|
349
349
|
"BEFORE_SPLICE_DYNAMIC_DATA": [
|
350
|
-
|
350
|
+
18331
|
351
351
|
],
|
352
352
|
"BEFORE_SPLICE_STATIC_DATA": [
|
353
|
-
|
353
|
+
18319
|
354
354
|
],
|
355
355
|
"Bytes": [
|
356
356
|
803
|
@@ -380,10 +380,10 @@
|
|
380
380
|
2268
|
381
381
|
],
|
382
382
|
"RESOURCE_OFFCHAIN_TABLE": [
|
383
|
-
|
383
|
+
18397
|
384
384
|
],
|
385
385
|
"RESOURCE_TABLE": [
|
386
|
-
|
386
|
+
18393
|
387
387
|
],
|
388
388
|
"ResourceId": [
|
389
389
|
2895
|
@@ -392,10 +392,10 @@
|
|
392
392
|
2966
|
393
393
|
],
|
394
394
|
"ResourceIds": [
|
395
|
-
|
395
|
+
11420
|
396
396
|
],
|
397
397
|
"STORE_VERSION": [
|
398
|
-
|
398
|
+
23193
|
399
399
|
],
|
400
400
|
"Schema": [
|
401
401
|
2978
|
@@ -416,29 +416,29 @@
|
|
416
416
|
5878
|
417
417
|
],
|
418
418
|
"StoreCoreInternal": [
|
419
|
-
|
419
|
+
6413
|
420
420
|
],
|
421
421
|
"StoreHooks": [
|
422
|
-
|
422
|
+
13961
|
423
423
|
],
|
424
424
|
"StoreHooksTableId": [
|
425
|
-
|
425
|
+
11489
|
426
426
|
],
|
427
427
|
"StoreSwitch": [
|
428
|
-
|
428
|
+
7738
|
429
429
|
],
|
430
430
|
"Tables": [
|
431
|
-
|
431
|
+
18213
|
432
432
|
],
|
433
433
|
"TablesTableFieldLayout": [
|
434
|
-
|
434
|
+
14031
|
435
435
|
],
|
436
436
|
"TablesTableId": [
|
437
|
-
|
437
|
+
14024
|
438
438
|
]
|
439
439
|
},
|
440
440
|
"nodeType": "SourceUnit",
|
441
|
-
"src": "32:
|
441
|
+
"src": "32:53024:18",
|
442
442
|
"nodes": [
|
443
443
|
{
|
444
444
|
"id": 4056,
|
@@ -460,8 +460,8 @@
|
|
460
460
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/version.sol",
|
461
461
|
"file": "./version.sol",
|
462
462
|
"nameLocation": "-1:-1:-1",
|
463
|
-
"scope":
|
464
|
-
"sourceUnit":
|
463
|
+
"scope": 6414,
|
464
|
+
"sourceUnit": 23194,
|
465
465
|
"symbolAliases": [
|
466
466
|
{
|
467
467
|
"foreign": {
|
@@ -469,7 +469,7 @@
|
|
469
469
|
"name": "STORE_VERSION",
|
470
470
|
"nodeType": "Identifier",
|
471
471
|
"overloadedDeclarations": [],
|
472
|
-
"referencedDeclaration":
|
472
|
+
"referencedDeclaration": 23193,
|
473
473
|
"src": "68:13:18",
|
474
474
|
"typeDescriptions": {}
|
475
475
|
},
|
@@ -486,7 +486,7 @@
|
|
486
486
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Bytes.sol",
|
487
487
|
"file": "./Bytes.sol",
|
488
488
|
"nameLocation": "-1:-1:-1",
|
489
|
-
"scope":
|
489
|
+
"scope": 6414,
|
490
490
|
"sourceUnit": 804,
|
491
491
|
"symbolAliases": [
|
492
492
|
{
|
@@ -512,7 +512,7 @@
|
|
512
512
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Storage.sol",
|
513
513
|
"file": "./Storage.sol",
|
514
514
|
"nameLocation": "-1:-1:-1",
|
515
|
-
"scope":
|
515
|
+
"scope": 6414,
|
516
516
|
"sourceUnit": 4055,
|
517
517
|
"symbolAliases": [
|
518
518
|
{
|
@@ -538,7 +538,7 @@
|
|
538
538
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Memory.sol",
|
539
539
|
"file": "./Memory.sol",
|
540
540
|
"nameLocation": "-1:-1:-1",
|
541
|
-
"scope":
|
541
|
+
"scope": 6414,
|
542
542
|
"sourceUnit": 2265,
|
543
543
|
"symbolAliases": [
|
544
544
|
{
|
@@ -564,7 +564,7 @@
|
|
564
564
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/FieldLayout.sol",
|
565
565
|
"file": "./FieldLayout.sol",
|
566
566
|
"nameLocation": "-1:-1:-1",
|
567
|
-
"scope":
|
567
|
+
"scope": 6414,
|
568
568
|
"sourceUnit": 1234,
|
569
569
|
"symbolAliases": [
|
570
570
|
{
|
@@ -602,7 +602,7 @@
|
|
602
602
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Schema.sol",
|
603
603
|
"file": "./Schema.sol",
|
604
604
|
"nameLocation": "-1:-1:-1",
|
605
|
-
"scope":
|
605
|
+
"scope": 6414,
|
606
606
|
"sourceUnit": 3447,
|
607
607
|
"symbolAliases": [
|
608
608
|
{
|
@@ -640,7 +640,7 @@
|
|
640
640
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/PackedCounter.sol",
|
641
641
|
"file": "./PackedCounter.sol",
|
642
642
|
"nameLocation": "-1:-1:-1",
|
643
|
-
"scope":
|
643
|
+
"scope": 6414,
|
644
644
|
"sourceUnit": 2892,
|
645
645
|
"symbolAliases": [
|
646
646
|
{
|
@@ -666,7 +666,7 @@
|
|
666
666
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Slice.sol",
|
667
667
|
"file": "./Slice.sol",
|
668
668
|
"nameLocation": "-1:-1:-1",
|
669
|
-
"scope":
|
669
|
+
"scope": 6414,
|
670
670
|
"sourceUnit": 3697,
|
671
671
|
"symbolAliases": [
|
672
672
|
{
|
@@ -704,8 +704,8 @@
|
|
704
704
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/codegen/index.sol",
|
705
705
|
"file": "./codegen/index.sol",
|
706
706
|
"nameLocation": "-1:-1:-1",
|
707
|
-
"scope":
|
708
|
-
"sourceUnit":
|
707
|
+
"scope": 6414,
|
708
|
+
"sourceUnit": 7753,
|
709
709
|
"symbolAliases": [
|
710
710
|
{
|
711
711
|
"foreign": {
|
@@ -713,7 +713,7 @@
|
|
713
713
|
"name": "StoreHooks",
|
714
714
|
"nodeType": "Identifier",
|
715
715
|
"overloadedDeclarations": [],
|
716
|
-
"referencedDeclaration":
|
716
|
+
"referencedDeclaration": 13961,
|
717
717
|
"src": "447:10:18",
|
718
718
|
"typeDescriptions": {}
|
719
719
|
},
|
@@ -725,7 +725,7 @@
|
|
725
725
|
"name": "Tables",
|
726
726
|
"nodeType": "Identifier",
|
727
727
|
"overloadedDeclarations": [],
|
728
|
-
"referencedDeclaration":
|
728
|
+
"referencedDeclaration": 18213,
|
729
729
|
"src": "459:6:18",
|
730
730
|
"typeDescriptions": {}
|
731
731
|
},
|
@@ -737,7 +737,7 @@
|
|
737
737
|
"name": "TablesTableId",
|
738
738
|
"nodeType": "Identifier",
|
739
739
|
"overloadedDeclarations": [],
|
740
|
-
"referencedDeclaration":
|
740
|
+
"referencedDeclaration": 14024,
|
741
741
|
"src": "467:13:18",
|
742
742
|
"typeDescriptions": {}
|
743
743
|
},
|
@@ -749,7 +749,7 @@
|
|
749
749
|
"name": "ResourceIds",
|
750
750
|
"nodeType": "Identifier",
|
751
751
|
"overloadedDeclarations": [],
|
752
|
-
"referencedDeclaration":
|
752
|
+
"referencedDeclaration": 11420,
|
753
753
|
"src": "482:11:18",
|
754
754
|
"typeDescriptions": {}
|
755
755
|
},
|
@@ -761,7 +761,7 @@
|
|
761
761
|
"name": "StoreHooksTableId",
|
762
762
|
"nodeType": "Identifier",
|
763
763
|
"overloadedDeclarations": [],
|
764
|
-
"referencedDeclaration":
|
764
|
+
"referencedDeclaration": 11489,
|
765
765
|
"src": "495:17:18",
|
766
766
|
"typeDescriptions": {}
|
767
767
|
},
|
@@ -778,8 +778,8 @@
|
|
778
778
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/codegen/tables/Tables.sol",
|
779
779
|
"file": "./codegen/tables/Tables.sol",
|
780
780
|
"nameLocation": "-1:-1:-1",
|
781
|
-
"scope":
|
782
|
-
"sourceUnit":
|
781
|
+
"scope": 6414,
|
782
|
+
"sourceUnit": 18214,
|
783
783
|
"symbolAliases": [
|
784
784
|
{
|
785
785
|
"foreign": {
|
@@ -787,7 +787,7 @@
|
|
787
787
|
"name": "_fieldLayout",
|
788
788
|
"nodeType": "Identifier",
|
789
789
|
"overloadedDeclarations": [],
|
790
|
-
"referencedDeclaration":
|
790
|
+
"referencedDeclaration": 14031,
|
791
791
|
"src": "552:12:18",
|
792
792
|
"typeDescriptions": {}
|
793
793
|
},
|
@@ -805,7 +805,7 @@
|
|
805
805
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/IStoreErrors.sol",
|
806
806
|
"file": "./IStoreErrors.sol",
|
807
807
|
"nameLocation": "-1:-1:-1",
|
808
|
-
"scope":
|
808
|
+
"scope": 6414,
|
809
809
|
"sourceUnit": 1551,
|
810
810
|
"symbolAliases": [
|
811
811
|
{
|
@@ -831,7 +831,7 @@
|
|
831
831
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/IStoreHook.sol",
|
832
832
|
"file": "./IStoreHook.sol",
|
833
833
|
"nameLocation": "-1:-1:-1",
|
834
|
-
"scope":
|
834
|
+
"scope": 6414,
|
835
835
|
"sourceUnit": 1802,
|
836
836
|
"symbolAliases": [
|
837
837
|
{
|
@@ -857,8 +857,8 @@
|
|
857
857
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/StoreSwitch.sol",
|
858
858
|
"file": "./StoreSwitch.sol",
|
859
859
|
"nameLocation": "-1:-1:-1",
|
860
|
-
"scope":
|
861
|
-
"sourceUnit":
|
860
|
+
"scope": 6414,
|
861
|
+
"sourceUnit": 7739,
|
862
862
|
"symbolAliases": [
|
863
863
|
{
|
864
864
|
"foreign": {
|
@@ -866,7 +866,7 @@
|
|
866
866
|
"name": "StoreSwitch",
|
867
867
|
"nodeType": "Identifier",
|
868
868
|
"overloadedDeclarations": [],
|
869
|
-
"referencedDeclaration":
|
869
|
+
"referencedDeclaration": 7738,
|
870
870
|
"src": "736:11:18",
|
871
871
|
"typeDescriptions": {}
|
872
872
|
},
|
@@ -883,7 +883,7 @@
|
|
883
883
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/Hook.sol",
|
884
884
|
"file": "./Hook.sol",
|
885
885
|
"nameLocation": "-1:-1:-1",
|
886
|
-
"scope":
|
886
|
+
"scope": 6414,
|
887
887
|
"sourceUnit": 1431,
|
888
888
|
"symbolAliases": [
|
889
889
|
{
|
@@ -921,8 +921,8 @@
|
|
921
921
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/storeHookTypes.sol",
|
922
922
|
"file": "./storeHookTypes.sol",
|
923
923
|
"nameLocation": "-1:-1:-1",
|
924
|
-
"scope":
|
925
|
-
"sourceUnit":
|
924
|
+
"scope": 6414,
|
925
|
+
"sourceUnit": 18388,
|
926
926
|
"symbolAliases": [
|
927
927
|
{
|
928
928
|
"foreign": {
|
@@ -930,7 +930,7 @@
|
|
930
930
|
"name": "BEFORE_SET_RECORD",
|
931
931
|
"nodeType": "Identifier",
|
932
932
|
"overloadedDeclarations": [],
|
933
|
-
"referencedDeclaration":
|
933
|
+
"referencedDeclaration": 18307,
|
934
934
|
"src": "829:17:18",
|
935
935
|
"typeDescriptions": {}
|
936
936
|
},
|
@@ -942,7 +942,7 @@
|
|
942
942
|
"name": "AFTER_SET_RECORD",
|
943
943
|
"nodeType": "Identifier",
|
944
944
|
"overloadedDeclarations": [],
|
945
|
-
"referencedDeclaration":
|
945
|
+
"referencedDeclaration": 18313,
|
946
946
|
"src": "848:16:18",
|
947
947
|
"typeDescriptions": {}
|
948
948
|
},
|
@@ -954,7 +954,7 @@
|
|
954
954
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
955
955
|
"nodeType": "Identifier",
|
956
956
|
"overloadedDeclarations": [],
|
957
|
-
"referencedDeclaration":
|
957
|
+
"referencedDeclaration": 18319,
|
958
958
|
"src": "866:25:18",
|
959
959
|
"typeDescriptions": {}
|
960
960
|
},
|
@@ -966,7 +966,7 @@
|
|
966
966
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
967
967
|
"nodeType": "Identifier",
|
968
968
|
"overloadedDeclarations": [],
|
969
|
-
"referencedDeclaration":
|
969
|
+
"referencedDeclaration": 18325,
|
970
970
|
"src": "893:24:18",
|
971
971
|
"typeDescriptions": {}
|
972
972
|
},
|
@@ -978,7 +978,7 @@
|
|
978
978
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
979
979
|
"nodeType": "Identifier",
|
980
980
|
"overloadedDeclarations": [],
|
981
|
-
"referencedDeclaration":
|
981
|
+
"referencedDeclaration": 18331,
|
982
982
|
"src": "919:26:18",
|
983
983
|
"typeDescriptions": {}
|
984
984
|
},
|
@@ -990,7 +990,7 @@
|
|
990
990
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
991
991
|
"nodeType": "Identifier",
|
992
992
|
"overloadedDeclarations": [],
|
993
|
-
"referencedDeclaration":
|
993
|
+
"referencedDeclaration": 18337,
|
994
994
|
"src": "947:25:18",
|
995
995
|
"typeDescriptions": {}
|
996
996
|
},
|
@@ -1002,7 +1002,7 @@
|
|
1002
1002
|
"name": "BEFORE_DELETE_RECORD",
|
1003
1003
|
"nodeType": "Identifier",
|
1004
1004
|
"overloadedDeclarations": [],
|
1005
|
-
"referencedDeclaration":
|
1005
|
+
"referencedDeclaration": 18343,
|
1006
1006
|
"src": "974:20:18",
|
1007
1007
|
"typeDescriptions": {}
|
1008
1008
|
},
|
@@ -1014,7 +1014,7 @@
|
|
1014
1014
|
"name": "AFTER_DELETE_RECORD",
|
1015
1015
|
"nodeType": "Identifier",
|
1016
1016
|
"overloadedDeclarations": [],
|
1017
|
-
"referencedDeclaration":
|
1017
|
+
"referencedDeclaration": 18349,
|
1018
1018
|
"src": "996:19:18",
|
1019
1019
|
"typeDescriptions": {}
|
1020
1020
|
},
|
@@ -1031,7 +1031,7 @@
|
|
1031
1031
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/ResourceId.sol",
|
1032
1032
|
"file": "./ResourceId.sol",
|
1033
1033
|
"nameLocation": "-1:-1:-1",
|
1034
|
-
"scope":
|
1034
|
+
"scope": 6414,
|
1035
1035
|
"sourceUnit": 2967,
|
1036
1036
|
"symbolAliases": [
|
1037
1037
|
{
|
@@ -1069,8 +1069,8 @@
|
|
1069
1069
|
"absolutePath": "/home/runner/work/mud/mud/packages/store/src/storeResourceTypes.sol",
|
1070
1070
|
"file": "./storeResourceTypes.sol",
|
1071
1071
|
"nameLocation": "-1:-1:-1",
|
1072
|
-
"scope":
|
1073
|
-
"sourceUnit":
|
1072
|
+
"scope": 6414,
|
1073
|
+
"sourceUnit": 18398,
|
1074
1074
|
"symbolAliases": [
|
1075
1075
|
{
|
1076
1076
|
"foreign": {
|
@@ -1078,7 +1078,7 @@
|
|
1078
1078
|
"name": "RESOURCE_TABLE",
|
1079
1079
|
"nodeType": "Identifier",
|
1080
1080
|
"overloadedDeclarations": [],
|
1081
|
-
"referencedDeclaration":
|
1081
|
+
"referencedDeclaration": 18393,
|
1082
1082
|
"src": "1123:14:18",
|
1083
1083
|
"typeDescriptions": {}
|
1084
1084
|
},
|
@@ -1090,7 +1090,7 @@
|
|
1090
1090
|
"name": "RESOURCE_OFFCHAIN_TABLE",
|
1091
1091
|
"nodeType": "Identifier",
|
1092
1092
|
"overloadedDeclarations": [],
|
1093
|
-
"referencedDeclaration":
|
1093
|
+
"referencedDeclaration": 18397,
|
1094
1094
|
"src": "1139:23:18",
|
1095
1095
|
"typeDescriptions": {}
|
1096
1096
|
},
|
@@ -1889,10 +1889,10 @@
|
|
1889
1889
|
"name": "StoreSwitch",
|
1890
1890
|
"nodeType": "Identifier",
|
1891
1891
|
"overloadedDeclarations": [],
|
1892
|
-
"referencedDeclaration":
|
1892
|
+
"referencedDeclaration": 7738,
|
1893
1893
|
"src": "4073:11:18",
|
1894
1894
|
"typeDescriptions": {
|
1895
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
1895
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$7738_$",
|
1896
1896
|
"typeString": "type(library StoreSwitch)"
|
1897
1897
|
}
|
1898
1898
|
},
|
@@ -1904,7 +1904,7 @@
|
|
1904
1904
|
"memberLocation": "4085:15:18",
|
1905
1905
|
"memberName": "setStoreAddress",
|
1906
1906
|
"nodeType": "MemberAccess",
|
1907
|
-
"referencedDeclaration":
|
1907
|
+
"referencedDeclaration": 6495,
|
1908
1908
|
"src": "4073:27:18",
|
1909
1909
|
"typeDescriptions": {
|
1910
1910
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
|
@@ -1982,10 +1982,10 @@
|
|
1982
1982
|
"name": "Tables",
|
1983
1983
|
"nodeType": "Identifier",
|
1984
1984
|
"overloadedDeclarations": [],
|
1985
|
-
"referencedDeclaration":
|
1985
|
+
"referencedDeclaration": 18213,
|
1986
1986
|
"src": "4399:6:18",
|
1987
1987
|
"typeDescriptions": {
|
1988
|
-
"typeIdentifier": "t_type$_t_contract$_Tables_$
|
1988
|
+
"typeIdentifier": "t_type$_t_contract$_Tables_$18213_$",
|
1989
1989
|
"typeString": "type(library Tables)"
|
1990
1990
|
}
|
1991
1991
|
},
|
@@ -1997,7 +1997,7 @@
|
|
1997
1997
|
"memberLocation": "4406:8:18",
|
1998
1998
|
"memberName": "register",
|
1999
1999
|
"nodeType": "MemberAccess",
|
2000
|
-
"referencedDeclaration":
|
2000
|
+
"referencedDeclaration": 14235,
|
2001
2001
|
"src": "4399:15:18",
|
2002
2002
|
"typeDescriptions": {
|
2003
2003
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
@@ -2034,10 +2034,10 @@
|
|
2034
2034
|
"name": "StoreHooks",
|
2035
2035
|
"nodeType": "Identifier",
|
2036
2036
|
"overloadedDeclarations": [],
|
2037
|
-
"referencedDeclaration":
|
2037
|
+
"referencedDeclaration": 13961,
|
2038
2038
|
"src": "4422:10:18",
|
2039
2039
|
"typeDescriptions": {
|
2040
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
2040
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
2041
2041
|
"typeString": "type(library StoreHooks)"
|
2042
2042
|
}
|
2043
2043
|
},
|
@@ -2049,7 +2049,7 @@
|
|
2049
2049
|
"memberLocation": "4433:8:18",
|
2050
2050
|
"memberName": "register",
|
2051
2051
|
"nodeType": "MemberAccess",
|
2052
|
-
"referencedDeclaration":
|
2052
|
+
"referencedDeclaration": 11634,
|
2053
2053
|
"src": "4422:19:18",
|
2054
2054
|
"typeDescriptions": {
|
2055
2055
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
@@ -2086,10 +2086,10 @@
|
|
2086
2086
|
"name": "ResourceIds",
|
2087
2087
|
"nodeType": "Identifier",
|
2088
2088
|
"overloadedDeclarations": [],
|
2089
|
-
"referencedDeclaration":
|
2089
|
+
"referencedDeclaration": 11420,
|
2090
2090
|
"src": "4449:11:18",
|
2091
2091
|
"typeDescriptions": {
|
2092
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
2092
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$11420_$",
|
2093
2093
|
"typeString": "type(library ResourceIds)"
|
2094
2094
|
}
|
2095
2095
|
},
|
@@ -2101,7 +2101,7 @@
|
|
2101
2101
|
"memberLocation": "4461:8:18",
|
2102
2102
|
"memberName": "register",
|
2103
2103
|
"nodeType": "MemberAccess",
|
2104
|
-
"referencedDeclaration":
|
2104
|
+
"referencedDeclaration": 10606,
|
2105
2105
|
"src": "4449:20:18",
|
2106
2106
|
"typeDescriptions": {
|
2107
2107
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
@@ -2253,7 +2253,7 @@
|
|
2253
2253
|
"name": "TablesTableId",
|
2254
2254
|
"nodeType": "Identifier",
|
2255
2255
|
"overloadedDeclarations": [],
|
2256
|
-
"referencedDeclaration":
|
2256
|
+
"referencedDeclaration": 14024,
|
2257
2257
|
"src": "5209:13:18",
|
2258
2258
|
"typeDescriptions": {
|
2259
2259
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
@@ -2330,7 +2330,7 @@
|
|
2330
2330
|
"name": "TablesTableFieldLayout",
|
2331
2331
|
"nodeType": "Identifier",
|
2332
2332
|
"overloadedDeclarations": [],
|
2333
|
-
"referencedDeclaration":
|
2333
|
+
"referencedDeclaration": 14031,
|
2334
2334
|
"src": "5240:22:18",
|
2335
2335
|
"typeDescriptions": {
|
2336
2336
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
@@ -2357,7 +2357,7 @@
|
|
2357
2357
|
"name": "TablesTableId",
|
2358
2358
|
"nodeType": "Identifier",
|
2359
2359
|
"overloadedDeclarations": [],
|
2360
|
-
"referencedDeclaration":
|
2360
|
+
"referencedDeclaration": 14024,
|
2361
2361
|
"src": "5400:13:18",
|
2362
2362
|
"typeDescriptions": {
|
2363
2363
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
@@ -2445,10 +2445,10 @@
|
|
2445
2445
|
"name": "StoreCoreInternal",
|
2446
2446
|
"nodeType": "Identifier",
|
2447
2447
|
"overloadedDeclarations": [],
|
2448
|
-
"referencedDeclaration":
|
2448
|
+
"referencedDeclaration": 6413,
|
2449
2449
|
"src": "5359:17:18",
|
2450
2450
|
"typeDescriptions": {
|
2451
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
2451
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
2452
2452
|
"typeString": "type(library StoreCoreInternal)"
|
2453
2453
|
}
|
2454
2454
|
},
|
@@ -2460,7 +2460,7 @@
|
|
2460
2460
|
"memberLocation": "5377:22:18",
|
2461
2461
|
"memberName": "_getStaticDataLocation",
|
2462
2462
|
"nodeType": "MemberAccess",
|
2463
|
-
"referencedDeclaration":
|
2463
|
+
"referencedDeclaration": 6292,
|
2464
2464
|
"src": "5359:40:18",
|
2465
2465
|
"typeDescriptions": {
|
2466
2466
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_bytes32_$returns$_t_uint256_$",
|
@@ -2802,10 +2802,10 @@
|
|
2802
2802
|
"name": "Tables",
|
2803
2803
|
"nodeType": "Identifier",
|
2804
2804
|
"overloadedDeclarations": [],
|
2805
|
-
"referencedDeclaration":
|
2805
|
+
"referencedDeclaration": 18213,
|
2806
2806
|
"src": "5870:6:18",
|
2807
2807
|
"typeDescriptions": {
|
2808
|
-
"typeIdentifier": "t_type$_t_contract$_Tables_$
|
2808
|
+
"typeIdentifier": "t_type$_t_contract$_Tables_$18213_$",
|
2809
2809
|
"typeString": "type(library Tables)"
|
2810
2810
|
}
|
2811
2811
|
},
|
@@ -2817,7 +2817,7 @@
|
|
2817
2817
|
"memberLocation": "5877:13:18",
|
2818
2818
|
"memberName": "_getKeySchema",
|
2819
2819
|
"nodeType": "MemberAccess",
|
2820
|
-
"referencedDeclaration":
|
2820
|
+
"referencedDeclaration": 14670,
|
2821
2821
|
"src": "5870:20:18",
|
2822
2822
|
"typeDescriptions": {
|
2823
2823
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_userDefinedValueType$_Schema_$2978_$",
|
@@ -2888,10 +2888,10 @@
|
|
2888
2888
|
"name": "ResourceIds",
|
2889
2889
|
"nodeType": "Identifier",
|
2890
2890
|
"overloadedDeclarations": [],
|
2891
|
-
"referencedDeclaration":
|
2891
|
+
"referencedDeclaration": 11420,
|
2892
2892
|
"src": "6013:11:18",
|
2893
2893
|
"typeDescriptions": {
|
2894
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
2894
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$11420_$",
|
2895
2895
|
"typeString": "type(library ResourceIds)"
|
2896
2896
|
}
|
2897
2897
|
},
|
@@ -2903,7 +2903,7 @@
|
|
2903
2903
|
"memberLocation": "6025:10:18",
|
2904
2904
|
"memberName": "_getExists",
|
2905
2905
|
"nodeType": "MemberAccess",
|
2906
|
-
"referencedDeclaration":
|
2906
|
+
"referencedDeclaration": 10751,
|
2907
2907
|
"src": "6013:22:18",
|
2908
2908
|
"typeDescriptions": {
|
2909
2909
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_bool_$",
|
@@ -3290,10 +3290,10 @@
|
|
3290
3290
|
"name": "Tables",
|
3291
3291
|
"nodeType": "Identifier",
|
3292
3292
|
"overloadedDeclarations": [],
|
3293
|
-
"referencedDeclaration":
|
3293
|
+
"referencedDeclaration": 18213,
|
3294
3294
|
"src": "6523:6:18",
|
3295
3295
|
"typeDescriptions": {
|
3296
|
-
"typeIdentifier": "t_type$_t_contract$_Tables_$
|
3296
|
+
"typeIdentifier": "t_type$_t_contract$_Tables_$18213_$",
|
3297
3297
|
"typeString": "type(library Tables)"
|
3298
3298
|
}
|
3299
3299
|
},
|
@@ -3305,7 +3305,7 @@
|
|
3305
3305
|
"memberLocation": "6530:15:18",
|
3306
3306
|
"memberName": "_getValueSchema",
|
3307
3307
|
"nodeType": "MemberAccess",
|
3308
|
-
"referencedDeclaration":
|
3308
|
+
"referencedDeclaration": 14964,
|
3309
3309
|
"src": "6523:22:18",
|
3310
3310
|
"typeDescriptions": {
|
3311
3311
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_userDefinedValueType$_Schema_$2978_$",
|
@@ -3772,7 +3772,7 @@
|
|
3772
3772
|
"name": "RESOURCE_TABLE",
|
3773
3773
|
"nodeType": "Identifier",
|
3774
3774
|
"overloadedDeclarations": [],
|
3775
|
-
"referencedDeclaration":
|
3775
|
+
"referencedDeclaration": 18393,
|
3776
3776
|
"src": "7760:14:18",
|
3777
3777
|
"typeDescriptions": {
|
3778
3778
|
"typeIdentifier": "t_bytes2",
|
@@ -3851,7 +3851,7 @@
|
|
3851
3851
|
"name": "RESOURCE_OFFCHAIN_TABLE",
|
3852
3852
|
"nodeType": "Identifier",
|
3853
3853
|
"overloadedDeclarations": [],
|
3854
|
-
"referencedDeclaration":
|
3854
|
+
"referencedDeclaration": 18397,
|
3855
3855
|
"src": "7799:23:18",
|
3856
3856
|
"typeDescriptions": {
|
3857
3857
|
"typeIdentifier": "t_bytes2",
|
@@ -3886,7 +3886,7 @@
|
|
3886
3886
|
"name": "RESOURCE_TABLE",
|
3887
3887
|
"nodeType": "Identifier",
|
3888
3888
|
"overloadedDeclarations": [],
|
3889
|
-
"referencedDeclaration":
|
3889
|
+
"referencedDeclaration": 18393,
|
3890
3890
|
"src": "7878:14:18",
|
3891
3891
|
"typeDescriptions": {
|
3892
3892
|
"typeIdentifier": "t_bytes2",
|
@@ -5102,10 +5102,10 @@
|
|
5102
5102
|
"name": "ResourceIds",
|
5103
5103
|
"nodeType": "Identifier",
|
5104
5104
|
"overloadedDeclarations": [],
|
5105
|
-
"referencedDeclaration":
|
5105
|
+
"referencedDeclaration": 11420,
|
5106
5106
|
"src": "8885:11:18",
|
5107
5107
|
"typeDescriptions": {
|
5108
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
5108
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$11420_$",
|
5109
5109
|
"typeString": "type(library ResourceIds)"
|
5110
5110
|
}
|
5111
5111
|
},
|
@@ -5117,7 +5117,7 @@
|
|
5117
5117
|
"memberLocation": "8897:10:18",
|
5118
5118
|
"memberName": "_getExists",
|
5119
5119
|
"nodeType": "MemberAccess",
|
5120
|
-
"referencedDeclaration":
|
5120
|
+
"referencedDeclaration": 10751,
|
5121
5121
|
"src": "8885:22:18",
|
5122
5122
|
"typeDescriptions": {
|
5123
5123
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_bool_$",
|
@@ -5546,10 +5546,10 @@
|
|
5546
5546
|
"name": "Tables",
|
5547
5547
|
"nodeType": "Identifier",
|
5548
5548
|
"overloadedDeclarations": [],
|
5549
|
-
"referencedDeclaration":
|
5549
|
+
"referencedDeclaration": 18213,
|
5550
5550
|
"src": "9062:6:18",
|
5551
5551
|
"typeDescriptions": {
|
5552
|
-
"typeIdentifier": "t_type$_t_contract$_Tables_$
|
5552
|
+
"typeIdentifier": "t_type$_t_contract$_Tables_$18213_$",
|
5553
5553
|
"typeString": "type(library Tables)"
|
5554
5554
|
}
|
5555
5555
|
},
|
@@ -5561,7 +5561,7 @@
|
|
5561
5561
|
"memberLocation": "9069:4:18",
|
5562
5562
|
"memberName": "_set",
|
5563
5563
|
"nodeType": "MemberAccess",
|
5564
|
-
"referencedDeclaration":
|
5564
|
+
"referencedDeclaration": 17487,
|
5565
5565
|
"src": "9062:11:18",
|
5566
5566
|
"typeDescriptions": {
|
5567
5567
|
"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$__$",
|
@@ -5636,10 +5636,10 @@
|
|
5636
5636
|
"name": "ResourceIds",
|
5637
5637
|
"nodeType": "Identifier",
|
5638
5638
|
"overloadedDeclarations": [],
|
5639
|
-
"referencedDeclaration":
|
5639
|
+
"referencedDeclaration": 11420,
|
5640
5640
|
"src": "9201:11:18",
|
5641
5641
|
"typeDescriptions": {
|
5642
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
5642
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$11420_$",
|
5643
5643
|
"typeString": "type(library ResourceIds)"
|
5644
5644
|
}
|
5645
5645
|
},
|
@@ -5651,7 +5651,7 @@
|
|
5651
5651
|
"memberLocation": "9213:10:18",
|
5652
5652
|
"memberName": "_setExists",
|
5653
5653
|
"nodeType": "MemberAccess",
|
5654
|
-
"referencedDeclaration":
|
5654
|
+
"referencedDeclaration": 11049,
|
5655
5655
|
"src": "9201:22:18",
|
5656
5656
|
"typeDescriptions": {
|
5657
5657
|
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$2895_$_t_bool_$returns$__$",
|
@@ -6005,7 +6005,7 @@
|
|
6005
6005
|
"name": "RESOURCE_TABLE",
|
6006
6006
|
"nodeType": "Identifier",
|
6007
6007
|
"overloadedDeclarations": [],
|
6008
|
-
"referencedDeclaration":
|
6008
|
+
"referencedDeclaration": 18393,
|
6009
6009
|
"src": "10050:14:18",
|
6010
6010
|
"typeDescriptions": {
|
6011
6011
|
"typeIdentifier": "t_bytes2",
|
@@ -6034,7 +6034,7 @@
|
|
6034
6034
|
"name": "RESOURCE_TABLE",
|
6035
6035
|
"nodeType": "Identifier",
|
6036
6036
|
"overloadedDeclarations": [],
|
6037
|
-
"referencedDeclaration":
|
6037
|
+
"referencedDeclaration": 18393,
|
6038
6038
|
"src": "10120:14:18",
|
6039
6039
|
"typeDescriptions": {
|
6040
6040
|
"typeIdentifier": "t_bytes2",
|
@@ -6438,10 +6438,10 @@
|
|
6438
6438
|
"name": "StoreHooks",
|
6439
6439
|
"nodeType": "Identifier",
|
6440
6440
|
"overloadedDeclarations": [],
|
6441
|
-
"referencedDeclaration":
|
6441
|
+
"referencedDeclaration": 13961,
|
6442
6442
|
"src": "10192:10:18",
|
6443
6443
|
"typeDescriptions": {
|
6444
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
6444
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
6445
6445
|
"typeString": "type(library StoreHooks)"
|
6446
6446
|
}
|
6447
6447
|
},
|
@@ -6453,7 +6453,7 @@
|
|
6453
6453
|
"memberLocation": "10203:4:18",
|
6454
6454
|
"memberName": "push",
|
6455
6455
|
"nodeType": "MemberAccess",
|
6456
|
-
"referencedDeclaration":
|
6456
|
+
"referencedDeclaration": 13052,
|
6457
6457
|
"src": "10192:15:18",
|
6458
6458
|
"typeDescriptions": {
|
6459
6459
|
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$2895_$_t_bytes21_$returns$__$",
|
@@ -6631,7 +6631,7 @@
|
|
6631
6631
|
"name": "StoreHooksTableId",
|
6632
6632
|
"nodeType": "Identifier",
|
6633
6633
|
"overloadedDeclarations": [],
|
6634
|
-
"referencedDeclaration":
|
6634
|
+
"referencedDeclaration": 11489,
|
6635
6635
|
"src": "10612:17:18",
|
6636
6636
|
"typeDescriptions": {
|
6637
6637
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
@@ -7449,7 +7449,7 @@
|
|
7449
7449
|
"name": "RESOURCE_TABLE",
|
7450
7450
|
"nodeType": "Identifier",
|
7451
7451
|
"overloadedDeclarations": [],
|
7452
|
-
"referencedDeclaration":
|
7452
|
+
"referencedDeclaration": 18393,
|
7453
7453
|
"src": "13139:14:18",
|
7454
7454
|
"typeDescriptions": {
|
7455
7455
|
"typeIdentifier": "t_bytes2",
|
@@ -7549,10 +7549,10 @@
|
|
7549
7549
|
"name": "StoreHooks",
|
7550
7550
|
"nodeType": "Identifier",
|
7551
7551
|
"overloadedDeclarations": [],
|
7552
|
-
"referencedDeclaration":
|
7552
|
+
"referencedDeclaration": 13961,
|
7553
7553
|
"src": "13339:10:18",
|
7554
7554
|
"typeDescriptions": {
|
7555
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
7555
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
7556
7556
|
"typeString": "type(library StoreHooks)"
|
7557
7557
|
}
|
7558
7558
|
},
|
@@ -7564,7 +7564,7 @@
|
|
7564
7564
|
"memberLocation": "13350:4:18",
|
7565
7565
|
"memberName": "_get",
|
7566
7566
|
"nodeType": "MemberAccess",
|
7567
|
-
"referencedDeclaration":
|
7567
|
+
"referencedDeclaration": 11935,
|
7568
7568
|
"src": "13339:15:18",
|
7569
7569
|
"typeDescriptions": {
|
7570
7570
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_array$_t_bytes21_$dyn_memory_ptr_$",
|
@@ -7740,7 +7740,7 @@
|
|
7740
7740
|
"name": "BEFORE_SET_RECORD",
|
7741
7741
|
"nodeType": "Identifier",
|
7742
7742
|
"overloadedDeclarations": [],
|
7743
|
-
"referencedDeclaration":
|
7743
|
+
"referencedDeclaration": 18307,
|
7744
7744
|
"src": "13474:17:18",
|
7745
7745
|
"typeDescriptions": {
|
7746
7746
|
"typeIdentifier": "t_uint8",
|
@@ -8240,10 +8240,10 @@
|
|
8240
8240
|
"name": "StoreCoreInternal",
|
8241
8241
|
"nodeType": "Identifier",
|
8242
8242
|
"overloadedDeclarations": [],
|
8243
|
-
"referencedDeclaration":
|
8243
|
+
"referencedDeclaration": 6413,
|
8244
8244
|
"src": "13801:17:18",
|
8245
8245
|
"typeDescriptions": {
|
8246
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
8246
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
8247
8247
|
"typeString": "type(library StoreCoreInternal)"
|
8248
8248
|
}
|
8249
8249
|
},
|
@@ -8255,7 +8255,7 @@
|
|
8255
8255
|
"memberLocation": "13819:22:18",
|
8256
8256
|
"memberName": "_getStaticDataLocation",
|
8257
8257
|
"nodeType": "MemberAccess",
|
8258
|
-
"referencedDeclaration":
|
8258
|
+
"referencedDeclaration": 6267,
|
8259
8259
|
"src": "13801:40:18",
|
8260
8260
|
"typeDescriptions": {
|
8261
8261
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -8697,10 +8697,10 @@
|
|
8697
8697
|
"name": "StoreCoreInternal",
|
8698
8698
|
"nodeType": "Identifier",
|
8699
8699
|
"overloadedDeclarations": [],
|
8700
|
-
"referencedDeclaration":
|
8700
|
+
"referencedDeclaration": 6413,
|
8701
8701
|
"src": "14297:17:18",
|
8702
8702
|
"typeDescriptions": {
|
8703
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
8703
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
8704
8704
|
"typeString": "type(library StoreCoreInternal)"
|
8705
8705
|
}
|
8706
8706
|
},
|
@@ -8712,7 +8712,7 @@
|
|
8712
8712
|
"memberLocation": "14315:29:18",
|
8713
8713
|
"memberName": "_getDynamicDataLengthLocation",
|
8714
8714
|
"nodeType": "MemberAccess",
|
8715
|
-
"referencedDeclaration":
|
8715
|
+
"referencedDeclaration": 6387,
|
8716
8716
|
"src": "14297:47:18",
|
8717
8717
|
"typeDescriptions": {
|
8718
8718
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -9121,10 +9121,10 @@
|
|
9121
9121
|
"name": "StoreCoreInternal",
|
9122
9122
|
"nodeType": "Identifier",
|
9123
9123
|
"overloadedDeclarations": [],
|
9124
|
-
"referencedDeclaration":
|
9124
|
+
"referencedDeclaration": 6413,
|
9125
9125
|
"src": "14845:17:18",
|
9126
9126
|
"typeDescriptions": {
|
9127
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
9127
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
9128
9128
|
"typeString": "type(library StoreCoreInternal)"
|
9129
9129
|
}
|
9130
9130
|
},
|
@@ -9136,7 +9136,7 @@
|
|
9136
9136
|
"memberLocation": "14863:23:18",
|
9137
9137
|
"memberName": "_getDynamicDataLocation",
|
9138
9138
|
"nodeType": "MemberAccess",
|
9139
|
-
"referencedDeclaration":
|
9139
|
+
"referencedDeclaration": 6361,
|
9140
9140
|
"src": "14845:41:18",
|
9141
9141
|
"typeDescriptions": {
|
9142
9142
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -9752,7 +9752,7 @@
|
|
9752
9752
|
"name": "AFTER_SET_RECORD",
|
9753
9753
|
"nodeType": "Identifier",
|
9754
9754
|
"overloadedDeclarations": [],
|
9755
|
-
"referencedDeclaration":
|
9755
|
+
"referencedDeclaration": 18313,
|
9756
9756
|
"src": "15486:16:18",
|
9757
9757
|
"typeDescriptions": {
|
9758
9758
|
"typeIdentifier": "t_uint8",
|
@@ -10495,10 +10495,10 @@
|
|
10495
10495
|
"name": "StoreCoreInternal",
|
10496
10496
|
"nodeType": "Identifier",
|
10497
10497
|
"overloadedDeclarations": [],
|
10498
|
-
"referencedDeclaration":
|
10498
|
+
"referencedDeclaration": 6413,
|
10499
10499
|
"src": "16499:17:18",
|
10500
10500
|
"typeDescriptions": {
|
10501
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
10501
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
10502
10502
|
"typeString": "type(library StoreCoreInternal)"
|
10503
10503
|
}
|
10504
10504
|
},
|
@@ -10510,7 +10510,7 @@
|
|
10510
10510
|
"memberLocation": "16517:22:18",
|
10511
10511
|
"memberName": "_getStaticDataLocation",
|
10512
10512
|
"nodeType": "MemberAccess",
|
10513
|
-
"referencedDeclaration":
|
10513
|
+
"referencedDeclaration": 6267,
|
10514
10514
|
"src": "16499:40:18",
|
10515
10515
|
"typeDescriptions": {
|
10516
10516
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -10729,7 +10729,7 @@
|
|
10729
10729
|
"name": "RESOURCE_TABLE",
|
10730
10730
|
"nodeType": "Identifier",
|
10731
10731
|
"overloadedDeclarations": [],
|
10732
|
-
"referencedDeclaration":
|
10732
|
+
"referencedDeclaration": 18393,
|
10733
10733
|
"src": "16802:14:18",
|
10734
10734
|
"typeDescriptions": {
|
10735
10735
|
"typeIdentifier": "t_bytes2",
|
@@ -10829,10 +10829,10 @@
|
|
10829
10829
|
"name": "StoreHooks",
|
10830
10830
|
"nodeType": "Identifier",
|
10831
10831
|
"overloadedDeclarations": [],
|
10832
|
-
"referencedDeclaration":
|
10832
|
+
"referencedDeclaration": 13961,
|
10833
10833
|
"src": "17009:10:18",
|
10834
10834
|
"typeDescriptions": {
|
10835
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
10835
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
10836
10836
|
"typeString": "type(library StoreHooks)"
|
10837
10837
|
}
|
10838
10838
|
},
|
@@ -10844,7 +10844,7 @@
|
|
10844
10844
|
"memberLocation": "17020:4:18",
|
10845
10845
|
"memberName": "_get",
|
10846
10846
|
"nodeType": "MemberAccess",
|
10847
|
-
"referencedDeclaration":
|
10847
|
+
"referencedDeclaration": 11935,
|
10848
10848
|
"src": "17009:15:18",
|
10849
10849
|
"typeDescriptions": {
|
10850
10850
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_array$_t_bytes21_$dyn_memory_ptr_$",
|
@@ -11020,7 +11020,7 @@
|
|
11020
11020
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
11021
11021
|
"nodeType": "Identifier",
|
11022
11022
|
"overloadedDeclarations": [],
|
11023
|
-
"referencedDeclaration":
|
11023
|
+
"referencedDeclaration": 18319,
|
11024
11024
|
"src": "17144:25:18",
|
11025
11025
|
"typeDescriptions": {
|
11026
11026
|
"typeIdentifier": "t_uint8",
|
@@ -11681,7 +11681,7 @@
|
|
11681
11681
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
11682
11682
|
"nodeType": "Identifier",
|
11683
11683
|
"overloadedDeclarations": [],
|
11684
|
-
"referencedDeclaration":
|
11684
|
+
"referencedDeclaration": 18325,
|
11685
11685
|
"src": "17640:24:18",
|
11686
11686
|
"typeDescriptions": {
|
11687
11687
|
"typeIdentifier": "t_uint8",
|
@@ -12369,10 +12369,10 @@
|
|
12369
12369
|
"name": "StoreCoreInternal",
|
12370
12370
|
"nodeType": "Identifier",
|
12371
12371
|
"overloadedDeclarations": [],
|
12372
|
-
"referencedDeclaration":
|
12372
|
+
"referencedDeclaration": 6413,
|
12373
12373
|
"src": "19225:17:18",
|
12374
12374
|
"typeDescriptions": {
|
12375
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
12375
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
12376
12376
|
"typeString": "type(library StoreCoreInternal)"
|
12377
12377
|
}
|
12378
12378
|
},
|
@@ -12384,7 +12384,7 @@
|
|
12384
12384
|
"memberLocation": "19243:29:18",
|
12385
12385
|
"memberName": "_loadEncodedDynamicDataLength",
|
12386
12386
|
"nodeType": "MemberAccess",
|
12387
|
-
"referencedDeclaration":
|
12387
|
+
"referencedDeclaration": 6412,
|
12388
12388
|
"src": "19225:47:18",
|
12389
12389
|
"typeDescriptions": {
|
12390
12390
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -12444,10 +12444,10 @@
|
|
12444
12444
|
"name": "StoreCoreInternal",
|
12445
12445
|
"nodeType": "Identifier",
|
12446
12446
|
"overloadedDeclarations": [],
|
12447
|
-
"referencedDeclaration":
|
12447
|
+
"referencedDeclaration": 6413,
|
12448
12448
|
"src": "18970:17:18",
|
12449
12449
|
"typeDescriptions": {
|
12450
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
12450
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
12451
12451
|
"typeString": "type(library StoreCoreInternal)"
|
12452
12452
|
}
|
12453
12453
|
},
|
@@ -13756,10 +13756,10 @@
|
|
13756
13756
|
"name": "StoreCoreInternal",
|
13757
13757
|
"nodeType": "Identifier",
|
13758
13758
|
"overloadedDeclarations": [],
|
13759
|
-
"referencedDeclaration":
|
13759
|
+
"referencedDeclaration": 6413,
|
13760
13760
|
"src": "22538:17:18",
|
13761
13761
|
"typeDescriptions": {
|
13762
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
13762
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
13763
13763
|
"typeString": "type(library StoreCoreInternal)"
|
13764
13764
|
}
|
13765
13765
|
},
|
@@ -13771,7 +13771,7 @@
|
|
13771
13771
|
"memberLocation": "22556:20:18",
|
13772
13772
|
"memberName": "_getStaticDataOffset",
|
13773
13773
|
"nodeType": "MemberAccess",
|
13774
|
-
"referencedDeclaration":
|
13774
|
+
"referencedDeclaration": 6328,
|
13775
13775
|
"src": "22538:38:18",
|
13776
13776
|
"typeDescriptions": {
|
13777
13777
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint8_$returns$_t_uint256_$",
|
@@ -14203,10 +14203,10 @@
|
|
14203
14203
|
"name": "StoreCoreInternal",
|
14204
14204
|
"nodeType": "Identifier",
|
14205
14205
|
"overloadedDeclarations": [],
|
14206
|
-
"referencedDeclaration":
|
14206
|
+
"referencedDeclaration": 6413,
|
14207
14207
|
"src": "23612:17:18",
|
14208
14208
|
"typeDescriptions": {
|
14209
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
14209
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
14210
14210
|
"typeString": "type(library StoreCoreInternal)"
|
14211
14211
|
}
|
14212
14212
|
},
|
@@ -14218,7 +14218,7 @@
|
|
14218
14218
|
"memberLocation": "23630:29:18",
|
14219
14219
|
"memberName": "_loadEncodedDynamicDataLength",
|
14220
14220
|
"nodeType": "MemberAccess",
|
14221
|
-
"referencedDeclaration":
|
14221
|
+
"referencedDeclaration": 6412,
|
14222
14222
|
"src": "23612:47:18",
|
14223
14223
|
"typeDescriptions": {
|
14224
14224
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -14519,10 +14519,10 @@
|
|
14519
14519
|
"name": "StoreCoreInternal",
|
14520
14520
|
"nodeType": "Identifier",
|
14521
14521
|
"overloadedDeclarations": [],
|
14522
|
-
"referencedDeclaration":
|
14522
|
+
"referencedDeclaration": 6413,
|
14523
14523
|
"src": "23777:17:18",
|
14524
14524
|
"typeDescriptions": {
|
14525
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
14525
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
14526
14526
|
"typeString": "type(library StoreCoreInternal)"
|
14527
14527
|
}
|
14528
14528
|
},
|
@@ -15122,7 +15122,7 @@
|
|
15122
15122
|
"name": "RESOURCE_TABLE",
|
15123
15123
|
"nodeType": "Identifier",
|
15124
15124
|
"overloadedDeclarations": [],
|
15125
|
-
"referencedDeclaration":
|
15125
|
+
"referencedDeclaration": 18393,
|
15126
15126
|
"src": "25739:14:18",
|
15127
15127
|
"typeDescriptions": {
|
15128
15128
|
"typeIdentifier": "t_bytes2",
|
@@ -15222,10 +15222,10 @@
|
|
15222
15222
|
"name": "StoreHooks",
|
15223
15223
|
"nodeType": "Identifier",
|
15224
15224
|
"overloadedDeclarations": [],
|
15225
|
-
"referencedDeclaration":
|
15225
|
+
"referencedDeclaration": 13961,
|
15226
15226
|
"src": "25942:10:18",
|
15227
15227
|
"typeDescriptions": {
|
15228
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
15228
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
15229
15229
|
"typeString": "type(library StoreHooks)"
|
15230
15230
|
}
|
15231
15231
|
},
|
@@ -15237,7 +15237,7 @@
|
|
15237
15237
|
"memberLocation": "25953:4:18",
|
15238
15238
|
"memberName": "_get",
|
15239
15239
|
"nodeType": "MemberAccess",
|
15240
|
-
"referencedDeclaration":
|
15240
|
+
"referencedDeclaration": 11935,
|
15241
15241
|
"src": "25942:15:18",
|
15242
15242
|
"typeDescriptions": {
|
15243
15243
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_array$_t_bytes21_$dyn_memory_ptr_$",
|
@@ -15413,7 +15413,7 @@
|
|
15413
15413
|
"name": "BEFORE_DELETE_RECORD",
|
15414
15414
|
"nodeType": "Identifier",
|
15415
15415
|
"overloadedDeclarations": [],
|
15416
|
-
"referencedDeclaration":
|
15416
|
+
"referencedDeclaration": 18343,
|
15417
15417
|
"src": "26077:20:18",
|
15418
15418
|
"typeDescriptions": {
|
15419
15419
|
"typeIdentifier": "t_uint8",
|
@@ -15865,10 +15865,10 @@
|
|
15865
15865
|
"name": "StoreCoreInternal",
|
15866
15866
|
"nodeType": "Identifier",
|
15867
15867
|
"overloadedDeclarations": [],
|
15868
|
-
"referencedDeclaration":
|
15868
|
+
"referencedDeclaration": 6413,
|
15869
15869
|
"src": "26268:17:18",
|
15870
15870
|
"typeDescriptions": {
|
15871
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
15871
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
15872
15872
|
"typeString": "type(library StoreCoreInternal)"
|
15873
15873
|
}
|
15874
15874
|
},
|
@@ -15880,7 +15880,7 @@
|
|
15880
15880
|
"memberLocation": "26286:22:18",
|
15881
15881
|
"memberName": "_getStaticDataLocation",
|
15882
15882
|
"nodeType": "MemberAccess",
|
15883
|
-
"referencedDeclaration":
|
15883
|
+
"referencedDeclaration": 6267,
|
15884
15884
|
"src": "26268:40:18",
|
15885
15885
|
"typeDescriptions": {
|
15886
15886
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -16270,10 +16270,10 @@
|
|
16270
16270
|
"name": "StoreCoreInternal",
|
16271
16271
|
"nodeType": "Identifier",
|
16272
16272
|
"overloadedDeclarations": [],
|
16273
|
-
"referencedDeclaration":
|
16273
|
+
"referencedDeclaration": 6413,
|
16274
16274
|
"src": "26712:17:18",
|
16275
16275
|
"typeDescriptions": {
|
16276
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
16276
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
16277
16277
|
"typeString": "type(library StoreCoreInternal)"
|
16278
16278
|
}
|
16279
16279
|
},
|
@@ -16285,7 +16285,7 @@
|
|
16285
16285
|
"memberLocation": "26730:29:18",
|
16286
16286
|
"memberName": "_getDynamicDataLengthLocation",
|
16287
16287
|
"nodeType": "MemberAccess",
|
16288
|
-
"referencedDeclaration":
|
16288
|
+
"referencedDeclaration": 6387,
|
16289
16289
|
"src": "26712:47:18",
|
16290
16290
|
"typeDescriptions": {
|
16291
16291
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -16560,7 +16560,7 @@
|
|
16560
16560
|
"name": "AFTER_DELETE_RECORD",
|
16561
16561
|
"nodeType": "Identifier",
|
16562
16562
|
"overloadedDeclarations": [],
|
16563
|
-
"referencedDeclaration":
|
16563
|
+
"referencedDeclaration": 18349,
|
16564
16564
|
"src": "27013:19:18",
|
16565
16565
|
"typeDescriptions": {
|
16566
16566
|
"typeIdentifier": "t_uint8",
|
@@ -17174,10 +17174,10 @@
|
|
17174
17174
|
"name": "StoreCoreInternal",
|
17175
17175
|
"nodeType": "Identifier",
|
17176
17176
|
"overloadedDeclarations": [],
|
17177
|
-
"referencedDeclaration":
|
17177
|
+
"referencedDeclaration": 6413,
|
17178
17178
|
"src": "28107:17:18",
|
17179
17179
|
"typeDescriptions": {
|
17180
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
17180
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
17181
17181
|
"typeString": "type(library StoreCoreInternal)"
|
17182
17182
|
}
|
17183
17183
|
},
|
@@ -17189,7 +17189,7 @@
|
|
17189
17189
|
"memberLocation": "28125:29:18",
|
17190
17190
|
"memberName": "_loadEncodedDynamicDataLength",
|
17191
17191
|
"nodeType": "MemberAccess",
|
17192
|
-
"referencedDeclaration":
|
17192
|
+
"referencedDeclaration": 6412,
|
17193
17193
|
"src": "28107:47:18",
|
17194
17194
|
"typeDescriptions": {
|
17195
17195
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -17535,10 +17535,10 @@
|
|
17535
17535
|
"name": "StoreCoreInternal",
|
17536
17536
|
"nodeType": "Identifier",
|
17537
17537
|
"overloadedDeclarations": [],
|
17538
|
-
"referencedDeclaration":
|
17538
|
+
"referencedDeclaration": 6413,
|
17539
17539
|
"src": "28303:17:18",
|
17540
17540
|
"typeDescriptions": {
|
17541
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
17541
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
17542
17542
|
"typeString": "type(library StoreCoreInternal)"
|
17543
17543
|
}
|
17544
17544
|
},
|
@@ -17849,10 +17849,10 @@
|
|
17849
17849
|
"name": "StoreCoreInternal",
|
17850
17850
|
"nodeType": "Identifier",
|
17851
17851
|
"overloadedDeclarations": [],
|
17852
|
-
"referencedDeclaration":
|
17852
|
+
"referencedDeclaration": 6413,
|
17853
17853
|
"src": "29578:17:18",
|
17854
17854
|
"typeDescriptions": {
|
17855
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
17855
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
17856
17856
|
"typeString": "type(library StoreCoreInternal)"
|
17857
17857
|
}
|
17858
17858
|
},
|
@@ -17864,7 +17864,7 @@
|
|
17864
17864
|
"memberLocation": "29596:29:18",
|
17865
17865
|
"memberName": "_loadEncodedDynamicDataLength",
|
17866
17866
|
"nodeType": "MemberAccess",
|
17867
|
-
"referencedDeclaration":
|
17867
|
+
"referencedDeclaration": 6412,
|
17868
17868
|
"src": "29578:47:18",
|
17869
17869
|
"typeDescriptions": {
|
17870
17870
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -18333,10 +18333,10 @@
|
|
18333
18333
|
"name": "StoreCoreInternal",
|
18334
18334
|
"nodeType": "Identifier",
|
18335
18335
|
"overloadedDeclarations": [],
|
18336
|
-
"referencedDeclaration":
|
18336
|
+
"referencedDeclaration": 6413,
|
18337
18337
|
"src": "29774:17:18",
|
18338
18338
|
"typeDescriptions": {
|
18339
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
18339
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
18340
18340
|
"typeString": "type(library StoreCoreInternal)"
|
18341
18341
|
}
|
18342
18342
|
},
|
@@ -19058,10 +19058,10 @@
|
|
19058
19058
|
"name": "StoreCoreInternal",
|
19059
19059
|
"nodeType": "Identifier",
|
19060
19060
|
"overloadedDeclarations": [],
|
19061
|
-
"referencedDeclaration":
|
19061
|
+
"referencedDeclaration": 6413,
|
19062
19062
|
"src": "32166:17:18",
|
19063
19063
|
"typeDescriptions": {
|
19064
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
19064
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
19065
19065
|
"typeString": "type(library StoreCoreInternal)"
|
19066
19066
|
}
|
19067
19067
|
},
|
@@ -19309,10 +19309,10 @@
|
|
19309
19309
|
"name": "StoreCoreInternal",
|
19310
19310
|
"nodeType": "Identifier",
|
19311
19311
|
"overloadedDeclarations": [],
|
19312
|
-
"referencedDeclaration":
|
19312
|
+
"referencedDeclaration": 6413,
|
19313
19313
|
"src": "32455:17:18",
|
19314
19314
|
"typeDescriptions": {
|
19315
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
19315
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
19316
19316
|
"typeString": "type(library StoreCoreInternal)"
|
19317
19317
|
}
|
19318
19318
|
},
|
@@ -19324,7 +19324,7 @@
|
|
19324
19324
|
"memberLocation": "32473:29:18",
|
19325
19325
|
"memberName": "_loadEncodedDynamicDataLength",
|
19326
19326
|
"nodeType": "MemberAccess",
|
19327
|
-
"referencedDeclaration":
|
19327
|
+
"referencedDeclaration": 6412,
|
19328
19328
|
"src": "32455:47:18",
|
19329
19329
|
"typeDescriptions": {
|
19330
19330
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -19684,10 +19684,10 @@
|
|
19684
19684
|
"name": "StoreCoreInternal",
|
19685
19685
|
"nodeType": "Identifier",
|
19686
19686
|
"overloadedDeclarations": [],
|
19687
|
-
"referencedDeclaration":
|
19687
|
+
"referencedDeclaration": 6413,
|
19688
19688
|
"src": "32759:17:18",
|
19689
19689
|
"typeDescriptions": {
|
19690
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
19690
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
19691
19691
|
"typeString": "type(library StoreCoreInternal)"
|
19692
19692
|
}
|
19693
19693
|
},
|
@@ -19699,7 +19699,7 @@
|
|
19699
19699
|
"memberLocation": "32777:23:18",
|
19700
19700
|
"memberName": "_getDynamicDataLocation",
|
19701
19701
|
"nodeType": "MemberAccess",
|
19702
|
-
"referencedDeclaration":
|
19702
|
+
"referencedDeclaration": 6361,
|
19703
19703
|
"src": "32759:41:18",
|
19704
19704
|
"typeDescriptions": {
|
19705
19705
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -21045,10 +21045,10 @@
|
|
21045
21045
|
"name": "StoreCoreInternal",
|
21046
21046
|
"nodeType": "Identifier",
|
21047
21047
|
"overloadedDeclarations": [],
|
21048
|
-
"referencedDeclaration":
|
21048
|
+
"referencedDeclaration": 6413,
|
21049
21049
|
"src": "34399:17:18",
|
21050
21050
|
"typeDescriptions": {
|
21051
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
21051
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
21052
21052
|
"typeString": "type(library StoreCoreInternal)"
|
21053
21053
|
}
|
21054
21054
|
},
|
@@ -21060,7 +21060,7 @@
|
|
21060
21060
|
"memberLocation": "34417:20:18",
|
21061
21061
|
"memberName": "_getStaticFieldBytes",
|
21062
21062
|
"nodeType": "MemberAccess",
|
21063
|
-
"referencedDeclaration":
|
21063
|
+
"referencedDeclaration": 6241,
|
21064
21064
|
"src": "34399:38:18",
|
21065
21065
|
"typeDescriptions": {
|
21066
21066
|
"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_$",
|
@@ -21344,10 +21344,10 @@
|
|
21344
21344
|
"name": "StoreCoreInternal",
|
21345
21345
|
"nodeType": "Identifier",
|
21346
21346
|
"overloadedDeclarations": [],
|
21347
|
-
"referencedDeclaration":
|
21347
|
+
"referencedDeclaration": 6413,
|
21348
21348
|
"src": "35550:17:18",
|
21349
21349
|
"typeDescriptions": {
|
21350
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
21350
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
21351
21351
|
"typeString": "type(library StoreCoreInternal)"
|
21352
21352
|
}
|
21353
21353
|
},
|
@@ -21359,7 +21359,7 @@
|
|
21359
21359
|
"memberLocation": "35568:22:18",
|
21360
21360
|
"memberName": "_getStaticDataLocation",
|
21361
21361
|
"nodeType": "MemberAccess",
|
21362
|
-
"referencedDeclaration":
|
21362
|
+
"referencedDeclaration": 6267,
|
21363
21363
|
"src": "35550:40:18",
|
21364
21364
|
"typeDescriptions": {
|
21365
21365
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -21490,10 +21490,10 @@
|
|
21490
21490
|
"name": "StoreCoreInternal",
|
21491
21491
|
"nodeType": "Identifier",
|
21492
21492
|
"overloadedDeclarations": [],
|
21493
|
-
"referencedDeclaration":
|
21493
|
+
"referencedDeclaration": 6413,
|
21494
21494
|
"src": "35676:17:18",
|
21495
21495
|
"typeDescriptions": {
|
21496
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
21496
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
21497
21497
|
"typeString": "type(library StoreCoreInternal)"
|
21498
21498
|
}
|
21499
21499
|
},
|
@@ -21505,7 +21505,7 @@
|
|
21505
21505
|
"memberLocation": "35694:20:18",
|
21506
21506
|
"memberName": "_getStaticDataOffset",
|
21507
21507
|
"nodeType": "MemberAccess",
|
21508
|
-
"referencedDeclaration":
|
21508
|
+
"referencedDeclaration": 6328,
|
21509
21509
|
"src": "35676:38:18",
|
21510
21510
|
"typeDescriptions": {
|
21511
21511
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint8_$returns$_t_uint256_$",
|
@@ -21869,10 +21869,10 @@
|
|
21869
21869
|
"name": "StoreCoreInternal",
|
21870
21870
|
"nodeType": "Identifier",
|
21871
21871
|
"overloadedDeclarations": [],
|
21872
|
-
"referencedDeclaration":
|
21872
|
+
"referencedDeclaration": 6413,
|
21873
21873
|
"src": "36520:17:18",
|
21874
21874
|
"typeDescriptions": {
|
21875
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
21875
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
21876
21876
|
"typeString": "type(library StoreCoreInternal)"
|
21877
21877
|
}
|
21878
21878
|
},
|
@@ -21884,7 +21884,7 @@
|
|
21884
21884
|
"memberLocation": "36538:23:18",
|
21885
21885
|
"memberName": "_getDynamicDataLocation",
|
21886
21886
|
"nodeType": "MemberAccess",
|
21887
|
-
"referencedDeclaration":
|
21887
|
+
"referencedDeclaration": 6361,
|
21888
21888
|
"src": "36520:41:18",
|
21889
21889
|
"typeDescriptions": {
|
21890
21890
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -21972,10 +21972,10 @@
|
|
21972
21972
|
"name": "StoreCoreInternal",
|
21973
21973
|
"nodeType": "Identifier",
|
21974
21974
|
"overloadedDeclarations": [],
|
21975
|
-
"referencedDeclaration":
|
21975
|
+
"referencedDeclaration": 6413,
|
21976
21976
|
"src": "36617:17:18",
|
21977
21977
|
"typeDescriptions": {
|
21978
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
21978
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
21979
21979
|
"typeString": "type(library StoreCoreInternal)"
|
21980
21980
|
}
|
21981
21981
|
},
|
@@ -21987,7 +21987,7 @@
|
|
21987
21987
|
"memberLocation": "36635:29:18",
|
21988
21988
|
"memberName": "_loadEncodedDynamicDataLength",
|
21989
21989
|
"nodeType": "MemberAccess",
|
21990
|
-
"referencedDeclaration":
|
21990
|
+
"referencedDeclaration": 6412,
|
21991
21991
|
"src": "36617:47:18",
|
21992
21992
|
"typeDescriptions": {
|
21993
21993
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -23263,10 +23263,10 @@
|
|
23263
23263
|
"name": "StoreCoreInternal",
|
23264
23264
|
"nodeType": "Identifier",
|
23265
23265
|
"overloadedDeclarations": [],
|
23266
|
-
"referencedDeclaration":
|
23266
|
+
"referencedDeclaration": 6413,
|
23267
23267
|
"src": "39114:17:18",
|
23268
23268
|
"typeDescriptions": {
|
23269
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
23269
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
23270
23270
|
"typeString": "type(library StoreCoreInternal)"
|
23271
23271
|
}
|
23272
23272
|
},
|
@@ -23278,7 +23278,7 @@
|
|
23278
23278
|
"memberLocation": "39132:29:18",
|
23279
23279
|
"memberName": "_loadEncodedDynamicDataLength",
|
23280
23280
|
"nodeType": "MemberAccess",
|
23281
|
-
"referencedDeclaration":
|
23281
|
+
"referencedDeclaration": 6412,
|
23282
23282
|
"src": "39114:47:18",
|
23283
23283
|
"typeDescriptions": {
|
23284
23284
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -23594,10 +23594,10 @@
|
|
23594
23594
|
"name": "StoreCoreInternal",
|
23595
23595
|
"nodeType": "Identifier",
|
23596
23596
|
"overloadedDeclarations": [],
|
23597
|
-
"referencedDeclaration":
|
23597
|
+
"referencedDeclaration": 6413,
|
23598
23598
|
"src": "40376:17:18",
|
23599
23599
|
"typeDescriptions": {
|
23600
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
23600
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
23601
23601
|
"typeString": "type(library StoreCoreInternal)"
|
23602
23602
|
}
|
23603
23603
|
},
|
@@ -23609,7 +23609,7 @@
|
|
23609
23609
|
"memberLocation": "40394:29:18",
|
23610
23610
|
"memberName": "_loadEncodedDynamicDataLength",
|
23611
23611
|
"nodeType": "MemberAccess",
|
23612
|
-
"referencedDeclaration":
|
23612
|
+
"referencedDeclaration": 6412,
|
23613
23613
|
"src": "40376:47:18",
|
23614
23614
|
"typeDescriptions": {
|
23615
23615
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
@@ -24131,10 +24131,10 @@
|
|
24131
24131
|
"name": "StoreCoreInternal",
|
24132
24132
|
"nodeType": "Identifier",
|
24133
24133
|
"overloadedDeclarations": [],
|
24134
|
-
"referencedDeclaration":
|
24134
|
+
"referencedDeclaration": 6413,
|
24135
24135
|
"src": "40763:17:18",
|
24136
24136
|
"typeDescriptions": {
|
24137
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$
|
24137
|
+
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6413_$",
|
24138
24138
|
"typeString": "type(library StoreCoreInternal)"
|
24139
24139
|
}
|
24140
24140
|
},
|
@@ -24146,7 +24146,7 @@
|
|
24146
24146
|
"memberLocation": "40781:23:18",
|
24147
24147
|
"memberName": "_getDynamicDataLocation",
|
24148
24148
|
"nodeType": "MemberAccess",
|
24149
|
-
"referencedDeclaration":
|
24149
|
+
"referencedDeclaration": 6361,
|
24150
24150
|
"src": "40763:41:18",
|
24151
24151
|
"typeDescriptions": {
|
24152
24152
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -24544,7 +24544,7 @@
|
|
24544
24544
|
],
|
24545
24545
|
"name": "StoreCore",
|
24546
24546
|
"nameLocation": "1356:9:18",
|
24547
|
-
"scope":
|
24547
|
+
"scope": 6414,
|
24548
24548
|
"usedErrors": [],
|
24549
24549
|
"usedEvents": [
|
24550
24550
|
4128,
|
@@ -24554,9 +24554,9 @@
|
|
24554
24554
|
]
|
24555
24555
|
},
|
24556
24556
|
{
|
24557
|
-
"id":
|
24557
|
+
"id": 6413,
|
24558
24558
|
"nodeType": "ContractDefinition",
|
24559
|
-
"src": "41119:
|
24559
|
+
"src": "41119:11936:18",
|
24560
24560
|
"nodes": [
|
24561
24561
|
{
|
24562
24562
|
"id": 5883,
|
@@ -24604,7 +24604,7 @@
|
|
24604
24604
|
"mutability": "constant",
|
24605
24605
|
"name": "SLOT",
|
24606
24606
|
"nameLocation": "41219:4:18",
|
24607
|
-
"scope":
|
24607
|
+
"scope": 6413,
|
24608
24608
|
"stateVariable": true,
|
24609
24609
|
"storageLocation": "default",
|
24610
24610
|
"typeDescriptions": {
|
@@ -24685,7 +24685,7 @@
|
|
24685
24685
|
"mutability": "constant",
|
24686
24686
|
"name": "DYNMAIC_DATA_SLOT",
|
24687
24687
|
"nameLocation": "41278:17:18",
|
24688
|
-
"scope":
|
24688
|
+
"scope": 6413,
|
24689
24689
|
"stateVariable": true,
|
24690
24690
|
"storageLocation": "default",
|
24691
24691
|
"typeDescriptions": {
|
@@ -24766,7 +24766,7 @@
|
|
24766
24766
|
"mutability": "constant",
|
24767
24767
|
"name": "DYNAMIC_DATA_LENGTH_SLOT",
|
24768
24768
|
"nameLocation": "41362:24:18",
|
24769
|
-
"scope":
|
24769
|
+
"scope": 6413,
|
24770
24770
|
"stateVariable": true,
|
24771
24771
|
"storageLocation": "default",
|
24772
24772
|
"typeDescriptions": {
|
@@ -24914,7 +24914,7 @@
|
|
24914
24914
|
"name": "RESOURCE_TABLE",
|
24915
24915
|
"nodeType": "Identifier",
|
24916
24916
|
"overloadedDeclarations": [],
|
24917
|
-
"referencedDeclaration":
|
24917
|
+
"referencedDeclaration": 18393,
|
24918
24918
|
"src": "43537:14:18",
|
24919
24919
|
"typeDescriptions": {
|
24920
24920
|
"typeIdentifier": "t_bytes2",
|
@@ -24943,7 +24943,7 @@
|
|
24943
24943
|
"name": "RESOURCE_TABLE",
|
24944
24944
|
"nodeType": "Identifier",
|
24945
24945
|
"overloadedDeclarations": [],
|
24946
|
-
"referencedDeclaration":
|
24946
|
+
"referencedDeclaration": 18393,
|
24947
24947
|
"src": "43607:14:18",
|
24948
24948
|
"typeDescriptions": {
|
24949
24949
|
"typeIdentifier": "t_bytes2",
|
@@ -26483,10 +26483,10 @@
|
|
26483
26483
|
"name": "StoreHooks",
|
26484
26484
|
"nodeType": "Identifier",
|
26485
26485
|
"overloadedDeclarations": [],
|
26486
|
-
"referencedDeclaration":
|
26486
|
+
"referencedDeclaration": 13961,
|
26487
26487
|
"src": "45456:10:18",
|
26488
26488
|
"typeDescriptions": {
|
26489
|
-
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$
|
26489
|
+
"typeIdentifier": "t_type$_t_contract$_StoreHooks_$13961_$",
|
26490
26490
|
"typeString": "type(library StoreHooks)"
|
26491
26491
|
}
|
26492
26492
|
},
|
@@ -26498,7 +26498,7 @@
|
|
26498
26498
|
"memberLocation": "45467:4:18",
|
26499
26499
|
"memberName": "_get",
|
26500
26500
|
"nodeType": "MemberAccess",
|
26501
|
-
"referencedDeclaration":
|
26501
|
+
"referencedDeclaration": 11935,
|
26502
26502
|
"src": "45456:15:18",
|
26503
26503
|
"typeDescriptions": {
|
26504
26504
|
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$2895_$returns$_t_array$_t_bytes21_$dyn_memory_ptr_$",
|
@@ -26674,7 +26674,7 @@
|
|
26674
26674
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
26675
26675
|
"nodeType": "Identifier",
|
26676
26676
|
"overloadedDeclarations": [],
|
26677
|
-
"referencedDeclaration":
|
26677
|
+
"referencedDeclaration": 18331,
|
26678
26678
|
"src": "45591:26:18",
|
26679
26679
|
"typeDescriptions": {
|
26680
26680
|
"typeIdentifier": "t_uint8",
|
@@ -27256,7 +27256,7 @@
|
|
27256
27256
|
"name": "_getDynamicDataLengthLocation",
|
27257
27257
|
"nodeType": "Identifier",
|
27258
27258
|
"overloadedDeclarations": [],
|
27259
|
-
"referencedDeclaration":
|
27259
|
+
"referencedDeclaration": 6387,
|
27260
27260
|
"src": "46118:29:18",
|
27261
27261
|
"typeDescriptions": {
|
27262
27262
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -27509,7 +27509,7 @@
|
|
27509
27509
|
"name": "_getDynamicDataLocation",
|
27510
27510
|
"nodeType": "Identifier",
|
27511
27511
|
"overloadedDeclarations": [],
|
27512
|
-
"referencedDeclaration":
|
27512
|
+
"referencedDeclaration": 6361,
|
27513
27513
|
"src": "46364:23:18",
|
27514
27514
|
"typeDescriptions": {
|
27515
27515
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint8_$returns$_t_uint256_$",
|
@@ -27797,7 +27797,7 @@
|
|
27797
27797
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
27798
27798
|
"nodeType": "Identifier",
|
27799
27799
|
"overloadedDeclarations": [],
|
27800
|
-
"referencedDeclaration":
|
27800
|
+
"referencedDeclaration": 18337,
|
27801
27801
|
"src": "46686:25:18",
|
27802
27802
|
"typeDescriptions": {
|
27803
27803
|
"typeIdentifier": "t_uint8",
|
@@ -28496,7 +28496,7 @@
|
|
28496
28496
|
"parameters": [],
|
28497
28497
|
"src": "43362:0:18"
|
28498
28498
|
},
|
28499
|
-
"scope":
|
28499
|
+
"scope": 6413,
|
28500
28500
|
"stateMutability": "nonpayable",
|
28501
28501
|
"virtual": false,
|
28502
28502
|
"visibility": "internal"
|
@@ -28661,10 +28661,10 @@
|
|
28661
28661
|
"name": "_getStaticDataLocation",
|
28662
28662
|
"nodeType": "Identifier",
|
28663
28663
|
"overloadedDeclarations": [
|
28664
|
-
|
28665
|
-
|
28664
|
+
6267,
|
28665
|
+
6292
|
28666
28666
|
],
|
28667
|
-
"referencedDeclaration":
|
28667
|
+
"referencedDeclaration": 6267,
|
28668
28668
|
"src": "47868:22:18",
|
28669
28669
|
"typeDescriptions": {
|
28670
28670
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
@@ -28959,20 +28959,20 @@
|
|
28959
28959
|
],
|
28960
28960
|
"src": "47761:14:18"
|
28961
28961
|
},
|
28962
|
-
"scope":
|
28962
|
+
"scope": 6413,
|
28963
28963
|
"stateMutability": "view",
|
28964
28964
|
"virtual": false,
|
28965
28965
|
"visibility": "internal"
|
28966
28966
|
},
|
28967
28967
|
{
|
28968
|
-
"id":
|
28968
|
+
"id": 6241,
|
28969
28969
|
"nodeType": "FunctionDefinition",
|
28970
|
-
"src": "48461:
|
28970
|
+
"src": "48461:511:18",
|
28971
28971
|
"nodes": [],
|
28972
28972
|
"body": {
|
28973
|
-
"id":
|
28973
|
+
"id": 6240,
|
28974
28974
|
"nodeType": "Block",
|
28975
|
-
"src": "48638:
|
28975
|
+
"src": "48638:334:18",
|
28976
28976
|
"nodes": [],
|
28977
28977
|
"statements": [
|
28978
28978
|
{
|
@@ -28981,24 +28981,24 @@
|
|
28981
28981
|
{
|
28982
28982
|
"arguments": [
|
28983
28983
|
{
|
28984
|
-
"id":
|
28984
|
+
"id": 6227,
|
28985
28985
|
"name": "tableId",
|
28986
28986
|
"nodeType": "Identifier",
|
28987
28987
|
"overloadedDeclarations": [],
|
28988
28988
|
"referencedDeclaration": 6211,
|
28989
|
-
"src": "
|
28989
|
+
"src": "48828:7:18",
|
28990
28990
|
"typeDescriptions": {
|
28991
28991
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
28992
28992
|
"typeString": "ResourceId"
|
28993
28993
|
}
|
28994
28994
|
},
|
28995
28995
|
{
|
28996
|
-
"id":
|
28996
|
+
"id": 6228,
|
28997
28997
|
"name": "keyTuple",
|
28998
28998
|
"nodeType": "Identifier",
|
28999
28999
|
"overloadedDeclarations": [],
|
29000
29000
|
"referencedDeclaration": 6214,
|
29001
|
-
"src": "
|
29001
|
+
"src": "48837:8:18",
|
29002
29002
|
"typeDescriptions": {
|
29003
29003
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
29004
29004
|
"typeString": "bytes32[] memory"
|
@@ -29016,34 +29016,21 @@
|
|
29016
29016
|
"typeString": "bytes32[] memory"
|
29017
29017
|
}
|
29018
29018
|
],
|
29019
|
-
"
|
29020
|
-
|
29021
|
-
|
29022
|
-
|
29023
|
-
|
29024
|
-
|
29025
|
-
|
29026
|
-
|
29027
|
-
|
29028
|
-
"typeString": "type(library StoreCoreInternal)"
|
29029
|
-
}
|
29030
|
-
},
|
29031
|
-
"id": 6227,
|
29032
|
-
"isConstant": false,
|
29033
|
-
"isLValue": false,
|
29034
|
-
"isPure": false,
|
29035
|
-
"lValueRequested": false,
|
29036
|
-
"memberLocation": "48823:22:18",
|
29037
|
-
"memberName": "_getStaticDataLocation",
|
29038
|
-
"nodeType": "MemberAccess",
|
29039
|
-
"referencedDeclaration": 6269,
|
29040
|
-
"src": "48805:40:18",
|
29019
|
+
"id": 6226,
|
29020
|
+
"name": "_getStaticDataLocation",
|
29021
|
+
"nodeType": "Identifier",
|
29022
|
+
"overloadedDeclarations": [
|
29023
|
+
6267,
|
29024
|
+
6292
|
29025
|
+
],
|
29026
|
+
"referencedDeclaration": 6267,
|
29027
|
+
"src": "48805:22:18",
|
29041
29028
|
"typeDescriptions": {
|
29042
29029
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
29043
29030
|
"typeString": "function (ResourceId,bytes32[] memory) pure returns (uint256)"
|
29044
29031
|
}
|
29045
29032
|
},
|
29046
|
-
"id":
|
29033
|
+
"id": 6229,
|
29047
29034
|
"isConstant": false,
|
29048
29035
|
"isLValue": false,
|
29049
29036
|
"isPure": false,
|
@@ -29052,7 +29039,7 @@
|
|
29052
29039
|
"nameLocations": [],
|
29053
29040
|
"names": [],
|
29054
29041
|
"nodeType": "FunctionCall",
|
29055
|
-
"src": "48805:
|
29042
|
+
"src": "48805:41:18",
|
29056
29043
|
"tryCall": false,
|
29057
29044
|
"typeDescriptions": {
|
29058
29045
|
"typeIdentifier": "t_uint256",
|
@@ -29062,12 +29049,12 @@
|
|
29062
29049
|
{
|
29063
29050
|
"arguments": [
|
29064
29051
|
{
|
29065
|
-
"id":
|
29052
|
+
"id": 6232,
|
29066
29053
|
"name": "fieldIndex",
|
29067
29054
|
"nodeType": "Identifier",
|
29068
29055
|
"overloadedDeclarations": [],
|
29069
29056
|
"referencedDeclaration": 6216,
|
29070
|
-
"src": "
|
29057
|
+
"src": "48884:10:18",
|
29071
29058
|
"typeDescriptions": {
|
29072
29059
|
"typeIdentifier": "t_uint8",
|
29073
29060
|
"typeString": "uint8"
|
@@ -29082,33 +29069,33 @@
|
|
29082
29069
|
}
|
29083
29070
|
],
|
29084
29071
|
"expression": {
|
29085
|
-
"id":
|
29072
|
+
"id": 6230,
|
29086
29073
|
"name": "fieldLayout",
|
29087
29074
|
"nodeType": "Identifier",
|
29088
29075
|
"overloadedDeclarations": [],
|
29089
29076
|
"referencedDeclaration": 6219,
|
29090
|
-
"src": "
|
29077
|
+
"src": "48864:11:18",
|
29091
29078
|
"typeDescriptions": {
|
29092
29079
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
29093
29080
|
"typeString": "FieldLayout"
|
29094
29081
|
}
|
29095
29082
|
},
|
29096
|
-
"id":
|
29083
|
+
"id": 6231,
|
29097
29084
|
"isConstant": false,
|
29098
29085
|
"isLValue": false,
|
29099
29086
|
"isPure": false,
|
29100
29087
|
"lValueRequested": false,
|
29101
|
-
"memberLocation": "
|
29088
|
+
"memberLocation": "48876:7:18",
|
29102
29089
|
"memberName": "atIndex",
|
29103
29090
|
"nodeType": "MemberAccess",
|
29104
29091
|
"referencedDeclaration": 993,
|
29105
|
-
"src": "
|
29092
|
+
"src": "48864:19:18",
|
29106
29093
|
"typeDescriptions": {
|
29107
29094
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint256_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$814_$",
|
29108
29095
|
"typeString": "function (FieldLayout,uint256) pure returns (uint256)"
|
29109
29096
|
}
|
29110
29097
|
},
|
29111
|
-
"id":
|
29098
|
+
"id": 6233,
|
29112
29099
|
"isConstant": false,
|
29113
29100
|
"isLValue": false,
|
29114
29101
|
"isPure": false,
|
@@ -29117,7 +29104,7 @@
|
|
29117
29104
|
"nameLocations": [],
|
29118
29105
|
"names": [],
|
29119
29106
|
"nodeType": "FunctionCall",
|
29120
|
-
"src": "
|
29107
|
+
"src": "48864:31:18",
|
29121
29108
|
"tryCall": false,
|
29122
29109
|
"typeDescriptions": {
|
29123
29110
|
"typeIdentifier": "t_uint256",
|
@@ -29127,24 +29114,24 @@
|
|
29127
29114
|
{
|
29128
29115
|
"arguments": [
|
29129
29116
|
{
|
29130
|
-
"id":
|
29117
|
+
"id": 6235,
|
29131
29118
|
"name": "fieldLayout",
|
29132
29119
|
"nodeType": "Identifier",
|
29133
29120
|
"overloadedDeclarations": [],
|
29134
29121
|
"referencedDeclaration": 6219,
|
29135
|
-
"src": "
|
29122
|
+
"src": "48934:11:18",
|
29136
29123
|
"typeDescriptions": {
|
29137
29124
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
29138
29125
|
"typeString": "FieldLayout"
|
29139
29126
|
}
|
29140
29127
|
},
|
29141
29128
|
{
|
29142
|
-
"id":
|
29129
|
+
"id": 6236,
|
29143
29130
|
"name": "fieldIndex",
|
29144
29131
|
"nodeType": "Identifier",
|
29145
29132
|
"overloadedDeclarations": [],
|
29146
29133
|
"referencedDeclaration": 6216,
|
29147
|
-
"src": "
|
29134
|
+
"src": "48947:10:18",
|
29148
29135
|
"typeDescriptions": {
|
29149
29136
|
"typeIdentifier": "t_uint8",
|
29150
29137
|
"typeString": "uint8"
|
@@ -29162,34 +29149,18 @@
|
|
29162
29149
|
"typeString": "uint8"
|
29163
29150
|
}
|
29164
29151
|
],
|
29165
|
-
"
|
29166
|
-
|
29167
|
-
|
29168
|
-
|
29169
|
-
|
29170
|
-
|
29171
|
-
"src": "48931:17:18",
|
29172
|
-
"typeDescriptions": {
|
29173
|
-
"typeIdentifier": "t_type$_t_contract$_StoreCoreInternal_$6415_$",
|
29174
|
-
"typeString": "type(library StoreCoreInternal)"
|
29175
|
-
}
|
29176
|
-
},
|
29177
|
-
"id": 6236,
|
29178
|
-
"isConstant": false,
|
29179
|
-
"isLValue": false,
|
29180
|
-
"isPure": false,
|
29181
|
-
"lValueRequested": false,
|
29182
|
-
"memberLocation": "48949:20:18",
|
29183
|
-
"memberName": "_getStaticDataOffset",
|
29184
|
-
"nodeType": "MemberAccess",
|
29185
|
-
"referencedDeclaration": 6330,
|
29186
|
-
"src": "48931:38:18",
|
29152
|
+
"id": 6234,
|
29153
|
+
"name": "_getStaticDataOffset",
|
29154
|
+
"nodeType": "Identifier",
|
29155
|
+
"overloadedDeclarations": [],
|
29156
|
+
"referencedDeclaration": 6328,
|
29157
|
+
"src": "48913:20:18",
|
29187
29158
|
"typeDescriptions": {
|
29188
29159
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint8_$returns$_t_uint256_$",
|
29189
29160
|
"typeString": "function (FieldLayout,uint8) pure returns (uint256)"
|
29190
29161
|
}
|
29191
29162
|
},
|
29192
|
-
"id":
|
29163
|
+
"id": 6237,
|
29193
29164
|
"isConstant": false,
|
29194
29165
|
"isLValue": false,
|
29195
29166
|
"isPure": false,
|
@@ -29198,7 +29169,7 @@
|
|
29198
29169
|
"nameLocations": [],
|
29199
29170
|
"names": [],
|
29200
29171
|
"nodeType": "FunctionCall",
|
29201
|
-
"src": "
|
29172
|
+
"src": "48913:45:18",
|
29202
29173
|
"tryCall": false,
|
29203
29174
|
"typeDescriptions": {
|
29204
29175
|
"typeIdentifier": "t_uint256",
|
@@ -29248,7 +29219,7 @@
|
|
29248
29219
|
"typeString": "function (uint256,uint256,uint256) view returns (bytes memory)"
|
29249
29220
|
}
|
29250
29221
|
},
|
29251
|
-
"id":
|
29222
|
+
"id": 6238,
|
29252
29223
|
"isConstant": false,
|
29253
29224
|
"isLValue": false,
|
29254
29225
|
"isPure": false,
|
@@ -29256,8 +29227,8 @@
|
|
29256
29227
|
"lValueRequested": false,
|
29257
29228
|
"nameLocations": [
|
29258
29229
|
"48789:14:18",
|
29259
|
-
"
|
29260
|
-
"
|
29230
|
+
"48856:6:18",
|
29231
|
+
"48905:6:18"
|
29261
29232
|
],
|
29262
29233
|
"names": [
|
29263
29234
|
"storagePointer",
|
@@ -29265,7 +29236,7 @@
|
|
29265
29236
|
"offset"
|
29266
29237
|
],
|
29267
29238
|
"nodeType": "FunctionCall",
|
29268
|
-
"src": "48766:
|
29239
|
+
"src": "48766:201:18",
|
29269
29240
|
"tryCall": false,
|
29270
29241
|
"typeDescriptions": {
|
29271
29242
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -29273,9 +29244,9 @@
|
|
29273
29244
|
}
|
29274
29245
|
},
|
29275
29246
|
"functionReturnParameters": 6223,
|
29276
|
-
"id":
|
29247
|
+
"id": 6239,
|
29277
29248
|
"nodeType": "Return",
|
29278
|
-
"src": "48753:
|
29249
|
+
"src": "48753:214:18"
|
29279
29250
|
}
|
29280
29251
|
]
|
29281
29252
|
},
|
@@ -29301,7 +29272,7 @@
|
|
29301
29272
|
"name": "tableId",
|
29302
29273
|
"nameLocation": "48507:7:18",
|
29303
29274
|
"nodeType": "VariableDeclaration",
|
29304
|
-
"scope":
|
29275
|
+
"scope": 6241,
|
29305
29276
|
"src": "48496:18:18",
|
29306
29277
|
"stateVariable": false,
|
29307
29278
|
"storageLocation": "default",
|
@@ -29338,7 +29309,7 @@
|
|
29338
29309
|
"name": "keyTuple",
|
29339
29310
|
"nameLocation": "48537:8:18",
|
29340
29311
|
"nodeType": "VariableDeclaration",
|
29341
|
-
"scope":
|
29312
|
+
"scope": 6241,
|
29342
29313
|
"src": "48520:25:18",
|
29343
29314
|
"stateVariable": false,
|
29344
29315
|
"storageLocation": "memory",
|
@@ -29374,7 +29345,7 @@
|
|
29374
29345
|
"name": "fieldIndex",
|
29375
29346
|
"nameLocation": "48557:10:18",
|
29376
29347
|
"nodeType": "VariableDeclaration",
|
29377
|
-
"scope":
|
29348
|
+
"scope": 6241,
|
29378
29349
|
"src": "48551:16:18",
|
29379
29350
|
"stateVariable": false,
|
29380
29351
|
"storageLocation": "default",
|
@@ -29401,7 +29372,7 @@
|
|
29401
29372
|
"name": "fieldLayout",
|
29402
29373
|
"nameLocation": "48585:11:18",
|
29403
29374
|
"nodeType": "VariableDeclaration",
|
29404
|
-
"scope":
|
29375
|
+
"scope": 6241,
|
29405
29376
|
"src": "48573:23:18",
|
29406
29377
|
"stateVariable": false,
|
29407
29378
|
"storageLocation": "default",
|
@@ -29445,7 +29416,7 @@
|
|
29445
29416
|
"name": "",
|
29446
29417
|
"nameLocation": "-1:-1:-1",
|
29447
29418
|
"nodeType": "VariableDeclaration",
|
29448
|
-
"scope":
|
29419
|
+
"scope": 6241,
|
29449
29420
|
"src": "48624:12:18",
|
29450
29421
|
"stateVariable": false,
|
29451
29422
|
"storageLocation": "memory",
|
@@ -29468,20 +29439,20 @@
|
|
29468
29439
|
],
|
29469
29440
|
"src": "48623:14:18"
|
29470
29441
|
},
|
29471
|
-
"scope":
|
29442
|
+
"scope": 6413,
|
29472
29443
|
"stateMutability": "view",
|
29473
29444
|
"virtual": false,
|
29474
29445
|
"visibility": "internal"
|
29475
29446
|
},
|
29476
29447
|
{
|
29477
|
-
"id":
|
29448
|
+
"id": 6267,
|
29478
29449
|
"nodeType": "FunctionDefinition",
|
29479
|
-
"src": "
|
29450
|
+
"src": "49619:191:18",
|
29480
29451
|
"nodes": [],
|
29481
29452
|
"body": {
|
29482
|
-
"id":
|
29453
|
+
"id": 6266,
|
29483
29454
|
"nodeType": "Block",
|
29484
|
-
"src": "
|
29455
|
+
"src": "49730:80:18",
|
29485
29456
|
"nodes": [],
|
29486
29457
|
"statements": [
|
29487
29458
|
{
|
@@ -29492,18 +29463,18 @@
|
|
29492
29463
|
"typeIdentifier": "t_bytes32",
|
29493
29464
|
"typeString": "bytes32"
|
29494
29465
|
},
|
29495
|
-
"id":
|
29466
|
+
"id": 6263,
|
29496
29467
|
"isConstant": false,
|
29497
29468
|
"isLValue": false,
|
29498
29469
|
"isPure": false,
|
29499
29470
|
"lValueRequested": false,
|
29500
29471
|
"leftExpression": {
|
29501
|
-
"id":
|
29472
|
+
"id": 6255,
|
29502
29473
|
"name": "SLOT",
|
29503
29474
|
"nodeType": "Identifier",
|
29504
29475
|
"overloadedDeclarations": [],
|
29505
29476
|
"referencedDeclaration": 5888,
|
29506
|
-
"src": "
|
29477
|
+
"src": "49751:4:18",
|
29507
29478
|
"typeDescriptions": {
|
29508
29479
|
"typeIdentifier": "t_bytes32",
|
29509
29480
|
"typeString": "bytes32"
|
@@ -29516,24 +29487,24 @@
|
|
29516
29487
|
{
|
29517
29488
|
"arguments": [
|
29518
29489
|
{
|
29519
|
-
"id":
|
29490
|
+
"id": 6259,
|
29520
29491
|
"name": "tableId",
|
29521
29492
|
"nodeType": "Identifier",
|
29522
29493
|
"overloadedDeclarations": [],
|
29523
|
-
"referencedDeclaration":
|
29524
|
-
"src": "
|
29494
|
+
"referencedDeclaration": 6245,
|
29495
|
+
"src": "49785:7:18",
|
29525
29496
|
"typeDescriptions": {
|
29526
29497
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
29527
29498
|
"typeString": "ResourceId"
|
29528
29499
|
}
|
29529
29500
|
},
|
29530
29501
|
{
|
29531
|
-
"id":
|
29502
|
+
"id": 6260,
|
29532
29503
|
"name": "keyTuple",
|
29533
29504
|
"nodeType": "Identifier",
|
29534
29505
|
"overloadedDeclarations": [],
|
29535
|
-
"referencedDeclaration":
|
29536
|
-
"src": "
|
29506
|
+
"referencedDeclaration": 6248,
|
29507
|
+
"src": "49794:8:18",
|
29537
29508
|
"typeDescriptions": {
|
29538
29509
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
29539
29510
|
"typeString": "bytes32[] memory"
|
@@ -29552,32 +29523,32 @@
|
|
29552
29523
|
}
|
29553
29524
|
],
|
29554
29525
|
"expression": {
|
29555
|
-
"id":
|
29526
|
+
"id": 6257,
|
29556
29527
|
"name": "abi",
|
29557
29528
|
"nodeType": "Identifier",
|
29558
29529
|
"overloadedDeclarations": [],
|
29559
29530
|
"referencedDeclaration": -1,
|
29560
|
-
"src": "
|
29531
|
+
"src": "49768:3:18",
|
29561
29532
|
"typeDescriptions": {
|
29562
29533
|
"typeIdentifier": "t_magic_abi",
|
29563
29534
|
"typeString": "abi"
|
29564
29535
|
}
|
29565
29536
|
},
|
29566
|
-
"id":
|
29537
|
+
"id": 6258,
|
29567
29538
|
"isConstant": false,
|
29568
29539
|
"isLValue": false,
|
29569
29540
|
"isPure": true,
|
29570
29541
|
"lValueRequested": false,
|
29571
|
-
"memberLocation": "
|
29542
|
+
"memberLocation": "49772:12:18",
|
29572
29543
|
"memberName": "encodePacked",
|
29573
29544
|
"nodeType": "MemberAccess",
|
29574
|
-
"src": "
|
29545
|
+
"src": "49768:16:18",
|
29575
29546
|
"typeDescriptions": {
|
29576
29547
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
29577
29548
|
"typeString": "function () pure returns (bytes memory)"
|
29578
29549
|
}
|
29579
29550
|
},
|
29580
|
-
"id":
|
29551
|
+
"id": 6261,
|
29581
29552
|
"isConstant": false,
|
29582
29553
|
"isLValue": false,
|
29583
29554
|
"isPure": false,
|
@@ -29586,7 +29557,7 @@
|
|
29586
29557
|
"nameLocations": [],
|
29587
29558
|
"names": [],
|
29588
29559
|
"nodeType": "FunctionCall",
|
29589
|
-
"src": "
|
29560
|
+
"src": "49768:35:18",
|
29590
29561
|
"tryCall": false,
|
29591
29562
|
"typeDescriptions": {
|
29592
29563
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -29601,18 +29572,18 @@
|
|
29601
29572
|
"typeString": "bytes memory"
|
29602
29573
|
}
|
29603
29574
|
],
|
29604
|
-
"id":
|
29575
|
+
"id": 6256,
|
29605
29576
|
"name": "keccak256",
|
29606
29577
|
"nodeType": "Identifier",
|
29607
29578
|
"overloadedDeclarations": [],
|
29608
29579
|
"referencedDeclaration": -8,
|
29609
|
-
"src": "
|
29580
|
+
"src": "49758:9:18",
|
29610
29581
|
"typeDescriptions": {
|
29611
29582
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
29612
29583
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
29613
29584
|
}
|
29614
29585
|
},
|
29615
|
-
"id":
|
29586
|
+
"id": 6262,
|
29616
29587
|
"isConstant": false,
|
29617
29588
|
"isLValue": false,
|
29618
29589
|
"isPure": false,
|
@@ -29621,14 +29592,14 @@
|
|
29621
29592
|
"nameLocations": [],
|
29622
29593
|
"names": [],
|
29623
29594
|
"nodeType": "FunctionCall",
|
29624
|
-
"src": "
|
29595
|
+
"src": "49758:46:18",
|
29625
29596
|
"tryCall": false,
|
29626
29597
|
"typeDescriptions": {
|
29627
29598
|
"typeIdentifier": "t_bytes32",
|
29628
29599
|
"typeString": "bytes32"
|
29629
29600
|
}
|
29630
29601
|
},
|
29631
|
-
"src": "
|
29602
|
+
"src": "49751:53:18",
|
29632
29603
|
"typeDescriptions": {
|
29633
29604
|
"typeIdentifier": "t_bytes32",
|
29634
29605
|
"typeString": "bytes32"
|
@@ -29642,26 +29613,26 @@
|
|
29642
29613
|
"typeString": "bytes32"
|
29643
29614
|
}
|
29644
29615
|
],
|
29645
|
-
"id":
|
29616
|
+
"id": 6254,
|
29646
29617
|
"isConstant": false,
|
29647
29618
|
"isLValue": false,
|
29648
29619
|
"isPure": true,
|
29649
29620
|
"lValueRequested": false,
|
29650
29621
|
"nodeType": "ElementaryTypeNameExpression",
|
29651
|
-
"src": "
|
29622
|
+
"src": "49743:7:18",
|
29652
29623
|
"typeDescriptions": {
|
29653
29624
|
"typeIdentifier": "t_type$_t_uint256_$",
|
29654
29625
|
"typeString": "type(uint256)"
|
29655
29626
|
},
|
29656
29627
|
"typeName": {
|
29657
|
-
"id":
|
29628
|
+
"id": 6253,
|
29658
29629
|
"name": "uint256",
|
29659
29630
|
"nodeType": "ElementaryTypeName",
|
29660
|
-
"src": "
|
29631
|
+
"src": "49743:7:18",
|
29661
29632
|
"typeDescriptions": {}
|
29662
29633
|
}
|
29663
29634
|
},
|
29664
|
-
"id":
|
29635
|
+
"id": 6264,
|
29665
29636
|
"isConstant": false,
|
29666
29637
|
"isLValue": false,
|
29667
29638
|
"isPure": false,
|
@@ -29670,44 +29641,44 @@
|
|
29670
29641
|
"nameLocations": [],
|
29671
29642
|
"names": [],
|
29672
29643
|
"nodeType": "FunctionCall",
|
29673
|
-
"src": "
|
29644
|
+
"src": "49743:62:18",
|
29674
29645
|
"tryCall": false,
|
29675
29646
|
"typeDescriptions": {
|
29676
29647
|
"typeIdentifier": "t_uint256",
|
29677
29648
|
"typeString": "uint256"
|
29678
29649
|
}
|
29679
29650
|
},
|
29680
|
-
"functionReturnParameters":
|
29681
|
-
"id":
|
29651
|
+
"functionReturnParameters": 6252,
|
29652
|
+
"id": 6265,
|
29682
29653
|
"nodeType": "Return",
|
29683
|
-
"src": "
|
29654
|
+
"src": "49736:69:18"
|
29684
29655
|
}
|
29685
29656
|
]
|
29686
29657
|
},
|
29687
29658
|
"documentation": {
|
29688
|
-
"id":
|
29659
|
+
"id": 6242,
|
29689
29660
|
"nodeType": "StructuredDocumentation",
|
29690
|
-
"src": "
|
29661
|
+
"src": "49338:278:18",
|
29691
29662
|
"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."
|
29692
29663
|
},
|
29693
29664
|
"implemented": true,
|
29694
29665
|
"kind": "function",
|
29695
29666
|
"modifiers": [],
|
29696
29667
|
"name": "_getStaticDataLocation",
|
29697
|
-
"nameLocation": "
|
29668
|
+
"nameLocation": "49628:22:18",
|
29698
29669
|
"parameters": {
|
29699
|
-
"id":
|
29670
|
+
"id": 6249,
|
29700
29671
|
"nodeType": "ParameterList",
|
29701
29672
|
"parameters": [
|
29702
29673
|
{
|
29703
29674
|
"constant": false,
|
29704
|
-
"id":
|
29675
|
+
"id": 6245,
|
29705
29676
|
"mutability": "mutable",
|
29706
29677
|
"name": "tableId",
|
29707
|
-
"nameLocation": "
|
29678
|
+
"nameLocation": "49662:7:18",
|
29708
29679
|
"nodeType": "VariableDeclaration",
|
29709
|
-
"scope":
|
29710
|
-
"src": "
|
29680
|
+
"scope": 6267,
|
29681
|
+
"src": "49651:18:18",
|
29711
29682
|
"stateVariable": false,
|
29712
29683
|
"storageLocation": "default",
|
29713
29684
|
"typeDescriptions": {
|
@@ -29715,20 +29686,20 @@
|
|
29715
29686
|
"typeString": "ResourceId"
|
29716
29687
|
},
|
29717
29688
|
"typeName": {
|
29718
|
-
"id":
|
29689
|
+
"id": 6244,
|
29719
29690
|
"nodeType": "UserDefinedTypeName",
|
29720
29691
|
"pathNode": {
|
29721
|
-
"id":
|
29692
|
+
"id": 6243,
|
29722
29693
|
"name": "ResourceId",
|
29723
29694
|
"nameLocations": [
|
29724
|
-
"
|
29695
|
+
"49651:10:18"
|
29725
29696
|
],
|
29726
29697
|
"nodeType": "IdentifierPath",
|
29727
29698
|
"referencedDeclaration": 2895,
|
29728
|
-
"src": "
|
29699
|
+
"src": "49651:10:18"
|
29729
29700
|
},
|
29730
29701
|
"referencedDeclaration": 2895,
|
29731
|
-
"src": "
|
29702
|
+
"src": "49651:10:18",
|
29732
29703
|
"typeDescriptions": {
|
29733
29704
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
29734
29705
|
"typeString": "ResourceId"
|
@@ -29738,13 +29709,13 @@
|
|
29738
29709
|
},
|
29739
29710
|
{
|
29740
29711
|
"constant": false,
|
29741
|
-
"id":
|
29712
|
+
"id": 6248,
|
29742
29713
|
"mutability": "mutable",
|
29743
29714
|
"name": "keyTuple",
|
29744
|
-
"nameLocation": "
|
29715
|
+
"nameLocation": "49688:8:18",
|
29745
29716
|
"nodeType": "VariableDeclaration",
|
29746
|
-
"scope":
|
29747
|
-
"src": "
|
29717
|
+
"scope": 6267,
|
29718
|
+
"src": "49671:25:18",
|
29748
29719
|
"stateVariable": false,
|
29749
29720
|
"storageLocation": "memory",
|
29750
29721
|
"typeDescriptions": {
|
@@ -29753,18 +29724,18 @@
|
|
29753
29724
|
},
|
29754
29725
|
"typeName": {
|
29755
29726
|
"baseType": {
|
29756
|
-
"id":
|
29727
|
+
"id": 6246,
|
29757
29728
|
"name": "bytes32",
|
29758
29729
|
"nodeType": "ElementaryTypeName",
|
29759
|
-
"src": "
|
29730
|
+
"src": "49671:7:18",
|
29760
29731
|
"typeDescriptions": {
|
29761
29732
|
"typeIdentifier": "t_bytes32",
|
29762
29733
|
"typeString": "bytes32"
|
29763
29734
|
}
|
29764
29735
|
},
|
29765
|
-
"id":
|
29736
|
+
"id": 6247,
|
29766
29737
|
"nodeType": "ArrayTypeName",
|
29767
|
-
"src": "
|
29738
|
+
"src": "49671:9:18",
|
29768
29739
|
"typeDescriptions": {
|
29769
29740
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
29770
29741
|
"typeString": "bytes32[]"
|
@@ -29773,21 +29744,21 @@
|
|
29773
29744
|
"visibility": "internal"
|
29774
29745
|
}
|
29775
29746
|
],
|
29776
|
-
"src": "
|
29747
|
+
"src": "49650:47:18"
|
29777
29748
|
},
|
29778
29749
|
"returnParameters": {
|
29779
|
-
"id":
|
29750
|
+
"id": 6252,
|
29780
29751
|
"nodeType": "ParameterList",
|
29781
29752
|
"parameters": [
|
29782
29753
|
{
|
29783
29754
|
"constant": false,
|
29784
|
-
"id":
|
29755
|
+
"id": 6251,
|
29785
29756
|
"mutability": "mutable",
|
29786
29757
|
"name": "",
|
29787
29758
|
"nameLocation": "-1:-1:-1",
|
29788
29759
|
"nodeType": "VariableDeclaration",
|
29789
|
-
"scope":
|
29790
|
-
"src": "
|
29760
|
+
"scope": 6267,
|
29761
|
+
"src": "49721:7:18",
|
29791
29762
|
"stateVariable": false,
|
29792
29763
|
"storageLocation": "default",
|
29793
29764
|
"typeDescriptions": {
|
@@ -29795,10 +29766,10 @@
|
|
29795
29766
|
"typeString": "uint256"
|
29796
29767
|
},
|
29797
29768
|
"typeName": {
|
29798
|
-
"id":
|
29769
|
+
"id": 6250,
|
29799
29770
|
"name": "uint256",
|
29800
29771
|
"nodeType": "ElementaryTypeName",
|
29801
|
-
"src": "
|
29772
|
+
"src": "49721:7:18",
|
29802
29773
|
"typeDescriptions": {
|
29803
29774
|
"typeIdentifier": "t_uint256",
|
29804
29775
|
"typeString": "uint256"
|
@@ -29807,22 +29778,22 @@
|
|
29807
29778
|
"visibility": "internal"
|
29808
29779
|
}
|
29809
29780
|
],
|
29810
|
-
"src": "
|
29781
|
+
"src": "49720:9:18"
|
29811
29782
|
},
|
29812
|
-
"scope":
|
29783
|
+
"scope": 6413,
|
29813
29784
|
"stateMutability": "pure",
|
29814
29785
|
"virtual": false,
|
29815
29786
|
"visibility": "internal"
|
29816
29787
|
},
|
29817
29788
|
{
|
29818
|
-
"id":
|
29789
|
+
"id": 6292,
|
29819
29790
|
"nodeType": "FunctionDefinition",
|
29820
|
-
"src": "
|
29791
|
+
"src": "50062:282:18",
|
29821
29792
|
"nodes": [],
|
29822
29793
|
"body": {
|
29823
|
-
"id":
|
29794
|
+
"id": 6291,
|
29824
29795
|
"nodeType": "Block",
|
29825
|
-
"src": "
|
29796
|
+
"src": "50159:185:18",
|
29826
29797
|
"nodes": [],
|
29827
29798
|
"statements": [
|
29828
29799
|
{
|
@@ -29833,18 +29804,18 @@
|
|
29833
29804
|
"typeIdentifier": "t_bytes32",
|
29834
29805
|
"typeString": "bytes32"
|
29835
29806
|
},
|
29836
|
-
"id":
|
29807
|
+
"id": 6288,
|
29837
29808
|
"isConstant": false,
|
29838
29809
|
"isLValue": false,
|
29839
29810
|
"isPure": false,
|
29840
29811
|
"lValueRequested": false,
|
29841
29812
|
"leftExpression": {
|
29842
|
-
"id":
|
29813
|
+
"id": 6280,
|
29843
29814
|
"name": "SLOT",
|
29844
29815
|
"nodeType": "Identifier",
|
29845
29816
|
"overloadedDeclarations": [],
|
29846
29817
|
"referencedDeclaration": 5888,
|
29847
|
-
"src": "
|
29818
|
+
"src": "50290:4:18",
|
29848
29819
|
"typeDescriptions": {
|
29849
29820
|
"typeIdentifier": "t_bytes32",
|
29850
29821
|
"typeString": "bytes32"
|
@@ -29857,24 +29828,24 @@
|
|
29857
29828
|
{
|
29858
29829
|
"arguments": [
|
29859
29830
|
{
|
29860
|
-
"id":
|
29831
|
+
"id": 6284,
|
29861
29832
|
"name": "tableId",
|
29862
29833
|
"nodeType": "Identifier",
|
29863
29834
|
"overloadedDeclarations": [],
|
29864
|
-
"referencedDeclaration":
|
29865
|
-
"src": "
|
29835
|
+
"referencedDeclaration": 6271,
|
29836
|
+
"src": "50324:7:18",
|
29866
29837
|
"typeDescriptions": {
|
29867
29838
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
29868
29839
|
"typeString": "ResourceId"
|
29869
29840
|
}
|
29870
29841
|
},
|
29871
29842
|
{
|
29872
|
-
"id":
|
29843
|
+
"id": 6285,
|
29873
29844
|
"name": "key",
|
29874
29845
|
"nodeType": "Identifier",
|
29875
29846
|
"overloadedDeclarations": [],
|
29876
|
-
"referencedDeclaration":
|
29877
|
-
"src": "
|
29847
|
+
"referencedDeclaration": 6273,
|
29848
|
+
"src": "50333:3:18",
|
29878
29849
|
"typeDescriptions": {
|
29879
29850
|
"typeIdentifier": "t_bytes32",
|
29880
29851
|
"typeString": "bytes32"
|
@@ -29893,32 +29864,32 @@
|
|
29893
29864
|
}
|
29894
29865
|
],
|
29895
29866
|
"expression": {
|
29896
|
-
"id":
|
29867
|
+
"id": 6282,
|
29897
29868
|
"name": "abi",
|
29898
29869
|
"nodeType": "Identifier",
|
29899
29870
|
"overloadedDeclarations": [],
|
29900
29871
|
"referencedDeclaration": -1,
|
29901
|
-
"src": "
|
29872
|
+
"src": "50307:3:18",
|
29902
29873
|
"typeDescriptions": {
|
29903
29874
|
"typeIdentifier": "t_magic_abi",
|
29904
29875
|
"typeString": "abi"
|
29905
29876
|
}
|
29906
29877
|
},
|
29907
|
-
"id":
|
29878
|
+
"id": 6283,
|
29908
29879
|
"isConstant": false,
|
29909
29880
|
"isLValue": false,
|
29910
29881
|
"isPure": true,
|
29911
29882
|
"lValueRequested": false,
|
29912
|
-
"memberLocation": "
|
29883
|
+
"memberLocation": "50311:12:18",
|
29913
29884
|
"memberName": "encodePacked",
|
29914
29885
|
"nodeType": "MemberAccess",
|
29915
|
-
"src": "
|
29886
|
+
"src": "50307:16:18",
|
29916
29887
|
"typeDescriptions": {
|
29917
29888
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
29918
29889
|
"typeString": "function () pure returns (bytes memory)"
|
29919
29890
|
}
|
29920
29891
|
},
|
29921
|
-
"id":
|
29892
|
+
"id": 6286,
|
29922
29893
|
"isConstant": false,
|
29923
29894
|
"isLValue": false,
|
29924
29895
|
"isPure": false,
|
@@ -29927,7 +29898,7 @@
|
|
29927
29898
|
"nameLocations": [],
|
29928
29899
|
"names": [],
|
29929
29900
|
"nodeType": "FunctionCall",
|
29930
|
-
"src": "
|
29901
|
+
"src": "50307:30:18",
|
29931
29902
|
"tryCall": false,
|
29932
29903
|
"typeDescriptions": {
|
29933
29904
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -29942,18 +29913,18 @@
|
|
29942
29913
|
"typeString": "bytes memory"
|
29943
29914
|
}
|
29944
29915
|
],
|
29945
|
-
"id":
|
29916
|
+
"id": 6281,
|
29946
29917
|
"name": "keccak256",
|
29947
29918
|
"nodeType": "Identifier",
|
29948
29919
|
"overloadedDeclarations": [],
|
29949
29920
|
"referencedDeclaration": -8,
|
29950
|
-
"src": "
|
29921
|
+
"src": "50297:9:18",
|
29951
29922
|
"typeDescriptions": {
|
29952
29923
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
29953
29924
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
29954
29925
|
}
|
29955
29926
|
},
|
29956
|
-
"id":
|
29927
|
+
"id": 6287,
|
29957
29928
|
"isConstant": false,
|
29958
29929
|
"isLValue": false,
|
29959
29930
|
"isPure": false,
|
@@ -29962,14 +29933,14 @@
|
|
29962
29933
|
"nameLocations": [],
|
29963
29934
|
"names": [],
|
29964
29935
|
"nodeType": "FunctionCall",
|
29965
|
-
"src": "
|
29936
|
+
"src": "50297:41:18",
|
29966
29937
|
"tryCall": false,
|
29967
29938
|
"typeDescriptions": {
|
29968
29939
|
"typeIdentifier": "t_bytes32",
|
29969
29940
|
"typeString": "bytes32"
|
29970
29941
|
}
|
29971
29942
|
},
|
29972
|
-
"src": "
|
29943
|
+
"src": "50290:48:18",
|
29973
29944
|
"typeDescriptions": {
|
29974
29945
|
"typeIdentifier": "t_bytes32",
|
29975
29946
|
"typeString": "bytes32"
|
@@ -29983,26 +29954,26 @@
|
|
29983
29954
|
"typeString": "bytes32"
|
29984
29955
|
}
|
29985
29956
|
],
|
29986
|
-
"id":
|
29957
|
+
"id": 6279,
|
29987
29958
|
"isConstant": false,
|
29988
29959
|
"isLValue": false,
|
29989
29960
|
"isPure": true,
|
29990
29961
|
"lValueRequested": false,
|
29991
29962
|
"nodeType": "ElementaryTypeNameExpression",
|
29992
|
-
"src": "
|
29963
|
+
"src": "50282:7:18",
|
29993
29964
|
"typeDescriptions": {
|
29994
29965
|
"typeIdentifier": "t_type$_t_uint256_$",
|
29995
29966
|
"typeString": "type(uint256)"
|
29996
29967
|
},
|
29997
29968
|
"typeName": {
|
29998
|
-
"id":
|
29969
|
+
"id": 6278,
|
29999
29970
|
"name": "uint256",
|
30000
29971
|
"nodeType": "ElementaryTypeName",
|
30001
|
-
"src": "
|
29972
|
+
"src": "50282:7:18",
|
30002
29973
|
"typeDescriptions": {}
|
30003
29974
|
}
|
30004
29975
|
},
|
30005
|
-
"id":
|
29976
|
+
"id": 6289,
|
30006
29977
|
"isConstant": false,
|
30007
29978
|
"isLValue": false,
|
30008
29979
|
"isPure": false,
|
@@ -30011,44 +29982,44 @@
|
|
30011
29982
|
"nameLocations": [],
|
30012
29983
|
"names": [],
|
30013
29984
|
"nodeType": "FunctionCall",
|
30014
|
-
"src": "
|
29985
|
+
"src": "50282:57:18",
|
30015
29986
|
"tryCall": false,
|
30016
29987
|
"typeDescriptions": {
|
30017
29988
|
"typeIdentifier": "t_uint256",
|
30018
29989
|
"typeString": "uint256"
|
30019
29990
|
}
|
30020
29991
|
},
|
30021
|
-
"functionReturnParameters":
|
30022
|
-
"id":
|
29992
|
+
"functionReturnParameters": 6277,
|
29993
|
+
"id": 6290,
|
30023
29994
|
"nodeType": "Return",
|
30024
|
-
"src": "
|
29995
|
+
"src": "50275:64:18"
|
30025
29996
|
}
|
30026
29997
|
]
|
30027
29998
|
},
|
30028
29999
|
"documentation": {
|
30029
|
-
"id":
|
30000
|
+
"id": 6268,
|
30030
30001
|
"nodeType": "StructuredDocumentation",
|
30031
|
-
"src": "
|
30002
|
+
"src": "49814:245:18",
|
30032
30003
|
"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."
|
30033
30004
|
},
|
30034
30005
|
"implemented": true,
|
30035
30006
|
"kind": "function",
|
30036
30007
|
"modifiers": [],
|
30037
30008
|
"name": "_getStaticDataLocation",
|
30038
|
-
"nameLocation": "
|
30009
|
+
"nameLocation": "50071:22:18",
|
30039
30010
|
"parameters": {
|
30040
|
-
"id":
|
30011
|
+
"id": 6274,
|
30041
30012
|
"nodeType": "ParameterList",
|
30042
30013
|
"parameters": [
|
30043
30014
|
{
|
30044
30015
|
"constant": false,
|
30045
|
-
"id":
|
30016
|
+
"id": 6271,
|
30046
30017
|
"mutability": "mutable",
|
30047
30018
|
"name": "tableId",
|
30048
|
-
"nameLocation": "
|
30019
|
+
"nameLocation": "50105:7:18",
|
30049
30020
|
"nodeType": "VariableDeclaration",
|
30050
|
-
"scope":
|
30051
|
-
"src": "
|
30021
|
+
"scope": 6292,
|
30022
|
+
"src": "50094:18:18",
|
30052
30023
|
"stateVariable": false,
|
30053
30024
|
"storageLocation": "default",
|
30054
30025
|
"typeDescriptions": {
|
@@ -30056,20 +30027,20 @@
|
|
30056
30027
|
"typeString": "ResourceId"
|
30057
30028
|
},
|
30058
30029
|
"typeName": {
|
30059
|
-
"id":
|
30030
|
+
"id": 6270,
|
30060
30031
|
"nodeType": "UserDefinedTypeName",
|
30061
30032
|
"pathNode": {
|
30062
|
-
"id":
|
30033
|
+
"id": 6269,
|
30063
30034
|
"name": "ResourceId",
|
30064
30035
|
"nameLocations": [
|
30065
|
-
"
|
30036
|
+
"50094:10:18"
|
30066
30037
|
],
|
30067
30038
|
"nodeType": "IdentifierPath",
|
30068
30039
|
"referencedDeclaration": 2895,
|
30069
|
-
"src": "
|
30040
|
+
"src": "50094:10:18"
|
30070
30041
|
},
|
30071
30042
|
"referencedDeclaration": 2895,
|
30072
|
-
"src": "
|
30043
|
+
"src": "50094:10:18",
|
30073
30044
|
"typeDescriptions": {
|
30074
30045
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
30075
30046
|
"typeString": "ResourceId"
|
@@ -30079,13 +30050,13 @@
|
|
30079
30050
|
},
|
30080
30051
|
{
|
30081
30052
|
"constant": false,
|
30082
|
-
"id":
|
30053
|
+
"id": 6273,
|
30083
30054
|
"mutability": "mutable",
|
30084
30055
|
"name": "key",
|
30085
|
-
"nameLocation": "
|
30056
|
+
"nameLocation": "50122:3:18",
|
30086
30057
|
"nodeType": "VariableDeclaration",
|
30087
|
-
"scope":
|
30088
|
-
"src": "
|
30058
|
+
"scope": 6292,
|
30059
|
+
"src": "50114:11:18",
|
30089
30060
|
"stateVariable": false,
|
30090
30061
|
"storageLocation": "default",
|
30091
30062
|
"typeDescriptions": {
|
@@ -30093,10 +30064,10 @@
|
|
30093
30064
|
"typeString": "bytes32"
|
30094
30065
|
},
|
30095
30066
|
"typeName": {
|
30096
|
-
"id":
|
30067
|
+
"id": 6272,
|
30097
30068
|
"name": "bytes32",
|
30098
30069
|
"nodeType": "ElementaryTypeName",
|
30099
|
-
"src": "
|
30070
|
+
"src": "50114:7:18",
|
30100
30071
|
"typeDescriptions": {
|
30101
30072
|
"typeIdentifier": "t_bytes32",
|
30102
30073
|
"typeString": "bytes32"
|
@@ -30105,21 +30076,21 @@
|
|
30105
30076
|
"visibility": "internal"
|
30106
30077
|
}
|
30107
30078
|
],
|
30108
|
-
"src": "
|
30079
|
+
"src": "50093:33:18"
|
30109
30080
|
},
|
30110
30081
|
"returnParameters": {
|
30111
|
-
"id":
|
30082
|
+
"id": 6277,
|
30112
30083
|
"nodeType": "ParameterList",
|
30113
30084
|
"parameters": [
|
30114
30085
|
{
|
30115
30086
|
"constant": false,
|
30116
|
-
"id":
|
30087
|
+
"id": 6276,
|
30117
30088
|
"mutability": "mutable",
|
30118
30089
|
"name": "",
|
30119
30090
|
"nameLocation": "-1:-1:-1",
|
30120
30091
|
"nodeType": "VariableDeclaration",
|
30121
|
-
"scope":
|
30122
|
-
"src": "
|
30092
|
+
"scope": 6292,
|
30093
|
+
"src": "50150:7:18",
|
30123
30094
|
"stateVariable": false,
|
30124
30095
|
"storageLocation": "default",
|
30125
30096
|
"typeDescriptions": {
|
@@ -30127,10 +30098,10 @@
|
|
30127
30098
|
"typeString": "uint256"
|
30128
30099
|
},
|
30129
30100
|
"typeName": {
|
30130
|
-
"id":
|
30101
|
+
"id": 6275,
|
30131
30102
|
"name": "uint256",
|
30132
30103
|
"nodeType": "ElementaryTypeName",
|
30133
|
-
"src": "
|
30104
|
+
"src": "50150:7:18",
|
30134
30105
|
"typeDescriptions": {
|
30135
30106
|
"typeIdentifier": "t_uint256",
|
30136
30107
|
"typeString": "uint256"
|
@@ -30139,38 +30110,38 @@
|
|
30139
30110
|
"visibility": "internal"
|
30140
30111
|
}
|
30141
30112
|
],
|
30142
|
-
"src": "
|
30113
|
+
"src": "50149:9:18"
|
30143
30114
|
},
|
30144
|
-
"scope":
|
30115
|
+
"scope": 6413,
|
30145
30116
|
"stateMutability": "pure",
|
30146
30117
|
"virtual": false,
|
30147
30118
|
"visibility": "internal"
|
30148
30119
|
},
|
30149
30120
|
{
|
30150
|
-
"id":
|
30121
|
+
"id": 6328,
|
30151
30122
|
"nodeType": "FunctionDefinition",
|
30152
|
-
"src": "
|
30123
|
+
"src": "50636:242:18",
|
30153
30124
|
"nodes": [],
|
30154
30125
|
"body": {
|
30155
|
-
"id":
|
30126
|
+
"id": 6327,
|
30156
30127
|
"nodeType": "Block",
|
30157
|
-
"src": "
|
30128
|
+
"src": "50741:137:18",
|
30158
30129
|
"nodes": [],
|
30159
30130
|
"statements": [
|
30160
30131
|
{
|
30161
30132
|
"assignments": [
|
30162
|
-
|
30133
|
+
6304
|
30163
30134
|
],
|
30164
30135
|
"declarations": [
|
30165
30136
|
{
|
30166
30137
|
"constant": false,
|
30167
|
-
"id":
|
30138
|
+
"id": 6304,
|
30168
30139
|
"mutability": "mutable",
|
30169
30140
|
"name": "offset",
|
30170
|
-
"nameLocation": "
|
30141
|
+
"nameLocation": "50755:6:18",
|
30171
30142
|
"nodeType": "VariableDeclaration",
|
30172
|
-
"scope":
|
30173
|
-
"src": "
|
30143
|
+
"scope": 6327,
|
30144
|
+
"src": "50747:14:18",
|
30174
30145
|
"stateVariable": false,
|
30175
30146
|
"storageLocation": "default",
|
30176
30147
|
"typeDescriptions": {
|
@@ -30178,10 +30149,10 @@
|
|
30178
30149
|
"typeString": "uint256"
|
30179
30150
|
},
|
30180
30151
|
"typeName": {
|
30181
|
-
"id":
|
30152
|
+
"id": 6303,
|
30182
30153
|
"name": "uint256",
|
30183
30154
|
"nodeType": "ElementaryTypeName",
|
30184
|
-
"src": "
|
30155
|
+
"src": "50747:7:18",
|
30185
30156
|
"typeDescriptions": {
|
30186
30157
|
"typeIdentifier": "t_uint256",
|
30187
30158
|
"typeString": "uint256"
|
@@ -30190,17 +30161,17 @@
|
|
30190
30161
|
"visibility": "internal"
|
30191
30162
|
}
|
30192
30163
|
],
|
30193
|
-
"id":
|
30164
|
+
"id": 6306,
|
30194
30165
|
"initialValue": {
|
30195
30166
|
"hexValue": "30",
|
30196
|
-
"id":
|
30167
|
+
"id": 6305,
|
30197
30168
|
"isConstant": false,
|
30198
30169
|
"isLValue": false,
|
30199
30170
|
"isPure": true,
|
30200
30171
|
"kind": "number",
|
30201
30172
|
"lValueRequested": false,
|
30202
30173
|
"nodeType": "Literal",
|
30203
|
-
"src": "
|
30174
|
+
"src": "50764:1:18",
|
30204
30175
|
"typeDescriptions": {
|
30205
30176
|
"typeIdentifier": "t_rational_0_by_1",
|
30206
30177
|
"typeString": "int_const 0"
|
@@ -30208,28 +30179,28 @@
|
|
30208
30179
|
"value": "0"
|
30209
30180
|
},
|
30210
30181
|
"nodeType": "VariableDeclarationStatement",
|
30211
|
-
"src": "
|
30182
|
+
"src": "50747:18:18"
|
30212
30183
|
},
|
30213
30184
|
{
|
30214
30185
|
"body": {
|
30215
|
-
"id":
|
30186
|
+
"id": 6323,
|
30216
30187
|
"nodeType": "Block",
|
30217
|
-
"src": "
|
30188
|
+
"src": "50808:47:18",
|
30218
30189
|
"statements": [
|
30219
30190
|
{
|
30220
30191
|
"expression": {
|
30221
|
-
"id":
|
30192
|
+
"id": 6321,
|
30222
30193
|
"isConstant": false,
|
30223
30194
|
"isLValue": false,
|
30224
30195
|
"isPure": false,
|
30225
30196
|
"lValueRequested": false,
|
30226
30197
|
"leftHandSide": {
|
30227
|
-
"id":
|
30198
|
+
"id": 6316,
|
30228
30199
|
"name": "offset",
|
30229
30200
|
"nodeType": "Identifier",
|
30230
30201
|
"overloadedDeclarations": [],
|
30231
|
-
"referencedDeclaration":
|
30232
|
-
"src": "
|
30202
|
+
"referencedDeclaration": 6304,
|
30203
|
+
"src": "50816:6:18",
|
30233
30204
|
"typeDescriptions": {
|
30234
30205
|
"typeIdentifier": "t_uint256",
|
30235
30206
|
"typeString": "uint256"
|
@@ -30240,12 +30211,12 @@
|
|
30240
30211
|
"rightHandSide": {
|
30241
30212
|
"arguments": [
|
30242
30213
|
{
|
30243
|
-
"id":
|
30214
|
+
"id": 6319,
|
30244
30215
|
"name": "i",
|
30245
30216
|
"nodeType": "Identifier",
|
30246
30217
|
"overloadedDeclarations": [],
|
30247
|
-
"referencedDeclaration":
|
30248
|
-
"src": "
|
30218
|
+
"referencedDeclaration": 6308,
|
30219
|
+
"src": "50846:1:18",
|
30249
30220
|
"typeDescriptions": {
|
30250
30221
|
"typeIdentifier": "t_uint256",
|
30251
30222
|
"typeString": "uint256"
|
@@ -30260,33 +30231,33 @@
|
|
30260
30231
|
}
|
30261
30232
|
],
|
30262
30233
|
"expression": {
|
30263
|
-
"id":
|
30234
|
+
"id": 6317,
|
30264
30235
|
"name": "fieldLayout",
|
30265
30236
|
"nodeType": "Identifier",
|
30266
30237
|
"overloadedDeclarations": [],
|
30267
|
-
"referencedDeclaration":
|
30268
|
-
"src": "
|
30238
|
+
"referencedDeclaration": 6296,
|
30239
|
+
"src": "50826:11:18",
|
30269
30240
|
"typeDescriptions": {
|
30270
30241
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
30271
30242
|
"typeString": "FieldLayout"
|
30272
30243
|
}
|
30273
30244
|
},
|
30274
|
-
"id":
|
30245
|
+
"id": 6318,
|
30275
30246
|
"isConstant": false,
|
30276
30247
|
"isLValue": false,
|
30277
30248
|
"isPure": false,
|
30278
30249
|
"lValueRequested": false,
|
30279
|
-
"memberLocation": "
|
30250
|
+
"memberLocation": "50838:7:18",
|
30280
30251
|
"memberName": "atIndex",
|
30281
30252
|
"nodeType": "MemberAccess",
|
30282
30253
|
"referencedDeclaration": 993,
|
30283
|
-
"src": "
|
30254
|
+
"src": "50826:19:18",
|
30284
30255
|
"typeDescriptions": {
|
30285
30256
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$814_$_t_uint256_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$814_$",
|
30286
30257
|
"typeString": "function (FieldLayout,uint256) pure returns (uint256)"
|
30287
30258
|
}
|
30288
30259
|
},
|
30289
|
-
"id":
|
30260
|
+
"id": 6320,
|
30290
30261
|
"isConstant": false,
|
30291
30262
|
"isLValue": false,
|
30292
30263
|
"isPure": false,
|
@@ -30295,22 +30266,22 @@
|
|
30295
30266
|
"nameLocations": [],
|
30296
30267
|
"names": [],
|
30297
30268
|
"nodeType": "FunctionCall",
|
30298
|
-
"src": "
|
30269
|
+
"src": "50826:22:18",
|
30299
30270
|
"tryCall": false,
|
30300
30271
|
"typeDescriptions": {
|
30301
30272
|
"typeIdentifier": "t_uint256",
|
30302
30273
|
"typeString": "uint256"
|
30303
30274
|
}
|
30304
30275
|
},
|
30305
|
-
"src": "
|
30276
|
+
"src": "50816:32:18",
|
30306
30277
|
"typeDescriptions": {
|
30307
30278
|
"typeIdentifier": "t_uint256",
|
30308
30279
|
"typeString": "uint256"
|
30309
30280
|
}
|
30310
30281
|
},
|
30311
|
-
"id":
|
30282
|
+
"id": 6322,
|
30312
30283
|
"nodeType": "ExpressionStatement",
|
30313
|
-
"src": "
|
30284
|
+
"src": "50816:32:18"
|
30314
30285
|
}
|
30315
30286
|
]
|
30316
30287
|
},
|
@@ -30319,18 +30290,18 @@
|
|
30319
30290
|
"typeIdentifier": "t_uint256",
|
30320
30291
|
"typeString": "uint256"
|
30321
30292
|
},
|
30322
|
-
"id":
|
30293
|
+
"id": 6312,
|
30323
30294
|
"isConstant": false,
|
30324
30295
|
"isLValue": false,
|
30325
30296
|
"isPure": false,
|
30326
30297
|
"lValueRequested": false,
|
30327
30298
|
"leftExpression": {
|
30328
|
-
"id":
|
30299
|
+
"id": 6310,
|
30329
30300
|
"name": "i",
|
30330
30301
|
"nodeType": "Identifier",
|
30331
30302
|
"overloadedDeclarations": [],
|
30332
|
-
"referencedDeclaration":
|
30333
|
-
"src": "
|
30303
|
+
"referencedDeclaration": 6308,
|
30304
|
+
"src": "50787:1:18",
|
30334
30305
|
"typeDescriptions": {
|
30335
30306
|
"typeIdentifier": "t_uint256",
|
30336
30307
|
"typeString": "uint256"
|
@@ -30339,38 +30310,38 @@
|
|
30339
30310
|
"nodeType": "BinaryOperation",
|
30340
30311
|
"operator": "<",
|
30341
30312
|
"rightExpression": {
|
30342
|
-
"id":
|
30313
|
+
"id": 6311,
|
30343
30314
|
"name": "fieldIndex",
|
30344
30315
|
"nodeType": "Identifier",
|
30345
30316
|
"overloadedDeclarations": [],
|
30346
|
-
"referencedDeclaration":
|
30347
|
-
"src": "
|
30317
|
+
"referencedDeclaration": 6298,
|
30318
|
+
"src": "50791:10:18",
|
30348
30319
|
"typeDescriptions": {
|
30349
30320
|
"typeIdentifier": "t_uint8",
|
30350
30321
|
"typeString": "uint8"
|
30351
30322
|
}
|
30352
30323
|
},
|
30353
|
-
"src": "
|
30324
|
+
"src": "50787:14:18",
|
30354
30325
|
"typeDescriptions": {
|
30355
30326
|
"typeIdentifier": "t_bool",
|
30356
30327
|
"typeString": "bool"
|
30357
30328
|
}
|
30358
30329
|
},
|
30359
|
-
"id":
|
30330
|
+
"id": 6324,
|
30360
30331
|
"initializationExpression": {
|
30361
30332
|
"assignments": [
|
30362
|
-
|
30333
|
+
6308
|
30363
30334
|
],
|
30364
30335
|
"declarations": [
|
30365
30336
|
{
|
30366
30337
|
"constant": false,
|
30367
|
-
"id":
|
30338
|
+
"id": 6308,
|
30368
30339
|
"mutability": "mutable",
|
30369
30340
|
"name": "i",
|
30370
|
-
"nameLocation": "
|
30341
|
+
"nameLocation": "50784:1:18",
|
30371
30342
|
"nodeType": "VariableDeclaration",
|
30372
|
-
"scope":
|
30373
|
-
"src": "
|
30343
|
+
"scope": 6324,
|
30344
|
+
"src": "50776:9:18",
|
30374
30345
|
"stateVariable": false,
|
30375
30346
|
"storageLocation": "default",
|
30376
30347
|
"typeDescriptions": {
|
@@ -30378,10 +30349,10 @@
|
|
30378
30349
|
"typeString": "uint256"
|
30379
30350
|
},
|
30380
30351
|
"typeName": {
|
30381
|
-
"id":
|
30352
|
+
"id": 6307,
|
30382
30353
|
"name": "uint256",
|
30383
30354
|
"nodeType": "ElementaryTypeName",
|
30384
|
-
"src": "
|
30355
|
+
"src": "50776:7:18",
|
30385
30356
|
"typeDescriptions": {
|
30386
30357
|
"typeIdentifier": "t_uint256",
|
30387
30358
|
"typeString": "uint256"
|
@@ -30390,13 +30361,13 @@
|
|
30390
30361
|
"visibility": "internal"
|
30391
30362
|
}
|
30392
30363
|
],
|
30393
|
-
"id":
|
30364
|
+
"id": 6309,
|
30394
30365
|
"nodeType": "VariableDeclarationStatement",
|
30395
|
-
"src": "
|
30366
|
+
"src": "50776:9:18"
|
30396
30367
|
},
|
30397
30368
|
"loopExpression": {
|
30398
30369
|
"expression": {
|
30399
|
-
"id":
|
30370
|
+
"id": 6314,
|
30400
30371
|
"isConstant": false,
|
30401
30372
|
"isLValue": false,
|
30402
30373
|
"isPure": false,
|
@@ -30404,14 +30375,14 @@
|
|
30404
30375
|
"nodeType": "UnaryOperation",
|
30405
30376
|
"operator": "++",
|
30406
30377
|
"prefix": false,
|
30407
|
-
"src": "
|
30378
|
+
"src": "50803:3:18",
|
30408
30379
|
"subExpression": {
|
30409
|
-
"id":
|
30380
|
+
"id": 6313,
|
30410
30381
|
"name": "i",
|
30411
30382
|
"nodeType": "Identifier",
|
30412
30383
|
"overloadedDeclarations": [],
|
30413
|
-
"referencedDeclaration":
|
30414
|
-
"src": "
|
30384
|
+
"referencedDeclaration": 6308,
|
30385
|
+
"src": "50803:1:18",
|
30415
30386
|
"typeDescriptions": {
|
30416
30387
|
"typeIdentifier": "t_uint256",
|
30417
30388
|
"typeString": "uint256"
|
@@ -30422,57 +30393,57 @@
|
|
30422
30393
|
"typeString": "uint256"
|
30423
30394
|
}
|
30424
30395
|
},
|
30425
|
-
"id":
|
30396
|
+
"id": 6315,
|
30426
30397
|
"nodeType": "ExpressionStatement",
|
30427
|
-
"src": "
|
30398
|
+
"src": "50803:3:18"
|
30428
30399
|
},
|
30429
30400
|
"nodeType": "ForStatement",
|
30430
|
-
"src": "
|
30401
|
+
"src": "50771:84:18"
|
30431
30402
|
},
|
30432
30403
|
{
|
30433
30404
|
"expression": {
|
30434
|
-
"id":
|
30405
|
+
"id": 6325,
|
30435
30406
|
"name": "offset",
|
30436
30407
|
"nodeType": "Identifier",
|
30437
30408
|
"overloadedDeclarations": [],
|
30438
|
-
"referencedDeclaration":
|
30439
|
-
"src": "
|
30409
|
+
"referencedDeclaration": 6304,
|
30410
|
+
"src": "50867:6:18",
|
30440
30411
|
"typeDescriptions": {
|
30441
30412
|
"typeIdentifier": "t_uint256",
|
30442
30413
|
"typeString": "uint256"
|
30443
30414
|
}
|
30444
30415
|
},
|
30445
|
-
"functionReturnParameters":
|
30446
|
-
"id":
|
30416
|
+
"functionReturnParameters": 6302,
|
30417
|
+
"id": 6326,
|
30447
30418
|
"nodeType": "Return",
|
30448
|
-
"src": "
|
30419
|
+
"src": "50860:13:18"
|
30449
30420
|
}
|
30450
30421
|
]
|
30451
30422
|
},
|
30452
30423
|
"documentation": {
|
30453
|
-
"id":
|
30424
|
+
"id": 6293,
|
30454
30425
|
"nodeType": "StructuredDocumentation",
|
30455
|
-
"src": "
|
30426
|
+
"src": "50348:285:18",
|
30456
30427
|
"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."
|
30457
30428
|
},
|
30458
30429
|
"implemented": true,
|
30459
30430
|
"kind": "function",
|
30460
30431
|
"modifiers": [],
|
30461
30432
|
"name": "_getStaticDataOffset",
|
30462
|
-
"nameLocation": "
|
30433
|
+
"nameLocation": "50645:20:18",
|
30463
30434
|
"parameters": {
|
30464
|
-
"id":
|
30435
|
+
"id": 6299,
|
30465
30436
|
"nodeType": "ParameterList",
|
30466
30437
|
"parameters": [
|
30467
30438
|
{
|
30468
30439
|
"constant": false,
|
30469
|
-
"id":
|
30440
|
+
"id": 6296,
|
30470
30441
|
"mutability": "mutable",
|
30471
30442
|
"name": "fieldLayout",
|
30472
|
-
"nameLocation": "
|
30443
|
+
"nameLocation": "50678:11:18",
|
30473
30444
|
"nodeType": "VariableDeclaration",
|
30474
|
-
"scope":
|
30475
|
-
"src": "
|
30445
|
+
"scope": 6328,
|
30446
|
+
"src": "50666:23:18",
|
30476
30447
|
"stateVariable": false,
|
30477
30448
|
"storageLocation": "default",
|
30478
30449
|
"typeDescriptions": {
|
@@ -30480,20 +30451,20 @@
|
|
30480
30451
|
"typeString": "FieldLayout"
|
30481
30452
|
},
|
30482
30453
|
"typeName": {
|
30483
|
-
"id":
|
30454
|
+
"id": 6295,
|
30484
30455
|
"nodeType": "UserDefinedTypeName",
|
30485
30456
|
"pathNode": {
|
30486
|
-
"id":
|
30457
|
+
"id": 6294,
|
30487
30458
|
"name": "FieldLayout",
|
30488
30459
|
"nameLocations": [
|
30489
|
-
"
|
30460
|
+
"50666:11:18"
|
30490
30461
|
],
|
30491
30462
|
"nodeType": "IdentifierPath",
|
30492
30463
|
"referencedDeclaration": 814,
|
30493
|
-
"src": "
|
30464
|
+
"src": "50666:11:18"
|
30494
30465
|
},
|
30495
30466
|
"referencedDeclaration": 814,
|
30496
|
-
"src": "
|
30467
|
+
"src": "50666:11:18",
|
30497
30468
|
"typeDescriptions": {
|
30498
30469
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$814",
|
30499
30470
|
"typeString": "FieldLayout"
|
@@ -30503,13 +30474,13 @@
|
|
30503
30474
|
},
|
30504
30475
|
{
|
30505
30476
|
"constant": false,
|
30506
|
-
"id":
|
30477
|
+
"id": 6298,
|
30507
30478
|
"mutability": "mutable",
|
30508
30479
|
"name": "fieldIndex",
|
30509
|
-
"nameLocation": "
|
30480
|
+
"nameLocation": "50697:10:18",
|
30510
30481
|
"nodeType": "VariableDeclaration",
|
30511
|
-
"scope":
|
30512
|
-
"src": "
|
30482
|
+
"scope": 6328,
|
30483
|
+
"src": "50691:16:18",
|
30513
30484
|
"stateVariable": false,
|
30514
30485
|
"storageLocation": "default",
|
30515
30486
|
"typeDescriptions": {
|
@@ -30517,10 +30488,10 @@
|
|
30517
30488
|
"typeString": "uint8"
|
30518
30489
|
},
|
30519
30490
|
"typeName": {
|
30520
|
-
"id":
|
30491
|
+
"id": 6297,
|
30521
30492
|
"name": "uint8",
|
30522
30493
|
"nodeType": "ElementaryTypeName",
|
30523
|
-
"src": "
|
30494
|
+
"src": "50691:5:18",
|
30524
30495
|
"typeDescriptions": {
|
30525
30496
|
"typeIdentifier": "t_uint8",
|
30526
30497
|
"typeString": "uint8"
|
@@ -30529,21 +30500,21 @@
|
|
30529
30500
|
"visibility": "internal"
|
30530
30501
|
}
|
30531
30502
|
],
|
30532
|
-
"src": "
|
30503
|
+
"src": "50665:43:18"
|
30533
30504
|
},
|
30534
30505
|
"returnParameters": {
|
30535
|
-
"id":
|
30506
|
+
"id": 6302,
|
30536
30507
|
"nodeType": "ParameterList",
|
30537
30508
|
"parameters": [
|
30538
30509
|
{
|
30539
30510
|
"constant": false,
|
30540
|
-
"id":
|
30511
|
+
"id": 6301,
|
30541
30512
|
"mutability": "mutable",
|
30542
30513
|
"name": "",
|
30543
30514
|
"nameLocation": "-1:-1:-1",
|
30544
30515
|
"nodeType": "VariableDeclaration",
|
30545
|
-
"scope":
|
30546
|
-
"src": "
|
30516
|
+
"scope": 6328,
|
30517
|
+
"src": "50732:7:18",
|
30547
30518
|
"stateVariable": false,
|
30548
30519
|
"storageLocation": "default",
|
30549
30520
|
"typeDescriptions": {
|
@@ -30551,10 +30522,10 @@
|
|
30551
30522
|
"typeString": "uint256"
|
30552
30523
|
},
|
30553
30524
|
"typeName": {
|
30554
|
-
"id":
|
30525
|
+
"id": 6300,
|
30555
30526
|
"name": "uint256",
|
30556
30527
|
"nodeType": "ElementaryTypeName",
|
30557
|
-
"src": "
|
30528
|
+
"src": "50732:7:18",
|
30558
30529
|
"typeDescriptions": {
|
30559
30530
|
"typeIdentifier": "t_uint256",
|
30560
30531
|
"typeString": "uint256"
|
@@ -30563,22 +30534,22 @@
|
|
30563
30534
|
"visibility": "internal"
|
30564
30535
|
}
|
30565
30536
|
],
|
30566
|
-
"src": "
|
30537
|
+
"src": "50731:9:18"
|
30567
30538
|
},
|
30568
|
-
"scope":
|
30539
|
+
"scope": 6413,
|
30569
30540
|
"stateMutability": "pure",
|
30570
30541
|
"virtual": false,
|
30571
30542
|
"visibility": "internal"
|
30572
30543
|
},
|
30573
30544
|
{
|
30574
|
-
"id":
|
30545
|
+
"id": 6361,
|
30575
30546
|
"nodeType": "FunctionDefinition",
|
30576
|
-
"src": "
|
30547
|
+
"src": "51555:274:18",
|
30577
30548
|
"nodes": [],
|
30578
30549
|
"body": {
|
30579
|
-
"id":
|
30550
|
+
"id": 6360,
|
30580
30551
|
"nodeType": "Block",
|
30581
|
-
"src": "
|
30552
|
+
"src": "51708:121:18",
|
30582
30553
|
"nodes": [],
|
30583
30554
|
"statements": [
|
30584
30555
|
{
|
@@ -30589,7 +30560,7 @@
|
|
30589
30560
|
"typeIdentifier": "t_bytes32",
|
30590
30561
|
"typeString": "bytes32"
|
30591
30562
|
},
|
30592
|
-
"id":
|
30563
|
+
"id": 6357,
|
30593
30564
|
"isConstant": false,
|
30594
30565
|
"isLValue": false,
|
30595
30566
|
"isPure": false,
|
@@ -30599,18 +30570,18 @@
|
|
30599
30570
|
"typeIdentifier": "t_bytes32",
|
30600
30571
|
"typeString": "bytes32"
|
30601
30572
|
},
|
30602
|
-
"id":
|
30573
|
+
"id": 6349,
|
30603
30574
|
"isConstant": false,
|
30604
30575
|
"isLValue": false,
|
30605
30576
|
"isPure": false,
|
30606
30577
|
"lValueRequested": false,
|
30607
30578
|
"leftExpression": {
|
30608
|
-
"id":
|
30579
|
+
"id": 6344,
|
30609
30580
|
"name": "DYNMAIC_DATA_SLOT",
|
30610
30581
|
"nodeType": "Identifier",
|
30611
30582
|
"overloadedDeclarations": [],
|
30612
30583
|
"referencedDeclaration": 5893,
|
30613
|
-
"src": "
|
30584
|
+
"src": "51729:17:18",
|
30614
30585
|
"typeDescriptions": {
|
30615
30586
|
"typeIdentifier": "t_bytes32",
|
30616
30587
|
"typeString": "bytes32"
|
@@ -30621,12 +30592,12 @@
|
|
30621
30592
|
"rightExpression": {
|
30622
30593
|
"arguments": [
|
30623
30594
|
{
|
30624
|
-
"id":
|
30595
|
+
"id": 6347,
|
30625
30596
|
"name": "dynamicFieldIndex",
|
30626
30597
|
"nodeType": "Identifier",
|
30627
30598
|
"overloadedDeclarations": [],
|
30628
|
-
"referencedDeclaration":
|
30629
|
-
"src": "
|
30599
|
+
"referencedDeclaration": 6337,
|
30600
|
+
"src": "51756:17:18",
|
30630
30601
|
"typeDescriptions": {
|
30631
30602
|
"typeIdentifier": "t_uint8",
|
30632
30603
|
"typeString": "uint8"
|
@@ -30640,26 +30611,26 @@
|
|
30640
30611
|
"typeString": "uint8"
|
30641
30612
|
}
|
30642
30613
|
],
|
30643
|
-
"id":
|
30614
|
+
"id": 6346,
|
30644
30615
|
"isConstant": false,
|
30645
30616
|
"isLValue": false,
|
30646
30617
|
"isPure": true,
|
30647
30618
|
"lValueRequested": false,
|
30648
30619
|
"nodeType": "ElementaryTypeNameExpression",
|
30649
|
-
"src": "
|
30620
|
+
"src": "51749:6:18",
|
30650
30621
|
"typeDescriptions": {
|
30651
30622
|
"typeIdentifier": "t_type$_t_bytes1_$",
|
30652
30623
|
"typeString": "type(bytes1)"
|
30653
30624
|
},
|
30654
30625
|
"typeName": {
|
30655
|
-
"id":
|
30626
|
+
"id": 6345,
|
30656
30627
|
"name": "bytes1",
|
30657
30628
|
"nodeType": "ElementaryTypeName",
|
30658
|
-
"src": "
|
30629
|
+
"src": "51749:6:18",
|
30659
30630
|
"typeDescriptions": {}
|
30660
30631
|
}
|
30661
30632
|
},
|
30662
|
-
"id":
|
30633
|
+
"id": 6348,
|
30663
30634
|
"isConstant": false,
|
30664
30635
|
"isLValue": false,
|
30665
30636
|
"isPure": false,
|
@@ -30668,14 +30639,14 @@
|
|
30668
30639
|
"nameLocations": [],
|
30669
30640
|
"names": [],
|
30670
30641
|
"nodeType": "FunctionCall",
|
30671
|
-
"src": "
|
30642
|
+
"src": "51749:25:18",
|
30672
30643
|
"tryCall": false,
|
30673
30644
|
"typeDescriptions": {
|
30674
30645
|
"typeIdentifier": "t_bytes1",
|
30675
30646
|
"typeString": "bytes1"
|
30676
30647
|
}
|
30677
30648
|
},
|
30678
|
-
"src": "
|
30649
|
+
"src": "51729:45:18",
|
30679
30650
|
"typeDescriptions": {
|
30680
30651
|
"typeIdentifier": "t_bytes32",
|
30681
30652
|
"typeString": "bytes32"
|
@@ -30688,24 +30659,24 @@
|
|
30688
30659
|
{
|
30689
30660
|
"arguments": [
|
30690
30661
|
{
|
30691
|
-
"id":
|
30662
|
+
"id": 6353,
|
30692
30663
|
"name": "tableId",
|
30693
30664
|
"nodeType": "Identifier",
|
30694
30665
|
"overloadedDeclarations": [],
|
30695
|
-
"referencedDeclaration":
|
30696
|
-
"src": "
|
30666
|
+
"referencedDeclaration": 6332,
|
30667
|
+
"src": "51804:7:18",
|
30697
30668
|
"typeDescriptions": {
|
30698
30669
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
30699
30670
|
"typeString": "ResourceId"
|
30700
30671
|
}
|
30701
30672
|
},
|
30702
30673
|
{
|
30703
|
-
"id":
|
30674
|
+
"id": 6354,
|
30704
30675
|
"name": "keyTuple",
|
30705
30676
|
"nodeType": "Identifier",
|
30706
30677
|
"overloadedDeclarations": [],
|
30707
|
-
"referencedDeclaration":
|
30708
|
-
"src": "
|
30678
|
+
"referencedDeclaration": 6335,
|
30679
|
+
"src": "51813:8:18",
|
30709
30680
|
"typeDescriptions": {
|
30710
30681
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
30711
30682
|
"typeString": "bytes32[] memory"
|
@@ -30724,32 +30695,32 @@
|
|
30724
30695
|
}
|
30725
30696
|
],
|
30726
30697
|
"expression": {
|
30727
|
-
"id":
|
30698
|
+
"id": 6351,
|
30728
30699
|
"name": "abi",
|
30729
30700
|
"nodeType": "Identifier",
|
30730
30701
|
"overloadedDeclarations": [],
|
30731
30702
|
"referencedDeclaration": -1,
|
30732
|
-
"src": "
|
30703
|
+
"src": "51787:3:18",
|
30733
30704
|
"typeDescriptions": {
|
30734
30705
|
"typeIdentifier": "t_magic_abi",
|
30735
30706
|
"typeString": "abi"
|
30736
30707
|
}
|
30737
30708
|
},
|
30738
|
-
"id":
|
30709
|
+
"id": 6352,
|
30739
30710
|
"isConstant": false,
|
30740
30711
|
"isLValue": false,
|
30741
30712
|
"isPure": true,
|
30742
30713
|
"lValueRequested": false,
|
30743
|
-
"memberLocation": "
|
30714
|
+
"memberLocation": "51791:12:18",
|
30744
30715
|
"memberName": "encodePacked",
|
30745
30716
|
"nodeType": "MemberAccess",
|
30746
|
-
"src": "
|
30717
|
+
"src": "51787:16:18",
|
30747
30718
|
"typeDescriptions": {
|
30748
30719
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
30749
30720
|
"typeString": "function () pure returns (bytes memory)"
|
30750
30721
|
}
|
30751
30722
|
},
|
30752
|
-
"id":
|
30723
|
+
"id": 6355,
|
30753
30724
|
"isConstant": false,
|
30754
30725
|
"isLValue": false,
|
30755
30726
|
"isPure": false,
|
@@ -30758,7 +30729,7 @@
|
|
30758
30729
|
"nameLocations": [],
|
30759
30730
|
"names": [],
|
30760
30731
|
"nodeType": "FunctionCall",
|
30761
|
-
"src": "
|
30732
|
+
"src": "51787:35:18",
|
30762
30733
|
"tryCall": false,
|
30763
30734
|
"typeDescriptions": {
|
30764
30735
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -30773,18 +30744,18 @@
|
|
30773
30744
|
"typeString": "bytes memory"
|
30774
30745
|
}
|
30775
30746
|
],
|
30776
|
-
"id":
|
30747
|
+
"id": 6350,
|
30777
30748
|
"name": "keccak256",
|
30778
30749
|
"nodeType": "Identifier",
|
30779
30750
|
"overloadedDeclarations": [],
|
30780
30751
|
"referencedDeclaration": -8,
|
30781
|
-
"src": "
|
30752
|
+
"src": "51777:9:18",
|
30782
30753
|
"typeDescriptions": {
|
30783
30754
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
30784
30755
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
30785
30756
|
}
|
30786
30757
|
},
|
30787
|
-
"id":
|
30758
|
+
"id": 6356,
|
30788
30759
|
"isConstant": false,
|
30789
30760
|
"isLValue": false,
|
30790
30761
|
"isPure": false,
|
@@ -30793,14 +30764,14 @@
|
|
30793
30764
|
"nameLocations": [],
|
30794
30765
|
"names": [],
|
30795
30766
|
"nodeType": "FunctionCall",
|
30796
|
-
"src": "
|
30767
|
+
"src": "51777:46:18",
|
30797
30768
|
"tryCall": false,
|
30798
30769
|
"typeDescriptions": {
|
30799
30770
|
"typeIdentifier": "t_bytes32",
|
30800
30771
|
"typeString": "bytes32"
|
30801
30772
|
}
|
30802
30773
|
},
|
30803
|
-
"src": "
|
30774
|
+
"src": "51729:94:18",
|
30804
30775
|
"typeDescriptions": {
|
30805
30776
|
"typeIdentifier": "t_bytes32",
|
30806
30777
|
"typeString": "bytes32"
|
@@ -30814,26 +30785,26 @@
|
|
30814
30785
|
"typeString": "bytes32"
|
30815
30786
|
}
|
30816
30787
|
],
|
30817
|
-
"id":
|
30788
|
+
"id": 6343,
|
30818
30789
|
"isConstant": false,
|
30819
30790
|
"isLValue": false,
|
30820
30791
|
"isPure": true,
|
30821
30792
|
"lValueRequested": false,
|
30822
30793
|
"nodeType": "ElementaryTypeNameExpression",
|
30823
|
-
"src": "
|
30794
|
+
"src": "51721:7:18",
|
30824
30795
|
"typeDescriptions": {
|
30825
30796
|
"typeIdentifier": "t_type$_t_uint256_$",
|
30826
30797
|
"typeString": "type(uint256)"
|
30827
30798
|
},
|
30828
30799
|
"typeName": {
|
30829
|
-
"id":
|
30800
|
+
"id": 6342,
|
30830
30801
|
"name": "uint256",
|
30831
30802
|
"nodeType": "ElementaryTypeName",
|
30832
|
-
"src": "
|
30803
|
+
"src": "51721:7:18",
|
30833
30804
|
"typeDescriptions": {}
|
30834
30805
|
}
|
30835
30806
|
},
|
30836
|
-
"id":
|
30807
|
+
"id": 6358,
|
30837
30808
|
"isConstant": false,
|
30838
30809
|
"isLValue": false,
|
30839
30810
|
"isPure": false,
|
@@ -30842,44 +30813,44 @@
|
|
30842
30813
|
"nameLocations": [],
|
30843
30814
|
"names": [],
|
30844
30815
|
"nodeType": "FunctionCall",
|
30845
|
-
"src": "
|
30816
|
+
"src": "51721:103:18",
|
30846
30817
|
"tryCall": false,
|
30847
30818
|
"typeDescriptions": {
|
30848
30819
|
"typeIdentifier": "t_uint256",
|
30849
30820
|
"typeString": "uint256"
|
30850
30821
|
}
|
30851
30822
|
},
|
30852
|
-
"functionReturnParameters":
|
30853
|
-
"id":
|
30823
|
+
"functionReturnParameters": 6341,
|
30824
|
+
"id": 6359,
|
30854
30825
|
"nodeType": "Return",
|
30855
|
-
"src": "
|
30826
|
+
"src": "51714:110:18"
|
30856
30827
|
}
|
30857
30828
|
]
|
30858
30829
|
},
|
30859
30830
|
"documentation": {
|
30860
|
-
"id":
|
30831
|
+
"id": 6329,
|
30861
30832
|
"nodeType": "StructuredDocumentation",
|
30862
|
-
"src": "
|
30833
|
+
"src": "51056:496:18",
|
30863
30834
|
"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."
|
30864
30835
|
},
|
30865
30836
|
"implemented": true,
|
30866
30837
|
"kind": "function",
|
30867
30838
|
"modifiers": [],
|
30868
30839
|
"name": "_getDynamicDataLocation",
|
30869
|
-
"nameLocation": "
|
30840
|
+
"nameLocation": "51564:23:18",
|
30870
30841
|
"parameters": {
|
30871
|
-
"id":
|
30842
|
+
"id": 6338,
|
30872
30843
|
"nodeType": "ParameterList",
|
30873
30844
|
"parameters": [
|
30874
30845
|
{
|
30875
30846
|
"constant": false,
|
30876
|
-
"id":
|
30847
|
+
"id": 6332,
|
30877
30848
|
"mutability": "mutable",
|
30878
30849
|
"name": "tableId",
|
30879
|
-
"nameLocation": "
|
30850
|
+
"nameLocation": "51604:7:18",
|
30880
30851
|
"nodeType": "VariableDeclaration",
|
30881
|
-
"scope":
|
30882
|
-
"src": "
|
30852
|
+
"scope": 6361,
|
30853
|
+
"src": "51593:18:18",
|
30883
30854
|
"stateVariable": false,
|
30884
30855
|
"storageLocation": "default",
|
30885
30856
|
"typeDescriptions": {
|
@@ -30887,20 +30858,20 @@
|
|
30887
30858
|
"typeString": "ResourceId"
|
30888
30859
|
},
|
30889
30860
|
"typeName": {
|
30890
|
-
"id":
|
30861
|
+
"id": 6331,
|
30891
30862
|
"nodeType": "UserDefinedTypeName",
|
30892
30863
|
"pathNode": {
|
30893
|
-
"id":
|
30864
|
+
"id": 6330,
|
30894
30865
|
"name": "ResourceId",
|
30895
30866
|
"nameLocations": [
|
30896
|
-
"
|
30867
|
+
"51593:10:18"
|
30897
30868
|
],
|
30898
30869
|
"nodeType": "IdentifierPath",
|
30899
30870
|
"referencedDeclaration": 2895,
|
30900
|
-
"src": "
|
30871
|
+
"src": "51593:10:18"
|
30901
30872
|
},
|
30902
30873
|
"referencedDeclaration": 2895,
|
30903
|
-
"src": "
|
30874
|
+
"src": "51593:10:18",
|
30904
30875
|
"typeDescriptions": {
|
30905
30876
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
30906
30877
|
"typeString": "ResourceId"
|
@@ -30910,13 +30881,13 @@
|
|
30910
30881
|
},
|
30911
30882
|
{
|
30912
30883
|
"constant": false,
|
30913
|
-
"id":
|
30884
|
+
"id": 6335,
|
30914
30885
|
"mutability": "mutable",
|
30915
30886
|
"name": "keyTuple",
|
30916
|
-
"nameLocation": "
|
30887
|
+
"nameLocation": "51634:8:18",
|
30917
30888
|
"nodeType": "VariableDeclaration",
|
30918
|
-
"scope":
|
30919
|
-
"src": "
|
30889
|
+
"scope": 6361,
|
30890
|
+
"src": "51617:25:18",
|
30920
30891
|
"stateVariable": false,
|
30921
30892
|
"storageLocation": "memory",
|
30922
30893
|
"typeDescriptions": {
|
@@ -30925,18 +30896,18 @@
|
|
30925
30896
|
},
|
30926
30897
|
"typeName": {
|
30927
30898
|
"baseType": {
|
30928
|
-
"id":
|
30899
|
+
"id": 6333,
|
30929
30900
|
"name": "bytes32",
|
30930
30901
|
"nodeType": "ElementaryTypeName",
|
30931
|
-
"src": "
|
30902
|
+
"src": "51617:7:18",
|
30932
30903
|
"typeDescriptions": {
|
30933
30904
|
"typeIdentifier": "t_bytes32",
|
30934
30905
|
"typeString": "bytes32"
|
30935
30906
|
}
|
30936
30907
|
},
|
30937
|
-
"id":
|
30908
|
+
"id": 6334,
|
30938
30909
|
"nodeType": "ArrayTypeName",
|
30939
|
-
"src": "
|
30910
|
+
"src": "51617:9:18",
|
30940
30911
|
"typeDescriptions": {
|
30941
30912
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
30942
30913
|
"typeString": "bytes32[]"
|
@@ -30946,13 +30917,13 @@
|
|
30946
30917
|
},
|
30947
30918
|
{
|
30948
30919
|
"constant": false,
|
30949
|
-
"id":
|
30920
|
+
"id": 6337,
|
30950
30921
|
"mutability": "mutable",
|
30951
30922
|
"name": "dynamicFieldIndex",
|
30952
|
-
"nameLocation": "
|
30923
|
+
"nameLocation": "51654:17:18",
|
30953
30924
|
"nodeType": "VariableDeclaration",
|
30954
|
-
"scope":
|
30955
|
-
"src": "
|
30925
|
+
"scope": 6361,
|
30926
|
+
"src": "51648:23:18",
|
30956
30927
|
"stateVariable": false,
|
30957
30928
|
"storageLocation": "default",
|
30958
30929
|
"typeDescriptions": {
|
@@ -30960,10 +30931,10 @@
|
|
30960
30931
|
"typeString": "uint8"
|
30961
30932
|
},
|
30962
30933
|
"typeName": {
|
30963
|
-
"id":
|
30934
|
+
"id": 6336,
|
30964
30935
|
"name": "uint8",
|
30965
30936
|
"nodeType": "ElementaryTypeName",
|
30966
|
-
"src": "
|
30937
|
+
"src": "51648:5:18",
|
30967
30938
|
"typeDescriptions": {
|
30968
30939
|
"typeIdentifier": "t_uint8",
|
30969
30940
|
"typeString": "uint8"
|
@@ -30972,21 +30943,21 @@
|
|
30972
30943
|
"visibility": "internal"
|
30973
30944
|
}
|
30974
30945
|
],
|
30975
|
-
"src": "
|
30946
|
+
"src": "51587:88:18"
|
30976
30947
|
},
|
30977
30948
|
"returnParameters": {
|
30978
|
-
"id":
|
30949
|
+
"id": 6341,
|
30979
30950
|
"nodeType": "ParameterList",
|
30980
30951
|
"parameters": [
|
30981
30952
|
{
|
30982
30953
|
"constant": false,
|
30983
|
-
"id":
|
30954
|
+
"id": 6340,
|
30984
30955
|
"mutability": "mutable",
|
30985
30956
|
"name": "",
|
30986
30957
|
"nameLocation": "-1:-1:-1",
|
30987
30958
|
"nodeType": "VariableDeclaration",
|
30988
|
-
"scope":
|
30989
|
-
"src": "
|
30959
|
+
"scope": 6361,
|
30960
|
+
"src": "51699:7:18",
|
30990
30961
|
"stateVariable": false,
|
30991
30962
|
"storageLocation": "default",
|
30992
30963
|
"typeDescriptions": {
|
@@ -30994,10 +30965,10 @@
|
|
30994
30965
|
"typeString": "uint256"
|
30995
30966
|
},
|
30996
30967
|
"typeName": {
|
30997
|
-
"id":
|
30968
|
+
"id": 6339,
|
30998
30969
|
"name": "uint256",
|
30999
30970
|
"nodeType": "ElementaryTypeName",
|
31000
|
-
"src": "
|
30971
|
+
"src": "51699:7:18",
|
31001
30972
|
"typeDescriptions": {
|
31002
30973
|
"typeIdentifier": "t_uint256",
|
31003
30974
|
"typeString": "uint256"
|
@@ -31006,22 +30977,22 @@
|
|
31006
30977
|
"visibility": "internal"
|
31007
30978
|
}
|
31008
30979
|
],
|
31009
|
-
"src": "
|
30980
|
+
"src": "51698:9:18"
|
31010
30981
|
},
|
31011
|
-
"scope":
|
30982
|
+
"scope": 6413,
|
31012
30983
|
"stateMutability": "pure",
|
31013
30984
|
"virtual": false,
|
31014
30985
|
"visibility": "internal"
|
31015
30986
|
},
|
31016
30987
|
{
|
31017
|
-
"id":
|
30988
|
+
"id": 6387,
|
31018
30989
|
"nodeType": "FunctionDefinition",
|
31019
|
-
"src": "
|
30990
|
+
"src": "52184:230:18",
|
31020
30991
|
"nodes": [],
|
31021
30992
|
"body": {
|
31022
|
-
"id":
|
30993
|
+
"id": 6386,
|
31023
30994
|
"nodeType": "Block",
|
31024
|
-
"src": "
|
30995
|
+
"src": "52314:100:18",
|
31025
30996
|
"nodes": [],
|
31026
30997
|
"statements": [
|
31027
30998
|
{
|
@@ -31032,18 +31003,18 @@
|
|
31032
31003
|
"typeIdentifier": "t_bytes32",
|
31033
31004
|
"typeString": "bytes32"
|
31034
31005
|
},
|
31035
|
-
"id":
|
31006
|
+
"id": 6383,
|
31036
31007
|
"isConstant": false,
|
31037
31008
|
"isLValue": false,
|
31038
31009
|
"isPure": false,
|
31039
31010
|
"lValueRequested": false,
|
31040
31011
|
"leftExpression": {
|
31041
|
-
"id":
|
31012
|
+
"id": 6375,
|
31042
31013
|
"name": "DYNAMIC_DATA_LENGTH_SLOT",
|
31043
31014
|
"nodeType": "Identifier",
|
31044
31015
|
"overloadedDeclarations": [],
|
31045
31016
|
"referencedDeclaration": 5898,
|
31046
|
-
"src": "
|
31017
|
+
"src": "52335:24:18",
|
31047
31018
|
"typeDescriptions": {
|
31048
31019
|
"typeIdentifier": "t_bytes32",
|
31049
31020
|
"typeString": "bytes32"
|
@@ -31056,24 +31027,24 @@
|
|
31056
31027
|
{
|
31057
31028
|
"arguments": [
|
31058
31029
|
{
|
31059
|
-
"id":
|
31030
|
+
"id": 6379,
|
31060
31031
|
"name": "tableId",
|
31061
31032
|
"nodeType": "Identifier",
|
31062
31033
|
"overloadedDeclarations": [],
|
31063
|
-
"referencedDeclaration":
|
31064
|
-
"src": "
|
31034
|
+
"referencedDeclaration": 6365,
|
31035
|
+
"src": "52389:7:18",
|
31065
31036
|
"typeDescriptions": {
|
31066
31037
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31067
31038
|
"typeString": "ResourceId"
|
31068
31039
|
}
|
31069
31040
|
},
|
31070
31041
|
{
|
31071
|
-
"id":
|
31042
|
+
"id": 6380,
|
31072
31043
|
"name": "keyTuple",
|
31073
31044
|
"nodeType": "Identifier",
|
31074
31045
|
"overloadedDeclarations": [],
|
31075
|
-
"referencedDeclaration":
|
31076
|
-
"src": "
|
31046
|
+
"referencedDeclaration": 6368,
|
31047
|
+
"src": "52398:8:18",
|
31077
31048
|
"typeDescriptions": {
|
31078
31049
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
31079
31050
|
"typeString": "bytes32[] memory"
|
@@ -31092,32 +31063,32 @@
|
|
31092
31063
|
}
|
31093
31064
|
],
|
31094
31065
|
"expression": {
|
31095
|
-
"id":
|
31066
|
+
"id": 6377,
|
31096
31067
|
"name": "abi",
|
31097
31068
|
"nodeType": "Identifier",
|
31098
31069
|
"overloadedDeclarations": [],
|
31099
31070
|
"referencedDeclaration": -1,
|
31100
|
-
"src": "
|
31071
|
+
"src": "52372:3:18",
|
31101
31072
|
"typeDescriptions": {
|
31102
31073
|
"typeIdentifier": "t_magic_abi",
|
31103
31074
|
"typeString": "abi"
|
31104
31075
|
}
|
31105
31076
|
},
|
31106
|
-
"id":
|
31077
|
+
"id": 6378,
|
31107
31078
|
"isConstant": false,
|
31108
31079
|
"isLValue": false,
|
31109
31080
|
"isPure": true,
|
31110
31081
|
"lValueRequested": false,
|
31111
|
-
"memberLocation": "
|
31082
|
+
"memberLocation": "52376:12:18",
|
31112
31083
|
"memberName": "encodePacked",
|
31113
31084
|
"nodeType": "MemberAccess",
|
31114
|
-
"src": "
|
31085
|
+
"src": "52372:16:18",
|
31115
31086
|
"typeDescriptions": {
|
31116
31087
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
31117
31088
|
"typeString": "function () pure returns (bytes memory)"
|
31118
31089
|
}
|
31119
31090
|
},
|
31120
|
-
"id":
|
31091
|
+
"id": 6381,
|
31121
31092
|
"isConstant": false,
|
31122
31093
|
"isLValue": false,
|
31123
31094
|
"isPure": false,
|
@@ -31126,7 +31097,7 @@
|
|
31126
31097
|
"nameLocations": [],
|
31127
31098
|
"names": [],
|
31128
31099
|
"nodeType": "FunctionCall",
|
31129
|
-
"src": "
|
31100
|
+
"src": "52372:35:18",
|
31130
31101
|
"tryCall": false,
|
31131
31102
|
"typeDescriptions": {
|
31132
31103
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -31141,18 +31112,18 @@
|
|
31141
31112
|
"typeString": "bytes memory"
|
31142
31113
|
}
|
31143
31114
|
],
|
31144
|
-
"id":
|
31115
|
+
"id": 6376,
|
31145
31116
|
"name": "keccak256",
|
31146
31117
|
"nodeType": "Identifier",
|
31147
31118
|
"overloadedDeclarations": [],
|
31148
31119
|
"referencedDeclaration": -8,
|
31149
|
-
"src": "
|
31120
|
+
"src": "52362:9:18",
|
31150
31121
|
"typeDescriptions": {
|
31151
31122
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
31152
31123
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
31153
31124
|
}
|
31154
31125
|
},
|
31155
|
-
"id":
|
31126
|
+
"id": 6382,
|
31156
31127
|
"isConstant": false,
|
31157
31128
|
"isLValue": false,
|
31158
31129
|
"isPure": false,
|
@@ -31161,14 +31132,14 @@
|
|
31161
31132
|
"nameLocations": [],
|
31162
31133
|
"names": [],
|
31163
31134
|
"nodeType": "FunctionCall",
|
31164
|
-
"src": "
|
31135
|
+
"src": "52362:46:18",
|
31165
31136
|
"tryCall": false,
|
31166
31137
|
"typeDescriptions": {
|
31167
31138
|
"typeIdentifier": "t_bytes32",
|
31168
31139
|
"typeString": "bytes32"
|
31169
31140
|
}
|
31170
31141
|
},
|
31171
|
-
"src": "
|
31142
|
+
"src": "52335:73:18",
|
31172
31143
|
"typeDescriptions": {
|
31173
31144
|
"typeIdentifier": "t_bytes32",
|
31174
31145
|
"typeString": "bytes32"
|
@@ -31182,26 +31153,26 @@
|
|
31182
31153
|
"typeString": "bytes32"
|
31183
31154
|
}
|
31184
31155
|
],
|
31185
|
-
"id":
|
31156
|
+
"id": 6374,
|
31186
31157
|
"isConstant": false,
|
31187
31158
|
"isLValue": false,
|
31188
31159
|
"isPure": true,
|
31189
31160
|
"lValueRequested": false,
|
31190
31161
|
"nodeType": "ElementaryTypeNameExpression",
|
31191
|
-
"src": "
|
31162
|
+
"src": "52327:7:18",
|
31192
31163
|
"typeDescriptions": {
|
31193
31164
|
"typeIdentifier": "t_type$_t_uint256_$",
|
31194
31165
|
"typeString": "type(uint256)"
|
31195
31166
|
},
|
31196
31167
|
"typeName": {
|
31197
|
-
"id":
|
31168
|
+
"id": 6373,
|
31198
31169
|
"name": "uint256",
|
31199
31170
|
"nodeType": "ElementaryTypeName",
|
31200
|
-
"src": "
|
31171
|
+
"src": "52327:7:18",
|
31201
31172
|
"typeDescriptions": {}
|
31202
31173
|
}
|
31203
31174
|
},
|
31204
|
-
"id":
|
31175
|
+
"id": 6384,
|
31205
31176
|
"isConstant": false,
|
31206
31177
|
"isLValue": false,
|
31207
31178
|
"isPure": false,
|
@@ -31210,44 +31181,44 @@
|
|
31210
31181
|
"nameLocations": [],
|
31211
31182
|
"names": [],
|
31212
31183
|
"nodeType": "FunctionCall",
|
31213
|
-
"src": "
|
31184
|
+
"src": "52327:82:18",
|
31214
31185
|
"tryCall": false,
|
31215
31186
|
"typeDescriptions": {
|
31216
31187
|
"typeIdentifier": "t_uint256",
|
31217
31188
|
"typeString": "uint256"
|
31218
31189
|
}
|
31219
31190
|
},
|
31220
|
-
"functionReturnParameters":
|
31221
|
-
"id":
|
31191
|
+
"functionReturnParameters": 6372,
|
31192
|
+
"id": 6385,
|
31222
31193
|
"nodeType": "Return",
|
31223
|
-
"src": "
|
31194
|
+
"src": "52320:89:18"
|
31224
31195
|
}
|
31225
31196
|
]
|
31226
31197
|
},
|
31227
31198
|
"documentation": {
|
31228
|
-
"id":
|
31199
|
+
"id": 6362,
|
31229
31200
|
"nodeType": "StructuredDocumentation",
|
31230
|
-
"src": "
|
31201
|
+
"src": "51833:348:18",
|
31231
31202
|
"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."
|
31232
31203
|
},
|
31233
31204
|
"implemented": true,
|
31234
31205
|
"kind": "function",
|
31235
31206
|
"modifiers": [],
|
31236
31207
|
"name": "_getDynamicDataLengthLocation",
|
31237
|
-
"nameLocation": "
|
31208
|
+
"nameLocation": "52193:29:18",
|
31238
31209
|
"parameters": {
|
31239
|
-
"id":
|
31210
|
+
"id": 6369,
|
31240
31211
|
"nodeType": "ParameterList",
|
31241
31212
|
"parameters": [
|
31242
31213
|
{
|
31243
31214
|
"constant": false,
|
31244
|
-
"id":
|
31215
|
+
"id": 6365,
|
31245
31216
|
"mutability": "mutable",
|
31246
31217
|
"name": "tableId",
|
31247
|
-
"nameLocation": "
|
31218
|
+
"nameLocation": "52239:7:18",
|
31248
31219
|
"nodeType": "VariableDeclaration",
|
31249
|
-
"scope":
|
31250
|
-
"src": "
|
31220
|
+
"scope": 6387,
|
31221
|
+
"src": "52228:18:18",
|
31251
31222
|
"stateVariable": false,
|
31252
31223
|
"storageLocation": "default",
|
31253
31224
|
"typeDescriptions": {
|
@@ -31255,20 +31226,20 @@
|
|
31255
31226
|
"typeString": "ResourceId"
|
31256
31227
|
},
|
31257
31228
|
"typeName": {
|
31258
|
-
"id":
|
31229
|
+
"id": 6364,
|
31259
31230
|
"nodeType": "UserDefinedTypeName",
|
31260
31231
|
"pathNode": {
|
31261
|
-
"id":
|
31232
|
+
"id": 6363,
|
31262
31233
|
"name": "ResourceId",
|
31263
31234
|
"nameLocations": [
|
31264
|
-
"
|
31235
|
+
"52228:10:18"
|
31265
31236
|
],
|
31266
31237
|
"nodeType": "IdentifierPath",
|
31267
31238
|
"referencedDeclaration": 2895,
|
31268
|
-
"src": "
|
31239
|
+
"src": "52228:10:18"
|
31269
31240
|
},
|
31270
31241
|
"referencedDeclaration": 2895,
|
31271
|
-
"src": "
|
31242
|
+
"src": "52228:10:18",
|
31272
31243
|
"typeDescriptions": {
|
31273
31244
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31274
31245
|
"typeString": "ResourceId"
|
@@ -31278,13 +31249,13 @@
|
|
31278
31249
|
},
|
31279
31250
|
{
|
31280
31251
|
"constant": false,
|
31281
|
-
"id":
|
31252
|
+
"id": 6368,
|
31282
31253
|
"mutability": "mutable",
|
31283
31254
|
"name": "keyTuple",
|
31284
|
-
"nameLocation": "
|
31255
|
+
"nameLocation": "52269:8:18",
|
31285
31256
|
"nodeType": "VariableDeclaration",
|
31286
|
-
"scope":
|
31287
|
-
"src": "
|
31257
|
+
"scope": 6387,
|
31258
|
+
"src": "52252:25:18",
|
31288
31259
|
"stateVariable": false,
|
31289
31260
|
"storageLocation": "memory",
|
31290
31261
|
"typeDescriptions": {
|
@@ -31293,18 +31264,18 @@
|
|
31293
31264
|
},
|
31294
31265
|
"typeName": {
|
31295
31266
|
"baseType": {
|
31296
|
-
"id":
|
31267
|
+
"id": 6366,
|
31297
31268
|
"name": "bytes32",
|
31298
31269
|
"nodeType": "ElementaryTypeName",
|
31299
|
-
"src": "
|
31270
|
+
"src": "52252:7:18",
|
31300
31271
|
"typeDescriptions": {
|
31301
31272
|
"typeIdentifier": "t_bytes32",
|
31302
31273
|
"typeString": "bytes32"
|
31303
31274
|
}
|
31304
31275
|
},
|
31305
|
-
"id":
|
31276
|
+
"id": 6367,
|
31306
31277
|
"nodeType": "ArrayTypeName",
|
31307
|
-
"src": "
|
31278
|
+
"src": "52252:9:18",
|
31308
31279
|
"typeDescriptions": {
|
31309
31280
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
31310
31281
|
"typeString": "bytes32[]"
|
@@ -31313,21 +31284,21 @@
|
|
31313
31284
|
"visibility": "internal"
|
31314
31285
|
}
|
31315
31286
|
],
|
31316
|
-
"src": "
|
31287
|
+
"src": "52222:59:18"
|
31317
31288
|
},
|
31318
31289
|
"returnParameters": {
|
31319
|
-
"id":
|
31290
|
+
"id": 6372,
|
31320
31291
|
"nodeType": "ParameterList",
|
31321
31292
|
"parameters": [
|
31322
31293
|
{
|
31323
31294
|
"constant": false,
|
31324
|
-
"id":
|
31295
|
+
"id": 6371,
|
31325
31296
|
"mutability": "mutable",
|
31326
31297
|
"name": "",
|
31327
31298
|
"nameLocation": "-1:-1:-1",
|
31328
31299
|
"nodeType": "VariableDeclaration",
|
31329
|
-
"scope":
|
31330
|
-
"src": "
|
31300
|
+
"scope": 6387,
|
31301
|
+
"src": "52305:7:18",
|
31331
31302
|
"stateVariable": false,
|
31332
31303
|
"storageLocation": "default",
|
31333
31304
|
"typeDescriptions": {
|
@@ -31335,10 +31306,10 @@
|
|
31335
31306
|
"typeString": "uint256"
|
31336
31307
|
},
|
31337
31308
|
"typeName": {
|
31338
|
-
"id":
|
31309
|
+
"id": 6370,
|
31339
31310
|
"name": "uint256",
|
31340
31311
|
"nodeType": "ElementaryTypeName",
|
31341
|
-
"src": "
|
31312
|
+
"src": "52305:7:18",
|
31342
31313
|
"typeDescriptions": {
|
31343
31314
|
"typeIdentifier": "t_uint256",
|
31344
31315
|
"typeString": "uint256"
|
@@ -31347,22 +31318,22 @@
|
|
31347
31318
|
"visibility": "internal"
|
31348
31319
|
}
|
31349
31320
|
],
|
31350
|
-
"src": "
|
31321
|
+
"src": "52304:9:18"
|
31351
31322
|
},
|
31352
|
-
"scope":
|
31323
|
+
"scope": 6413,
|
31353
31324
|
"stateMutability": "pure",
|
31354
31325
|
"virtual": false,
|
31355
31326
|
"visibility": "internal"
|
31356
31327
|
},
|
31357
31328
|
{
|
31358
|
-
"id":
|
31329
|
+
"id": 6412,
|
31359
31330
|
"nodeType": "FunctionDefinition",
|
31360
|
-
"src": "
|
31331
|
+
"src": "52752:301:18",
|
31361
31332
|
"nodes": [],
|
31362
31333
|
"body": {
|
31363
|
-
"id":
|
31334
|
+
"id": 6411,
|
31364
31335
|
"nodeType": "Block",
|
31365
|
-
"src": "
|
31336
|
+
"src": "52888:165:18",
|
31366
31337
|
"nodes": [],
|
31367
31338
|
"statements": [
|
31368
31339
|
{
|
@@ -31373,24 +31344,24 @@
|
|
31373
31344
|
{
|
31374
31345
|
"arguments": [
|
31375
31346
|
{
|
31376
|
-
"id":
|
31347
|
+
"id": 6405,
|
31377
31348
|
"name": "tableId",
|
31378
31349
|
"nodeType": "Identifier",
|
31379
31350
|
"overloadedDeclarations": [],
|
31380
|
-
"referencedDeclaration":
|
31381
|
-
"src": "
|
31351
|
+
"referencedDeclaration": 6391,
|
31352
|
+
"src": "53026:7:18",
|
31382
31353
|
"typeDescriptions": {
|
31383
31354
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31384
31355
|
"typeString": "ResourceId"
|
31385
31356
|
}
|
31386
31357
|
},
|
31387
31358
|
{
|
31388
|
-
"id":
|
31359
|
+
"id": 6406,
|
31389
31360
|
"name": "keyTuple",
|
31390
31361
|
"nodeType": "Identifier",
|
31391
31362
|
"overloadedDeclarations": [],
|
31392
|
-
"referencedDeclaration":
|
31393
|
-
"src": "
|
31363
|
+
"referencedDeclaration": 6394,
|
31364
|
+
"src": "53035:8:18",
|
31394
31365
|
"typeDescriptions": {
|
31395
31366
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
31396
31367
|
"typeString": "bytes32[] memory"
|
@@ -31408,18 +31379,18 @@
|
|
31408
31379
|
"typeString": "bytes32[] memory"
|
31409
31380
|
}
|
31410
31381
|
],
|
31411
|
-
"id":
|
31382
|
+
"id": 6404,
|
31412
31383
|
"name": "_getDynamicDataLengthLocation",
|
31413
31384
|
"nodeType": "Identifier",
|
31414
31385
|
"overloadedDeclarations": [],
|
31415
|
-
"referencedDeclaration":
|
31416
|
-
"src": "
|
31386
|
+
"referencedDeclaration": 6387,
|
31387
|
+
"src": "52996:29:18",
|
31417
31388
|
"typeDescriptions": {
|
31418
31389
|
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ResourceId_$2895_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_uint256_$",
|
31419
31390
|
"typeString": "function (ResourceId,bytes32[] memory) pure returns (uint256)"
|
31420
31391
|
}
|
31421
31392
|
},
|
31422
|
-
"id":
|
31393
|
+
"id": 6407,
|
31423
31394
|
"isConstant": false,
|
31424
31395
|
"isLValue": false,
|
31425
31396
|
"isPure": false,
|
@@ -31428,7 +31399,7 @@
|
|
31428
31399
|
"nameLocations": [],
|
31429
31400
|
"names": [],
|
31430
31401
|
"nodeType": "FunctionCall",
|
31431
|
-
"src": "
|
31402
|
+
"src": "52996:48:18",
|
31432
31403
|
"tryCall": false,
|
31433
31404
|
"typeDescriptions": {
|
31434
31405
|
"typeIdentifier": "t_uint256",
|
@@ -31444,46 +31415,46 @@
|
|
31444
31415
|
}
|
31445
31416
|
],
|
31446
31417
|
"expression": {
|
31447
|
-
"id":
|
31418
|
+
"id": 6402,
|
31448
31419
|
"name": "Storage",
|
31449
31420
|
"nodeType": "Identifier",
|
31450
31421
|
"overloadedDeclarations": [],
|
31451
31422
|
"referencedDeclaration": 4054,
|
31452
|
-
"src": "
|
31423
|
+
"src": "52965:7:18",
|
31453
31424
|
"typeDescriptions": {
|
31454
31425
|
"typeIdentifier": "t_type$_t_contract$_Storage_$4054_$",
|
31455
31426
|
"typeString": "type(library Storage)"
|
31456
31427
|
}
|
31457
31428
|
},
|
31458
|
-
"id":
|
31429
|
+
"id": 6403,
|
31459
31430
|
"isConstant": false,
|
31460
31431
|
"isLValue": false,
|
31461
31432
|
"isPure": false,
|
31462
31433
|
"lValueRequested": false,
|
31463
|
-
"memberLocation": "
|
31434
|
+
"memberLocation": "52973:4:18",
|
31464
31435
|
"memberName": "load",
|
31465
31436
|
"nodeType": "MemberAccess",
|
31466
31437
|
"referencedDeclaration": 3876,
|
31467
|
-
"src": "
|
31438
|
+
"src": "52965:12:18",
|
31468
31439
|
"typeDescriptions": {
|
31469
31440
|
"typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bytes32_$",
|
31470
31441
|
"typeString": "function (uint256) view returns (bytes32)"
|
31471
31442
|
}
|
31472
31443
|
},
|
31473
|
-
"id":
|
31444
|
+
"id": 6408,
|
31474
31445
|
"isConstant": false,
|
31475
31446
|
"isLValue": false,
|
31476
31447
|
"isPure": false,
|
31477
31448
|
"kind": "functionCall",
|
31478
31449
|
"lValueRequested": false,
|
31479
31450
|
"nameLocations": [
|
31480
|
-
"
|
31451
|
+
"52980:14:18"
|
31481
31452
|
],
|
31482
31453
|
"names": [
|
31483
31454
|
"storagePointer"
|
31484
31455
|
],
|
31485
31456
|
"nodeType": "FunctionCall",
|
31486
|
-
"src": "
|
31457
|
+
"src": "52965:82:18",
|
31487
31458
|
"tryCall": false,
|
31488
31459
|
"typeDescriptions": {
|
31489
31460
|
"typeIdentifier": "t_bytes32",
|
@@ -31499,32 +31470,32 @@
|
|
31499
31470
|
}
|
31500
31471
|
],
|
31501
31472
|
"expression": {
|
31502
|
-
"id":
|
31473
|
+
"id": 6400,
|
31503
31474
|
"name": "PackedCounter",
|
31504
31475
|
"nodeType": "Identifier",
|
31505
31476
|
"overloadedDeclarations": [],
|
31506
31477
|
"referencedDeclaration": 2268,
|
31507
|
-
"src": "
|
31478
|
+
"src": "52946:13:18",
|
31508
31479
|
"typeDescriptions": {
|
31509
31480
|
"typeIdentifier": "t_type$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
31510
31481
|
"typeString": "type(PackedCounter)"
|
31511
31482
|
}
|
31512
31483
|
},
|
31513
|
-
"id":
|
31484
|
+
"id": 6401,
|
31514
31485
|
"isConstant": false,
|
31515
31486
|
"isLValue": false,
|
31516
31487
|
"isPure": true,
|
31517
31488
|
"lValueRequested": false,
|
31518
|
-
"memberLocation": "
|
31489
|
+
"memberLocation": "52960:4:18",
|
31519
31490
|
"memberName": "wrap",
|
31520
31491
|
"nodeType": "MemberAccess",
|
31521
|
-
"src": "
|
31492
|
+
"src": "52946:18:18",
|
31522
31493
|
"typeDescriptions": {
|
31523
31494
|
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_PackedCounter_$2268_$",
|
31524
31495
|
"typeString": "function (bytes32) pure returns (PackedCounter)"
|
31525
31496
|
}
|
31526
31497
|
},
|
31527
|
-
"id":
|
31498
|
+
"id": 6409,
|
31528
31499
|
"isConstant": false,
|
31529
31500
|
"isLValue": false,
|
31530
31501
|
"isPure": false,
|
@@ -31533,44 +31504,44 @@
|
|
31533
31504
|
"nameLocations": [],
|
31534
31505
|
"names": [],
|
31535
31506
|
"nodeType": "FunctionCall",
|
31536
|
-
"src": "
|
31507
|
+
"src": "52946:102:18",
|
31537
31508
|
"tryCall": false,
|
31538
31509
|
"typeDescriptions": {
|
31539
31510
|
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$2268",
|
31540
31511
|
"typeString": "PackedCounter"
|
31541
31512
|
}
|
31542
31513
|
},
|
31543
|
-
"functionReturnParameters":
|
31544
|
-
"id":
|
31514
|
+
"functionReturnParameters": 6399,
|
31515
|
+
"id": 6410,
|
31545
31516
|
"nodeType": "Return",
|
31546
|
-
"src": "
|
31517
|
+
"src": "52939:109:18"
|
31547
31518
|
}
|
31548
31519
|
]
|
31549
31520
|
},
|
31550
31521
|
"documentation": {
|
31551
|
-
"id":
|
31522
|
+
"id": 6388,
|
31552
31523
|
"nodeType": "StructuredDocumentation",
|
31553
|
-
"src": "
|
31524
|
+
"src": "52418:331:18",
|
31554
31525
|
"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."
|
31555
31526
|
},
|
31556
31527
|
"implemented": true,
|
31557
31528
|
"kind": "function",
|
31558
31529
|
"modifiers": [],
|
31559
31530
|
"name": "_loadEncodedDynamicDataLength",
|
31560
|
-
"nameLocation": "
|
31531
|
+
"nameLocation": "52761:29:18",
|
31561
31532
|
"parameters": {
|
31562
|
-
"id":
|
31533
|
+
"id": 6395,
|
31563
31534
|
"nodeType": "ParameterList",
|
31564
31535
|
"parameters": [
|
31565
31536
|
{
|
31566
31537
|
"constant": false,
|
31567
|
-
"id":
|
31538
|
+
"id": 6391,
|
31568
31539
|
"mutability": "mutable",
|
31569
31540
|
"name": "tableId",
|
31570
|
-
"nameLocation": "
|
31541
|
+
"nameLocation": "52807:7:18",
|
31571
31542
|
"nodeType": "VariableDeclaration",
|
31572
|
-
"scope":
|
31573
|
-
"src": "
|
31543
|
+
"scope": 6412,
|
31544
|
+
"src": "52796:18:18",
|
31574
31545
|
"stateVariable": false,
|
31575
31546
|
"storageLocation": "default",
|
31576
31547
|
"typeDescriptions": {
|
@@ -31578,20 +31549,20 @@
|
|
31578
31549
|
"typeString": "ResourceId"
|
31579
31550
|
},
|
31580
31551
|
"typeName": {
|
31581
|
-
"id":
|
31552
|
+
"id": 6390,
|
31582
31553
|
"nodeType": "UserDefinedTypeName",
|
31583
31554
|
"pathNode": {
|
31584
|
-
"id":
|
31555
|
+
"id": 6389,
|
31585
31556
|
"name": "ResourceId",
|
31586
31557
|
"nameLocations": [
|
31587
|
-
"
|
31558
|
+
"52796:10:18"
|
31588
31559
|
],
|
31589
31560
|
"nodeType": "IdentifierPath",
|
31590
31561
|
"referencedDeclaration": 2895,
|
31591
|
-
"src": "
|
31562
|
+
"src": "52796:10:18"
|
31592
31563
|
},
|
31593
31564
|
"referencedDeclaration": 2895,
|
31594
|
-
"src": "
|
31565
|
+
"src": "52796:10:18",
|
31595
31566
|
"typeDescriptions": {
|
31596
31567
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$2895",
|
31597
31568
|
"typeString": "ResourceId"
|
@@ -31601,13 +31572,13 @@
|
|
31601
31572
|
},
|
31602
31573
|
{
|
31603
31574
|
"constant": false,
|
31604
|
-
"id":
|
31575
|
+
"id": 6394,
|
31605
31576
|
"mutability": "mutable",
|
31606
31577
|
"name": "keyTuple",
|
31607
|
-
"nameLocation": "
|
31578
|
+
"nameLocation": "52837:8:18",
|
31608
31579
|
"nodeType": "VariableDeclaration",
|
31609
|
-
"scope":
|
31610
|
-
"src": "
|
31580
|
+
"scope": 6412,
|
31581
|
+
"src": "52820:25:18",
|
31611
31582
|
"stateVariable": false,
|
31612
31583
|
"storageLocation": "memory",
|
31613
31584
|
"typeDescriptions": {
|
@@ -31616,18 +31587,18 @@
|
|
31616
31587
|
},
|
31617
31588
|
"typeName": {
|
31618
31589
|
"baseType": {
|
31619
|
-
"id":
|
31590
|
+
"id": 6392,
|
31620
31591
|
"name": "bytes32",
|
31621
31592
|
"nodeType": "ElementaryTypeName",
|
31622
|
-
"src": "
|
31593
|
+
"src": "52820:7:18",
|
31623
31594
|
"typeDescriptions": {
|
31624
31595
|
"typeIdentifier": "t_bytes32",
|
31625
31596
|
"typeString": "bytes32"
|
31626
31597
|
}
|
31627
31598
|
},
|
31628
|
-
"id":
|
31599
|
+
"id": 6393,
|
31629
31600
|
"nodeType": "ArrayTypeName",
|
31630
|
-
"src": "
|
31601
|
+
"src": "52820:9:18",
|
31631
31602
|
"typeDescriptions": {
|
31632
31603
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
31633
31604
|
"typeString": "bytes32[]"
|
@@ -31636,21 +31607,21 @@
|
|
31636
31607
|
"visibility": "internal"
|
31637
31608
|
}
|
31638
31609
|
],
|
31639
|
-
"src": "
|
31610
|
+
"src": "52790:59:18"
|
31640
31611
|
},
|
31641
31612
|
"returnParameters": {
|
31642
|
-
"id":
|
31613
|
+
"id": 6399,
|
31643
31614
|
"nodeType": "ParameterList",
|
31644
31615
|
"parameters": [
|
31645
31616
|
{
|
31646
31617
|
"constant": false,
|
31647
|
-
"id":
|
31618
|
+
"id": 6398,
|
31648
31619
|
"mutability": "mutable",
|
31649
31620
|
"name": "",
|
31650
31621
|
"nameLocation": "-1:-1:-1",
|
31651
31622
|
"nodeType": "VariableDeclaration",
|
31652
|
-
"scope":
|
31653
|
-
"src": "
|
31623
|
+
"scope": 6412,
|
31624
|
+
"src": "52873:13:18",
|
31654
31625
|
"stateVariable": false,
|
31655
31626
|
"storageLocation": "default",
|
31656
31627
|
"typeDescriptions": {
|
@@ -31658,20 +31629,20 @@
|
|
31658
31629
|
"typeString": "PackedCounter"
|
31659
31630
|
},
|
31660
31631
|
"typeName": {
|
31661
|
-
"id":
|
31632
|
+
"id": 6397,
|
31662
31633
|
"nodeType": "UserDefinedTypeName",
|
31663
31634
|
"pathNode": {
|
31664
|
-
"id":
|
31635
|
+
"id": 6396,
|
31665
31636
|
"name": "PackedCounter",
|
31666
31637
|
"nameLocations": [
|
31667
|
-
"
|
31638
|
+
"52873:13:18"
|
31668
31639
|
],
|
31669
31640
|
"nodeType": "IdentifierPath",
|
31670
31641
|
"referencedDeclaration": 2268,
|
31671
|
-
"src": "
|
31642
|
+
"src": "52873:13:18"
|
31672
31643
|
},
|
31673
31644
|
"referencedDeclaration": 2268,
|
31674
|
-
"src": "
|
31645
|
+
"src": "52873:13:18",
|
31675
31646
|
"typeDescriptions": {
|
31676
31647
|
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$2268",
|
31677
31648
|
"typeString": "PackedCounter"
|
@@ -31680,9 +31651,9 @@
|
|
31680
31651
|
"visibility": "internal"
|
31681
31652
|
}
|
31682
31653
|
],
|
31683
|
-
"src": "
|
31654
|
+
"src": "52872:15:18"
|
31684
31655
|
},
|
31685
|
-
"scope":
|
31656
|
+
"scope": 6413,
|
31686
31657
|
"stateMutability": "view",
|
31687
31658
|
"virtual": false,
|
31688
31659
|
"visibility": "internal"
|
@@ -31701,11 +31672,11 @@
|
|
31701
31672
|
},
|
31702
31673
|
"fullyImplemented": true,
|
31703
31674
|
"linearizedBaseContracts": [
|
31704
|
-
|
31675
|
+
6413
|
31705
31676
|
],
|
31706
31677
|
"name": "StoreCoreInternal",
|
31707
31678
|
"nameLocation": "41127:17:18",
|
31708
|
-
"scope":
|
31679
|
+
"scope": 6414,
|
31709
31680
|
"usedErrors": [],
|
31710
31681
|
"usedEvents": []
|
31711
31682
|
}
|