@latticexyz/world-modules 2.0.0-main-08d7c471 → 2.0.0-main-9ff4f451

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 (99) hide show
  1. package/out/AccessControl.sol/AccessControl.json +200 -200
  2. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  3. package/out/Balances.sol/Balances.json +1713 -1713
  4. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +207 -207
  5. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  6. package/out/DelegationControl.sol/DelegationControl.json +89 -89
  7. package/out/FunctionSelectors.sol/FunctionSelectors.json +2335 -2335
  8. package/out/Hooks.sol/Hooks.json +45 -45
  9. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +18 -18
  10. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  11. package/out/IBaseWorld.sol/IBaseWorld.json +68 -68
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  13. package/out/IDelegationControl.sol/IDelegationControl.json +11 -11
  14. package/out/ISystemHook.sol/ISystemHook.json +16 -16
  15. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  16. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  17. package/out/IWorldKernel.sol/IWorldCall.json +14 -14
  18. package/out/IWorldKernel.sol/IWorldKernel.json +14 -14
  19. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +14 -14
  20. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +43 -43
  21. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  22. package/out/KeysInTableHook.sol/KeysInTableHook.json +861 -861
  23. package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
  24. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  25. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
  26. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
  27. package/out/Module.sol/Module.json +75 -75
  28. package/out/NamespaceOwner.sol/NamespaceOwner.json +464 -464
  29. package/out/ResourceAccess.sol/ResourceAccess.json +471 -471
  30. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  31. package/out/Schema.sol/SchemaInstance.json +30 -30
  32. package/out/Schema.sol/SchemaLib.json +30 -30
  33. package/out/SchemaType.sol/SchemaType.json +276 -276
  34. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
  35. package/out/StoreHook.sol/StoreHook.json +368 -368
  36. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  37. package/out/System.sol/System.json +19 -19
  38. package/out/SystemHooks.sol/SystemHooks.json +4091 -4091
  39. package/out/SystemSwitch.sol/SystemSwitch.json +356 -356
  40. package/out/Systems.sol/Systems.json +2459 -2459
  41. package/out/Tables.sol/Tables.json +73 -73
  42. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +111 -111
  43. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  44. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  45. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
  46. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +85 -85
  47. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2723 -2723
  48. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  49. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  50. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  51. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +101 -101
  52. package/out/WorldResourceId.sol/WorldResourceIdLib.json +101 -101
  53. package/out/constants.sol/constants.json +403 -120
  54. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  55. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  56. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  57. package/out/getUniqueEntity.sol/getUniqueEntity.json +105 -105
  58. package/out/hasKey.sol/hasKey.json +130 -130
  59. package/out/index.sol/index.json +53 -53
  60. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +128 -128
  61. package/out/query.sol/query.json +1154 -1154
  62. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  63. package/out/src/Bytes.sol/Bytes.json +1338 -1338
  64. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
  65. package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
  66. package/out/src/Hook.sol/HookInstance.json +331 -331
  67. package/out/src/Hook.sol/HookLib.json +331 -331
  68. package/out/src/IStore.sol/IStore.json +53 -53
  69. package/out/src/ISystemHook.sol/ISystemHook.json +90 -90
  70. package/out/src/IWorldErrors.sol/IWorldErrors.json +151 -151
  71. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  72. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  73. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  74. package/out/src/Memory.sol/Memory.json +91 -91
  75. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  76. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  77. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  78. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  79. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  80. package/out/src/Schema.sol/SchemaLib.json +790 -790
  81. package/out/src/Slice.sol/SliceInstance.json +430 -430
  82. package/out/src/Slice.sol/SliceLib.json +430 -430
  83. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  84. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  85. package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
  86. package/out/src/WorldContext.sol/WorldContextConsumer.json +418 -418
  87. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +418 -418
  88. package/out/src/WorldContext.sol/WorldContextProviderLib.json +418 -418
  89. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  90. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  91. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  92. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  93. package/out/systemHookTypes.sol/systemHookTypes.json +25 -25
  94. package/out/tables/ResourceIds.sol/ResourceIds.json +1747 -1747
  95. package/out/tables/Tables.sol/Tables.json +7288 -7288
  96. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  97. package/out/types.sol/types.json +41 -41
  98. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  99. package/package.json +8 -8
@@ -176,7 +176,7 @@
176
176
  "supportsInterface(bytes4)": "01ffc9a7",
177
177
  "verify(address,bytes32,bytes)": "1a86b550"
178
178
  },
