@latticexyz/world-modules 2.0.0-main-fa74f25e → 2.0.0-main-3086581a

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.
Files changed (112) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +220 -220
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2611 -2611
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3155 -3155
  5. package/out/DelegationControl.sol/DelegationControl.json +101 -101
  6. package/out/EncodeArray.sol/EncodeArray.json +3250 -3250
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +51 -51
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +51 -51
  9. package/out/Hook.sol/HookInstance.json +16 -16
  10. package/out/Hook.sol/HookLib.json +16 -16
  11. package/out/Hooks.sol/Hooks.json +96 -96
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +61 -61
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  14. package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  16. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  17. package/out/IDelegationControl.sol/IDelegationControl.json +66 -66
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  20. package/out/IStore.sol/IStore.json +4 -4
  21. package/out/IStoreData.sol/IStoreData.json +4 -4
  22. package/out/IStoreHook.sol/IStoreHook.json +4 -4
  23. package/out/IStoreRead.sol/IStoreRead.json +4 -4
  24. package/out/IStoreRegistration.sol/IStoreRegistration.json +4 -4
  25. package/out/IStoreWrite.sol/IStoreWrite.json +4 -4
  26. package/out/ISystemHook.sol/ISystemHook.json +90 -90
  27. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  28. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  29. package/out/IWorldErrors.sol/IWorldErrors.json +150 -150
  30. package/out/IWorldKernel.sol/IWorldCall.json +156 -156
  31. package/out/IWorldKernel.sol/IWorldKernel.json +156 -156
  32. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
  33. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +198 -198
  34. package/out/KeysInTable.sol/KeysInTable.json +10684 -10684
  35. package/out/KeysInTableHook.sol/KeysInTableHook.json +879 -879
  36. package/out/KeysInTableModule.sol/KeysInTableModule.json +539 -539
  37. package/out/KeysWithValue.sol/KeysWithValue.json +3844 -3844
  38. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1002 -1002
  39. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +428 -428
  40. package/out/Memory.sol/Memory.json +8 -8
  41. package/out/Module.sol/Module.json +90 -90
  42. package/out/ResourceIds.sol/ResourceIds.json +70 -70
  43. package/out/Schema.sol/SchemaInstance.json +76 -76
  44. package/out/Schema.sol/SchemaLib.json +76 -76
  45. package/out/SchemaType.sol/SchemaType.json +276 -276
  46. package/out/Slice.sol/SliceInstance.json +8 -8
  47. package/out/Slice.sol/SliceLib.json +8 -8
  48. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +305 -305
  49. package/out/Storage.sol/Storage.json +11 -11
  50. package/out/StoreCore.sol/StoreCore.json +59 -59
  51. package/out/StoreCore.sol/StoreCoreInternal.json +59 -59
  52. package/out/StoreHook.sol/StoreHook.json +362 -362
  53. package/out/StoreHooks.sol/StoreHooks.json +97 -97
  54. package/out/StoreSwitch.sol/StoreSwitch.json +16 -16
  55. package/out/System.sol/System.json +35 -35
  56. package/out/Tables.sol/Tables.json +98 -98
  57. package/out/TightCoder.sol/TightCoder.json +128 -128
  58. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +124 -124
  59. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +2002 -2002
  60. package/out/UniqueEntity.sol/UniqueEntity.json +1418 -1418
  61. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +329 -329
  62. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +98 -98
  63. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2738 -2738
  64. package/out/WorldContext.sol/WorldContextConsumer.json +379 -379
  65. package/out/WorldContext.sol/WorldContextProvider.json +379 -379
  66. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  67. package/out/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  68. package/out/constants.sol/LayoutOffsets.json +164 -140
  69. package/out/constants.sol/constants.json +115 -115
  70. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  71. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  72. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  73. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  74. package/out/hasKey.sol/hasKey.json +130 -130
  75. package/out/index.sol/index.json +53 -53
  76. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +139 -139
  77. package/out/leftMask.sol/leftMask.json +61 -61
  78. package/out/query.sol/query.json +1154 -1154
  79. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  80. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  81. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +701 -701
  82. package/out/src/FieldLayout.sol/FieldLayoutLib.json +701 -701
  83. package/out/src/IStore.sol/IStore.json +57 -57
  84. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  85. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  86. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  87. package/out/src/Memory.sol/Memory.json +93 -93
  88. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  89. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  90. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  91. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  92. package/out/src/Schema.sol/SchemaInstance.json +791 -791
  93. package/out/src/Schema.sol/SchemaLib.json +791 -791
  94. package/out/src/Slice.sol/SliceInstance.json +433 -433
  95. package/out/src/Slice.sol/SliceLib.json +433 -433
  96. package/out/src/StoreCore.sol/StoreCore.json +4471 -4471
  97. package/out/src/StoreCore.sol/StoreCoreInternal.json +4471 -4471
  98. package/out/src/StoreSwitch.sol/StoreSwitch.json +2470 -2470
  99. package/out/src/WorldContext.sol/WorldContextConsumer.json +379 -379
  100. package/out/src/WorldContext.sol/WorldContextProvider.json +379 -379
  101. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  102. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  103. package/out/storeHookTypes.sol/storeHookTypes.json +202 -202
  104. package/out/storeResourceTypes.sol/storeResourceTypes.json +21 -21
  105. package/out/tables/ResourceIds.sol/ResourceIds.json +1762 -1762
  106. package/out/tables/Tables.sol/Tables.json +7304 -7304
  107. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3250 -3250
  108. package/out/types.sol/types.json +39 -39
  109. package/out/version.sol/version.json +12 -12
  110. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  111. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  112. package/package.json +8 -8
@@ -11,7 +11,7 @@
11
11
  "linkReferences": {}
12
12
  },
13
13
  "methodIdentifiers": {},
14
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"title\":\"WorldContextProvider - Utility functions to call contracts with context values appended to calldata.\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"This library provides functions to make calls or delegatecalls to other contracts, appending the context values (like msg.sender and msg.value) to the calldata for WorldContextConsumer to consume.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":\"WorldContextProvider\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168\",\"dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL\"]}},\"version\":1}",
14
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"title\":\"WorldContextProvider - Utility functions to call contracts with context values appended to calldata.\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"This library provides functions to make calls or delegatecalls to other contracts, appending the context values (like msg.sender and msg.value) to the calldata for WorldContextConsumer to consume.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":\"WorldContextProvider\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]}},\"version\":1}",
15
15
  "metadata": {
16
16
  "compiler": {
17
17
  "version": "0.8.21+commit.d9974bed"
@@ -290,34 +290,34 @@
290
290
  "license": "MIT"
291
291
  },
292
292
  "node_modules/@latticexyz/store/src/constants.sol": {
293
- "keccak256": "0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb",
293
+ "keccak256": "0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076",
294
294
  "urls": [
295
- "bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961",
296
- "dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ"
295
+ "bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793",
296
+ "dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"
297
297
  ],
298
298
  "license": "MIT"
299
299
  },
300
300
  "node_modules/@latticexyz/store/src/leftMask.sol": {
301
- "keccak256": "0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be",
301
+ "keccak256": "0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f",
302
302
  "urls": [
303
- "bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c",
304
- "dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6"
303
+ "bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401",
304
+ "dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr"
305
305
  ],
306
306
  "license": "MIT"
307
307
  },
308
308
  "node_modules/@latticexyz/store/src/storeHookTypes.sol": {
309
- "keccak256": "0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246",
309
+ "keccak256": "0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5",
310
310
  "urls": [
311
- "bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc",
312
- "dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob"
311
+ "bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81",
312
+ "dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX"
313
313
  ],
314
314
  "license": "MIT"
315
315
  },
316
316
  "node_modules/@latticexyz/store/src/storeResourceTypes.sol": {
317
- "keccak256": "0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb",
317
+ "keccak256": "0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2",
318
318
  "urls": [
319
- "bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878",
320
- "dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg"
319
+ "bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84",
320
+ "dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"
321
321
  ],
322
322
  "license": "MIT"
323
323
  },
@@ -346,10 +346,10 @@
346
346
  "license": "MIT"
347
347
  },
348
348
  "node_modules/@latticexyz/store/src/version.sol": {
349
- "keccak256": "0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27",
349
+ "keccak256": "0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c",
350
350
  "urls": [
351
- "bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168",
352
- "dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL"
351
+ "bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491",
352
+ "dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk"
353
353
  ],
354
354
  "license": "MIT"
355
355
  }
@@ -358,38 +358,38 @@
358
358
  },
359
359
  "ast": {
360
360
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldContext.sol",
361
- "id": 23475,
361
+ "id": 23499,
362
362
  "exportedSymbols": {
363
363
  "CONTEXT_BYTES": [
364
- 23260
364
+ 23284
365
365
  ],
366
366
  "ERC165_INTERFACE_ID": [
367
- 22927
367
+ 22951
368
368
  ],
369
369
  "IWorldContextConsumer": [
370
- 23073
370
+ 23097
371
371
  ],
372
372
  "StoreSwitch": [
373
- 30870
373
+ 30894
374
374
  ],
375
375
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
376
- 23051
376
+ 23075
377
377
  ],
378
378
  "WorldContextConsumer": [
379
- 23320
379
+ 23344
380
380
  ],
381
381
  "WorldContextProvider": [
382
- 23474
382
+ 23498
383
383
  ],
384
384
  "revertWithBytes": [
385
- 24036
385
+ 24060
386
386
  ]
387
387
  },
388
388
  "nodeType": "SourceUnit",
389
389
  "src": "32:6995:40",
390
390
  "nodes": [
391
391
  {
392
- "id": 23246,
392
+ "id": 23270,
393
393
  "nodeType": "PragmaDirective",
394
394
  "src": "32:25:40",
395
395
  "nodes": [],
@@ -401,23 +401,23 @@
401
401
  ]
402
402
  },