179
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"maxTimestamp\",\"type\":\"uint256\"}],\"name\":\"initDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"verify\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.\",\"params\":{\"interfaceId\":\"The bytes4 identifier for the interface.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"events\":{\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"initDelegation(address,uint256)\":{\"notice\":\"Initialize a delegation by setting the max valid timestamp in the TimeboundDelegations table\"},\"supportsInterface(bytes4)\":{\"notice\":\"Check if the given interfaceId is supported by this contract.\"},\"verify(address,bytes32,bytes)\":{\"notice\":\"Verify a delegation by checking if the current block timestamp is not larger than the max valid timestamp for the delegation. Note: the delegation control check ignores the systemId and callData parameters.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/std-delegations/TimeboundDelegationControl.sol\":\"TimeboundDelegationControl\"},\"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\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c\",\"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72\",\"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764\",\"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c\",\"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/DelegationControl.sol\":{\"keccak256\":\"0xebe8f1d4a86bcd052afe19773cc5b48da49a7742033c2cc6f06c17a20be907b9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20dd17dc78d0aff086ae0b80823cdc8544cdef4b545ec58303a1a8ef19c5372c\",\"dweb:/ipfs/QmdTBo4xSMEQAQoae5o2L2DB7yGBv9TmzZwR3LmUjynEY9\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/std-delegations/TimeboundDelegationControl.sol\":{\"keccak256\":\"0xe51c156a060064d97a2c2a808b970eb6b505f18ebc35367d112dedcadd15570f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3ac21cb1fe67133ca85705426efff56e07102bf91b5341b05fe143049ceab402\",\"dweb:/ipfs/QmXTsVdx6L9wCaJyGXBoHuVEPPcRMF73Zkd6nJGAh4QvUk\"]},\"src/modules/std-delegations/tables/TimeboundDelegations.sol\":{\"keccak256\":\"0xd8248a3d2b38b5c8608ab9a15b12e50a7b066994537e733317e750fae3ef6eb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4b46f1db32e35d8063ade3bcd5b2663ea898dbcc25aab81739792afb7387fb27\",\"dweb:/ipfs/QmQ4dKQJLbMBy73rfDgXVmogK6tQ6v8CQTMA9nY1fLzc4Q\"]}},\"version\":1}",
179
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"maxTimestamp\",\"type\":\"uint256\"}],\"name\":\"initDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"verify\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.\",\"params\":{\"interfaceId\":\"The bytes4 identifier for the interface.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"events\":{\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"initDelegation(address,uint256)\":{\"notice\":\"Initialize a delegation by setting the max valid timestamp in the TimeboundDelegations table\"},\"supportsInterface(bytes4)\":{\"notice\":\"Check if the given interfaceId is supported by this contract.\"},\"verify(address,bytes32,bytes)\":{\"notice\":\"Verify a delegation by checking if the current block timestamp is not larger than the max valid timestamp for the delegation. Note: the delegation control check ignores the systemId and callData parameters.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/std-delegations/TimeboundDelegationControl.sol\":\"TimeboundDelegationControl\"},\"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\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c\",\"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72\",\"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764\",\"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c\",\"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/DelegationControl.sol\":{\"keccak256\":\"0xebe8f1d4a86bcd052afe19773cc5b48da49a7742033c2cc6f06c17a20be907b9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20dd17dc78d0aff086ae0b80823cdc8544cdef4b545ec58303a1a8ef19c5372c\",\"dweb:/ipfs/QmdTBo4xSMEQAQoae5o2L2DB7yGBv9TmzZwR3LmUjynEY9\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/std-delegations/TimeboundDelegationControl.sol\":{\"keccak256\":\"0xe51c156a060064d97a2c2a808b970eb6b505f18ebc35367d112dedcadd15570f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3ac21cb1fe67133ca85705426efff56e07102bf91b5341b05fe143049ceab402\",\"dweb:/ipfs/QmXTsVdx6L9wCaJyGXBoHuVEPPcRMF73Zkd6nJGAh4QvUk\"]},\"src/modules/std-delegations/tables/TimeboundDelegations.sol\":{\"keccak256\":\"0xd8248a3d2b38b5c8608ab9a15b12e50a7b066994537e733317e750fae3ef6eb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4b46f1db32e35d8063ade3bcd5b2663ea898dbcc25aab81739792afb7387fb27\",\"dweb:/ipfs/QmQ4dKQJLbMBy73rfDgXVmogK6tQ6v8CQTMA9nY1fLzc4Q\"]}},\"version\":1}",
180
180
  "metadata": {
181
181
  "compiler": {
182
182
  "version": "0.8.21+commit.d9974bed"
@@ -736,10 +736,10 @@
736
736
  "license": "MIT"
737
737
  },
738
738
  "node_modules/@latticexyz/world/src/constants.sol": {
739
- "keccak256": "0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77",
739
+ "keccak256": "0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588",
740
740
  "urls": [
741
- "bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac",
742
- "dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET"
741
+ "bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218",
742
+ "dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"
743
743
  ],
744
744
  "license": "MIT"
745
745
  },
@@ -780,26 +780,26 @@
780
780
  },
781
781
  "ast": {
782
782
  "absolutePath": "src/modules/std-delegations/TimeboundDelegationControl.sol",
783
- "id": 62717,
783
+ "id": 62753,
784
784
  "exportedSymbols": {
785
785
  "DelegationControl": [
786
- 41684
786
+ 41702
787
787
  ],
788
788
  "ResourceId": [
789
- 29121
789
+ 29139
790
790
  ],
791
791
  "TimeboundDelegationControl": [
792
- 62716
792
+ 62752
793
793
  ],
794
794
  "TimeboundDelegations": [
795
- 65852
795
+ 65888
796
796
  ]
797
797
  },
798
798
  "nodeType": "SourceUnit",
799
799
  "src": "32:1240:139",
800
800
  "nodes": [
801
801
  {
802
- "id": 62661,
802
+ "id": 62697,
803
803
  "nodeType": "PragmaDirective",
804
804
  "src": "32:25:139",
805
805
  "nodes": [],
@@ -811,23 +811,23 @@
811
811
  ]
812
812
  },
813
813
  {
814
- "id": 62663,
814
+ "id": 62699,
815
815
  "nodeType": "ImportDirective",
816
816
  "src": "59:80:139",
817
817
  "nodes": [],
818
818
  "absolutePath": "node_modules/@latticexyz/world/src/DelegationControl.sol",
819
819
  "file": "@latticexyz/world/src/DelegationControl.sol",
820
820
  "nameLocation": "-1:-1:-1",
821
- "scope": 62717,
822
- "sourceUnit": 41685,
821
+ "scope": 62753,
822
+ "sourceUnit": 41703,
823
823
  "symbolAliases": [
824
824
  {
825
825
  "foreign": {
826
- "id": 62662,
826
+ "id": 62698,
827
827
  "name": "DelegationControl",
828
828
  "nodeType": "Identifier",
829
829
  "overloadedDeclarations": [],
830
- "referencedDeclaration": 41684,
830
+ "referencedDeclaration": 41702,
831
831
  "src": "68:17:139",
832
832
  "typeDescriptions": {}
833
833
  },
@@ -837,23 +837,23 @@
837
837
  "unitAlias": ""
838
838
  },
839
839
  {
840
- "id": 62665,
840
+ "id": 62701,
841
841
  "nodeType": "ImportDirective",
842
842
  "src": "140:71:139",
843
843
  "nodes": [],
844
844
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
845
845
  "file": "@latticexyz/world/src/WorldResourceId.sol",
846
846
  "nameLocation": "-1:-1:-1",
847
- "scope": 62717,
848
- "sourceUnit": 42493,
847
+ "scope": 62753,
848
+ "sourceUnit": 42511,
849
849
  "symbolAliases": [
850
850
  {
851
851
  "foreign": {
852
- "id": 62664,
852
+ "id": 62700,
853
853
  "name": "ResourceId",
854
854
  "nodeType": "Identifier",
855
855
  "overloadedDeclarations": [],
856
- "referencedDeclaration": 29121,
856
+ "referencedDeclaration": 29139,
857
857
  "src": "149:10:139",
858
858
  "typeDescriptions": {}
859
859
  },
@@ -863,23 +863,23 @@
863
863
  "unitAlias": ""
864
864
  },
865
865
  {
866
- "id": 62667,
866
+ "id": 62703,
867
867
  "nodeType": "ImportDirective",
868
868
  "src": "212:73:139",
869
869
  "nodes": [],
870
870
  "absolutePath": "src/modules/std-delegations/tables/TimeboundDelegations.sol",
871
871
  "file": "./tables/TimeboundDelegations.sol",
872
872
  "nameLocation": "-1:-1:-1",
873
- "scope": 62717,
874
- "sourceUnit": 65853,
873
+ "scope": 62753,
874
+ "sourceUnit": 65889,
875
875
  "symbolAliases": [
876
876
  {
877
877
  "foreign": {
878
- "id": 62666,
878
+ "id": 62702,
879
879
  "name": "TimeboundDelegations",
880
880
  "nodeType": "Identifier",
881
881
  "overloadedDeclarations": [],
882
- "referencedDeclaration": 65852,
882
+ "referencedDeclaration": 65888,
883
883
  "src": "221:20:139",
884
884
  "typeDescriptions": {}
885
885
  },
@@ -889,34 +889,34 @@
889
889
  "unitAlias": ""
890
890
  },
891
891
  {
892
- "id": 62716,
892
+ "id": 62752,
893
893
  "nodeType": "ContractDefinition",
894
894
  "src": "287:984:139",
895
895
  "nodes": [
896
896
  {
897
- "id": 62697,
897
+ "id": 62733,
898
898
  "nodeType": "FunctionDefinition",
899
899
  "src": "577:392:139",
900
900
  "nodes": [],
901
901
  "body": {
902
- "id": 62696,
902
+ "id": 62732,
903
903
  "nodeType": "Block",
904
904
  "src": "665:304:139",
905
905
  "nodes": [],
906
906
  "statements": [
907
907
  {
908
908
  "assignments": [
909
- 62683
909
+ 62719
910
910
  ],
911
911
  "declarations": [
912
912
  {
913
913
  "constant": false,
914
- "id": 62683,
914
+ "id": 62719,
915
915
  "mutability": "mutable",
916
916
  "name": "maxTimestamp",
917
917
  "nameLocation": "738:12:139",
918
918
  "nodeType": "VariableDeclaration",
919
- "scope": 62696,
919
+ "scope": 62732,
920
920
  "src": "730:20:139",
921
921
  "stateVariable": false,
922
922
  "storageLocation": "default",
@@ -925,7 +925,7 @@
925
925
  "typeString": "uint256"
926
926
  },
927
927
  "typeName": {
928
- "id": 62682,
928
+ "id": 62718,
929
929
  "name": "uint256",
930
930
  "nodeType": "ElementaryTypeName",
931
931
  "src": "730:7:139",
@@ -937,15 +937,15 @@
937
937
  "visibility": "internal"
938
938
  }
939
939
  ],
940
- "id": 62690,
940
+ "id": 62726,
941
941
  "initialValue": {
942
942
  "arguments": [
943
943
  {
944
- "id": 62686,
944
+ "id": 62722,
945
945
  "name": "delegator",
946
946
  "nodeType": "Identifier",
947
947
  "overloadedDeclarations": [],
948
- "referencedDeclaration": 62672,
948
+ "referencedDeclaration": 62708,
949
949
  "src": "791:9:139",
950
950
  "typeDescriptions": {
951
951
  "typeIdentifier": "t_address",
@@ -956,18 +956,18 @@
956
956
  "arguments": [],
957
957
  "expression": {
958
958
  "argumentTypes": [],
959
- "id": 62687,
959
+ "id": 62723,
960
960
  "name": "_msgSender",
961
961
  "nodeType": "Identifier",
962
962
  "overloadedDeclarations": [],
963
- "referencedDeclaration": 41974,
963
+ "referencedDeclaration": 41992,
964
964
  "src": "813:10:139",
965
965
  "typeDescriptions": {
966
966
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
967
967
  "typeString": "function () view returns (address)"
968
968
  }
969
969
  },
970
- "id": 62688,
970
+ "id": 62724,
971
971
  "isConstant": false,
972
972
  "isLValue": false,
973
973
  "isPure": false,
@@ -996,18 +996,18 @@
996
996
  }
997
997
  ],
998
998
  "expression": {
999
- "id": 62684,
999
+ "id": 62720,
1000
1000
  "name": "TimeboundDelegations",
1001
1001
  "nodeType": "Identifier",
1002
1002
  "overloadedDeclarations": [],
1003
- "referencedDeclaration": 65852,
1003
+ "referencedDeclaration": 65888,
1004
1004
  "src": "753:20:139",
1005
1005
  "typeDescriptions": {
1006
- "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$65852_$",
1006
+ "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$65888_$",
1007
1007
  "typeString": "type(library TimeboundDelegations)"
1008
1008
  }
1009
1009
  },
1010
- "id": 62685,
1010
+ "id": 62721,
1011
1011
  "isConstant": false,
1012
1012
  "isLValue": false,
1013
1013
  "isPure": false,
@@ -1015,14 +1015,14 @@
1015
1015
  "memberLocation": "774:3:139",
1016
1016
  "memberName": "get",
1017
1017
  "nodeType": "MemberAccess",
1018
- "referencedDeclaration": 65028,
1018
+ "referencedDeclaration": 65064,
1019
1019
  "src": "753:24:139",
1020
1020
  "typeDescriptions": {
1021
1021
  "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$",
1022
1022
  "typeString": "function (address,address) view returns (uint256)"
1023
1023
  }
1024
1024
  },
1025
- "id": 62689,
1025
+ "id": 62725,
1026
1026
  "isConstant": false,
1027
1027
  "isLValue": false,
1028
1028
  "isPure": false,
@@ -1053,14 +1053,14 @@
1053
1053
  "typeIdentifier": "t_uint256",
1054
1054
  "typeString": "uint256"
1055
1055
  },
1056
- "id": 62694,
1056
+ "id": 62730,
1057
1057
  "isConstant": false,
1058
1058
  "isLValue": false,
1059
1059
  "isPure": false,
1060
1060
  "lValueRequested": false,
1061
1061
  "leftExpression": {
1062
1062
  "expression": {
1063
- "id": 62691,
1063
+ "id": 62727,
1064
1064
  "name": "block",
1065
1065
  "nodeType": "Identifier",
1066
1066
  "overloadedDeclarations": [],
@@ -1071,7 +1071,7 @@
1071
1071
  "typeString": "block"
1072
1072
  }
1073
1073
  },
1074
- "id": 62692,
1074
+ "id": 62728,
1075
1075
  "isConstant": false,
1076
1076
  "isLValue": false,
1077
1077
  "isPure": false,
@@ -1088,11 +1088,11 @@
1088
1088
  "nodeType": "BinaryOperation",
1089
1089
  "operator": "<=",
1090
1090
  "rightExpression": {
1091
- "id": 62693,
1091
+ "id": 62729,
1092
1092
  "name": "maxTimestamp",
1093
1093
  "nodeType": "Identifier",
1094
1094
  "overloadedDeclarations": [],
1095
- "referencedDeclaration": 62683,
1095
+ "referencedDeclaration": 62719,
1096
1096
  "src": "952:12:139",
1097
1097
  "typeDescriptions": {
1098
1098
  "typeIdentifier": "t_uint256",
@@ -1105,18 +1105,18 @@
1105
1105
  "typeString": "bool"
1106
1106
  }
1107
1107
  },
1108
- "functionReturnParameters": 62681,
1109
- "id": 62695,
1108
+ "functionReturnParameters": 62717,
1109
+ "id": 62731,
1110
1110
  "nodeType": "Return",
1111
1111
  "src": "926:38:139"
1112
1112
  }
1113
1113
  ]
1114
1114
  },
1115
1115
  "baseFunctions": [
1116
- 75578
1116
+ 75614
1117
1117
  ],
1118
1118
  "documentation": {
1119
- "id": 62670,
1119
+ "id": 62706,
1120
1120
  "nodeType": "StructuredDocumentation",
1121
1121
  "src": "348:226:139",
1122
1122
  "text": " Verify a delegation by checking if the current block timestamp is not larger than the max valid timestamp for the delegation.\n Note: the delegation control check ignores the systemId and callData parameters."
@@ -1128,17 +1128,17 @@
1128
1128
  "name": "verify",
1129
1129
  "nameLocation": "586:6:139",
1130
1130
  "parameters": {
1131
- "id": 62678,
1131
+ "id": 62714,
1132
1132
  "nodeType": "ParameterList",
1133
1133
  "parameters": [
1134
1134
  {
1135
1135
  "constant": false,
1136
- "id": 62672,
1136
+ "id": 62708,
1137
1137
  "mutability": "mutable",
1138
1138
  "name": "delegator",
1139
1139
  "nameLocation": "601:9:139",
1140
1140
  "nodeType": "VariableDeclaration",
1141
- "scope": 62697,
1141
+ "scope": 62733,
1142
1142
  "src": "593:17:139",
1143
1143
  "stateVariable": false,
1144
1144
  "storageLocation": "default",
@@ -1147,7 +1147,7 @@
1147
1147
  "typeString": "address"
1148
1148
  },
1149
1149
  "typeName": {
1150
- "id": 62671,
1150
+ "id": 62707,
1151
1151
  "name": "address",
1152
1152
  "nodeType": "ElementaryTypeName",
1153
1153
  "src": "593:7:139",
@@ -1161,36 +1161,36 @@
1161
1161
  },
1162
1162
  {
1163
1163
  "constant": false,
1164
- "id": 62675,
1164
+ "id": 62711,
1165
1165
  "mutability": "mutable",
1166
1166
  "name": "",
1167
1167
  "nameLocation": "-1:-1:-1",
1168
1168
  "nodeType": "VariableDeclaration",
1169
- "scope": 62697,
1169
+ "scope": 62733,
1170
1170
  "src": "612:10:139",
1171
1171
  "stateVariable": false,
1172
1172
  "storageLocation": "default",
1173
1173
  "typeDescriptions": {
1174
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1174
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1175
1175
  "typeString": "ResourceId"
1176
1176
  },
1177
1177
  "typeName": {
1178
- "id": 62674,
1178
+ "id": 62710,
1179
1179
  "nodeType": "UserDefinedTypeName",
1180
1180
  "pathNode": {
1181
- "id": 62673,
1181
+ "id": 62709,
1182
1182
  "name": "ResourceId",
1183
1183
  "nameLocations": [
1184
1184
  "612:10:139"
1185
1185
  ],
1186
1186
  "nodeType": "IdentifierPath",
1187
- "referencedDeclaration": 29121,
1187
+ "referencedDeclaration": 29139,
1188
1188
  "src": "612:10:139"
1189
1189
  },
1190
- "referencedDeclaration": 29121,
1190
+ "referencedDeclaration": 29139,
1191
1191
  "src": "612:10:139",
1192
1192
  "typeDescriptions": {
1193
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1193
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1194
1194
  "typeString": "ResourceId"
1195
1195
  }
1196
1196
  },
@@ -1198,12 +1198,12 @@
1198
1198
  },
1199
1199
  {
1200
1200
  "constant": false,
1201
- "id": 62677,
1201
+ "id": 62713,
1202
1202
  "mutability": "mutable",
1203
1203
  "name": "",
1204
1204
  "nameLocation": "-1:-1:-1",
1205
1205
  "nodeType": "VariableDeclaration",
1206
- "scope": 62697,
1206
+ "scope": 62733,
1207
1207
  "src": "624:12:139",
1208
1208
  "stateVariable": false,
1209
1209
  "storageLocation": "memory",
@@ -1212,7 +1212,7 @@
1212
1212
  "typeString": "bytes"
1213
1213
  },
1214
1214
  "typeName": {
1215
- "id": 62676,
1215
+ "id": 62712,
1216
1216
  "name": "bytes",
1217
1217
  "nodeType": "ElementaryTypeName",
1218
1218
  "src": "624:5:139",
@@ -1227,17 +1227,17 @@
1227
1227
  "src": "592:45:139"
1228
1228
  },
1229
1229
  "returnParameters": {
1230
- "id": 62681,
1230
+ "id": 62717,
1231
1231
  "nodeType": "ParameterList",
1232
1232
  "parameters": [
1233
1233
  {
1234
1234
  "constant": false,
1235
- "id": 62680,
1235
+ "id": 62716,
1236
1236
  "mutability": "mutable",
1237
1237
  "name": "",
1238
1238
  "nameLocation": "-1:-1:-1",
1239
1239
  "nodeType": "VariableDeclaration",
1240
- "scope": 62697,
1240
+ "scope": 62733,
1241
1241
  "src": "659:4:139",
1242
1242
  "stateVariable": false,
1243
1243
  "storageLocation": "default",
@@ -1246,7 +1246,7 @@
1246
1246
  "typeString": "bool"
1247
1247
  },
1248
1248
  "typeName": {
1249
- "id": 62679,
1249
+ "id": 62715,
1250
1250
  "name": "bool",
1251
1251
  "nodeType": "ElementaryTypeName",
1252
1252
  "src": "659:4:139",
@@ -1260,18 +1260,18 @@
1260
1260
  ],
1261
1261
  "src": "658:6:139"
1262
1262
  },
1263
- "scope": 62716,
1263
+ "scope": 62752,
1264
1264
  "stateMutability": "view",
1265
1265
  "virtual": false,
1266
1266
  "visibility": "public"
1267
1267
  },
1268
1268
  {
1269
- "id": 62715,
1269
+ "id": 62751,
1270
1270
  "nodeType": "FunctionDefinition",
1271
1271
  "src": "1083:186:139",
1272
1272
  "nodes": [],
1273
1273
  "body": {
1274
- "id": 62714,
1274
+ "id": 62750,
1275
1275
  "nodeType": "Block",
1276
1276
  "src": "1155:114:139",
1277
1277
  "nodes": [],
@@ -1283,18 +1283,18 @@
1283
1283
  "arguments": [],
1284
1284
  "expression": {
1285
1285
  "argumentTypes": [],
1286
- "id": 62708,
1286
+ "id": 62744,
1287
1287
  "name": "_msgSender",
1288
1288
  "nodeType": "Identifier",
1289
1289
  "overloadedDeclarations": [],
1290
- "referencedDeclaration": 41974,
1290
+ "referencedDeclaration": 41992,
1291
1291
  "src": "1199:10:139",
1292
1292
  "typeDescriptions": {
1293
1293
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1294
1294
  "typeString": "function () view returns (address)"
1295
1295
  }
1296
1296
  },
1297
- "id": 62709,
1297
+ "id": 62745,
1298
1298
  "isConstant": false,
1299
1299
  "isLValue": false,
1300
1300
  "isPure": false,
@@ -1311,11 +1311,11 @@
1311
1311
  }
1312
1312
  },
1313
1313
  {
1314
- "id": 62710,
1314
+ "id": 62746,
1315
1315
  "name": "delegatee",
1316
1316
  "nodeType": "Identifier",
1317
1317
  "overloadedDeclarations": [],
1318
- "referencedDeclaration": 62700,
1318
+ "referencedDeclaration": 62736,
1319
1319
  "src": "1224:9:139",
1320
1320
  "typeDescriptions": {
1321
1321
  "typeIdentifier": "t_address",
@@ -1323,11 +1323,11 @@
1323
1323
  }
1324
1324
  },
1325
1325
  {
1326
- "id": 62711,
1326
+ "id": 62747,
1327
1327
  "name": "maxTimestamp",
1328
1328
  "nodeType": "Identifier",
1329
1329
  "overloadedDeclarations": [],
1330
- "referencedDeclaration": 62702,
1330
+ "referencedDeclaration": 62738,
1331
1331
  "src": "1249:12:139",
1332
1332
  "typeDescriptions": {
1333
1333
  "typeIdentifier": "t_uint256",
@@ -1351,18 +1351,18 @@
1351
1351
  }
1352
1352
  ],
1353
1353
  "expression": {
1354
- "id": 62705,
1354
+ "id": 62741,
1355
1355
  "name": "TimeboundDelegations",
1356
1356
  "nodeType": "Identifier",
1357
1357
  "overloadedDeclarations": [],
1358
- "referencedDeclaration": 65852,
1358
+ "referencedDeclaration": 65888,
1359
1359
  "src": "1161:20:139",
1360
1360
  "typeDescriptions": {
1361
- "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$65852_$",
1361
+ "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$65888_$",
1362
1362
  "typeString": "type(library TimeboundDelegations)"
1363
1363
  }
1364
1364
  },
1365
- "id": 62707,
1365
+ "id": 62743,
1366
1366
  "isConstant": false,
1367
1367
  "isLValue": false,
1368
1368
  "isPure": false,
@@ -1370,14 +1370,14 @@
1370
1370
  "memberLocation": "1182:3:139",
1371
1371
  "memberName": "set",
1372
1372
  "nodeType": "MemberAccess",
1373
- "referencedDeclaration": 65440,
1373
+ "referencedDeclaration": 65476,
1374
1374
  "src": "1161:24:139",
1375
1375
  "typeDescriptions": {
1376
1376
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$",
1377
1377
  "typeString": "function (address,address,uint256)"
1378
1378
  }
1379
1379
  },
1380
- "id": 62712,
1380
+ "id": 62748,
1381
1381
  "isConstant": false,
1382
1382
  "isLValue": false,
1383
1383
  "isPure": false,
@@ -1401,14 +1401,14 @@
1401
1401
  "typeString": "tuple()"
1402
1402
  }
1403
1403
  },
1404
- "id": 62713,
1404
+ "id": 62749,
1405
1405
  "nodeType": "ExpressionStatement",
1406
1406
  "src": "1161:103:139"
1407
1407
  }
1408
1408
  ]
1409
1409
  },
1410
1410
  "documentation": {
1411
- "id": 62698,
1411
+ "id": 62734,
1412
1412
  "nodeType": "StructuredDocumentation",
1413
1413
  "src": "973:107:139",
1414
1414
  "text": " Initialize a delegation by setting the max valid timestamp in the TimeboundDelegations table"
@@ -1420,17 +1420,17 @@
1420
1420
  "name": "initDelegation",
1421
1421
  "nameLocation": "1092:14:139",
1422
1422
  "parameters": {
1423
- "id": 62703,
1423
+ "id": 62739,
1424
1424
  "nodeType": "ParameterList",
1425
1425
  "parameters": [
1426
1426
  {
1427
1427
  "constant": false,
1428
- "id": 62700,
1428
+ "id": 62736,
1429
1429
  "mutability": "mutable",
1430
1430
  "name": "delegatee",
1431
1431
  "nameLocation": "1115:9:139",
1432
1432
  "nodeType": "VariableDeclaration",
1433
- "scope": 62715,
1433
+ "scope": 62751,
1434
1434
  "src": "1107:17:139",
1435
1435
  "stateVariable": false,
1436
1436
  "storageLocation": "default",
@@ -1439,7 +1439,7 @@
1439
1439
  "typeString": "address"
1440
1440
  },
1441
1441
  "typeName": {
1442
- "id": 62699,
1442
+ "id": 62735,
1443
1443
  "name": "address",
1444
1444
  "nodeType": "ElementaryTypeName",
1445
1445
  "src": "1107:7:139",
@@ -1453,12 +1453,12 @@
1453
1453
  },
1454
1454
  {
1455
1455
  "constant": false,
1456
- "id": 62702,
1456
+ "id": 62738,
1457
1457
  "mutability": "mutable",
1458
1458
  "name": "maxTimestamp",
1459
1459
  "nameLocation": "1134:12:139",
1460
1460
  "nodeType": "VariableDeclaration",
1461
- "scope": 62715,
1461
+ "scope": 62751,
1462
1462
  "src": "1126:20:139",
1463
1463
  "stateVariable": false,
1464
1464
  "storageLocation": "default",
@@ -1467,7 +1467,7 @@
1467
1467
  "typeString": "uint256"
1468
1468
  },
1469
1469
  "typeName": {
1470
- "id": 62701,
1470
+ "id": 62737,
1471
1471
  "name": "uint256",
1472
1472
  "nodeType": "ElementaryTypeName",
1473
1473
  "src": "1126:7:139",
@@ -1482,12 +1482,12 @@
1482
1482
  "src": "1106:41:139"
1483
1483
  },
1484
1484
  "returnParameters": {
1485
- "id": 62704,
1485
+ "id": 62740,
1486
1486
  "nodeType": "ParameterList",
1487
1487
  "parameters": [],
1488
1488
  "src": "1155:0:139"
1489
1489
  },
1490
- "scope": 62716,
1490
+ "scope": 62752,
1491
1491
  "stateMutability": "nonpayable",
1492
1492
  "virtual": false,
1493
1493
  "visibility": "public"
@@ -1497,16 +1497,16 @@
1497
1497
  "baseContracts": [
1498
1498
  {
1499
1499
  "baseName": {
1500
- "id": 62668,
1500
+ "id": 62704,
1501
1501
  "name": "DelegationControl",
1502
1502
  "nameLocations": [
1503
1503
  "326:17:139"
1504
1504
  ],
1505
1505
  "nodeType": "IdentifierPath",
1506
- "referencedDeclaration": 41684,
1506
+ "referencedDeclaration": 41702,
1507
1507
  "src": "326:17:139"
1508
1508
  },
1509
- "id": 62669,
1509
+ "id": 62705,
1510
1510
  "nodeType": "InheritanceSpecifier",
1511
1511
  "src": "326:17:139"
1512
1512
  }
@@ -1516,21 +1516,21 @@
1516
1516
  "contractKind": "contract",
1517
1517
  "fullyImplemented": true,
1518
1518
  "linearizedBaseContracts": [
1519
- 62716,
1520
- 41684,
1521
- 75579,
1522
- 42014,
1523
- 75640,
1524
- 75597
1519
+ 62752,
1520
+ 41702,
1521
+ 75615,
1522
+ 42032,
1523
+ 75676,
1524
+ 75633
1525
1525
  ],
1526
1526
  "name": "TimeboundDelegationControl",
1527
1527
  "nameLocation": "296:26:139",
1528
- "scope": 62717,
1528
+ "scope": 62753,
1529
1529
  "usedErrors": [
1530
- 29697
1530
+ 29715
1531
1531
  ],
1532
1532
  "usedEvents": [
1533
- 30009
1533
+ 30027
1534
1534
  ]
1535
1535
  }
1536
1536
  ],