403
403
  {
404
- "id": 23248,
404
+ "id": 23272,
405
405
  "nodeType": "ImportDirective",
406
406
  "src": "59:68:40",
407
407
  "nodes": [],
408
408
  "absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
409
409
  "file": "@latticexyz/store/src/StoreSwitch.sol",
410
410
  "nameLocation": "-1:-1:-1",
411
- "scope": 23475,
412
- "sourceUnit": 30871,
411
+ "scope": 23499,
412
+ "sourceUnit": 30895,
413
413
  "symbolAliases": [
414
414
  {
415
415
  "foreign": {
416
- "id": 23247,
416
+ "id": 23271,
417
417
  "name": "StoreSwitch",
418
418
  "nodeType": "Identifier",
419
419
  "overloadedDeclarations": [],
420
- "referencedDeclaration": 30870,
420
+ "referencedDeclaration": 30894,
421
421
  "src": "68:11:40",
422
422
  "typeDescriptions": {}
423
423
  },
@@ -427,23 +427,23 @@
427
427
  "unitAlias": ""
428
428
  },
429
429
  {
430
- "id": 23250,
430
+ "id": 23274,
431
431
  "nodeType": "ImportDirective",
432
432
  "src": "128:56:40",
433
433
  "nodes": [],
434
434
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/revertWithBytes.sol",
435
435
  "file": "./revertWithBytes.sol",
436
436
  "nameLocation": "-1:-1:-1",
437
- "scope": 23475,
438
- "sourceUnit": 24037,
437
+ "scope": 23499,
438
+ "sourceUnit": 24061,
439
439
  "symbolAliases": [
440
440
  {
441
441
  "foreign": {
442
- "id": 23249,
442
+ "id": 23273,
443
443
  "name": "revertWithBytes",
444
444
  "nodeType": "Identifier",
445
445
  "overloadedDeclarations": [],
446
- "referencedDeclaration": 24036,
446
+ "referencedDeclaration": 24060,
447
447
  "src": "137:15:40",
448
448
  "typeDescriptions": {}
449
449
  },
@@ -453,23 +453,23 @@
453
453
  "unitAlias": ""
454
454
  },
455
455
  {
456
- "id": 23252,
456
+ "id": 23276,
457
457
  "nodeType": "ImportDirective",
458
458
  "src": "185:52:40",
459
459
  "nodes": [],
460
460
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/IERC165.sol",
461
461
  "file": "./IERC165.sol",
462
462
  "nameLocation": "-1:-1:-1",
463
- "scope": 23475,
464
- "sourceUnit": 22938,
463
+ "scope": 23499,
464
+ "sourceUnit": 22962,
465
465
  "symbolAliases": [
466
466
  {
467
467
  "foreign": {
468
- "id": 23251,
468
+ "id": 23275,
469
469
  "name": "ERC165_INTERFACE_ID",
470
470
  "nodeType": "Identifier",
471
471
  "overloadedDeclarations": [],
472
- "referencedDeclaration": 22927,
472
+ "referencedDeclaration": 22951,
473
473
  "src": "194:19:40",
474
474
  "typeDescriptions": {}
475
475
  },
@@ -479,23 +479,23 @@
479
479
  "unitAlias": ""
480
480
  },
481
481
  {
482
- "id": 23255,
482
+ "id": 23279,
483
483
  "nodeType": "ImportDirective",
484
484
  "src": "238:105:40",
485
485
  "nodes": [],
486
486
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol",
487
487
  "file": "./IWorldContextConsumer.sol",
488
488
  "nameLocation": "-1:-1:-1",
489
- "scope": 23475,
490
- "sourceUnit": 23074,
489
+ "scope": 23499,
490
+ "sourceUnit": 23098,
491
491
  "symbolAliases": [
492
492
  {
493
493
  "foreign": {
494
- "id": 23253,
494
+ "id": 23277,
495
495
  "name": "IWorldContextConsumer",
496
496
  "nodeType": "Identifier",
497
497
  "overloadedDeclarations": [],
498
- "referencedDeclaration": 23073,
498
+ "referencedDeclaration": 23097,
499
499
  "src": "247:21:40",
500
500
  "typeDescriptions": {}
501
501
  },
@@ -503,11 +503,11 @@
503
503
  },
504
504
  {
505
505
  "foreign": {
506
- "id": 23254,
506
+ "id": 23278,
507
507
  "name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
508
508
  "nodeType": "Identifier",
509
509
  "overloadedDeclarations": [],
510
- "referencedDeclaration": 23051,
510
+ "referencedDeclaration": 23075,
511
511
  "src": "270:35:40",
512
512
  "typeDescriptions": {}
513
513
  },
@@ -517,7 +517,7 @@
517
517
  "unitAlias": ""
518
518
  },
519
519
  {
520
- "id": 23260,
520
+ "id": 23284,
521
521
  "nodeType": "VariableDeclaration",
522
522
  "src": "420:40:40",
523
523
  "nodes": [],
@@ -525,7 +525,7 @@
525
525
  "mutability": "constant",
526
526
  "name": "CONTEXT_BYTES",
527
527
  "nameLocation": "437:13:40",
528
- "scope": 23475,
528
+ "scope": 23499,
529
529
  "stateVariable": false,
530
530
  "storageLocation": "default",
531
531
  "typeDescriptions": {
@@ -533,7 +533,7 @@
533
533
  "typeString": "uint256"
534
534
  },
535
535
  "typeName": {
536
- "id": 23256,
536
+ "id": 23280,
537
537
  "name": "uint256",
538
538
  "nodeType": "ElementaryTypeName",
539
539
  "src": "420:7:40",
@@ -547,14 +547,14 @@
547
547
  "typeIdentifier": "t_rational_52_by_1",
548
548
  "typeString": "int_const 52"
549
549
  },
550
- "id": 23259,
550
+ "id": 23283,
551
551
  "isConstant": false,
552
552
  "isLValue": false,
553
553
  "isPure": true,
554
554
  "lValueRequested": false,
555
555
  "leftExpression": {
556
556
  "hexValue": "3230",
557
- "id": 23257,
557
+ "id": 23281,
558
558
  "isConstant": false,
559
559
  "isLValue": false,
560
560
  "isPure": true,
@@ -572,7 +572,7 @@
572
572
  "operator": "+",
573
573
  "rightExpression": {
574
574
  "hexValue": "3332",
575
- "id": 23258,
575
+ "id": 23282,
576
576
  "isConstant": false,
577
577
  "isLValue": false,
578
578
  "isPure": true,
@@ -595,17 +595,17 @@
595
595
  "visibility": "internal"
596
596
  },
597
597
  {
598
- "id": 23320,
598
+ "id": 23344,
599
599
  "nodeType": "ContractDefinition",
600
600
  "src": "937:1838:40",
601
601
  "nodes": [
602
602
  {
603
- "id": 23283,
603
+ "id": 23307,
604
604
  "nodeType": "FunctionDefinition",
605
605
  "src": "1151:379:40",
606
606
  "nodes": [],
607
607
  "body": {
608
- "id": 23282,
608
+ "id": 23306,
609
609
  "nodeType": "Block",
610
610
  "src": "1210:320:40",
611
611
  "nodes": [],
@@ -699,21 +699,21 @@
699
699
  "evmVersion": "paris",
700
700
  "externalReferences": [
701
701
  {
702
- "declaration": 23260,
702
+ "declaration": 23284,
703
703
  "isOffset": false,
704
704
  "isSlot": false,
705
705
  "src": "1453:13:40",
706
706
  "valueSize": 1
707
707
  },
708
708
  {
709
- "declaration": 23267,
709
+ "declaration": 23291,
710
710
  "isOffset": false,
711
711
  "isSlot": false,
712
712
  "src": "1402:6:40",
713
713
  "valueSize": 1
714
714
  }
715
715
  ],
716
- "id": 23269,
716
+ "id": 23293,
717
717
  "nodeType": "InlineAssembly",
718
718
  "src": "1216:259:40"
719
719
  },
@@ -723,17 +723,17 @@
723
723
  "typeIdentifier": "t_address",
724
724
  "typeString": "address"
725
725
  },
726
- "id": 23275,
726
+ "id": 23299,
727
727
  "isConstant": false,
728
728
  "isLValue": false,
729
729
  "isPure": false,
730
730
  "lValueRequested": false,
731
731
  "leftExpression": {
732
- "id": 23270,
732
+ "id": 23294,
733
733
  "name": "sender",
734
734
  "nodeType": "Identifier",
735
735
  "overloadedDeclarations": [],
736
- "referencedDeclaration": 23267,
736
+ "referencedDeclaration": 23291,
737
737
  "src": "1484:6:40",
738
738
  "typeDescriptions": {
739
739
  "typeIdentifier": "t_address",
@@ -746,7 +746,7 @@
746
746
  "arguments": [
747
747
  {
748
748
  "hexValue": "30",
749
- "id": 23273,
749
+ "id": 23297,
750
750
  "isConstant": false,
751
751
  "isLValue": false,
752
752
  "isPure": true,
@@ -768,7 +768,7 @@
768
768
  "typeString": "int_const 0"
769
769
  }
770
770
  ],
771
- "id": 23272,
771
+ "id": 23296,
772
772
  "isConstant": false,
773
773
  "isLValue": false,
774
774
  "isPure": true,
@@ -780,14 +780,14 @@
780
780
  "typeString": "type(address)"
781
781
  },
782
782
  "typeName": {
783
- "id": 23271,
783
+ "id": 23295,
784
784
  "name": "address",
785
785
  "nodeType": "ElementaryTypeName",
786
786
  "src": "1494:7:40",
787
787
  "typeDescriptions": {}
788
788
  }
789
789
  },
790
- "id": 23274,
790
+ "id": 23298,
791
791
  "isConstant": false,
792
792
  "isLValue": false,
793
793
  "isPure": true,
@@ -809,22 +809,22 @@
809
809
  "typeString": "bool"
810
810
  }
811
811
  },
812
- "id": 23281,
812
+ "id": 23305,
813
813
  "nodeType": "IfStatement",
814
814
  "src": "1480:45:40",
815
815
  "trueBody": {
816
816
  "expression": {
817
- "id": 23279,
817
+ "id": 23303,
818
818
  "isConstant": false,
819
819
  "isLValue": false,
820
820
  "isPure": false,
821
821
  "lValueRequested": false,
822
822
  "leftHandSide": {
823
- "id": 23276,
823
+ "id": 23300,
824
824
  "name": "sender",
825
825
  "nodeType": "Identifier",
826
826
  "overloadedDeclarations": [],
827
- "referencedDeclaration": 23267,
827
+ "referencedDeclaration": 23291,
828
828
  "src": "1506:6:40",
829
829
  "typeDescriptions": {
830
830
  "typeIdentifier": "t_address",
@@ -835,7 +835,7 @@
835
835
  "operator": "=",
836
836
  "rightHandSide": {
837
837
  "expression": {
838
- "id": 23277,
838
+ "id": 23301,
839
839
  "name": "msg",
840
840
  "nodeType": "Identifier",
841
841
  "overloadedDeclarations": [],
@@ -846,7 +846,7 @@
846
846
  "typeString": "msg"
847
847
  }
848
848
  },
849
- "id": 23278,
849
+ "id": 23302,
850
850
  "isConstant": false,
851
851
  "isLValue": false,
852
852
  "isPure": false,
@@ -866,7 +866,7 @@
866
866
  "typeString": "address"
867
867
  }
868
868
  },
869
- "id": 23280,
869
+ "id": 23304,
870
870
  "nodeType": "ExpressionStatement",
871
871
  "src": "1506:19:40"
872
872
  }
@@ -874,10 +874,10 @@
874
874
  ]
875
875
  },
876
876
  "baseFunctions": [
877
- 23060
877
+ 23084
878
878
  ],
879
879
  "documentation": {
880
- "id": 23264,
880
+ "id": 23288,
881
881
  "nodeType": "StructuredDocumentation",
882
882
  "src": "1005:143:40",
883
883
  "text": " @notice Extracts the trusted msg.sender value from the appended calldata.\n @return sender The address of the trusted sender."
@@ -889,23 +889,23 @@
889
889
  "name": "_msgSender",
890
890
  "nameLocation": "1160:10:40",
891
891
  "parameters": {
892
- "id": 23265,
892
+ "id": 23289,
893
893
  "nodeType": "ParameterList",
894
894
  "parameters": [],
895
895
  "src": "1170:2:40"
896
896
  },
897
897
  "returnParameters": {
898
- "id": 23268,
898
+ "id": 23292,
899
899
  "nodeType": "ParameterList",
900
900
  "parameters": [
901
901
  {
902
902
  "constant": false,
903
- "id": 23267,
903
+ "id": 23291,
904
904
  "mutability": "mutable",
905
905
  "name": "sender",
906
906
  "nameLocation": "1202:6:40",
907
907
  "nodeType": "VariableDeclaration",
908
- "scope": 23283,
908
+ "scope": 23307,
909
909
  "src": "1194:14:40",
910
910
  "stateVariable": false,
911
911
  "storageLocation": "default",
@@ -914,7 +914,7 @@
914
914
  "typeString": "address"
915
915
  },
916
916
  "typeName": {
917
- "id": 23266,
917
+ "id": 23290,
918
918
  "name": "address",
919
919
  "nodeType": "ElementaryTypeName",
920
920
  "src": "1194:7:40",
@@ -929,18 +929,18 @@
929
929
  ],
930
930
  "src": "1193:16:40"
931
931
  },
932
- "scope": 23320,
932
+ "scope": 23344,
933
933
  "stateMutability": "view",
934
934
  "virtual": false,
935
935
  "visibility": "public"
936
936
  },
937
937
  {
938
- "id": 23291,
938
+ "id": 23315,
939
939
  "nodeType": "FunctionDefinition",
940
940
  "src": "1771:212:40",
941
941
  "nodes": [],
942
942
  "body": {
943
- "id": 23290,
943
+ "id": 23314,
944
944
  "nodeType": "Block",
945
945
  "src": "1828:155:40",
946
946
  "nodes": [],
@@ -1015,24 +1015,24 @@
1015
1015
  "evmVersion": "paris",
1016
1016
  "externalReferences": [
1017
1017
  {
1018
- "declaration": 23287,
1018
+ "declaration": 23311,
1019
1019
  "isOffset": false,
1020
1020
  "isSlot": false,
1021
1021
  "src": "1927:5:40",
1022
1022
  "valueSize": 1
1023
1023
  }
1024
1024
  ],
1025
- "id": 23289,
1025
+ "id": 23313,
1026
1026
  "nodeType": "InlineAssembly",
1027
1027
  "src": "1834:145:40"
1028
1028
  }
1029
1029
  ]
1030
1030
  },
1031
1031
  "baseFunctions": [
1032
- 23066
1032
+ 23090
1033
1033
  ],
1034
1034
  "documentation": {
1035
- "id": 23284,
1035
+ "id": 23308,
1036
1036
  "nodeType": "StructuredDocumentation",
1037
1037
  "src": "1534:234:40",
1038
1038
  "text": " @notice Extract the `msg.value` from the context appended to the calldata.\n @return value The `msg.value` in the call to the World contract before the World routed the\n call to the WorldContextConsumer contract."
@@ -1044,23 +1044,23 @@
1044
1044
  "name": "_msgValue",
1045
1045
  "nameLocation": "1780:9:40",
1046
1046
  "parameters": {
1047
- "id": 23285,
1047
+ "id": 23309,
1048
1048
  "nodeType": "ParameterList",
1049
1049
  "parameters": [],
1050
1050
  "src": "1789:2:40"
1051
1051
  },
1052
1052
  "returnParameters": {
1053
- "id": 23288,
1053
+ "id": 23312,
1054
1054
  "nodeType": "ParameterList",
1055
1055
  "parameters": [
1056
1056
  {
1057
1057
  "constant": false,
1058
- "id": 23287,
1058
+ "id": 23311,
1059
1059
  "mutability": "mutable",
1060
1060
  "name": "value",
1061
1061
  "nameLocation": "1821:5:40",
1062
1062
  "nodeType": "VariableDeclaration",
1063
- "scope": 23291,
1063
+ "scope": 23315,
1064
1064
  "src": "1813:13:40",
1065
1065
  "stateVariable": false,
1066
1066
  "storageLocation": "default",
@@ -1069,7 +1069,7 @@
1069
1069
  "typeString": "uint256"
1070
1070
  },
1071
1071
  "typeName": {
1072
- "id": 23286,
1072
+ "id": 23310,
1073
1073
  "name": "uint256",
1074
1074
  "nodeType": "ElementaryTypeName",
1075
1075
  "src": "1813:7:40",
@@ -1083,18 +1083,18 @@
1083
1083
  ],
1084
1084
  "src": "1812:15:40"
1085
1085
  },
1086
- "scope": 23320,
1086
+ "scope": 23344,
1087
1087
  "stateMutability": "pure",
1088
1088
  "virtual": false,
1089
1089
  "visibility": "public"
1090
1090
  },
1091
1091
  {
1092
- "id": 23302,
1092
+ "id": 23326,
1093
1093
  "nodeType": "FunctionDefinition",
1094
1094
  "src": "2199:95:40",
1095
1095
  "nodes": [],
1096
1096
  "body": {
1097
- "id": 23301,
1097
+ "id": 23325,
1098
1098
  "nodeType": "Block",
1099
1099
  "src": "2247:47:40",
1100
1100
  "nodes": [],
@@ -1105,18 +1105,18 @@
1105
1105
  "expression": {
1106
1106
  "argumentTypes": [],
1107
1107
  "expression": {
1108
- "id": 23297,
1108
+ "id": 23321,
1109
1109
  "name": "StoreSwitch",
1110
1110
  "nodeType": "Identifier",
1111
1111
  "overloadedDeclarations": [],
1112
- "referencedDeclaration": 30870,
1112
+ "referencedDeclaration": 30894,
1113
1113
  "src": "2260:11:40",
1114
1114
  "typeDescriptions": {
1115
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$30870_$",
1115
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$30894_$",
1116
1116
  "typeString": "type(library StoreSwitch)"
1117
1117
  }
1118
1118
  },
1119
- "id": 23298,
1119
+ "id": 23322,
1120
1120
  "isConstant": false,
1121
1121
  "isLValue": false,
1122
1122
  "isPure": false,
@@ -1124,14 +1124,14 @@
1124
1124
  "memberLocation": "2272:15:40",
1125
1125
  "memberName": "getStoreAddress",
1126
1126
  "nodeType": "MemberAccess",
1127
- "referencedDeclaration": 29640,
1127
+ "referencedDeclaration": 29664,
1128
1128
  "src": "2260:27:40",
1129
1129
  "typeDescriptions": {
1130
1130
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1131
1131
  "typeString": "function () view returns (address)"
1132
1132
  }
1133
1133
  },
1134
- "id": 23299,
1134
+ "id": 23323,
1135
1135
  "isConstant": false,
1136
1136
  "isLValue": false,
1137
1137
  "isPure": false,
@@ -1147,18 +1147,18 @@
1147
1147
  "typeString": "address"
1148
1148
  }
1149
1149
  },
1150
- "functionReturnParameters": 23296,
1151
- "id": 23300,
1150
+ "functionReturnParameters": 23320,
1151
+ "id": 23324,
1152
1152
  "nodeType": "Return",
1153
1153
  "src": "2253:36:40"
1154
1154
  }
1155
1155
  ]
1156
1156
  },
1157
1157
  "baseFunctions": [
1158
- 23072
1158
+ 23096
1159
1159
  ],
1160
1160
  "documentation": {
1161
- "id": 23292,
1161
+ "id": 23316,
1162
1162
  "nodeType": "StructuredDocumentation",
1163
1163
  "src": "1987:209:40",
1164
1164
  "text": " @notice Get the address of the World contract that routed the call to this WorldContextConsumer.\n @return The address of the World contract that routed the call to this WorldContextConsumer."
@@ -1170,23 +1170,23 @@
1170
1170
  "name": "_world",
1171
1171
  "nameLocation": "2208:6:40",
1172
1172
  "parameters": {
1173
- "id": 23293,
1173
+ "id": 23317,
1174
1174
  "nodeType": "ParameterList",
1175
1175
  "parameters": [],
1176
1176
  "src": "2214:2:40"
1177
1177
  },
1178
1178
  "returnParameters": {
1179
- "id": 23296,
1179
+ "id": 23320,
1180
1180
  "nodeType": "ParameterList",
1181
1181
  "parameters": [
1182
1182
  {
1183
1183
  "constant": false,
1184
- "id": 23295,
1184
+ "id": 23319,
1185
1185
  "mutability": "mutable",
1186
1186
  "name": "",
1187
1187
  "nameLocation": "-1:-1:-1",
1188
1188
  "nodeType": "VariableDeclaration",
1189
- "scope": 23302,
1189
+ "scope": 23326,
1190
1190
  "src": "2238:7:40",
1191
1191
  "stateVariable": false,
1192
1192
  "storageLocation": "default",
@@ -1195,7 +1195,7 @@
1195
1195
  "typeString": "address"
1196
1196
  },
1197
1197
  "typeName": {
1198
- "id": 23294,
1198
+ "id": 23318,
1199
1199
  "name": "address",
1200
1200
  "nodeType": "ElementaryTypeName",
1201
1201
  "src": "2238:7:40",
@@ -1210,18 +1210,18 @@
1210
1210
  ],
1211
1211
  "src": "2237:9:40"
1212
1212
  },
1213
- "scope": 23320,
1213
+ "scope": 23344,
1214
1214
  "stateMutability": "view",
1215
1215
  "virtual": false,
1216
1216
  "visibility": "public"
1217
1217
  },
1218
1218
  {
1219
- "id": 23319,
1219
+ "id": 23343,
1220
1220
  "nodeType": "FunctionDefinition",
1221
1221
  "src": "2585:188:40",
1222
1222
  "nodes": [],
1223
1223
  "body": {
1224
- "id": 23318,
1224
+ "id": 23342,
1225
1225
  "nodeType": "Block",
1226
1226
  "src": "2667:106:40",
1227
1227
  "nodes": [],
@@ -1232,7 +1232,7 @@
1232
1232
  "typeIdentifier": "t_bool",
1233
1233
  "typeString": "bool"
1234
1234
  },
1235
- "id": 23316,
1235
+ "id": 23340,
1236
1236
  "isConstant": false,
1237
1237
  "isLValue": false,
1238
1238
  "isPure": false,
@@ -1242,17 +1242,17 @@
1242
1242
  "typeIdentifier": "t_bytes4",
1243
1243
  "typeString": "bytes4"
1244
1244
  },
1245
- "id": 23312,
1245
+ "id": 23336,
1246
1246
  "isConstant": false,
1247
1247
  "isLValue": false,
1248
1248
  "isPure": false,
1249
1249
  "lValueRequested": false,
1250
1250
  "leftExpression": {
1251
- "id": 23310,
1251
+ "id": 23334,
1252
1252
  "name": "interfaceId",
1253
1253
  "nodeType": "Identifier",
1254
1254
  "overloadedDeclarations": [],
1255
- "referencedDeclaration": 23305,
1255
+ "referencedDeclaration": 23329,
1256
1256
  "src": "2680:11:40",
1257
1257
  "typeDescriptions": {
1258
1258
  "typeIdentifier": "t_bytes4",
@@ -1262,11 +1262,11 @@
1262
1262
  "nodeType": "BinaryOperation",
1263
1263
  "operator": "==",
1264
1264
  "rightExpression": {
1265
- "id": 23311,
1265
+ "id": 23335,
1266
1266
  "name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
1267
1267
  "nodeType": "Identifier",
1268
1268
  "overloadedDeclarations": [],
1269
- "referencedDeclaration": 23051,
1269
+ "referencedDeclaration": 23075,
1270
1270
  "src": "2695:35:40",
1271
1271
  "typeDescriptions": {
1272
1272
  "typeIdentifier": "t_bytes4",
@@ -1286,17 +1286,17 @@
1286
1286
  "typeIdentifier": "t_bytes4",
1287
1287
  "typeString": "bytes4"
1288
1288
  },
1289
- "id": 23315,
1289
+ "id": 23339,
1290
1290
  "isConstant": false,
1291
1291
  "isLValue": false,
1292
1292
  "isPure": false,
1293
1293
  "lValueRequested": false,
1294
1294
  "leftExpression": {
1295
- "id": 23313,
1295
+ "id": 23337,
1296
1296
  "name": "interfaceId",
1297
1297
  "nodeType": "Identifier",
1298
1298
  "overloadedDeclarations": [],
1299
- "referencedDeclaration": 23305,
1299
+ "referencedDeclaration": 23329,
1300
1300
  "src": "2734:11:40",
1301
1301
  "typeDescriptions": {
1302
1302
  "typeIdentifier": "t_bytes4",
@@ -1306,11 +1306,11 @@
1306
1306
  "nodeType": "BinaryOperation",
1307
1307
  "operator": "==",
1308
1308
  "rightExpression": {
1309
- "id": 23314,
1309
+ "id": 23338,
1310
1310
  "name": "ERC165_INTERFACE_ID",
1311
1311
  "nodeType": "Identifier",
1312
1312
  "overloadedDeclarations": [],
1313
- "referencedDeclaration": 22927,
1313
+ "referencedDeclaration": 22951,
1314
1314
  "src": "2749:19:40",
1315
1315
  "typeDescriptions": {
1316
1316
  "typeIdentifier": "t_bytes4",
@@ -1329,18 +1329,18 @@
1329
1329
  "typeString": "bool"
1330
1330
  }
1331
1331
  },
1332
- "functionReturnParameters": 23309,
1333
- "id": 23317,
1332
+ "functionReturnParameters": 23333,
1333
+ "id": 23341,
1334
1334
  "nodeType": "Return",
1335
1335
  "src": "2673:95:40"
1336
1336
  }
1337
1337
  ]
1338
1338
  },
1339
1339
  "baseFunctions": [
1340
- 22936
1340
+ 22960
1341
1341
  ],
1342
1342
  "documentation": {
1343
- "id": 23303,
1343
+ "id": 23327,
1344
1344
  "nodeType": "StructuredDocumentation",
1345
1345
  "src": "2298:284:40",
1346
1346
  "text": " @notice Checks if an interface is supported by the contract.\n using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)\n @param interfaceId The ID of the interface in question.\n @return True if the interface is supported, false otherwise."
@@ -1352,17 +1352,17 @@
1352
1352
  "name": "supportsInterface",
1353
1353
  "nameLocation": "2594:17:40",
1354
1354
  "parameters": {
1355
- "id": 23306,
1355
+ "id": 23330,
1356
1356
  "nodeType": "ParameterList",
1357
1357
  "parameters": [
1358
1358
  {
1359
1359
  "constant": false,
1360
- "id": 23305,
1360
+ "id": 23329,
1361
1361
  "mutability": "mutable",
1362
1362
  "name": "interfaceId",
1363
1363
  "nameLocation": "2619:11:40",
1364
1364
  "nodeType": "VariableDeclaration",
1365
- "scope": 23319,
1365
+ "scope": 23343,
1366
1366
  "src": "2612:18:40",
1367
1367
  "stateVariable": false,
1368
1368
  "storageLocation": "default",
@@ -1371,7 +1371,7 @@
1371
1371
  "typeString": "bytes4"
1372
1372
  },
1373
1373
  "typeName": {
1374
- "id": 23304,
1374
+ "id": 23328,
1375
1375
  "name": "bytes4",
1376
1376
  "nodeType": "ElementaryTypeName",
1377
1377
  "src": "2612:6:40",
@@ -1386,17 +1386,17 @@
1386
1386
  "src": "2611:20:40"
1387
1387
  },
1388
1388
  "returnParameters": {
1389
- "id": 23309,
1389
+ "id": 23333,
1390
1390
  "nodeType": "ParameterList",
1391
1391
  "parameters": [
1392
1392
  {
1393
1393
  "constant": false,
1394
- "id": 23308,
1394
+ "id": 23332,
1395
1395
  "mutability": "mutable",
1396
1396
  "name": "",
1397
1397
  "nameLocation": "-1:-1:-1",
1398
1398
  "nodeType": "VariableDeclaration",
1399
- "scope": 23319,
1399
+ "scope": 23343,
1400
1400
  "src": "2661:4:40",
1401
1401
  "stateVariable": false,
1402
1402
  "storageLocation": "default",
@@ -1405,7 +1405,7 @@
1405
1405
  "typeString": "bool"
1406
1406
  },
1407
1407
  "typeName": {
1408
- "id": 23307,
1408
+ "id": 23331,
1409
1409
  "name": "bool",
1410
1410
  "nodeType": "ElementaryTypeName",
1411
1411
  "src": "2661:4:40",
@@ -1419,7 +1419,7 @@
1419
1419
  ],
1420
1420
  "src": "2660:6:40"
1421
1421
  },
1422
- "scope": 23320,
1422
+ "scope": 23344,
1423
1423
  "stateMutability": "pure",
1424
1424
  "virtual": true,
1425
1425
  "visibility": "public"
@@ -1429,16 +1429,16 @@
1429
1429
  "baseContracts": [
1430
1430
  {
1431
1431
  "baseName": {
1432
- "id": 23262,
1432
+ "id": 23286,
1433
1433
  "name": "IWorldContextConsumer",
1434
1434
  "nameLocations": [
1435
1435
  "979:21:40"
1436
1436
  ],
1437
1437
  "nodeType": "IdentifierPath",
1438
- "referencedDeclaration": 23073,
1438
+ "referencedDeclaration": 23097,
1439
1439
  "src": "979:21:40"
1440
1440
  },
1441
- "id": 23263,
1441
+ "id": 23287,
1442
1442
  "nodeType": "InheritanceSpecifier",
1443
1443
  "src": "979:21:40"
1444
1444
  }
@@ -1447,35 +1447,35 @@
1447
1447
  "contractDependencies": [],
1448
1448
  "contractKind": "contract",
1449
1449
  "documentation": {
1450
- "id": 23261,
1450
+ "id": 23285,
1451
1451
  "nodeType": "StructuredDocumentation",
1452
1452
  "src": "463:473:40",
1453
1453
  "text": " @title WorldContextConsumer - Extracting trusted context values from appended calldata.\n @notice This contract is designed to extract trusted context values (like msg.sender and msg.value)\n from the appended calldata. It provides mechanisms similar to EIP-2771 (https://eips.ethereum.org/EIPS/eip-2771),\n but allowing any contract to be the trusted forwarder.\n @dev This contract should only be used for contracts without their own storage, like Systems."
1454
1454
  },
1455
1455
  "fullyImplemented": true,
1456
1456
  "linearizedBaseContracts": [
1457
- 23320,
1458
- 23073,
1459
- 22937
1457
+ 23344,
1458
+ 23097,
1459
+ 22961
1460
1460
  ],
1461
1461
  "name": "WorldContextConsumer",
1462
1462
  "nameLocation": "955:20:40",
1463
- "scope": 23475,
1463
+ "scope": 23499,
1464
1464
  "usedErrors": [],
1465
1465
  "usedEvents": []
1466
1466
  },
1467
1467
  {
1468
- "id": 23474,
1468
+ "id": 23498,
1469
1469
  "nodeType": "ContractDefinition",
1470
1470
  "src": "3107:3919:40",
1471
1471
  "nodes": [
1472
1472
  {
1473
- "id": 23341,
1473
+ "id": 23365,
1474
1474
  "nodeType": "FunctionDefinition",
1475
1475
  "src": "3453:201:40",
1476
1476
  "nodes": [],
1477
1477
  "body": {
1478
- "id": 23340,
1478
+ "id": 23364,
1479
1479
  "nodeType": "Block",
1480
1480
  "src": "3589:65:40",
1481
1481
  "nodes": [],
@@ -1484,11 +1484,11 @@
1484
1484
  "expression": {
1485
1485
  "arguments": [
1486
1486
  {
1487
- "id": 23335,
1487
+ "id": 23359,
1488
1488
  "name": "callData",
1489
1489
  "nodeType": "Identifier",
1490
1490
  "overloadedDeclarations": [],
1491
- "referencedDeclaration": 23324,
1491
+ "referencedDeclaration": 23348,
1492
1492
  "src": "3619:8:40",
1493
1493
  "typeDescriptions": {
1494
1494
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1496,11 +1496,11 @@
1496
1496
  }
1497
1497
  },
1498
1498
  {
1499
- "id": 23336,
1499
+ "id": 23360,
1500
1500
  "name": "msgSender",
1501
1501
  "nodeType": "Identifier",
1502
1502
  "overloadedDeclarations": [],
1503
- "referencedDeclaration": 23326,
1503
+ "referencedDeclaration": 23350,
1504
1504
  "src": "3629:9:40",
1505
1505
  "typeDescriptions": {
1506
1506
  "typeIdentifier": "t_address",
@@ -1508,11 +1508,11 @@
1508
1508
  }
1509
1509
  },
1510
1510
  {
1511
- "id": 23337,
1511
+ "id": 23361,
1512
1512
  "name": "msgValue",
1513
1513
  "nodeType": "Identifier",
1514
1514
  "overloadedDeclarations": [],
1515
- "referencedDeclaration": 23328,
1515
+ "referencedDeclaration": 23352,
1516
1516
  "src": "3640:8:40",
1517
1517
  "typeDescriptions": {
1518
1518
  "typeIdentifier": "t_uint256",
@@ -1536,7 +1536,7 @@
1536
1536
  }
1537
1537
  ],
1538
1538
  "expression": {
1539
- "id": 23333,
1539
+ "id": 23357,
1540
1540
  "name": "abi",
1541
1541
  "nodeType": "Identifier",
1542
1542
  "overloadedDeclarations": [],
@@ -1547,7 +1547,7 @@
1547
1547
  "typeString": "abi"
1548
1548
  }
1549
1549
  },
1550
- "id": 23334,
1550
+ "id": 23358,
1551
1551
  "isConstant": false,
1552
1552
  "isLValue": false,
1553
1553
  "isPure": true,
@@ -1561,7 +1561,7 @@
1561
1561
  "typeString": "function () pure returns (bytes memory)"
1562
1562
  }
1563
1563
  },
1564
- "id": 23338,
1564
+ "id": 23362,
1565
1565
  "isConstant": false,
1566
1566
  "isLValue": false,
1567
1567
  "isPure": false,
@@ -1577,15 +1577,15 @@
1577
1577
  "typeString": "bytes memory"
1578
1578
  }
1579
1579
  },
1580
- "functionReturnParameters": 23332,
1581
- "id": 23339,
1580
+ "functionReturnParameters": 23356,
1581
+ "id": 23363,
1582
1582
  "nodeType": "Return",
1583
1583
  "src": "3595:54:40"
1584
1584
  }
1585
1585
  ]
1586
1586
  },
1587
1587
  "documentation": {
1588
- "id": 23322,
1588
+ "id": 23346,
1589
1589
  "nodeType": "StructuredDocumentation",
1590
1590
  "src": "3140:310:40",
1591
1591
  "text": " @notice Appends context values to the given calldata.\n @param callData The original calldata.\n @param msgSender The address of the transaction sender.\n @param msgValue The amount of ether sent with the original transaction.\n @return The new calldata with context values appended."
@@ -1596,17 +1596,17 @@
1596
1596
  "name": "appendContext",
1597
1597
  "nameLocation": "3462:13:40",
1598
1598
  "parameters": {
1599
- "id": 23329,
1599
+ "id": 23353,
1600
1600
  "nodeType": "ParameterList",
1601
1601
  "parameters": [
1602
1602
  {
1603
1603
  "constant": false,
1604
- "id": 23324,
1604
+ "id": 23348,
1605
1605
  "mutability": "mutable",
1606
1606
  "name": "callData",
1607
1607
  "nameLocation": "3494:8:40",
1608
1608
  "nodeType": "VariableDeclaration",
1609
- "scope": 23341,
1609
+ "scope": 23365,
1610
1610
  "src": "3481:21:40",
1611
1611
  "stateVariable": false,
1612
1612
  "storageLocation": "memory",
@@ -1615,7 +1615,7 @@
1615
1615
  "typeString": "bytes"
1616
1616
  },
1617
1617
  "typeName": {
1618
- "id": 23323,
1618
+ "id": 23347,
1619
1619
  "name": "bytes",
1620
1620
  "nodeType": "ElementaryTypeName",
1621
1621
  "src": "3481:5:40",
@@ -1628,12 +1628,12 @@
1628
1628
  },
1629
1629
  {
1630
1630
  "constant": false,
1631
- "id": 23326,
1631
+ "id": 23350,
1632
1632
  "mutability": "mutable",
1633
1633
  "name": "msgSender",
1634
1634
  "nameLocation": "3516:9:40",
1635
1635
  "nodeType": "VariableDeclaration",
1636
- "scope": 23341,
1636
+ "scope": 23365,
1637
1637
  "src": "3508:17:40",
1638
1638
  "stateVariable": false,
1639
1639
  "storageLocation": "default",
@@ -1642,7 +1642,7 @@
1642
1642
  "typeString": "address"
1643
1643
  },
1644
1644
  "typeName": {
1645
- "id": 23325,
1645
+ "id": 23349,
1646
1646
  "name": "address",
1647
1647
  "nodeType": "ElementaryTypeName",
1648
1648
  "src": "3508:7:40",
@@ -1656,12 +1656,12 @@
1656
1656
  },
1657
1657
  {
1658
1658
  "constant": false,
1659
- "id": 23328,
1659
+ "id": 23352,
1660
1660
  "mutability": "mutable",
1661
1661
  "name": "msgValue",
1662
1662
  "nameLocation": "3539:8:40",
1663
1663
  "nodeType": "VariableDeclaration",
1664
- "scope": 23341,
1664
+ "scope": 23365,
1665
1665
  "src": "3531:16:40",
1666
1666
  "stateVariable": false,
1667
1667
  "storageLocation": "default",
@@ -1670,7 +1670,7 @@
1670
1670
  "typeString": "uint256"
1671
1671
  },
1672
1672
  "typeName": {
1673
- "id": 23327,
1673
+ "id": 23351,
1674
1674
  "name": "uint256",
1675
1675
  "nodeType": "ElementaryTypeName",
1676
1676
  "src": "3531:7:40",
@@ -1685,17 +1685,17 @@
1685
1685
  "src": "3475:76:40"
1686
1686
  },
1687
1687
  "returnParameters": {
1688
- "id": 23332,
1688
+ "id": 23356,
1689
1689
  "nodeType": "ParameterList",
1690
1690
  "parameters": [
1691
1691
  {
1692
1692
  "constant": false,
1693
- "id": 23331,
1693
+ "id": 23355,
1694
1694
  "mutability": "mutable",
1695
1695
  "name": "",
1696
1696
  "nameLocation": "-1:-1:-1",
1697
1697
  "nodeType": "VariableDeclaration",
1698
- "scope": 23341,
1698
+ "scope": 23365,
1699
1699
  "src": "3575:12:40",
1700
1700
  "stateVariable": false,
1701
1701
  "storageLocation": "memory",
@@ -1704,7 +1704,7 @@
1704
1704
  "typeString": "bytes"
1705
1705
  },
1706
1706
  "typeName": {
1707
- "id": 23330,
1707
+ "id": 23354,
1708
1708
  "name": "bytes",
1709
1709
  "nodeType": "ElementaryTypeName",
1710
1710
  "src": "3575:5:40",
@@ -1718,25 +1718,25 @@
1718
1718
  ],
1719
1719
  "src": "3574:14:40"
1720
1720
  },
1721
- "scope": 23474,
1721
+ "scope": 23498,
1722
1722
  "stateMutability": "pure",
1723
1723
  "virtual": false,
1724
1724
  "visibility": "internal"
1725
1725
  },
1726
1726
  {
1727
- "id": 23373,
1727
+ "id": 23397,
1728
1728
  "nodeType": "FunctionDefinition",
1729
1729
  "src": "4150:317:40",
1730
1730
  "nodes": [],
1731
1731
  "body": {
1732
- "id": 23372,
1732
+ "id": 23396,
1733
1733
  "nodeType": "Block",
1734
1734
  "src": "4322:145:40",
1735
1735
  "nodes": [],
1736
1736
  "statements": [
1737
1737
  {
1738
1738
  "expression": {
1739
- "id": 23370,
1739
+ "id": 23394,
1740
1740
  "isConstant": false,
1741
1741
  "isLValue": false,
1742
1742
  "isPure": false,
@@ -1744,11 +1744,11 @@
1744
1744
  "leftHandSide": {
1745
1745
  "components": [
1746
1746
  {
1747
- "id": 23357,
1747
+ "id": 23381,
1748
1748
  "name": "success",
1749
1749
  "nodeType": "Identifier",
1750
1750
  "overloadedDeclarations": [],
1751
- "referencedDeclaration": 23353,
1751
+ "referencedDeclaration": 23377,
1752
1752
  "src": "4329:7:40",
1753
1753
  "typeDescriptions": {
1754
1754
  "typeIdentifier": "t_bool",
@@ -1756,11 +1756,11 @@
1756
1756
  }
1757
1757
  },
1758
1758
  {
1759
- "id": 23358,
1759
+ "id": 23382,
1760
1760
  "name": "data",
1761
1761
  "nodeType": "Identifier",
1762
1762
  "overloadedDeclarations": [],
1763
- "referencedDeclaration": 23355,
1763
+ "referencedDeclaration": 23379,
1764
1764
  "src": "4338:4:40",
1765
1765
  "typeDescriptions": {
1766
1766
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1768,7 +1768,7 @@
1768
1768
  }
1769
1769
  }
1770
1770
  ],
1771
- "id": 23359,
1771
+ "id": 23383,
1772
1772
  "isConstant": false,
1773
1773
  "isInlineArray": false,
1774
1774
  "isLValue": true,
@@ -1788,11 +1788,11 @@
1788
1788
  {
1789
1789
  "arguments": [
1790
1790
  {
1791
- "id": 23365,
1791
+ "id": 23389,
1792
1792
  "name": "callData",
1793
1793
  "nodeType": "Identifier",
1794
1794
  "overloadedDeclarations": [],
1795
- "referencedDeclaration": 23350,
1795
+ "referencedDeclaration": 23374,
1796
1796
  "src": "4403:8:40",
1797
1797
  "typeDescriptions": {
1798
1798
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1800,11 +1800,11 @@
1800
1800
  }
1801
1801
  },
1802
1802
  {
1803
- "id": 23366,
1803
+ "id": 23390,
1804
1804
  "name": "msgSender",
1805
1805
  "nodeType": "Identifier",
1806
1806
  "overloadedDeclarations": [],
1807
- "referencedDeclaration": 23344,
1807
+ "referencedDeclaration": 23368,
1808
1808
  "src": "4424:9:40",
1809
1809
  "typeDescriptions": {
1810
1810
  "typeIdentifier": "t_address",
@@ -1812,11 +1812,11 @@
1812
1812
  }
1813
1813
  },
1814
1814
  {
1815
- "id": 23367,
1815
+ "id": 23391,
1816
1816
  "name": "msgValue",
1817
1817
  "nodeType": "Identifier",
1818
1818
  "overloadedDeclarations": [],
1819
- "referencedDeclaration": 23346,
1819
+ "referencedDeclaration": 23370,
1820
1820
  "src": "4445:8:40",
1821
1821
  "typeDescriptions": {
1822
1822
  "typeIdentifier": "t_uint256",
@@ -1839,18 +1839,18 @@
1839
1839
  "typeString": "uint256"
1840
1840
  }
1841
1841
  ],
1842
- "id": 23364,
1842
+ "id": 23388,
1843
1843
  "name": "appendContext",
1844
1844
  "nodeType": "Identifier",
1845
1845
  "overloadedDeclarations": [],
1846
- "referencedDeclaration": 23341,
1846
+ "referencedDeclaration": 23365,
1847
1847
  "src": "4377:13:40",
1848
1848
  "typeDescriptions": {
1849
1849
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_address_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
1850
1850
  "typeString": "function (bytes memory,address,uint256) pure returns (bytes memory)"
1851
1851
  }
1852
1852
  },
1853
- "id": 23368,
1853
+ "id": 23392,
1854
1854
  "isConstant": false,
1855
1855
  "isLValue": false,
1856
1856
  "isPure": false,
@@ -1890,18 +1890,18 @@
1890
1890
  }
1891
1891
  ],
1892
1892
  "expression": {
1893
- "id": 23360,
1893
+ "id": 23384,
1894
1894
  "name": "target",
1895
1895
  "nodeType": "Identifier",
1896
1896
  "overloadedDeclarations": [],
1897
- "referencedDeclaration": 23348,
1897
+ "referencedDeclaration": 23372,
1898
1898
  "src": "4346:6:40",
1899
1899
  "typeDescriptions": {
1900
1900
  "typeIdentifier": "t_address",
1901
1901
  "typeString": "address"
1902
1902
  }
1903
1903
  },
1904
- "id": 23361,
1904
+ "id": 23385,
1905
1905
  "isConstant": false,
1906
1906
  "isLValue": false,
1907
1907
  "isPure": false,
@@ -1915,7 +1915,7 @@
1915
1915
  "typeString": "function (bytes memory) payable returns (bool,bytes memory)"
1916
1916
  }
1917
1917
  },
1918
- "id": 23363,
1918
+ "id": 23387,
1919
1919
  "isConstant": false,
1920
1920
  "isLValue": false,
1921
1921
  "isPure": false,
@@ -1927,7 +1927,7 @@
1927
1927
  "options": [
1928
1928
  {
1929
1929
  "hexValue": "30",
1930
- "id": 23362,
1930
+ "id": 23386,
1931
1931
  "isConstant": false,
1932
1932
  "isLValue": false,
1933
1933
  "isPure": true,
@@ -1948,7 +1948,7 @@
1948
1948
  "typeString": "function (bytes memory) payable returns (bool,bytes memory)"
1949
1949
  }
1950
1950
  },
1951
- "id": 23369,
1951
+ "id": 23393,
1952
1952
  "isConstant": false,
1953
1953
  "isLValue": false,
1954
1954
  "isPure": false,
@@ -1970,14 +1970,14 @@
1970
1970
  "typeString": "tuple()"
1971
1971
  }
1972
1972
  },
1973
- "id": 23371,
1973
+ "id": 23395,
1974
1974
  "nodeType": "ExpressionStatement",
1975
1975
  "src": "4328:134:40"
1976
1976
  }
1977
1977
  ]
1978
1978
  },
1979
1979
  "documentation": {
1980
- "id": 23342,
1980
+ "id": 23366,
1981
1981
  "nodeType": "StructuredDocumentation",
1982
1982
  "src": "3658:489:40",
1983
1983
  "text": " @notice Makes a call to the target contract with context values appended to the calldata.\n @param msgSender The address of the transaction sender.\n @param msgValue The amount of ether sent with the original transaction.\n @param target The address of the contract to call.\n @param callData The calldata for the call.\n @return success A boolean indicating whether the call was successful or not.\n @return data The abi encoded return data from the call."
@@ -1988,17 +1988,17 @@
1988
1988
  "name": "callWithContext",
1989
1989
  "nameLocation": "4159:15:40",
1990
1990
  "parameters": {
1991
- "id": 23351,
1991
+ "id": 23375,
1992
1992
  "nodeType": "ParameterList",
1993
1993
  "parameters": [
1994
1994
  {
1995
1995
  "constant": false,
1996
- "id": 23344,
1996
+ "id": 23368,
1997
1997
  "mutability": "mutable",
1998
1998
  "name": "msgSender",
1999
1999
  "nameLocation": "4188:9:40",
2000
2000
  "nodeType": "VariableDeclaration",
2001
- "scope": 23373,
2001
+ "scope": 23397,
2002
2002
  "src": "4180:17:40",
2003
2003
  "stateVariable": false,
2004
2004
  "storageLocation": "default",
@@ -2007,7 +2007,7 @@
2007
2007
  "typeString": "address"
2008
2008
  },
2009
2009
  "typeName": {
2010
- "id": 23343,
2010
+ "id": 23367,
2011
2011
  "name": "address",
2012
2012
  "nodeType": "ElementaryTypeName",
2013
2013
  "src": "4180:7:40",
@@ -2021,12 +2021,12 @@
2021
2021
  },
2022
2022
  {
2023
2023
  "constant": false,
2024
- "id": 23346,
2024
+ "id": 23370,
2025
2025
  "mutability": "mutable",
2026
2026
  "name": "msgValue",
2027
2027
  "nameLocation": "4211:8:40",
2028
2028
  "nodeType": "VariableDeclaration",
2029
- "scope": 23373,
2029
+ "scope": 23397,
2030
2030
  "src": "4203:16:40",
2031
2031
  "stateVariable": false,
2032
2032
  "storageLocation": "default",
@@ -2035,7 +2035,7 @@
2035
2035
  "typeString": "uint256"
2036
2036
  },
2037
2037
  "typeName": {
2038
- "id": 23345,
2038
+ "id": 23369,
2039
2039
  "name": "uint256",
2040
2040
  "nodeType": "ElementaryTypeName",
2041
2041
  "src": "4203:7:40",
@@ -2048,12 +2048,12 @@
2048
2048
  },
2049
2049
  {
2050
2050
  "constant": false,
2051
- "id": 23348,
2051
+ "id": 23372,
2052
2052
  "mutability": "mutable",
2053
2053
  "name": "target",
2054
2054
  "nameLocation": "4233:6:40",
2055
2055
  "nodeType": "VariableDeclaration",
2056
- "scope": 23373,
2056
+ "scope": 23397,
2057
2057
  "src": "4225:14:40",
2058
2058
  "stateVariable": false,
2059
2059
  "storageLocation": "default",
@@ -2062,7 +2062,7 @@
2062
2062
  "typeString": "address"
2063
2063
  },
2064
2064
  "typeName": {
2065
- "id": 23347,
2065
+ "id": 23371,
2066
2066
  "name": "address",
2067
2067
  "nodeType": "ElementaryTypeName",
2068
2068
  "src": "4225:7:40",
@@ -2076,12 +2076,12 @@
2076
2076
  },
2077
2077
  {
2078
2078
  "constant": false,
2079
- "id": 23350,
2079
+ "id": 23374,
2080
2080
  "mutability": "mutable",
2081
2081
  "name": "callData",
2082
2082
  "nameLocation": "4258:8:40",
2083
2083
  "nodeType": "VariableDeclaration",
2084
- "scope": 23373,
2084
+ "scope": 23397,
2085
2085
  "src": "4245:21:40",
2086
2086
  "stateVariable": false,
2087
2087
  "storageLocation": "memory",
@@ -2090,7 +2090,7 @@
2090
2090
  "typeString": "bytes"
2091
2091
  },
2092
2092
  "typeName": {
2093
- "id": 23349,
2093
+ "id": 23373,
2094
2094
  "name": "bytes",
2095
2095
  "nodeType": "ElementaryTypeName",
2096
2096
  "src": "4245:5:40",
@@ -2105,17 +2105,17 @@
2105
2105
  "src": "4174:96:40"
2106
2106
  },
2107
2107
  "returnParameters": {
2108
- "id": 23356,
2108
+ "id": 23380,
2109
2109
  "nodeType": "ParameterList",
2110
2110
  "parameters": [
2111
2111
  {
2112
2112
  "constant": false,
2113
- "id": 23353,
2113
+ "id": 23377,
2114
2114
  "mutability": "mutable",
2115
2115
  "name": "success",
2116
2116
  "nameLocation": "4294:7:40",
2117
2117
  "nodeType": "VariableDeclaration",
2118
- "scope": 23373,
2118
+ "scope": 23397,
2119
2119
  "src": "4289:12:40",
2120
2120
  "stateVariable": false,
2121
2121
  "storageLocation": "default",
@@ -2124,7 +2124,7 @@
2124
2124
  "typeString": "bool"
2125
2125
  },
2126
2126
  "typeName": {
2127
- "id": 23352,
2127
+ "id": 23376,
2128
2128
  "name": "bool",
2129
2129
  "nodeType": "ElementaryTypeName",
2130
2130
  "src": "4289:4:40",
@@ -2137,12 +2137,12 @@
2137
2137
  },
2138
2138
  {
2139
2139
  "constant": false,
2140
- "id": 23355,
2140
+ "id": 23379,
2141
2141
  "mutability": "mutable",
2142
2142
  "name": "data",
2143
2143
  "nameLocation": "4316:4:40",
2144
2144
  "nodeType": "VariableDeclaration",
2145
- "scope": 23373,
2145
+ "scope": 23397,
2146
2146
  "src": "4303:17:40",
2147
2147
  "stateVariable": false,
2148
2148
  "storageLocation": "memory",
@@ -2151,7 +2151,7 @@
2151
2151
  "typeString": "bytes"
2152
2152
  },
2153
2153
  "typeName": {
2154
- "id": 23354,
2154
+ "id": 23378,
2155
2155
  "name": "bytes",
2156
2156
  "nodeType": "ElementaryTypeName",
2157
2157
  "src": "4303:5:40",
@@ -2165,25 +2165,25 @@
2165
2165
  ],
2166
2166
  "src": "4288:33:40"
2167
2167
  },
2168
- "scope": 23474,
2168
+ "scope": 23498,
2169
2169
  "stateMutability": "nonpayable",
2170
2170
  "virtual": false,
2171
2171
  "visibility": "internal"
2172
2172
  },
2173
2173
  {
2174
- "id": 23403,
2174
+ "id": 23427,
2175
2175
  "nodeType": "FunctionDefinition",
2176
2176
  "src": "4971:321:40",
2177
2177
  "nodes": [],
2178
2178
  "body": {
2179
- "id": 23402,
2179
+ "id": 23426,
2180
2180
  "nodeType": "Block",
2181
2181
  "src": "5151:141:40",
2182
2182
  "nodes": [],
2183
2183
  "statements": [
2184
2184
  {
2185
2185
  "expression": {
2186
- "id": 23400,
2186
+ "id": 23424,
2187
2187
  "isConstant": false,
2188
2188
  "isLValue": false,
2189
2189
  "isPure": false,
@@ -2191,11 +2191,11 @@
2191
2191
  "leftHandSide": {
2192
2192
  "components": [
2193
2193
  {
2194
- "id": 23389,
2194
+ "id": 23413,
2195
2195
  "name": "success",
2196
2196
  "nodeType": "Identifier",
2197
2197
  "overloadedDeclarations": [],
2198
- "referencedDeclaration": 23385,
2198
+ "referencedDeclaration": 23409,
2199
2199
  "src": "5158:7:40",
2200
2200
  "typeDescriptions": {
2201
2201
  "typeIdentifier": "t_bool",
@@ -2203,11 +2203,11 @@
2203
2203
  }
2204
2204
  },
2205
2205
  {
2206
- "id": 23390,
2206
+ "id": 23414,
2207
2207
  "name": "data",
2208
2208
  "nodeType": "Identifier",
2209
2209
  "overloadedDeclarations": [],
2210
- "referencedDeclaration": 23387,
2210
+ "referencedDeclaration": 23411,
2211
2211
  "src": "5167:4:40",
2212
2212
  "typeDescriptions": {
2213
2213
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2215,7 +2215,7 @@
2215
2215
  }
2216
2216
  }
2217
2217
  ],
2218
- "id": 23391,
2218
+ "id": 23415,
2219
2219
  "isConstant": false,
2220
2220
  "isInlineArray": false,
2221
2221
  "isLValue": true,
@@ -2235,11 +2235,11 @@
2235
2235
  {
2236
2236
  "arguments": [
2237
2237
  {
2238
- "id": 23395,
2238
+ "id": 23419,
2239
2239
  "name": "callData",
2240
2240
  "nodeType": "Identifier",
2241
2241
  "overloadedDeclarations": [],
2242
- "referencedDeclaration": 23382,
2242
+ "referencedDeclaration": 23406,
2243
2243
  "src": "5228:8:40",
2244
2244
  "typeDescriptions": {
2245
2245
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2247,11 +2247,11 @@
2247
2247
  }
2248
2248
  },
2249
2249
  {
2250
- "id": 23396,
2250
+ "id": 23420,
2251
2251
  "name": "msgSender",
2252
2252
  "nodeType": "Identifier",
2253
2253
  "overloadedDeclarations": [],
2254
- "referencedDeclaration": 23376,
2254
+ "referencedDeclaration": 23400,
2255
2255
  "src": "5249:9:40",
2256
2256
  "typeDescriptions": {
2257
2257
  "typeIdentifier": "t_address",
@@ -2259,11 +2259,11 @@
2259
2259
  }
2260
2260
  },
2261
2261
  {
2262
- "id": 23397,
2262
+ "id": 23421,
2263
2263
  "name": "msgValue",
2264
2264
  "nodeType": "Identifier",
2265
2265
  "overloadedDeclarations": [],
2266
- "referencedDeclaration": 23378,
2266
+ "referencedDeclaration": 23402,
2267
2267
  "src": "5270:8:40",
2268
2268
  "typeDescriptions": {
2269
2269
  "typeIdentifier": "t_uint256",
@@ -2286,18 +2286,18 @@
2286
2286
  "typeString": "uint256"
2287
2287
  }
2288
2288
  ],
2289
- "id": 23394,
2289
+ "id": 23418,
2290
2290
  "name": "appendContext",
2291
2291
  "nodeType": "Identifier",
2292
2292
  "overloadedDeclarations": [],
2293
- "referencedDeclaration": 23341,
2293
+ "referencedDeclaration": 23365,
2294
2294
  "src": "5202:13:40",
2295
2295
  "typeDescriptions": {
2296
2296
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_address_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
2297
2297
  "typeString": "function (bytes memory,address,uint256) pure returns (bytes memory)"
2298
2298
  }
2299
2299
  },
2300
- "id": 23398,
2300
+ "id": 23422,
2301
2301
  "isConstant": false,
2302
2302
  "isLValue": false,
2303
2303
  "isPure": false,
@@ -2330,18 +2330,18 @@
2330
2330
  }
2331
2331
  ],
2332
2332
  "expression": {
2333
- "id": 23392,
2333
+ "id": 23416,
2334
2334
  "name": "target",
2335
2335
  "nodeType": "Identifier",
2336
2336
  "overloadedDeclarations": [],
2337
- "referencedDeclaration": 23380,
2337
+ "referencedDeclaration": 23404,
2338
2338
  "src": "5175:6:40",
2339
2339
  "typeDescriptions": {
2340
2340
  "typeIdentifier": "t_address",
2341
2341
  "typeString": "address"
2342
2342
  }
2343
2343
  },
2344
- "id": 23393,
2344
+ "id": 23417,
2345
2345
  "isConstant": false,
2346
2346
  "isLValue": false,
2347
2347
  "isPure": false,
@@ -2355,7 +2355,7 @@
2355
2355
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2356
2356
  }
2357
2357
  },
2358
- "id": 23399,
2358
+ "id": 23423,
2359
2359
  "isConstant": false,
2360
2360
  "isLValue": false,
2361
2361
  "isPure": false,
@@ -2377,14 +2377,14 @@
2377
2377
  "typeString": "tuple()"
2378
2378
  }
2379
2379
  },
2380
- "id": 23401,
2380
+ "id": 23425,
2381
2381
  "nodeType": "ExpressionStatement",
2382
2382
  "src": "5157:130:40"
2383
2383
  }
2384
2384
  ]
2385
2385
  },
2386
2386
  "documentation": {
2387
- "id": 23374,
2387
+ "id": 23398,
2388
2388
  "nodeType": "StructuredDocumentation",
2389
2389
  "src": "4471:497:40",
2390
2390
  "text": " @notice Makes a delegatecall to the target contract with context values appended to the calldata.\n @param msgSender The address of the transaction sender.\n @param msgValue The amount of ether sent with the original transaction.\n @param target The address of the contract to call.\n @param callData The calldata for the call.\n @return success A boolean indicating whether the call was successful or not.\n @return data The abi encoded return data from the call."
@@ -2395,17 +2395,17 @@
2395
2395
  "name": "delegatecallWithContext",
2396
2396
  "nameLocation": "4980:23:40",
2397
2397
  "parameters": {
2398
- "id": 23383,
2398
+ "id": 23407,
2399
2399
  "nodeType": "ParameterList",
2400
2400
  "parameters": [
2401
2401
  {
2402
2402
  "constant": false,
2403
- "id": 23376,
2403
+ "id": 23400,
2404
2404
  "mutability": "mutable",
2405
2405
  "name": "msgSender",
2406
2406
  "nameLocation": "5017:9:40",
2407
2407
  "nodeType": "VariableDeclaration",
2408
- "scope": 23403,
2408
+ "scope": 23427,
2409
2409
  "src": "5009:17:40",
2410
2410
  "stateVariable": false,
2411
2411
  "storageLocation": "default",
@@ -2414,7 +2414,7 @@
2414
2414
  "typeString": "address"
2415
2415
  },
2416
2416
  "typeName": {
2417
- "id": 23375,
2417
+ "id": 23399,
2418
2418
  "name": "address",
2419
2419
  "nodeType": "ElementaryTypeName",
2420
2420
  "src": "5009:7:40",
@@ -2428,12 +2428,12 @@
2428
2428
  },
2429
2429
  {
2430
2430
  "constant": false,
2431
- "id": 23378,
2431
+ "id": 23402,
2432
2432
  "mutability": "mutable",
2433
2433
  "name": "msgValue",
2434
2434
  "nameLocation": "5040:8:40",
2435
2435
  "nodeType": "VariableDeclaration",
2436
- "scope": 23403,
2436
+ "scope": 23427,
2437
2437
  "src": "5032:16:40",
2438
2438
  "stateVariable": false,
2439
2439
  "storageLocation": "default",
@@ -2442,7 +2442,7 @@
2442
2442
  "typeString": "uint256"
2443
2443
  },
2444
2444
  "typeName": {
2445
- "id": 23377,
2445
+ "id": 23401,
2446
2446
  "name": "uint256",
2447
2447
  "nodeType": "ElementaryTypeName",
2448
2448
  "src": "5032:7:40",
@@ -2455,12 +2455,12 @@
2455
2455
  },
2456
2456
  {
2457
2457
  "constant": false,
2458
- "id": 23380,
2458
+ "id": 23404,
2459
2459
  "mutability": "mutable",
2460
2460
  "name": "target",
2461
2461
  "nameLocation": "5062:6:40",
2462
2462
  "nodeType": "VariableDeclaration",
2463
- "scope": 23403,
2463
+ "scope": 23427,
2464
2464
  "src": "5054:14:40",
2465
2465
  "stateVariable": false,
2466
2466
  "storageLocation": "default",
@@ -2469,7 +2469,7 @@
2469
2469
  "typeString": "address"
2470
2470
  },
2471
2471
  "typeName": {
2472
- "id": 23379,
2472
+ "id": 23403,
2473
2473
  "name": "address",
2474
2474
  "nodeType": "ElementaryTypeName",
2475
2475
  "src": "5054:7:40",
@@ -2483,12 +2483,12 @@
2483
2483
  },
2484
2484
  {
2485
2485
  "constant": false,
2486
- "id": 23382,
2486
+ "id": 23406,
2487
2487
  "mutability": "mutable",
2488
2488
  "name": "callData",
2489
2489
  "nameLocation": "5087:8:40",
2490
2490
  "nodeType": "VariableDeclaration",
2491
- "scope": 23403,
2491
+ "scope": 23427,
2492
2492
  "src": "5074:21:40",
2493
2493
  "stateVariable": false,
2494
2494
  "storageLocation": "memory",
@@ -2497,7 +2497,7 @@
2497
2497
  "typeString": "bytes"
2498
2498
  },
2499
2499
  "typeName": {
2500
- "id": 23381,
2500
+ "id": 23405,
2501
2501
  "name": "bytes",
2502
2502
  "nodeType": "ElementaryTypeName",
2503
2503
  "src": "5074:5:40",
@@ -2512,17 +2512,17 @@
2512
2512
  "src": "5003:96:40"
2513
2513
  },
2514
2514
  "returnParameters": {
2515
- "id": 23388,
2515
+ "id": 23412,
2516
2516
  "nodeType": "ParameterList",
2517
2517
  "parameters": [
2518
2518
  {
2519
2519
  "constant": false,
2520
- "id": 23385,
2520
+ "id": 23409,
2521
2521
  "mutability": "mutable",
2522
2522
  "name": "success",
2523
2523
  "nameLocation": "5123:7:40",
2524
2524
  "nodeType": "VariableDeclaration",
2525
- "scope": 23403,
2525
+ "scope": 23427,
2526
2526
  "src": "5118:12:40",
2527
2527
  "stateVariable": false,
2528
2528
  "storageLocation": "default",
@@ -2531,7 +2531,7 @@
2531
2531
  "typeString": "bool"
2532
2532
  },
2533
2533
  "typeName": {
2534
- "id": 23384,
2534
+ "id": 23408,
2535
2535
  "name": "bool",
2536
2536
  "nodeType": "ElementaryTypeName",
2537
2537
  "src": "5118:4:40",
@@ -2544,12 +2544,12 @@
2544
2544
  },
2545
2545
  {
2546
2546
  "constant": false,
2547
- "id": 23387,
2547
+ "id": 23411,
2548
2548
  "mutability": "mutable",
2549
2549
  "name": "data",
2550
2550
  "nameLocation": "5145:4:40",
2551
2551
  "nodeType": "VariableDeclaration",
2552
- "scope": 23403,
2552
+ "scope": 23427,
2553
2553
  "src": "5132:17:40",
2554
2554
  "stateVariable": false,
2555
2555
  "storageLocation": "memory",
@@ -2558,7 +2558,7 @@
2558
2558
  "typeString": "bytes"
2559
2559
  },
2560
2560
  "typeName": {
2561
- "id": 23386,
2561
+ "id": 23410,
2562
2562
  "name": "bytes",
2563
2563
  "nodeType": "ElementaryTypeName",
2564
2564
  "src": "5132:5:40",
@@ -2572,36 +2572,36 @@
2572
2572
  ],
2573
2573
  "src": "5117:33:40"
2574
2574
  },
2575
- "scope": 23474,
2575
+ "scope": 23498,
2576
2576
  "stateMutability": "nonpayable",
2577
2577
  "virtual": false,
2578
2578
  "visibility": "internal"
2579
2579
  },
2580
2580
  {
2581
- "id": 23438,
2581
+ "id": 23462,
2582
2582
  "nodeType": "FunctionDefinition",
2583
2583
  "src": "5747:399:40",
2584
2584
  "nodes": [],
2585
2585
  "body": {
2586
- "id": 23437,
2586
+ "id": 23461,
2587
2587
  "nodeType": "Block",
2588
2588
  "src": "5913:233:40",
2589
2589
  "nodes": [],
2590
2590
  "statements": [
2591
2591
  {
2592
2592
  "assignments": [
2593
- 23418,
2594
- 23420
2593
+ 23442,
2594
+ 23444
2595
2595
  ],
2596
2596
  "declarations": [
2597
2597
  {
2598
2598
  "constant": false,
2599
- "id": 23418,
2599
+ "id": 23442,
2600
2600
  "mutability": "mutable",
2601
2601
  "name": "success",
2602
2602
  "nameLocation": "5925:7:40",
2603
2603
  "nodeType": "VariableDeclaration",
2604
- "scope": 23437,
2604
+ "scope": 23461,
2605
2605
  "src": "5920:12:40",
2606
2606
  "stateVariable": false,
2607
2607
  "storageLocation": "default",
@@ -2610,7 +2610,7 @@
2610
2610
  "typeString": "bool"
2611
2611
  },
2612
2612
  "typeName": {
2613
- "id": 23417,
2613
+ "id": 23441,
2614
2614
  "name": "bool",
2615
2615
  "nodeType": "ElementaryTypeName",
2616
2616
  "src": "5920:4:40",
@@ -2623,12 +2623,12 @@
2623
2623
  },
2624
2624
  {
2625
2625
  "constant": false,
2626
- "id": 23420,
2626
+ "id": 23444,
2627
2627
  "mutability": "mutable",
2628
2628
  "name": "_data",
2629
2629
  "nameLocation": "5947:5:40",
2630
2630
  "nodeType": "VariableDeclaration",
2631
- "scope": 23437,
2631
+ "scope": 23461,
2632
2632
  "src": "5934:18:40",
2633
2633
  "stateVariable": false,
2634
2634
  "storageLocation": "memory",
@@ -2637,7 +2637,7 @@
2637
2637
  "typeString": "bytes"
2638
2638
  },
2639
2639
  "typeName": {
2640
- "id": 23419,
2640
+ "id": 23443,
2641
2641
  "name": "bytes",
2642
2642
  "nodeType": "ElementaryTypeName",
2643
2643
  "src": "5934:5:40",
@@ -2649,15 +2649,15 @@
2649
2649
  "visibility": "internal"
2650
2650
  }
2651
2651
  ],
2652
- "id": 23427,
2652
+ "id": 23451,
2653
2653
  "initialValue": {
2654
2654
  "arguments": [
2655
2655
  {
2656
- "id": 23422,
2656
+ "id": 23446,
2657
2657
  "name": "msgSender",
2658
2658
  "nodeType": "Identifier",
2659
2659
  "overloadedDeclarations": [],
2660
- "referencedDeclaration": 23406,
2660
+ "referencedDeclaration": 23430,
2661
2661
  "src": "5991:9:40",
2662
2662
  "typeDescriptions": {
2663
2663
  "typeIdentifier": "t_address",
@@ -2665,11 +2665,11 @@
2665
2665
  }
2666
2666
  },
2667
2667
  {
2668
- "id": 23423,
2668
+ "id": 23447,
2669
2669
  "name": "msgValue",
2670
2670
  "nodeType": "Identifier",
2671
2671
  "overloadedDeclarations": [],
2672
- "referencedDeclaration": 23408,
2672
+ "referencedDeclaration": 23432,
2673
2673
  "src": "6018:8:40",
2674
2674
  "typeDescriptions": {
2675
2675
  "typeIdentifier": "t_uint256",
@@ -2677,11 +2677,11 @@
2677
2677
  }
2678
2678
  },
2679
2679
  {
2680
- "id": 23424,
2680
+ "id": 23448,
2681
2681
  "name": "target",
2682
2682
  "nodeType": "Identifier",
2683
2683
  "overloadedDeclarations": [],
2684
- "referencedDeclaration": 23410,
2684
+ "referencedDeclaration": 23434,
2685
2685
  "src": "6042:6:40",
2686
2686
  "typeDescriptions": {
2687
2687
  "typeIdentifier": "t_address",
@@ -2689,11 +2689,11 @@
2689
2689
  }
2690
2690
  },
2691
2691
  {
2692
- "id": 23425,
2692
+ "id": 23449,
2693
2693
  "name": "callData",
2694
2694
  "nodeType": "Identifier",
2695
2695
  "overloadedDeclarations": [],
2696
- "referencedDeclaration": 23412,
2696
+ "referencedDeclaration": 23436,
2697
2697
  "src": "6066:8:40",
2698
2698
  "typeDescriptions": {
2699
2699
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2720,18 +2720,18 @@
2720
2720
  "typeString": "bytes memory"
2721
2721
  }
2722
2722
  ],
2723
- "id": 23421,
2723
+ "id": 23445,
2724
2724
  "name": "callWithContext",
2725
2725
  "nodeType": "Identifier",
2726
2726
  "overloadedDeclarations": [],
2727
- "referencedDeclaration": 23373,
2727
+ "referencedDeclaration": 23397,
2728
2728
  "src": "5956:15:40",
2729
2729
  "typeDescriptions": {
2730
2730
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
2731
2731
  "typeString": "function (address,uint256,address,bytes memory) returns (bool,bytes memory)"
2732
2732
  }
2733
2733
  },
2734
- "id": 23426,
2734
+ "id": 23450,
2735
2735
  "isConstant": false,
2736
2736
  "isLValue": false,
2737
2737
  "isPure": false,
@@ -2762,7 +2762,7 @@
2762
2762
  },
2763
2763
  {
2764
2764
  "condition": {
2765
- "id": 23429,
2765
+ "id": 23453,
2766
2766
  "isConstant": false,
2767
2767
  "isLValue": false,
2768
2768
  "isPure": false,
@@ -2772,11 +2772,11 @@
2772
2772
  "prefix": true,
2773
2773
  "src": "6091:8:40",
2774
2774
  "subExpression": {
2775
- "id": 23428,
2775
+ "id": 23452,
2776
2776
  "name": "success",
2777
2777
  "nodeType": "Identifier",
2778
2778
  "overloadedDeclarations": [],
2779
- "referencedDeclaration": 23418,
2779
+ "referencedDeclaration": 23442,
2780
2780
  "src": "6092:7:40",
2781
2781
  "typeDescriptions": {
2782
2782
  "typeIdentifier": "t_bool",
@@ -2788,18 +2788,18 @@
2788
2788
  "typeString": "bool"
2789
2789
  }
2790
2790
  },
2791
- "id": 23434,
2791
+ "id": 23458,
2792
2792
  "nodeType": "IfStatement",
2793
2793
  "src": "6087:36:40",
2794
2794
  "trueBody": {
2795
2795
  "expression": {
2796
2796
  "arguments": [
2797
2797
  {
2798
- "id": 23431,
2798
+ "id": 23455,
2799
2799
  "name": "_data",
2800
2800
  "nodeType": "Identifier",
2801
2801
  "overloadedDeclarations": [],
2802
- "referencedDeclaration": 23420,
2802
+ "referencedDeclaration": 23444,
2803
2803
  "src": "6117:5:40",
2804
2804
  "typeDescriptions": {
2805
2805
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2814,18 +2814,18 @@
2814
2814
  "typeString": "bytes memory"
2815
2815
  }
2816
2816
  ],
2817
- "id": 23430,
2817
+ "id": 23454,
2818
2818
  "name": "revertWithBytes",
2819
2819
  "nodeType": "Identifier",
2820
2820
  "overloadedDeclarations": [],
2821
- "referencedDeclaration": 24036,
2821
+ "referencedDeclaration": 24060,
2822
2822
  "src": "6101:15:40",
2823
2823
  "typeDescriptions": {
2824
2824
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2825
2825
  "typeString": "function (bytes memory) pure"
2826
2826
  }
2827
2827
  },
2828
- "id": 23432,
2828
+ "id": 23456,
2829
2829
  "isConstant": false,
2830
2830
  "isLValue": false,
2831
2831
  "isPure": false,
@@ -2841,33 +2841,33 @@
2841
2841
  "typeString": "tuple()"
2842
2842
  }
2843
2843
  },
2844
- "id": 23433,
2844
+ "id": 23457,
2845
2845
  "nodeType": "ExpressionStatement",
2846
2846
  "src": "6101:22:40"
2847
2847
  }
2848
2848
  },
2849
2849
  {
2850
2850
  "expression": {
2851
- "id": 23435,
2851
+ "id": 23459,
2852
2852
  "name": "_data",
2853
2853
  "nodeType": "Identifier",
2854
2854
  "overloadedDeclarations": [],
2855
- "referencedDeclaration": 23420,
2855
+ "referencedDeclaration": 23444,
2856
2856
  "src": "6136:5:40",
2857
2857
  "typeDescriptions": {
2858
2858
  "typeIdentifier": "t_bytes_memory_ptr",
2859
2859
  "typeString": "bytes memory"
2860
2860
  }
2861
2861
  },
2862
- "functionReturnParameters": 23416,
2863
- "id": 23436,
2862
+ "functionReturnParameters": 23440,
2863
+ "id": 23460,
2864
2864
  "nodeType": "Return",
2865
2865
  "src": "6129:12:40"
2866
2866
  }
2867
2867
  ]
2868
2868
  },
2869
2869
  "documentation": {
2870
- "id": 23404,
2870
+ "id": 23428,
2871
2871
  "nodeType": "StructuredDocumentation",
2872
2872
  "src": "5296:448:40",
2873
2873
  "text": " @notice Makes a call to the target contract with context values appended to the calldata.\n @dev Revert in the case of failure.\n @param msgSender The address of the transaction sender.\n @param msgValue The amount of ether sent with the original transaction.\n @param target The address of the contract to call.\n @param callData The calldata for the call.\n @return data The abi encoded return data from the call."
@@ -2878,17 +2878,17 @@
2878
2878
  "name": "callWithContextOrRevert",
2879
2879
  "nameLocation": "5756:23:40",
2880
2880
  "parameters": {
2881
- "id": 23413,
2881
+ "id": 23437,
2882
2882
  "nodeType": "ParameterList",
2883
2883
  "parameters": [
2884
2884
  {
2885
2885
  "constant": false,
2886
- "id": 23406,
2886
+ "id": 23430,
2887
2887
  "mutability": "mutable",
2888
2888
  "name": "msgSender",
2889
2889
  "nameLocation": "5793:9:40",
2890
2890
  "nodeType": "VariableDeclaration",
2891
- "scope": 23438,
2891
+ "scope": 23462,
2892
2892
  "src": "5785:17:40",
2893
2893
  "stateVariable": false,
2894
2894
  "storageLocation": "default",
@@ -2897,7 +2897,7 @@
2897
2897
  "typeString": "address"
2898
2898
  },
2899
2899
  "typeName": {
2900
- "id": 23405,
2900
+ "id": 23429,
2901
2901
  "name": "address",
2902
2902
  "nodeType": "ElementaryTypeName",
2903
2903
  "src": "5785:7:40",
@@ -2911,12 +2911,12 @@
2911
2911
  },
2912
2912
  {
2913
2913
  "constant": false,
2914
- "id": 23408,
2914
+ "id": 23432,
2915
2915
  "mutability": "mutable",
2916
2916
  "name": "msgValue",
2917
2917
  "nameLocation": "5816:8:40",
2918
2918
  "nodeType": "VariableDeclaration",
2919
- "scope": 23438,
2919
+ "scope": 23462,
2920
2920
  "src": "5808:16:40",
2921
2921
  "stateVariable": false,
2922
2922
  "storageLocation": "default",
@@ -2925,7 +2925,7 @@
2925
2925
  "typeString": "uint256"
2926
2926
  },
2927
2927
  "typeName": {
2928
- "id": 23407,
2928
+ "id": 23431,
2929
2929
  "name": "uint256",
2930
2930
  "nodeType": "ElementaryTypeName",
2931
2931
  "src": "5808:7:40",
@@ -2938,12 +2938,12 @@
2938
2938
  },
2939
2939
  {
2940
2940
  "constant": false,
2941
- "id": 23410,
2941
+ "id": 23434,
2942
2942
  "mutability": "mutable",
2943
2943
  "name": "target",
2944
2944
  "nameLocation": "5838:6:40",
2945
2945
  "nodeType": "VariableDeclaration",
2946
- "scope": 23438,
2946
+ "scope": 23462,
2947
2947
  "src": "5830:14:40",
2948
2948
  "stateVariable": false,
2949
2949
  "storageLocation": "default",
@@ -2952,7 +2952,7 @@
2952
2952
  "typeString": "address"
2953
2953
  },
2954
2954
  "typeName": {
2955
- "id": 23409,
2955
+ "id": 23433,
2956
2956
  "name": "address",
2957
2957
  "nodeType": "ElementaryTypeName",
2958
2958
  "src": "5830:7:40",
@@ -2966,12 +2966,12 @@
2966
2966
  },
2967
2967
  {
2968
2968
  "constant": false,
2969
- "id": 23412,
2969
+ "id": 23436,
2970
2970
  "mutability": "mutable",
2971
2971
  "name": "callData",
2972
2972
  "nameLocation": "5863:8:40",
2973
2973
  "nodeType": "VariableDeclaration",
2974
- "scope": 23438,
2974
+ "scope": 23462,
2975
2975
  "src": "5850:21:40",
2976
2976
  "stateVariable": false,
2977
2977
  "storageLocation": "memory",
@@ -2980,7 +2980,7 @@
2980
2980
  "typeString": "bytes"
2981
2981
  },
2982
2982
  "typeName": {
2983
- "id": 23411,
2983
+ "id": 23435,
2984
2984
  "name": "bytes",
2985
2985
  "nodeType": "ElementaryTypeName",
2986
2986
  "src": "5850:5:40",
@@ -2995,17 +2995,17 @@
2995
2995
  "src": "5779:96:40"
2996
2996
  },
2997
2997
  "returnParameters": {
2998
- "id": 23416,
2998
+ "id": 23440,
2999
2999
  "nodeType": "ParameterList",
3000
3000
  "parameters": [
3001
3001
  {
3002
3002
  "constant": false,
3003
- "id": 23415,
3003
+ "id": 23439,
3004
3004
  "mutability": "mutable",
3005
3005
  "name": "data",
3006
3006
  "nameLocation": "5907:4:40",
3007
3007
  "nodeType": "VariableDeclaration",
3008
- "scope": 23438,
3008
+ "scope": 23462,
3009
3009
  "src": "5894:17:40",
3010
3010
  "stateVariable": false,
3011
3011
  "storageLocation": "memory",
@@ -3014,7 +3014,7 @@
3014
3014
  "typeString": "bytes"
3015
3015
  },
3016
3016
  "typeName": {
3017
- "id": 23414,
3017
+ "id": 23438,
3018
3018
  "name": "bytes",
3019
3019
  "nodeType": "ElementaryTypeName",
3020
3020
  "src": "5894:5:40",
@@ -3028,36 +3028,36 @@
3028
3028
  ],
3029
3029
  "src": "5893:19:40"
3030
3030
  },
3031
- "scope": 23474,
3031
+ "scope": 23498,
3032
3032
  "stateMutability": "nonpayable",
3033
3033
  "virtual": false,
3034
3034
  "visibility": "internal"
3035
3035
  },
3036
3036
  {
3037
- "id": 23473,
3037
+ "id": 23497,
3038
3038
  "nodeType": "FunctionDefinition",
3039
3039
  "src": "6609:415:40",
3040
3040
  "nodes": [],
3041
3041
  "body": {
3042
- "id": 23472,
3042
+ "id": 23496,
3043
3043
  "nodeType": "Block",
3044
3044
  "src": "6783:241:40",
3045
3045
  "nodes": [],
3046
3046
  "statements": [
3047
3047
  {
3048
3048
  "assignments": [
3049
- 23453,
3050
- 23455
3049
+ 23477,
3050
+ 23479
3051
3051
  ],
3052
3052
  "declarations": [
3053
3053
  {
3054
3054
  "constant": false,
3055
- "id": 23453,
3055
+ "id": 23477,
3056
3056
  "mutability": "mutable",
3057
3057
  "name": "success",
3058
3058
  "nameLocation": "6795:7:40",
3059
3059
  "nodeType": "VariableDeclaration",
3060
- "scope": 23472,
3060
+ "scope": 23496,
3061
3061
  "src": "6790:12:40",
3062
3062
  "stateVariable": false,
3063
3063
  "storageLocation": "default",
@@ -3066,7 +3066,7 @@
3066
3066
  "typeString": "bool"
3067
3067
  },
3068
3068
  "typeName": {
3069
- "id": 23452,
3069
+ "id": 23476,
3070
3070
  "name": "bool",
3071
3071
  "nodeType": "ElementaryTypeName",
3072
3072
  "src": "6790:4:40",
@@ -3079,12 +3079,12 @@
3079
3079
  },
3080
3080
  {
3081
3081
  "constant": false,
3082
- "id": 23455,
3082
+ "id": 23479,
3083
3083
  "mutability": "mutable",
3084
3084
  "name": "_data",
3085
3085
  "nameLocation": "6817:5:40",
3086
3086
  "nodeType": "VariableDeclaration",
3087
- "scope": 23472,
3087
+ "scope": 23496,
3088
3088
  "src": "6804:18:40",
3089
3089
  "stateVariable": false,
3090
3090
  "storageLocation": "memory",
@@ -3093,7 +3093,7 @@
3093
3093
  "typeString": "bytes"
3094
3094
  },
3095
3095
  "typeName": {
3096
- "id": 23454,
3096
+ "id": 23478,
3097
3097
  "name": "bytes",
3098
3098
  "nodeType": "ElementaryTypeName",
3099
3099
  "src": "6804:5:40",
@@ -3105,15 +3105,15 @@
3105
3105
  "visibility": "internal"
3106
3106
  }
3107
3107
  ],
3108
- "id": 23462,
3108
+ "id": 23486,
3109
3109
  "initialValue": {
3110
3110
  "arguments": [
3111
3111
  {
3112
- "id": 23457,
3112
+ "id": 23481,
3113
3113
  "name": "msgSender",
3114
3114
  "nodeType": "Identifier",
3115
3115
  "overloadedDeclarations": [],
3116
- "referencedDeclaration": 23441,
3116
+ "referencedDeclaration": 23465,
3117
3117
  "src": "6869:9:40",
3118
3118
  "typeDescriptions": {
3119
3119
  "typeIdentifier": "t_address",
@@ -3121,11 +3121,11 @@
3121
3121
  }
3122
3122
  },
3123
3123
  {
3124
- "id": 23458,
3124
+ "id": 23482,
3125
3125
  "name": "msgValue",
3126
3126
  "nodeType": "Identifier",
3127
3127
  "overloadedDeclarations": [],
3128
- "referencedDeclaration": 23443,
3128
+ "referencedDeclaration": 23467,
3129
3129
  "src": "6896:8:40",
3130
3130
  "typeDescriptions": {
3131
3131
  "typeIdentifier": "t_uint256",
@@ -3133,11 +3133,11 @@
3133
3133
  }
3134
3134
  },
3135
3135
  {
3136
- "id": 23459,
3136
+ "id": 23483,
3137
3137
  "name": "target",
3138
3138
  "nodeType": "Identifier",
3139
3139
  "overloadedDeclarations": [],
3140
- "referencedDeclaration": 23445,
3140
+ "referencedDeclaration": 23469,
3141
3141
  "src": "6920:6:40",
3142
3142
  "typeDescriptions": {
3143
3143
  "typeIdentifier": "t_address",
@@ -3145,11 +3145,11 @@
3145
3145
  }
3146
3146
  },
3147
3147
  {
3148
- "id": 23460,
3148
+ "id": 23484,
3149
3149
  "name": "callData",
3150
3150
  "nodeType": "Identifier",
3151
3151
  "overloadedDeclarations": [],
3152
- "referencedDeclaration": 23447,
3152
+ "referencedDeclaration": 23471,
3153
3153
  "src": "6944:8:40",
3154
3154
  "typeDescriptions": {
3155
3155
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3176,18 +3176,18 @@
3176
3176
  "typeString": "bytes memory"
3177
3177
  }
3178
3178
  ],
3179
- "id": 23456,
3179
+ "id": 23480,
3180
3180
  "name": "delegatecallWithContext",
3181
3181
  "nodeType": "Identifier",
3182
3182
  "overloadedDeclarations": [],
3183
- "referencedDeclaration": 23403,
3183
+ "referencedDeclaration": 23427,
3184
3184
  "src": "6826:23:40",
3185
3185
  "typeDescriptions": {
3186
3186
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
3187
3187
  "typeString": "function (address,uint256,address,bytes memory) returns (bool,bytes memory)"
3188
3188
  }
3189
3189
  },
3190
- "id": 23461,
3190
+ "id": 23485,
3191
3191
  "isConstant": false,
3192
3192
  "isLValue": false,
3193
3193
  "isPure": false,
@@ -3218,7 +3218,7 @@
3218
3218
  },
3219
3219
  {
3220
3220
  "condition": {
3221
- "id": 23464,
3221
+ "id": 23488,
3222
3222
  "isConstant": false,
3223
3223
  "isLValue": false,
3224
3224
  "isPure": false,
@@ -3228,11 +3228,11 @@
3228
3228
  "prefix": true,
3229
3229
  "src": "6969:8:40",
3230
3230
  "subExpression": {
3231
- "id": 23463,
3231
+ "id": 23487,
3232
3232
  "name": "success",
3233
3233
  "nodeType": "Identifier",
3234
3234
  "overloadedDeclarations": [],
3235
- "referencedDeclaration": 23453,
3235
+ "referencedDeclaration": 23477,
3236
3236
  "src": "6970:7:40",
3237
3237
  "typeDescriptions": {
3238
3238
  "typeIdentifier": "t_bool",
@@ -3244,18 +3244,18 @@
3244
3244
  "typeString": "bool"
3245
3245
  }
3246
3246
  },
3247
- "id": 23469,
3247
+ "id": 23493,
3248
3248
  "nodeType": "IfStatement",
3249
3249
  "src": "6965:36:40",
3250
3250
  "trueBody": {
3251
3251
  "expression": {
3252
3252
  "arguments": [
3253
3253
  {
3254
- "id": 23466,
3254
+ "id": 23490,
3255
3255
  "name": "_data",
3256
3256
  "nodeType": "Identifier",
3257
3257
  "overloadedDeclarations": [],
3258
- "referencedDeclaration": 23455,
3258
+ "referencedDeclaration": 23479,
3259
3259
  "src": "6995:5:40",
3260
3260
  "typeDescriptions": {
3261
3261
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3270,18 +3270,18 @@
3270
3270
  "typeString": "bytes memory"
3271
3271
  }
3272
3272
  ],
3273
- "id": 23465,
3273
+ "id": 23489,
3274
3274
  "name": "revertWithBytes",
3275
3275
  "nodeType": "Identifier",
3276
3276
  "overloadedDeclarations": [],
3277
- "referencedDeclaration": 24036,
3277
+ "referencedDeclaration": 24060,
3278
3278
  "src": "6979:15:40",
3279
3279
  "typeDescriptions": {
3280
3280
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3281
3281
  "typeString": "function (bytes memory) pure"
3282
3282
  }
3283
3283
  },
3284
- "id": 23467,
3284
+ "id": 23491,
3285
3285
  "isConstant": false,
3286
3286
  "isLValue": false,
3287
3287
  "isPure": false,
@@ -3297,33 +3297,33 @@
3297
3297
  "typeString": "tuple()"
3298
3298
  }
3299
3299
  },
3300
- "id": 23468,
3300
+ "id": 23492,
3301
3301
  "nodeType": "ExpressionStatement",
3302
3302
  "src": "6979:22:40"
3303
3303
  }
3304
3304
  },
3305
3305
  {
3306
3306
  "expression": {
3307
- "id": 23470,
3307
+ "id": 23494,
3308
3308
  "name": "_data",
3309
3309
  "nodeType": "Identifier",
3310
3310
  "overloadedDeclarations": [],
3311
- "referencedDeclaration": 23455,
3311
+ "referencedDeclaration": 23479,
3312
3312
  "src": "7014:5:40",
3313
3313
  "typeDescriptions": {
3314
3314
  "typeIdentifier": "t_bytes_memory_ptr",
3315
3315
  "typeString": "bytes memory"
3316
3316
  }
3317
3317
  },
3318
- "functionReturnParameters": 23451,
3319
- "id": 23471,
3318
+ "functionReturnParameters": 23475,
3319
+ "id": 23495,
3320
3320
  "nodeType": "Return",
3321
3321
  "src": "7007:12:40"
3322
3322
  }
3323
3323
  ]
3324
3324
  },
3325
3325
  "documentation": {
3326
- "id": 23439,
3326
+ "id": 23463,
3327
3327
  "nodeType": "StructuredDocumentation",
3328
3328
  "src": "6150:456:40",
3329
3329
  "text": " @notice Makes a delegatecall to the target contract with context values appended to the calldata.\n @dev Revert in the case of failure.\n @param msgSender The address of the transaction sender.\n @param msgValue The amount of ether sent with the original transaction.\n @param target The address of the contract to call.\n @param callData The calldata for the call.\n @return data The abi encoded return data from the call."
@@ -3334,17 +3334,17 @@
3334
3334
  "name": "delegatecallWithContextOrRevert",
3335
3335
  "nameLocation": "6618:31:40",
3336
3336
  "parameters": {
3337
- "id": 23448,
3337
+ "id": 23472,
3338
3338
  "nodeType": "ParameterList",
3339
3339
  "parameters": [
3340
3340
  {
3341
3341
  "constant": false,
3342
- "id": 23441,
3342
+ "id": 23465,
3343
3343
  "mutability": "mutable",
3344
3344
  "name": "msgSender",
3345
3345
  "nameLocation": "6663:9:40",
3346
3346
  "nodeType": "VariableDeclaration",
3347
- "scope": 23473,
3347
+ "scope": 23497,
3348
3348
  "src": "6655:17:40",
3349
3349
  "stateVariable": false,
3350
3350
  "storageLocation": "default",
@@ -3353,7 +3353,7 @@
3353
3353
  "typeString": "address"
3354
3354
  },
3355
3355
  "typeName": {
3356
- "id": 23440,
3356
+ "id": 23464,
3357
3357
  "name": "address",
3358
3358
  "nodeType": "ElementaryTypeName",
3359
3359
  "src": "6655:7:40",
@@ -3367,12 +3367,12 @@
3367
3367
  },
3368
3368
  {
3369
3369
  "constant": false,
3370
- "id": 23443,
3370
+ "id": 23467,
3371
3371
  "mutability": "mutable",
3372
3372
  "name": "msgValue",
3373
3373
  "nameLocation": "6686:8:40",
3374
3374
  "nodeType": "VariableDeclaration",
3375
- "scope": 23473,
3375
+ "scope": 23497,
3376
3376
  "src": "6678:16:40",
3377
3377
  "stateVariable": false,
3378
3378
  "storageLocation": "default",
@@ -3381,7 +3381,7 @@
3381
3381
  "typeString": "uint256"
3382
3382
  },
3383
3383
  "typeName": {
3384
- "id": 23442,
3384
+ "id": 23466,
3385
3385
  "name": "uint256",
3386
3386
  "nodeType": "ElementaryTypeName",
3387
3387
  "src": "6678:7:40",
@@ -3394,12 +3394,12 @@
3394
3394
  },
3395
3395
  {
3396
3396
  "constant": false,
3397
- "id": 23445,
3397
+ "id": 23469,
3398
3398
  "mutability": "mutable",
3399
3399
  "name": "target",
3400
3400
  "nameLocation": "6708:6:40",
3401
3401
  "nodeType": "VariableDeclaration",
3402
- "scope": 23473,
3402
+ "scope": 23497,
3403
3403
  "src": "6700:14:40",
3404
3404
  "stateVariable": false,
3405
3405
  "storageLocation": "default",
@@ -3408,7 +3408,7 @@
3408
3408
  "typeString": "address"
3409
3409
  },
3410
3410
  "typeName": {
3411
- "id": 23444,
3411
+ "id": 23468,
3412
3412
  "name": "address",
3413
3413
  "nodeType": "ElementaryTypeName",
3414
3414
  "src": "6700:7:40",
@@ -3422,12 +3422,12 @@
3422
3422
  },
3423
3423
  {
3424
3424
  "constant": false,
3425
- "id": 23447,
3425
+ "id": 23471,
3426
3426
  "mutability": "mutable",
3427
3427
  "name": "callData",
3428
3428
  "nameLocation": "6733:8:40",
3429
3429
  "nodeType": "VariableDeclaration",
3430
- "scope": 23473,
3430
+ "scope": 23497,
3431
3431
  "src": "6720:21:40",
3432
3432
  "stateVariable": false,
3433
3433
  "storageLocation": "memory",
@@ -3436,7 +3436,7 @@
3436
3436
  "typeString": "bytes"
3437
3437
  },
3438
3438
  "typeName": {
3439
- "id": 23446,
3439
+ "id": 23470,
3440
3440
  "name": "bytes",
3441
3441
  "nodeType": "ElementaryTypeName",
3442
3442
  "src": "6720:5:40",
@@ -3451,17 +3451,17 @@
3451
3451
  "src": "6649:96:40"
3452
3452
  },
3453
3453
  "returnParameters": {
3454
- "id": 23451,
3454
+ "id": 23475,
3455
3455
  "nodeType": "ParameterList",
3456
3456
  "parameters": [
3457
3457
  {
3458
3458
  "constant": false,
3459
- "id": 23450,
3459
+ "id": 23474,
3460
3460
  "mutability": "mutable",
3461
3461
  "name": "data",
3462
3462
  "nameLocation": "6777:4:40",
3463
3463
  "nodeType": "VariableDeclaration",
3464
- "scope": 23473,
3464
+ "scope": 23497,
3465
3465
  "src": "6764:17:40",
3466
3466
  "stateVariable": false,
3467
3467
  "storageLocation": "memory",
@@ -3470,7 +3470,7 @@
3470
3470
  "typeString": "bytes"
3471
3471
  },
3472
3472
  "typeName": {
3473
- "id": 23449,
3473
+ "id": 23473,
3474
3474
  "name": "bytes",
3475
3475
  "nodeType": "ElementaryTypeName",
3476
3476
  "src": "6764:5:40",
@@ -3484,7 +3484,7 @@
3484
3484
  ],
3485
3485
  "src": "6763:19:40"
3486
3486
  },
3487
- "scope": 23474,
3487
+ "scope": 23498,
3488
3488
  "stateMutability": "nonpayable",
3489
3489
  "virtual": false,
3490
3490
  "visibility": "internal"
@@ -3496,18 +3496,18 @@
3496
3496
  "contractDependencies": [],
3497
3497
  "contractKind": "library",
3498
3498
  "documentation": {
3499
- "id": 23321,
3499
+ "id": 23345,
3500
3500
  "nodeType": "StructuredDocumentation",
3501
3501
  "src": "2777:329:40",
3502
3502
  "text": " @title WorldContextProvider - Utility functions to call contracts with context values appended to calldata.\n @notice This library provides functions to make calls or delegatecalls to other contracts,\n appending the context values (like msg.sender and msg.value) to the calldata for WorldContextConsumer to consume."
3503
3503
  },
3504
3504
  "fullyImplemented": true,
3505
3505
  "linearizedBaseContracts": [
3506
- 23474
3506
+ 23498
3507
3507
  ],
3508
3508
  "name": "WorldContextProvider",
3509
3509
  "nameLocation": "3115:20:40",
3510
- "scope": 23475,
3510
+ "scope": 23499,
3511
3511
  "usedErrors": [],
3512
3512
  "usedEvents": []
3513
3513
  }