@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-5741d53d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -329,13 +329,13 @@
329
329
  "sourceMap": "866:1112:128:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;403:220:88;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;403:220:88;;;;;;;;799:379:90;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;799:379:90;543:226:139;1880:96:128;;;;;;:::i;:::-;;:::i;:::-;;1136:78;;;308:27:130;2094:98:139;;2082:2;2067:18;1136:78:128;1948:250:139;1248:212:90;;;-1:-1:-1;;1430:14:90;1426:23;1413:37;2349:25:139;;2337:2;2322:18;1248:212:90;2203:177:139;1218:658:128;;;;;;:::i;:::-;;:::i;1464:95:90:-;;;:::i;403:220:88:-;527:4;546:34;;;229:110:102;546:34:88;;:72;;-1:-1:-1;584:34:88;;;97::101;584::88;546:72;539:79;403:220;-1:-1:-1;;403:220:88:o;799:379:90:-;1081:34;1085:14;1081:34;1068:48;1064:2;1060:57;;1128:45;;-1:-1:-1;1163:10:90;1128:45;799:379;:::o;1880:96:128:-;1936:35;;;;;;;;;;;;;;1218:658;1266:16;1296:8;:6;:8::i;:::-;1266:39;;1335:31;:29;:31::i;:::-;1372;:29;:31::i;:::-;432:71:130;;;449:15;432:71;;;2568:92:139;1435:12:128;2676:11:139;;;2669:100;;;482:20:130;2785:12:139;;;2778:101;1435:12:128;;;1476:27;;;;;;1526:20;;2895:12:139;432:71:130;;;;;;;;;;;;424:80;;;:::i;:::-;1511:94:128;;;;;3544:25:139;;;;3617:42;1571:26:128;3605:55:139;3585:18;;;3578:83;1599:4:128;3677:18:139;;;3670:50;3517:18;;1511:94:128;;;-1:-1:-1;;1511:94:128;;;;;;;;;;;;;;;;;;;;;;;;;;;;1476:135;;;;-1:-1:-1;1476:135:128;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1434:177;;;;1622:7;1617:41;;1631:27;1647:10;1631:15;:27::i;:::-;603:71:130;;;620:15;603:71;;;2568:92:139;637:14:130;2676:11:139;;;2669:100;653:20:130;2785:12:139;;;2778:101;1689:27:128;;;;;;1739:20;;2895:12:139;603:71:130;;;;;;;;;;;;595:80;;;:::i;:::-;1724:94:128;;;;;3544:25:139;;;;3617:42;1784:26:128;3605:55:139;3585:18;;;3578:83;1812:4:128;3677:18:139;;;3670:50;3517:18;;1724:94:128;;;-1:-1:-1;;1724:94:128;;;;;;;;;;;;;;;;;;;;;;;;;;;;1689:135;;;;-1:-1:-1;1689:135:128;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1665:159:128;;-1:-1:-1;1665:159:128;-1:-1:-1;1665:159:128;1830:41;;1844:27;1860:10;1844:15;:27::i;:::-;1260:616;;;1218:658;:::o;1464:95:90:-;1503:7;1525:29;:27;:29::i;:::-;1518:36;;1464:95;:::o;2815:155:131:-;1253:74;;;-1:-1:-1;;;1253:74:131;;;2568:92:139;1286:11:131;2676::139;;;2669:100;1299:27:131;2785:12:139;;;2778:101;2850:115:131;;2895:12:139;1253:74:131;;;;;;;;;;;;1245:83;;;:::i;:::-;1449:66;2900:14;:12;:14::i;:::-;2916:16;:14;:16::i;:::-;2934:13;:11;:13::i;:::-;2949:15;:13;:15::i;:::-;2850:25;:115::i;:::-;2815:155::o;2580::132:-;1164:74;;;-1:-1:-1;;;1164:74:132;;;2568:92:139;1197:11:132;2676::139;;;2669:100;1210:27:132;2785:12:139;;;2778:101;2615:115:132;;2895:12:139;1164:74:132;;;;;;;;;;;;1156:83;;;:::i;:::-;1360:66;2665:14;:12;:14::i;:::-;2681:16;:14;:16::i;:::-;2699:13;:11;:13::i;:::-;2714:15;:13;:15::i;182:217:108:-;385:6;379:13;372:4;364:6;360:17;353:40;1091:227:68;622:42;1180:22;1141:7;;1180:22;;;1208:106;;1256:10;1249:17;;;1091:227;:::o;1208:106::-;1294:13;1091:227;-1:-1:-1;1091:227:68:o;1729:320:131:-;1823:19;;;1840:1;1823:19;;;;;;;;;1776:6;;;;1823:19;;;;;;;;;;;-1:-1:-1;1823:19:131;1790:52;;1864:18;1848:10;1859:1;1848:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;1904:18;1888:10;1899:1;1888:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;1944:18;1928:10;1939:1;1928:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;1984:18;1968:10;1979:1;1968:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;2016:28:131;2033:10;2016:16;:28::i;:::-;2009:35;;;1729:320;:::o;2091:208::-;2189:19;;;2206:1;2189:19;;;;;;;;;2140:6;;;;2189:19;;;;;;;;;;;;-1:-1:-1;2189:19:131;2154:54;;2232:18;2214:12;2227:1;2214:15;;;;;;;;:::i;2338:235::-;2427:15;;;2440:1;2427:15;;;;;;;;;2384:24;;2427:15;;;;;;;;;;;;;;;;;;;;2416:26;;2448:25;;;;;;;;;;;;;;;;;:8;2457:1;2448:11;;;;;;;;:::i;:::-;;;;;;:25;;;;2479;;;;;;;;;;;;;;;;;:8;2488:1;2479:11;;;;;;;;:::i;:::-;;;;;;:25;;;;2510:24;;;;;;;;;;;;;;;;;:8;2519:1;2510:11;;;;;;;;:::i;:::-;;;;;;:24;;;;2540:28;;;;;;;;;;;;;;;;;:8;2549:1;2540:11;;;;;;;;:::i;:::-;;;;;;:28;;;;2338:235;:::o;2614:153::-;2709:15;;;2722:1;2709:15;;;;;;;;;2662:26;;2709:15;;;;;;;;;;;;;;;;;;;;2696:28;;2730:32;;;;;;;;;;;;;;;;;:10;2741:1;2730:13;;;;;;;;:::i;3295:520:68:-;3498:21;3522:17;:15;:17::i;:::-;3498:41;-1:-1:-1;3574:4:68;3549:30;;;;3545:266;;3589:91;3613:7;3622:11;3635:9;3646:11;3659:8;3669:10;3589:23;:91::i;:::-;3545:266;;;3701:103;;;;;:35;;;;;;:103;;3737:7;;3746:11;;3759:9;;3770:11;;3783:8;;3793:10;;3701:103;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3545:266;3492:323;3295:520;;;;;;:::o;1640:240:132:-;1734:19;;;1751:1;1734:19;;;;;;;;1687:6;;;;1734:19;1751:1;1734:19;;;;;;;;;;-1:-1:-1;1734:19:132;1701:52;;1775:18;1759:10;1770:1;1759:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;1815:18;1799:10;1810:1;1799:13;;;;;;;;:::i;2169:171::-;2258:15;;;2271:1;2258:15;;;2215:24;2258:15;;;;;;;;;;;;;;;;;;;;;;;;;;2247:26;;2279:25;;;;;;;;;;;;;;;;;:8;2288:1;2279:11;;;;;;;;:::i;:::-;;;;;;:25;;;;2310;;;;;;;;;;;;;;;;;:8;2319:1;2310:11;;;;;;;;:::i;2381:151::-;2476:15;;;2489:1;2476:15;;;;;;;;;2429:26;;2476:15;;;;;;;;;;;;;;;;;;;;2463:28;;2497:30;;;;;;;;;;;;;;;;;:10;2508:1;2497:13;;;;;;;;:::i;778:2059:63:-;846:6;356:2:80;864:7:63;:14;:33;860:85;;;930:7;:14;906:39;;-1:-1:-1;;;906:39:63;;;;;;2349:25:139;;2337:2;2322:18;;2203:177;906:39:63;;;;;;;;860:85;951:14;;;;1152:956;1176:7;:14;1172:1;:18;1152:956;;;1202:24;1229:32;:7;1237:1;1229:10;;;;;;;;:::i;:::-;;;;;;;:30;;;;;;;;:::i;:::-;;:32::i;:::-;1202:59;;1274:16;1294:1;1274:21;1270:404;;1459:15;;;;;1270:404;;;1503:17;;1499:175;;1627:38;;;;;;;;;;;;;;1499:175;1800:16;1785:31;;;;295:1:80;2062::63;2058;228:2:80;2040:19:63;:23;2039:40;2023:7;2031:1;2023:10;;;;;;;;:::i;:::-;;;;;;;2015:19;;;;;;;;:::i;:::-;:65;;2005:75;;;;;-1:-1:-1;2090:3:63;;1152:956;;;;493:1:80;2152:13:63;:34;2148:85;;;2195:38;;-1:-1:-1;;;2195:38:63;;;;;2349:25:139;;;2322:18;;2195:38:63;2203:177:139;2148:85:63;2333:14;;:30;;;295:1:80;626:13;638:1;148:2;626:13;:::i;:::-;625:30;;;;:::i;:::-;2621:41:63;;;2611:51;;;;;295:1:80;722;706:13;718:1;148:2;706:13;:::i;:::-;:17;;;;:::i;:::-;705:34;;;;:::i;:::-;2678:47:63;;;2668:57;;;;;295:1:80;811;;791:13;803:1;148:2;791:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;790:38;;;;:::i;:::-;2741:49:63;;;;2731:59;;;;;778:2059;-1:-1:-1;;;;778:2059:63:o;4522:1764:66:-;-1:-1:-1;;;4782:7:66;:35;;;;;;:83;;-1:-1:-1;4842:23:66;4821:7;:44;;;;4782:83;4778:209;;;-1:-1:-1;;;4937:7:66;4970;4953:25;;;;;;7636:19:139;;7680:2;7671:12;;7475:214;4953:25:66;;;;-1:-1:-1;;4953:25:66;;;;;;;;;;4882:98;;;;;;;;;;:::i;4778:209::-;5033:43;:11;5068:5;5033:20;:43::i;:::-;5117:40;:9;5150:4;5117:18;:40::i;:::-;5163:43;:11;5198:5;5163:20;:43::i;:::-;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5294:8:66;:15;:40;5290:148;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5415:15:66;;5351:80;;;;;;;;8338:25:139;;;;8379:18;;;8372:34;8311:18;;5351:80:66;8164:248:139;5290:148:66;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5488:10:66;:17;:44;5484:158;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5617:17:66;;5549:86;;;;;;;;8338:25:139;;;;8379:18;;;8372:34;8311:18;;5549:86:66;8164:248:139;5484:158:66;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5699:50:66;5695:171;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5766:93:66;;;;;;;;8338:25:139;;;;8379:18;;;8372:34;8311:18;;5766:93:66;8164:248:139;5695:171:66;5928:31;5951:7;5928:22;:31::i;:::-;5924:140;;;6014:7;6047;6030:25;;;;;;7636:19:139;;7680:2;7671:12;;7475:214;6030:25:66;;;;-1:-1:-1;;6030:25:66;;;;;;;;;;5976:81;;;;;;;;;:::i;5924:140::-;6105:103;6117:7;6126:11;6139:9;6150:11;6174:8;6163:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;6196:10;6185:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;6105:11;:103::i;:::-;6244:37;6267:7;6276:4;6244:22;:37::i;:::-;4522:1764;;;;;;:::o;3195:520:52:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:52:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;-1:-1:-1;3707:1:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;3270:445;3195:520;;;:::o;4284:1197:54:-;4406:10;4405:11;:36;;;;-1:-1:-1;4230:45:54;;4420:21;4401:95;;;4450:46;;;;;4494:1;4450:46;;;2349:25:139;2322:18;;4450:46:54;2203:177:139;4401:95:54;4564:25;4592:30;:11;:28;:30::i;:::-;4564:58;;493:1:80;4632:17:54;:38;4628:113;;;4679:62;;;;;;;;2349:25:139;;;2322:18;;4679:62:54;2203:177:139;4628:113:54;4748:24;4775:29;:11;:27;:29::i;:::-;4748:56;-1:-1:-1;4879:23:54;4905:36;4924:17;4748:56;4905:36;:::i;:::-;4879:62;;356:2:80;4951:15:54;:34;4947:107;;;4994:60;;;;;;;;2349:25:139;;;2322:18;;4994:60:54;2203:177:139;4947:107:54;5102:9;5097:380;5117:16;5113:1;:20;5097:380;;;2881:93;2929:19;:27;;;295:1:80;2928:44:54;2894:79;;;2881:93;5145:24;5206:21;;;5202:230;;5246:50;;;;;;;;;;;;;;5202:230;148:2:80;5315:16:54;:28;5311:121;;;5362:61;;;;;;;;;;;;;;5311:121;-1:-1:-1;5459:3:54;;5097:380;;4401:1683:63;4508:10;4507:11;:31;;;;-1:-1:-1;4230:45:54;;4522:16:63;4503:80;;;4547:36;;-1:-1:-1;;;4547:36:63;;4581:1;4547:36;;;2349:25:139;2322:18;;4547:36:63;2203:177:139;4503:80:63;4646:25;4674;:6;:23;:25::i;:::-;4646:53;;493:1:80;4709:17:63;:38;4705:103;;;4756:52;;-1:-1:-1;;;4756:52:63;;;;;2349:25:139;;;2322:18;;4756:52:63;2203:177:139;4705:103:63;4815:24;4842;:6;:22;:24::i;:::-;4815:51;-1:-1:-1;4936:23:63;4962:36;4981:17;4815:51;4962:36;:::i;:::-;4936:62;;356:2:80;5008:15:63;:34;5004:97;;;5051:50;;-1:-1:-1;;;5051:50:63;;;;;2349:25:139;;;2322:18;;5051:50:63;2203:177:139;5004:97:63;5160:25;5191:26;5228:9;5223:551;5243:15;5239:1;:19;5223:551;;;5316:1;5274:39;:17;:6;5289:1;5274:14;:17::i;:::-;:37;;;;;;;;:::i;:39::-;:43;5270:459;;;5378:16;5373:1;:21;5369:82;;5403:48;;;;;;;;;;;;;;5369:82;5483:19;;;;;5270:459;;;5585:16;5581:1;:20;5577:81;;;5610:48;;;;;;;;;;;;;;5577:81;5690:20;;;;;5270:459;5756:3;;5223:551;;;;5847:16;5826:17;:37;5822:102;;5872:52;;-1:-1:-1;;;5872:52:63;;;;;2349:25:139;;;2322:18;;5872:52:63;2203:177:139;5822:102:63;6000:17;5978:18;:39;5974:105;;6026:53;;-1:-1:-1;;;6026:53:63;;;;;2349:25:139;;;2322:18;;6026:53:63;2203:177:139;3328:314:76;3442:16;;;3456:1;3442:16;;;;;;;;;3394:11;;;;3442:16;;;;;;;;;;;;-1:-1:-1;3442:16:76;3413:45;;3497:10;3464:9;3474:1;3464:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:77;;;-1:-1:-1;;;1047:77:76;;;2568:92:139;1080:19:76;2676:11:139;;;2669:100;1101:22:76;2785:12:139;;;2778:101;1047:77:76;;;;;;;;;;2895:12:139;;1047:77:76;;-1:-1:-1;;3531:62:76;;1039:86;;;:::i;:::-;3566:9;3577:1;1237:66;3531:24;:62::i;:::-;3515:78;;3607:29;3628:5;3615:20;;555:10:62;446:126;3607:29:76;3599:38;3328:314;-1:-1:-1;;;;3328:314:76:o;28706:676:78:-;34749:53;;;;;;9830:19:139;;;9865:12;;;9858:28;;;34722:12:78;9902::139;;;9895:28;;;34749:53:78;;;;;;;;;;9939:12:139;;;;34749:53:78;;;28997:29;29029:55;29043:18;29063:20;29029:13;:55::i;:::-;28997:87;;29090:25;29118:55;29132:18;29152:20;29118:13;:55::i;:::-;29209:16;;;29223:1;29209:16;;;;;;;;;29090:83;;-1:-1:-1;29180:26:78;;29209:16;;;;;;;;;;;;-1:-1:-1;29209:16:78;29180:45;;29264:7;29231:9;29241:1;29231:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1147:72;;;-1:-1:-1;;;1147:72:78;;;2568:92:139;1180:19:78;2676:11:139;;;2669:100;1201:17:78;2785:12:139;;;2778:101;1147:72:78;;;;;;;;;;2895:12:139;;1147:72:78;;29279:98;;1139:81;;;:::i;:::-;29309:9;29320:11;29333:15;29350:12;1327:66;29279:19;:98::i;:::-;28908:474;;;;28706:676;;;;;;:::o;5372:268:76:-;5472:16;;;5486:1;5472:16;;;;;;;;;5443:26;;5472:16;;;;;;;;;;;-1:-1:-1;5472:16:76;5443:45;;5527:10;5494:9;5504:1;5494:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:77;;;-1:-1:-1;;;1047:77:76;;;2568:92:139;1080:19:76;2676:11:139;;;2669:100;1101:22:76;2785:12:139;;;2778:101;1047:77:76;;;;;;;;;;2895:12:139;;1047:77:76;;5545:90;;1039:86;;;:::i;:::-;5580:9;5591:1;5612:6;5594:26;;;;;;9501:14:139;9494:22;9489:3;9485:32;9473:45;;9543:1;9534:11;;9350:201;5594:26:76;;;;-1:-1:-1;;5594:26:76;;;;;;;;;1237:66;5545:24;:90::i;:::-;5437:203;5372:268;;:::o;3564:173:54:-;3638:7;295:1:80;811;;791:13;803:1;148:2;791:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;790:38;;;;:::i;:::-;3674:11:54;3653:79;3666:65;;3653:79;;3564:173;-1:-1:-1;;3564:173:54:o;3311:171::-;3384:7;295:1:80;722;706:13;718:1;148:2;706:13;:::i;3218:206:63:-;3288:10;3378:19;:27;;;3409:1;3377:33;3356:6;3331:82;3348:63;;3331:82;;;;;;;;;:::i;:::-;3324:89;3218:206;-1:-1:-1;;;3218:206:63:o;22412:541:66:-;22569:7;22706:242;22750:59;22791:7;22800:8;22750:40;:59::i;:::-;22827:31;;;;2929:19:54;:27;295:1:80;2928:44:54;2894:79;;;2881:93;22876:63:66;22915:11;22928:10;22876:38;:63::i;:::-;22706:17;:242::i;:::-;22693:255;22412:541;-1:-1:-1;;;;;22412:541:66:o;34872:388:78:-;35180:32;;35214:34;;34998:29;;1127:5:61;;;411;1158:39;;;;1140:58;1239:23;1224:39;;;;1206:58;35158:91:78;986:344:61;35325:234:78;35451:12;35502:18;35531:20;35478:76;;;;;;;;;:::i;:::-;;;;;;;;;;;;;35471:83;;35325:234;;;;:::o;8089:3002:66:-;8362:7;8346:75;8371:8;8381:10;8393:14;8409:11;8346:75;;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;8486:7:66;:35;;;8531:7;8482:62;8682:22;8707:24;8723:7;8707:15;:24::i;:::-;8682:49;;8742:9;8737:340;8757:5;:12;8753:1;:16;8737:340;;;8784:9;8806:5;8812:1;8806:8;;;;;;;;:::i;:::-;;;;;;;8784:31;;8827:33;94:6:81;8827:4:66;:14;;;;;:33;;;;:::i;:::-;8823:248;;;8872:190;;;;;2267:35:55;;;;;8872:47:66;;:190;;8931:7;;8950:8;;8970:10;;8992:14;;9018:11;;9041;;8872:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8823:248;-1:-1:-1;8771:3:66;;;;:::i;:::-;;;;8737:340;;;;9140:26;9169:59;9210:7;9219:8;9169:40;:59::i;:::-;9140:88;-1:-1:-1;9234:21:66;414:4:60;404:15;;9234:54:66;;9294:149;9332:18;9366:1;9390:13;9419:10;:17;9294:13;:149::i;:::-;9543:1;9510:30;:11;:28;:30::i;:::-;:34;9506:1174;;;9629:33;9665:66;9713:7;9722:8;9665:47;:66::i;:::-;244:28:65;;;9629:102:66;-1:-1:-1;414:4:60;404:15;;9905:47:66;;10061:27;10096:25;10134:7;10129:545;10147:30;:11;:28;:30::i;:::-;10143:1;:34;;;10129:545;;;10213:63;10255:7;10264:8;10274:1;10213:41;:63::i;:::-;10191:85;-1:-1:-1;10306:25:66;:14;10329:1;3556:16:61;;488:5;3556:16;411:5;3545:27;3505:68;3483:92;;;3368:218;10306:25:66;10286:45;;10341:170;10383:19;10422:1;10450:13;10483:17;10341:13;:170::i;:::-;10521:34;10538:17;10521:34;;:::i;:::-;;-1:-1:-1;10652:3:66;;10129:545;;;;9546:1134;;;9506:1174;10754:9;10749:338;10769:5;:12;10765:1;:16;10749:338;;;10796:9;10818:5;10824:1;10818:8;;;;;;;;:::i;:::-;;;;;;;10796:31;;10839:32;136:6:81;10839:4:66;:14;;;;;:32;;;;:::i;:::-;10835:246;;;10883:189;;;;;2267:35:55;;;;;10883:46:66;;:189;;10941:7;;10960:8;;10980:10;;11002:14;;11028:11;;11051;;10883:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10835:246;-1:-1:-1;10783:3:66;;;;:::i;:::-;;;;10749:338;;14023:355;14195:178;14229:7;14254:8;14284:63;14323:11;14336:10;14284:38;:63::i;:::-;14362:4;14195:16;:178::i;:::-;14023:355;;;;;:::o;32283:191::-;32385:7;32449;32458:8;32432:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;32432:35:66;;;;;;;;;32422:46;;32432:35;32422:46;;;;26121:22;32415:53;;32283:191;-1:-1:-1;;;32283:191:66:o;32856:242::-;32952:7;;;32991:84;33011:10;33007:14;;:1;:14;32991:84;;;33036:32;2881:93:54;2929:19;:27;;;295:1:80;2928:44:54;2894:79;;;2881:93;33036:32:66;;:::i;:::-;;-1:-1:-1;33023:3:66;;;;:::i;:::-;;;;32991:84;;;-1:-1:-1;33087:6:66;32856:242;-1:-1:-1;;;32856:242:66:o;6937:790:65:-;7035:14;7071:2;7061:6;:12;7057:112;;7130:2;7121:6;:11;7103:29;;;;7152:2;7142:12;;;;;;:::i;:::-;;;;7057:112;-1:-1:-1;7349:21:65;;7345:1;7333:14;;7329:42;7497:2;:11;;;7579:22;;;7575:148;;;7704:1;7688:14;7684:22;7678:29;7674:1;7659:13;7655:21;7651:57;7643:6;7640:69;7630:79;;7051:676;6937:790;;;;;:::o;4506:342:77:-;4622:16;;;4636:1;4622:16;;;;;;;;;4563:22;;4593:26;;4622:16;;;;;;;;;;;;-1:-1:-1;4622:16:77;4593:45;;4677:7;4644:9;4654:1;4644:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:76;;;-1:-1:-1;;;1047:76:77;;;2568:92:139;1080:19:77;2676:11:139;;;2669:100;1101:21:77;2785:12:139;;;2778:101;1047:76:77;;;;;;;;;;2895:12:139;;1047:76:77;;-1:-1:-1;;4713:49:77;;1039:85;;;:::i;:::-;4749:9;4760:1;4713:25;:49::i;:::-;4692:70;;4776:66;:44;4797:5;4804:1;4807:5;:12;4776:20;:44::i;:::-;:64;:66::i;1957:136:55:-;2027:4;2079:9;2046:42;;2065:9;2047:15;2057:4;2486:26;;;2356:162;2047:15;:27;2046:42;;;2039:49;;1957:136;;;;:::o;574:2326:65:-;687:10;;683:1491;;840:2;830:6;:12;826:122;;903:2;894:6;:11;876:29;;;;927:2;917:12;;;;;;:::i;:::-;;;;826:122;1038:10;;1034:1134;;1246:2;:11;;;1120:21;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;1278:31:65;;1478:1;1470:6;1466:14;1514:4;1503:9;1499:20;1491:28;;1569:13;1563:20;1552:9;1548:36;1530:54;;1817:4;1813:9;1796:14;1790:21;1786:37;1717:4;1705:10;1701:21;1644:193;1616:14;1596:253;;1908:13;1898:6;:23;1894:36;;1923:7;;;;1894:36;-1:-1:-1;2071:1:65;2053:19;;;;;2084:30;;;;2126:23;;1034:1134;2204:253;2221:2;2211:6;:12;2204:253;;2316:20;;2293:44;;2390:1;2372:19;;;;2418:2;2401:19;;;;-1:-1:-1;;2430:12:65;2204:253;;;2525:10;;2521:375;;2545:12;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;2827:21:65;;2743:20;;2739:31;;2850:9;;2823:37;2688:184;2644:238;;-1:-1:-1;574:2326:65;;;;:::o;33717:230:66:-;33838:7;33922;33931:8;33905:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;33905:35:66;;;;;;;;;33895:46;;33905:35;33895:46;;;;26284:40;33868:73;;33717:230;-1:-1:-1;;;33717:230:66:o;33358:274::-;33502:7;33607;33616:8;33590:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;33580:46;;;;;;33559:17;33552:25;;33532:45;;;26193:34;33532:45;:94;33524:103;;33517:110;;33358:274;;;;;:::o;11095:1506::-;11216:16;11235:59;11276:7;11285:8;11235:40;:59::i;:::-;11216:78;;11396:7;11352:100;11415:8;11432:5;11445:4;11352:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;11517:7:66;:35;;;11513:62;;11562:7;;;11513:62;11720:22;11745:24;11761:7;11745:15;:24::i;:::-;11720:49;;11780:9;11775:328;11795:5;:12;11791:1;:16;11775:328;;;11822:9;11844:5;11850:1;11844:8;;;;;;;;:::i;:::-;;;;;;;11822:31;;11865:41;187:6:81;11865:4:66;:14;;;;;:41;;;;:::i;:::-;11861:236;;;11918:170;;;;;2267:35:55;;;;;11918:54:66;;:170;;11994:7;;12023:8;;12050:5;;12073:4;;11918:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11861:236;-1:-1:-1;11809:3:66;;;;:::i;:::-;;;;11775:328;;;;12152:70;12184:8;12202:5;12152:70;;12215:4;12152:13;:70::i;:::-;12276:9;12271:326;12291:5;:12;12287:1;:16;12271:326;;;12318:9;12340:5;12346:1;12340:8;;;;;;;;:::i;:::-;;;;;;;12318:31;;12361:40;237:6:81;12361:4:66;:14;;;;;:40;;;;:::i;:::-;12357:234;;;12413:169;;;;;2267:35:55;;;;;12413:53:66;;:169;;12488:7;;12517:8;;12544:5;;12567:4;;12413:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12357:234;-1:-1:-1;12305:3:66;;;;:::i;:::-;;;;12271:326;;23074:522;23210:12;23334:257;23373:79;23415:7;23424:8;23434:17;23373:41;:79::i;:::-;23470:93;23545:17;23470:66;23518:7;23527:8;23470:47;:66::i;:::-;:74;3556:16:61;;488:5;3556:16;411:5;3545:27;3505:68;3483:92;;;3368:218;23470:93:66;23581:1;23334:12;:257::i;1564:570:64:-;1655:5;1753:3;1744:5;:12;;:34;;;;;1767:4;:11;1760:3;:18;;1744:34;1738:85;;1806:4;1812:5;1819:3;1788:35;;;;;;;;;;;;;:::i;1738:85::-;1891:4;1881:15;;1938:17;1950:5;1881:15;1938:17;:::i;:::-;;-1:-1:-1;1961:12:64;1976:11;1982:5;1976:3;:11;:::i;:::-;643:17;2112:15;2104:3;2092:15;;;;2091:37;;;;;;-1:-1:-1;;;;;1564:570:64:o;18970:220:83:-;19036:24;19068:30;19101:32;19119:6;19127:2;19131:1;19101:17;:32::i;286:162:65:-;375:68;381:14;397:6;414:4:60;404:15;;431:4:65;:11;375:5;:68::i;34055:301:66:-;34176:13;34268:82;34299:48;34329:7;34338:8;34299:29;:48::i;:::-;3384:21:65;;3278:137;3512:665;3924:4;3918:11;3965:4;3953:17;;-1:-1:-1;;3843:14:65;4012:26;;;3843:14;3839:28;3984:4;3977:63;4084:6;4076;4069:22;4102:51;4107:14;4123:6;4131;4139:13;4102:4;:51::i;2297:1396:85:-;2417:22;2447:21;2471;:11;2373:3:64;2351:25;;2277:104;2471:21:85;2447:45;-1:-1:-1;643:17:64;2514:38;;2498:20:85;2660:11;2514:38:64;2660:11:85;2645:26;;;;:::i;:::-;;;-1:-1:-1;2828:26:85;2843:11;2828:12;:26;:::i;:::-;:31;2824:123;;2869:71;;;;;15511:2:139;2869:71:85;;;15493:21:139;15550:2;15530:18;;;15523:30;15589:34;15569:18;;;15562:62;15660:31;15640:18;;;15633:59;15709:19;;2869:71:85;15309:425:139;2824:123:85;3049:4;3043:11;3034:20;;3092:4;3085:5;3081:16;3152:2;3139:11;3135:20;3121:12;3117:39;3111:4;3104:53;3200:11;3193:5;3186:26;3243:1;3220:463;3259:11;3256:1;3253:18;3220:463;;;3653:20;;3632:42;;3611:64;;3525:31;;;;3438:4;3420:23;;;;3346:1;3339:9;3220:463;;;3224:28;;3001:688;;;2297:1396;;;;;:::o;4303:2258:65:-;4420:10;;4416:1421;;4573:2;4563:6;:12;4559:122;;4636:2;4627:6;:11;4609:29;;;;4660:2;4650:12;;;;;;:::i;:::-;;;;4559:122;4771:10;;4767:1064;;4979:2;:11;;;4853:21;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;5011:38:65;;5233:14;5227:21;5223:1;5215:6;5211:14;5207:42;5480:4;5476:9;5460:13;5454:20;5450:36;5381:4;5369:10;5365:21;5308:192;5281:13;5261:251;;5571:13;5561:6;:23;5557:36;;5586:7;;;;5557:36;-1:-1:-1;5734:1:65;5716:19;;;;;5789:23;;;;;5747:30;4767:1064;5866:253;5883:2;5873:6;:12;5866:253;;5977:21;;5955:44;;6052:1;6034:19;;;;-1:-1:-1;;6092:12:65;;;;6080:2;6063:19;5866:253;;;6187:10;;6183:374;;6207:12;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;6489:20:65;;6404:21;;6400:32;;6511:9;;6485:36;6349:184;6306:237;;-1:-1:-1;4303:2258:65;;;;:::o;14:332:139:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;774:184;-1:-1:-1;;;823:1:139;816:88;923:4;920:1;913:15;947:4;944:1;937:15;963:980;1031:6;1084:2;1072:9;1063:7;1059:23;1055:32;1052:52;;;1100:1;1097;1090:12;1052:52;1140:9;1127:23;1169:18;1210:2;1202:6;1199:14;1196:34;;;1226:1;1223;1216:12;1196:34;1264:6;1253:9;1249:22;1239:32;;1309:7;1302:4;1298:2;1294:13;1290:27;1280:55;;1331:1;1328;1321:12;1280:55;1367:2;1354:16;1389:2;1385;1382:10;1379:36;;;1395:18;;:::i;:::-;1529:2;1523:9;1591:4;1583:13;;-1:-1:-1;;1579:22:139;;;1603:2;1575:31;1571:40;1559:53;;;1627:18;;;1647:22;;;1624:46;1621:72;;;1673:18;;:::i;:::-;1713:10;1709:2;1702:22;1748:2;1740:6;1733:18;1788:7;1783:2;1778;1774;1770:11;1766:20;1763:33;1760:53;;;1809:1;1806;1799:12;1760:53;1865:2;1860;1856;1852:11;1847:2;1839:6;1835:15;1822:46;1910:1;1888:15;;;1905:2;1884:24;1877:35;;;;-1:-1:-1;1892:6:139;963:980;-1:-1:-1;;;;;963:980:139:o;2918:357::-;3036:12;;3083:4;3072:16;;;3066:23;;3036:12;3101:16;;3098:171;;;-1:-1:-1;;3175:4:139;3171:17;;;;3168:1;3164:25;3160:98;3149:110;;2918:357;-1:-1:-1;2918:357:139:o;3731:250::-;3816:1;3826:113;3840:6;3837:1;3834:13;3826:113;;;3916:11;;;3910:18;3897:11;;;3890:39;3862:2;3855:10;3826:113;;;-1:-1:-1;;3973:1:139;3955:16;;3948:27;3731:250::o;3986:287::-;4115:3;4153:6;4147:13;4169:66;4228:6;4223:3;4216:4;4208:6;4204:17;4169:66;:::i;:::-;4251:16;;;;;3986:287;-1:-1:-1;;3986:287:139:o;4729:184::-;-1:-1:-1;;;4778:1:139;4771:88;4878:4;4875:1;4868:15;4902:4;4899:1;4892:15;4918:184;-1:-1:-1;;;4967:1:139;4960:88;5067:4;5064:1;5057:15;5091:4;5088:1;5081:15;5107:330;5149:3;5187:5;5181:12;5214:6;5209:3;5202:19;5230:76;5299:6;5292:4;5287:3;5283:14;5276:4;5269:5;5265:16;5230:76;:::i;:::-;5351:2;5339:15;-1:-1:-1;;5335:88:139;5326:98;;;;5426:4;5322:109;;5107:330;-1:-1:-1;;5107:330:139:o;5442:616::-;5494:3;5532:5;5526:12;5559:6;5554:3;5547:19;5585:4;5626:2;5621:3;5617:12;5651:11;5678;5671:18;;5728:6;5725:1;5721:14;5714:5;5710:26;5698:38;;5770:2;5763:5;5759:14;5791:1;5801:231;5815:6;5812:1;5809:13;5801:231;;;5886:5;5880:4;5876:16;5871:3;5864:29;5914:38;5947:4;5938:6;5932:13;5914:38;:::i;:::-;6010:12;;;;5906:46;-1:-1:-1;5975:15:139;;;;5837:1;5830:9;5801:231;;;-1:-1:-1;6048:4:139;;5442:616;-1:-1:-1;;;;;;;5442:616:139:o;6063:912::-;6593:6;6582:9;6575:25;6636:6;6631:2;6620:9;6616:18;6609:34;6679:6;6674:2;6663:9;6659:18;6652:34;6722:6;6717:2;6706:9;6702:18;6695:34;6766:3;6760;6749:9;6745:19;6738:32;6556:4;6793:56;6844:3;6833:9;6829:19;6821:6;6793:56;:::i;:::-;6898:9;6890:6;6886:22;6880:3;6869:9;6865:19;6858:51;6926:43;6962:6;6954;6926:43;:::i;:::-;6918:51;6063:912;-1:-1:-1;;;;;;;;;6063:912:139:o;6980:184::-;-1:-1:-1;;;7029:1:139;7022:88;7129:4;7126:1;7119:15;7153:4;7150:1;7143:15;7169:128;7236:9;;;7257:11;;;7254:37;;;7271:18;;:::i;7302:168::-;7375:9;;;7406;;7423:15;;;7417:22;;7403:37;7393:71;;7444:18;;:::i;7694:465::-;7941:66;7933:6;7929:79;7918:9;7911:98;8045:6;8040:2;8029:9;8025:18;8018:34;8088:2;8083;8072:9;8068:18;8061:30;7892:4;8108:45;8149:2;8138:9;8134:18;8126:6;8108:45;:::i;8417:323::-;8626:6;8615:9;8608:25;8669:2;8664;8653:9;8649:18;8642:30;8589:4;8689:45;8730:2;8719:9;8715:18;8707:6;8689:45;:::i;8745:280::-;8944:2;8933:9;8926:21;8907:4;8964:55;9015:2;9004:9;9000:18;8992:6;8964:55;:::i;9220:125::-;9285:9;;;9306:10;;;9303:36;;;9319:18;;:::i;9962:492::-;10137:3;10175:6;10169:13;10191:66;10250:6;10245:3;10238:4;10230:6;10226:17;10191:66;:::i;:::-;10320:13;;10279:16;;;;10342:70;10320:13;10279:16;10389:4;10377:17;;10342:70;:::i;:::-;10428:20;;9962:492;-1:-1:-1;;;;9962:492:139:o;10459:435::-;10512:3;10550:5;10544:12;10577:6;10572:3;10565:19;10603:4;10632:2;10627:3;10623:12;10616:19;;10669:2;10662:5;10658:14;10690:1;10700:169;10714:6;10711:1;10708:13;10700:169;;;10775:13;;10763:26;;10809:12;;;;10844:15;;;;10736:1;10729:9;10700:169;;;-1:-1:-1;10885:3:139;;10459:435;-1:-1:-1;;;;;10459:435:139:o;10899:691::-;11233:3;11222:9;11215:22;11196:4;11260:57;11312:3;11301:9;11297:19;11289:6;11260:57;:::i;:::-;11365:9;11357:6;11353:22;11348:2;11337:9;11333:18;11326:50;11399:33;11425:6;11417;11399:33;:::i;:::-;11385:47;;11468:6;11463:2;11452:9;11448:18;11441:34;11523:9;11515:6;11511:22;11506:2;11495:9;11491:18;11484:50;11551:33;11577:6;11569;11551:33;:::i;:::-;11543:41;10899:691;-1:-1:-1;;;;;;;10899:691:139:o;11595:900::-;12050:6;12039:9;12032:25;12093:3;12088:2;12077:9;12073:18;12066:31;12013:4;12120:57;12172:3;12161:9;12157:19;12149:6;12120:57;:::i;:::-;12225:9;12217:6;12213:22;12208:2;12197:9;12193:18;12186:50;12259:33;12285:6;12277;12259:33;:::i;:::-;12245:47;;12328:6;12323:2;12312:9;12308:18;12301:34;12384:9;12376:6;12372:22;12366:3;12355:9;12351:19;12344:51;12412:33;12438:6;12430;12412:33;:::i;:::-;12404:41;;;12482:6;12476:3;12465:9;12461:19;12454:35;11595:900;;;;;;;;;:::o;12500:195::-;12539:3;-1:-1:-1;;12563:5:139;12560:77;12557:103;;12640:18;;:::i;:::-;-1:-1:-1;12687:1:139;12676:13;;12500:195::o;12700:640::-;12951:6;12946:3;12939:19;12921:3;12977:2;13010;13005:3;13001:12;13042:6;13036:13;13107:2;13099:6;13095:15;13128:1;13138:175;13152:6;13149:1;13146:13;13138:175;;;13215:13;;13201:28;;13251:14;;;;13288:15;;;;13174:1;13167:9;13138:175;;13345:184;-1:-1:-1;;;13394:1:139;13387:88;13494:4;13491:1;13484:15;13518:4;13515:1;13508:15;13534:512;13785:2;13774:9;13767:21;13748:4;13811:56;13863:2;13852:9;13848:18;13840:6;13811:56;:::i;:::-;13915:14;13907:6;13903:27;13898:2;13887:9;13883:18;13876:55;13979:9;13971:6;13967:22;13962:2;13951:9;13947:18;13940:50;14007:33;14033:6;14025;14007:33;:::i;:::-;13999:41;13534:512;-1:-1:-1;;;;;;13534:512:139:o;14051:617::-;14362:6;14351:9;14344:25;14405:3;14400:2;14389:9;14385:18;14378:31;14325:4;14432:57;14484:3;14473:9;14469:19;14461:6;14432:57;:::i;:::-;14537:14;14529:6;14525:27;14520:2;14509:9;14505:18;14498:55;14601:9;14593:6;14589:22;14584:2;14573:9;14569:18;14562:50;14629:33;14655:6;14647;14629:33;:::i;14673:360::-;14876:2;14865:9;14858:21;14839:4;14896:45;14937:2;14926:9;14922:18;14914:6;14896:45;:::i;:::-;14972:2;14957:18;;14950:34;;;;-1:-1:-1;15015:2:139;15000:18;14993:34;14888:53;14673:360;-1:-1:-1;14673:360:139:o;15038:266::-;15070:1;15096;15086:189;;-1:-1:-1;;;15128:1:139;15121:88;15232:4;15229:1;15222:15;15260:4;15257:1;15250:15;15086:189;-1:-1:-1;15289:9:139;;15038:266::o",
330
330
  "linkReferences": {},
331
331
  "immutableReferences": {
332
- "62936": [
332
+ "62955": [
333
333
  {
334
334
  "start": 792,
335
335
  "length": 32
336
336
  }
337
337
  ],
338
- "62943": [
338
+ "62962": [
339
339
  {
340
340
  "start": 1177,
341
341
  "length": 32
@@ -352,7 +352,7 @@
352
352
  "installRoot(bytes)": "7c5b0335",
353
353
  "supportsInterface(bytes4)": "01ffc9a7"
354
354
  },
355
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"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\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"getName()\":{\"notice\":\"Return the module name as a bytes16.\"}},\"notice\":\"This module registers tables and delegation control systems required for standard delegations\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/std-delegations/StandardDelegationsModule.sol\":\"StandardDelegationsModule\"},\"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\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]},\"node_modules/@latticexyz/world/src/DelegationControl.sol\":{\"keccak256\":\"0x49f4ee03b05bef8bc4eefe66c596a9813a9f62f975304b4954022209ca0aee3e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://841db5c8ec334e0ca25e0b2b222e9032de629020057feccd1245d1c771e745c8\",\"dweb:/ipfs/QmfXgRRDq4Pm5dpfffDWVgmU2hgXqDk8dgC7xBkfXBeMcF\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x3cc86c90ae41b3186a8d116b10f3cb85b1d2a9463184eb94e1a540dee28378b0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5919d92026ab95f947b18b7d2060e8ee398822e3bc14d9f27d7b0087c94f4e5d\",\"dweb:/ipfs/QmPAkoJh1CBEogXi3EjcQXuNAwPk2n25GhSn8gPdpskfEK\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0x9072f69e71a3c4dadf90089295c4c942fa890f735f813862b01ad17e6d1b7c9d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://16f8877e97e8d6e89979ead642a9ee575552eecc3d7e58ad05820a434b9bd23f\",\"dweb:/ipfs/QmduXpy4HBM95RCfZb5L9hjK14QPNFTtouREcNaxZgr3Pp\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICallBatchSystem.sol\":{\"keccak256\":\"0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f\",\"dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0xe413ead95f1994cc6e147a430b366d6afc455196e3241be86ffed90fed654c17\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d207b87e0f4ffbe9be86431551b43c84af10d93b73e9abd95fc5f40839e7bc14\",\"dweb:/ipfs/QmSZzLQj7B2KnLPL5D5JhNsSdgLJxxy3sV3kExWp1KJrvZ\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b\",\"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"node_modules/@latticexyz/world/src/interfaces/IDelegationControl.sol\":{\"keccak256\":\"0xcd6b075abd39403d10b1c9c7fce623f6625e93ca7b57b073d2bd719f619d7699\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f2713351a171ef0b21905152e7f7e88e6b1f9e1e13c84d185d6de6d5142de502\",\"dweb:/ipfs/QmQzzFzsEZA3yXofY3cBiPh1ghNdNh3P9L3tnV4q3e7D98\"]},\"node_modules/@latticexyz/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/world/src/interfaces/IModule.sol\":{\"keccak256\":\"0x94ea093fda2be088097d66cc615b048a7a21d54a52b82cee9fdb76b31bedbb09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed989ab47a35f8ca01f5b9f6f42f075687ce41e2f26c647cc27031421f5179e8\",\"dweb:/ipfs/QmT6Xc4A2CGzGa7eL3NimPFXBW4Jy4jFBFFCw1QU6aGo61\"]},\"node_modules/@latticexyz/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldKernel.sol\":{\"keccak256\":\"0xcfe75c867f4149b888b4fd458ced52abb12b14b41f3d4979f09ca45ba9200f61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9706ab61fac258e4c27a11cbcb429697edf8c67184f1f98fea8d536c2e3e42de\",\"dweb:/ipfs/QmSZrTfMKjQN7afMh6fTfTxRHjwUEsejjsSBcaNve5KcRN\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe\",\"dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"src/modules/std-delegations/CallboundDelegationControl.sol\":{\"keccak256\":\"0x4ffc74a2efd60b85017e62f86a7064080af340b9035bf966ca4d8828e651b844\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://05c8e2327cc3cab8b86a501f2c1ac7a11f48ae0f630f6da83313e148b86a9305\",\"dweb:/ipfs/QmTRnkUjw3Z6arL1VVfUezcUPdJkVTeFupfCj8zMjCYhkU\"]},\"src/modules/std-delegations/StandardDelegationsModule.sol\":{\"keccak256\":\"0xa818719a345b0165b72bf4a512ea423777ad30da1b28ca3e55552ea81f3c8f37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://26f6c7f6911aac17175debd8cdc6e9ed472670b29bfc01bc959070c3c2749919\",\"dweb:/ipfs/QmXbozfYd41nF2Ypz7RHoVHdboXPdKEVnzJ9MVLm6TxmF5\"]},\"src/modules/std-delegations/TimeboundDelegationControl.sol\":{\"keccak256\":\"0xe51c156a060064d97a2c2a808b970eb6b505f18ebc35367d112dedcadd15570f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3ac21cb1fe67133ca85705426efff56e07102bf91b5341b05fe143049ceab402\",\"dweb:/ipfs/QmXTsVdx6L9wCaJyGXBoHuVEPPcRMF73Zkd6nJGAh4QvUk\"]},\"src/modules/std-delegations/constants.sol\":{\"keccak256\":\"0x3bc201e4173c88437136a4439b0b0f9ec796ba862196485e744f0847d5a4253f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://032aac412d07e272fe94a864796329e27f1feef7c790d1f1c0104859797b1a87\",\"dweb:/ipfs/QmSPZeUX5mVs66yNpirGzXv2UxTTWQNpvh3YCaQrAz7vfP\"]},\"src/modules/std-delegations/tables/CallboundDelegations.sol\":{\"keccak256\":\"0xd6c74ebc1d1ed136051a13e7f98113b6d6d587fd1349630253a675d5e8fc3b8f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e476dcacb1620b26a70ec595664622494da9e86cb57b626de67ab763fafc25d\",\"dweb:/ipfs/QmZc6pYDAd4iBqMBM43V5GyAUuwDGxuQAVFuoAnZAwRPsz\"]},\"src/modules/std-delegations/tables/TimeboundDelegations.sol\":{\"keccak256\":\"0xf7594ccaf868dde0d46cb4601a98a6d9a7a7ca40b142b285b99176b9a494ed8c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3c0e089f1b632c58420b0e16f31d2a1166dbf89640dbac2f012704a2b282830\",\"dweb:/ipfs/QmdrfyKD7x5y9uyHT3cHwSeEpuMytUPuEZVYsuy6LeygKc\"]}},\"version\":1}",
355
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"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\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"getName()\":{\"notice\":\"Return the module name as a bytes16.\"}},\"notice\":\"This module registers tables and delegation control systems required for standard delegations\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/std-delegations/StandardDelegationsModule.sol\":\"StandardDelegationsModule\"},\"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\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]},\"node_modules/@latticexyz/world/src/DelegationControl.sol\":{\"keccak256\":\"0x49f4ee03b05bef8bc4eefe66c596a9813a9f62f975304b4954022209ca0aee3e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://841db5c8ec334e0ca25e0b2b222e9032de629020057feccd1245d1c771e745c8\",\"dweb:/ipfs/QmfXgRRDq4Pm5dpfffDWVgmU2hgXqDk8dgC7xBkfXBeMcF\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x3cc86c90ae41b3186a8d116b10f3cb85b1d2a9463184eb94e1a540dee28378b0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5919d92026ab95f947b18b7d2060e8ee398822e3bc14d9f27d7b0087c94f4e5d\",\"dweb:/ipfs/QmPAkoJh1CBEogXi3EjcQXuNAwPk2n25GhSn8gPdpskfEK\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0x326929e432c46fcdab1931247a4b32605ea8fa9a418a0079a456661bed5760ac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://34cbaef340e11c0f3c49a3453c0c0cf5995ef137f4fa30e785b1cfb778db2026\",\"dweb:/ipfs/QmWzBjVMMTNV89svjD7riF5FqWFQtcNiR4TMwNysjtWhDC\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922\",\"dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0xe413ead95f1994cc6e147a430b366d6afc455196e3241be86ffed90fed654c17\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d207b87e0f4ffbe9be86431551b43c84af10d93b73e9abd95fc5f40839e7bc14\",\"dweb:/ipfs/QmSZzLQj7B2KnLPL5D5JhNsSdgLJxxy3sV3kExWp1KJrvZ\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b\",\"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"node_modules/@latticexyz/world/src/interfaces/IDelegationControl.sol\":{\"keccak256\":\"0xcd6b075abd39403d10b1c9c7fce623f6625e93ca7b57b073d2bd719f619d7699\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f2713351a171ef0b21905152e7f7e88e6b1f9e1e13c84d185d6de6d5142de502\",\"dweb:/ipfs/QmQzzFzsEZA3yXofY3cBiPh1ghNdNh3P9L3tnV4q3e7D98\"]},\"node_modules/@latticexyz/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/world/src/interfaces/IModule.sol\":{\"keccak256\":\"0x94ea093fda2be088097d66cc615b048a7a21d54a52b82cee9fdb76b31bedbb09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed989ab47a35f8ca01f5b9f6f42f075687ce41e2f26c647cc27031421f5179e8\",\"dweb:/ipfs/QmT6Xc4A2CGzGa7eL3NimPFXBW4Jy4jFBFFCw1QU6aGo61\"]},\"node_modules/@latticexyz/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldKernel.sol\":{\"keccak256\":\"0xcfe75c867f4149b888b4fd458ced52abb12b14b41f3d4979f09ca45ba9200f61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9706ab61fac258e4c27a11cbcb429697edf8c67184f1f98fea8d536c2e3e42de\",\"dweb:/ipfs/QmSZrTfMKjQN7afMh6fTfTxRHjwUEsejjsSBcaNve5KcRN\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e\",\"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"src/modules/std-delegations/CallboundDelegationControl.sol\":{\"keccak256\":\"0x4ffc74a2efd60b85017e62f86a7064080af340b9035bf966ca4d8828e651b844\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://05c8e2327cc3cab8b86a501f2c1ac7a11f48ae0f630f6da83313e148b86a9305\",\"dweb:/ipfs/QmTRnkUjw3Z6arL1VVfUezcUPdJkVTeFupfCj8zMjCYhkU\"]},\"src/modules/std-delegations/StandardDelegationsModule.sol\":{\"keccak256\":\"0xa818719a345b0165b72bf4a512ea423777ad30da1b28ca3e55552ea81f3c8f37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://26f6c7f6911aac17175debd8cdc6e9ed472670b29bfc01bc959070c3c2749919\",\"dweb:/ipfs/QmXbozfYd41nF2Ypz7RHoVHdboXPdKEVnzJ9MVLm6TxmF5\"]},\"src/modules/std-delegations/TimeboundDelegationControl.sol\":{\"keccak256\":\"0xe51c156a060064d97a2c2a808b970eb6b505f18ebc35367d112dedcadd15570f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3ac21cb1fe67133ca85705426efff56e07102bf91b5341b05fe143049ceab402\",\"dweb:/ipfs/QmXTsVdx6L9wCaJyGXBoHuVEPPcRMF73Zkd6nJGAh4QvUk\"]},\"src/modules/std-delegations/constants.sol\":{\"keccak256\":\"0x3bc201e4173c88437136a4439b0b0f9ec796ba862196485e744f0847d5a4253f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://032aac412d07e272fe94a864796329e27f1feef7c790d1f1c0104859797b1a87\",\"dweb:/ipfs/QmSPZeUX5mVs66yNpirGzXv2UxTTWQNpvh3YCaQrAz7vfP\"]},\"src/modules/std-delegations/tables/CallboundDelegations.sol\":{\"keccak256\":\"0xd6c74ebc1d1ed136051a13e7f98113b6d6d587fd1349630253a675d5e8fc3b8f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e476dcacb1620b26a70ec595664622494da9e86cb57b626de67ab763fafc25d\",\"dweb:/ipfs/QmZc6pYDAd4iBqMBM43V5GyAUuwDGxuQAVFuoAnZAwRPsz\"]},\"src/modules/std-delegations/tables/TimeboundDelegations.sol\":{\"keccak256\":\"0xf7594ccaf868dde0d46cb4601a98a6d9a7a7ca40b142b285b99176b9a494ed8c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3c0e089f1b632c58420b0e16f31d2a1166dbf89640dbac2f012704a2b282830\",\"dweb:/ipfs/QmdrfyKD7x5y9uyHT3cHwSeEpuMytUPuEZVYsuy6LeygKc\"]}},\"version\":1}",
356
356
  "metadata": {
357
357
  "compiler": {
358
358
  "version": "0.8.21+commit.d9974bed"
@@ -1032,18 +1032,18 @@
1032
1032
  "license": "MIT"
1033
1033
  },
1034
1034
  "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol": {
1035
- "keccak256": "0x9072f69e71a3c4dadf90089295c4c942fa890f735f813862b01ad17e6d1b7c9d",
1035
+ "keccak256": "0x326929e432c46fcdab1931247a4b32605ea8fa9a418a0079a456661bed5760ac",
1036
1036
  "urls": [
1037
- "bzz-raw://16f8877e97e8d6e89979ead642a9ee575552eecc3d7e58ad05820a434b9bd23f",
1038
- "dweb:/ipfs/QmduXpy4HBM95RCfZb5L9hjK14QPNFTtouREcNaxZgr3Pp"
1037
+ "bzz-raw://34cbaef340e11c0f3c49a3453c0c0cf5995ef137f4fa30e785b1cfb778db2026",
1038
+ "dweb:/ipfs/QmWzBjVMMTNV89svjD7riF5FqWFQtcNiR4TMwNysjtWhDC"
1039
1039
  ],
1040
1040
  "license": "MIT"
1041
1041
  },
1042
- "node_modules/@latticexyz/world/src/codegen/interfaces/ICallBatchSystem.sol": {
1043
- "keccak256": "0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507",
1042
+ "node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol": {
1043
+ "keccak256": "0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570",
1044
1044
  "urls": [
1045
- "bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f",
1046
- "dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf"
1045
+ "bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922",
1046
+ "dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui"
1047
1047
  ],
1048
1048
  "license": "MIT"
1049
1049
  },
@@ -1136,10 +1136,10 @@
1136
1136
  "license": "MIT"
1137
1137
  },
1138
1138
  "node_modules/@latticexyz/world/src/modules/core/types.sol": {
1139
- "keccak256": "0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3",
1139
+ "keccak256": "0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c",
1140
1140
  "urls": [
1141
- "bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe",
1142
- "dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy"
1141
+ "bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e",
1142
+ "dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm"
1143
1143
  ],
1144
1144
  "license": "MIT"
1145
1145
  },
@@ -1212,50 +1212,50 @@
1212
1212
  },
1213
1213
  "ast": {
1214
1214
  "absolutePath": "src/modules/std-delegations/StandardDelegationsModule.sol",
1215
- "id": 63040,
1215
+ "id": 63059,
1216
1216
  "exportedSymbols": {
1217
1217
  "CALLBOUND_DELEGATION": [
1218
- 63128
1218
+ 63147
1219
1219
  ],
1220
1220
  "CallboundDelegationControl": [
1221
- 62904
1221
+ 62923
1222
1222
  ],
1223
1223
  "CallboundDelegations": [
1224
- 64863
1224
+ 64882
1225
1225
  ],
1226
1226
  "IBaseWorld": [
1227
- 49243
1227
+ 49262
1228
1228
  ],
1229
1229
  "MODULE_NAME": [
1230
- 63110
1230
+ 63129
1231
1231
  ],
1232
1232
  "Module": [
1233
- 48698
1233
+ 48717
1234
1234
  ],
1235
1235
  "StandardDelegationsModule": [
1236
- 63039
1236
+ 63058
1237
1237
  ],
1238
1238
  "TIMEBOUND_DELEGATION": [
1239
- 63146
1239
+ 63165
1240
1240
  ],
1241
1241
  "TimeboundDelegationControl": [
1242
- 63096
1242
+ 63115
1243
1243
  ],
1244
1244
  "TimeboundDelegations": [
1245
- 66232
1245
+ 66251
1246
1246
  ],
1247
1247
  "WorldContextConsumer": [
1248
- 48776
1248
+ 48795
1249
1249
  ],
1250
1250
  "revertWithBytes": [
1251
- 49373
1251
+ 49392
1252
1252
  ]
1253
1253
  },
1254
1254
  "nodeType": "SourceUnit",
1255
1255
  "src": "32:1947:128",
1256
1256
  "nodes": [
1257
1257
  {
1258
- "id": 62906,
1258
+ "id": 62925,
1259
1259
  "nodeType": "PragmaDirective",
1260
1260
  "src": "32:25:128",
1261
1261
  "nodes": [],
@@ -1267,23 +1267,23 @@
1267
1267
  ]
1268
1268
  },
1269
1269
  {
1270
- "id": 62908,
1270
+ "id": 62927,
1271
1271
  "nodeType": "ImportDirective",
1272
1272
  "src": "59:85:128",
1273
1273
  "nodes": [],
1274
1274
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1275
1275
  "file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1276
1276
  "nameLocation": "-1:-1:-1",
1277
- "scope": 63040,
1278
- "sourceUnit": 49244,
1277
+ "scope": 63059,
1278
+ "sourceUnit": 49263,
1279
1279
  "symbolAliases": [
1280
1280
  {
1281
1281
  "foreign": {
1282
- "id": 62907,
1282
+ "id": 62926,
1283
1283
  "name": "IBaseWorld",
1284
1284
  "nodeType": "Identifier",
1285
1285
  "overloadedDeclarations": [],
1286
- "referencedDeclaration": 49243,
1286
+ "referencedDeclaration": 49262,
1287
1287
  "src": "68:10:128",
1288
1288
  "typeDescriptions": {}
1289
1289
  },
@@ -1293,23 +1293,23 @@
1293
1293
  "unitAlias": ""
1294
1294
  },
1295
1295
  {
1296
- "id": 62910,
1296
+ "id": 62929,
1297
1297
  "nodeType": "ImportDirective",
1298
1298
  "src": "146:58:128",
1299
1299
  "nodes": [],
1300
1300
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
1301
1301
  "file": "@latticexyz/world/src/Module.sol",
1302
1302
  "nameLocation": "-1:-1:-1",
1303
- "scope": 63040,
1304
- "sourceUnit": 48699,
1303
+ "scope": 63059,
1304
+ "sourceUnit": 48718,
1305
1305
  "symbolAliases": [
1306
1306
  {
1307
1307
  "foreign": {
1308
- "id": 62909,
1308
+ "id": 62928,
1309
1309
  "name": "Module",
1310
1310
  "nodeType": "Identifier",
1311
1311
  "overloadedDeclarations": [],
1312
- "referencedDeclaration": 48698,
1312
+ "referencedDeclaration": 48717,
1313
1313
  "src": "155:6:128",
1314
1314
  "typeDescriptions": {}
1315
1315
  },
@@ -1319,23 +1319,23 @@
1319
1319
  "unitAlias": ""
1320
1320
  },
1321
1321
  {
1322
- "id": 62912,
1322
+ "id": 62931,
1323
1323
  "nodeType": "ImportDirective",
1324
1324
  "src": "205:78:128",
1325
1325
  "nodes": [],
1326
1326
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
1327
1327
  "file": "@latticexyz/world/src/WorldContext.sol",
1328
1328
  "nameLocation": "-1:-1:-1",
1329
- "scope": 63040,
1330
- "sourceUnit": 48926,
1329
+ "scope": 63059,
1330
+ "sourceUnit": 48945,
1331
1331
  "symbolAliases": [
1332
1332
  {
1333
1333
  "foreign": {
1334
- "id": 62911,
1334
+ "id": 62930,
1335
1335
  "name": "WorldContextConsumer",
1336
1336
  "nodeType": "Identifier",
1337
1337
  "overloadedDeclarations": [],
1338
- "referencedDeclaration": 48776,
1338
+ "referencedDeclaration": 48795,
1339
1339
  "src": "214:20:128",
1340
1340
  "typeDescriptions": {}
1341
1341
  },
@@ -1345,23 +1345,23 @@
1345
1345
  "unitAlias": ""
1346
1346
  },
1347
1347
  {
1348
- "id": 62914,
1348
+ "id": 62933,
1349
1349
  "nodeType": "ImportDirective",
1350
1350
  "src": "284:76:128",
1351
1351
  "nodes": [],
1352
1352
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
1353
1353
  "file": "@latticexyz/world/src/revertWithBytes.sol",
1354
1354
  "nameLocation": "-1:-1:-1",
1355
- "scope": 63040,
1356
- "sourceUnit": 49374,
1355
+ "scope": 63059,
1356
+ "sourceUnit": 49393,
1357
1357
  "symbolAliases": [
1358
1358
  {
1359
1359
  "foreign": {
1360
- "id": 62913,
1360
+ "id": 62932,
1361
1361
  "name": "revertWithBytes",
1362
1362
  "nodeType": "Identifier",
1363
1363
  "overloadedDeclarations": [],
1364
- "referencedDeclaration": 49373,
1364
+ "referencedDeclaration": 49392,
1365
1365
  "src": "293:15:128",
1366
1366
  "typeDescriptions": {}
1367
1367
  },
@@ -1371,23 +1371,23 @@
1371
1371
  "unitAlias": ""
1372
1372
  },
1373
1373
  {
1374
- "id": 62916,
1374
+ "id": 62935,
1375
1375
  "nodeType": "ImportDirective",
1376
1376
  "src": "362:78:128",
1377
1377
  "nodes": [],
1378
1378
  "absolutePath": "src/modules/std-delegations/CallboundDelegationControl.sol",
1379
1379
  "file": "./CallboundDelegationControl.sol",
1380
1380
  "nameLocation": "-1:-1:-1",
1381
- "scope": 63040,
1382
- "sourceUnit": 62905,
1381
+ "scope": 63059,
1382
+ "sourceUnit": 62924,
1383
1383
  "symbolAliases": [
1384
1384
  {
1385
1385
  "foreign": {
1386
- "id": 62915,
1386
+ "id": 62934,
1387
1387
  "name": "CallboundDelegationControl",
1388
1388
  "nodeType": "Identifier",
1389
1389
  "overloadedDeclarations": [],
1390
- "referencedDeclaration": 62904,
1390
+ "referencedDeclaration": 62923,
1391
1391
  "src": "371:26:128",
1392
1392
  "typeDescriptions": {}
1393
1393
  },
@@ -1397,23 +1397,23 @@
1397
1397
  "unitAlias": ""
1398
1398
  },
1399
1399
  {
1400
- "id": 62918,
1400
+ "id": 62937,
1401
1401
  "nodeType": "ImportDirective",
1402
1402
  "src": "441:78:128",
1403
1403
  "nodes": [],
1404
1404
  "absolutePath": "src/modules/std-delegations/TimeboundDelegationControl.sol",
1405
1405
  "file": "./TimeboundDelegationControl.sol",
1406
1406
  "nameLocation": "-1:-1:-1",
1407
- "scope": 63040,
1408
- "sourceUnit": 63097,
1407
+ "scope": 63059,
1408
+ "sourceUnit": 63116,
1409
1409
  "symbolAliases": [
1410
1410
  {
1411
1411
  "foreign": {
1412
- "id": 62917,
1412
+ "id": 62936,
1413
1413
  "name": "TimeboundDelegationControl",
1414
1414
  "nodeType": "Identifier",
1415
1415
  "overloadedDeclarations": [],
1416
- "referencedDeclaration": 63096,
1416
+ "referencedDeclaration": 63115,
1417
1417
  "src": "450:26:128",
1418
1418
  "typeDescriptions": {}
1419
1419
  },
@@ -1423,23 +1423,23 @@
1423
1423
  "unitAlias": ""
1424
1424
  },
1425
1425
  {
1426
- "id": 62922,
1426
+ "id": 62941,
1427
1427
  "nodeType": "ImportDirective",
1428
1428
  "src": "520:90:128",
1429
1429
  "nodes": [],
1430
1430
  "absolutePath": "src/modules/std-delegations/constants.sol",
1431
1431
  "file": "./constants.sol",
1432
1432
  "nameLocation": "-1:-1:-1",
1433
- "scope": 63040,
1434
- "sourceUnit": 63147,
1433
+ "scope": 63059,
1434
+ "sourceUnit": 63166,
1435
1435
  "symbolAliases": [
1436
1436
  {
1437
1437
  "foreign": {
1438
- "id": 62919,
1438
+ "id": 62938,
1439
1439
  "name": "MODULE_NAME",
1440
1440
  "nodeType": "Identifier",
1441
1441
  "overloadedDeclarations": [],
1442
- "referencedDeclaration": 63110,
1442
+ "referencedDeclaration": 63129,
1443
1443
  "src": "529:11:128",
1444
1444
  "typeDescriptions": {}
1445
1445
  },
@@ -1447,11 +1447,11 @@
1447
1447
  },
1448
1448
  {
1449
1449
  "foreign": {
1450
- "id": 62920,
1450
+ "id": 62939,
1451
1451
  "name": "CALLBOUND_DELEGATION",
1452
1452
  "nodeType": "Identifier",
1453
1453
  "overloadedDeclarations": [],
1454
- "referencedDeclaration": 63128,
1454
+ "referencedDeclaration": 63147,
1455
1455
  "src": "542:20:128",
1456
1456
  "typeDescriptions": {}
1457
1457
  },
@@ -1459,11 +1459,11 @@
1459
1459
  },
1460
1460
  {
1461
1461
  "foreign": {
1462
- "id": 62921,
1462
+ "id": 62940,
1463
1463
  "name": "TIMEBOUND_DELEGATION",
1464
1464
  "nodeType": "Identifier",
1465
1465
  "overloadedDeclarations": [],
1466
- "referencedDeclaration": 63146,
1466
+ "referencedDeclaration": 63165,
1467
1467
  "src": "564:20:128",
1468
1468
  "typeDescriptions": {}
1469
1469
  },
@@ -1473,23 +1473,23 @@
1473
1473
  "unitAlias": ""
1474
1474
  },
1475
1475
  {
1476
- "id": 62924,
1476
+ "id": 62943,
1477
1477
  "nodeType": "ImportDirective",
1478
1478
  "src": "612:73:128",
1479
1479
  "nodes": [],
1480
1480
  "absolutePath": "src/modules/std-delegations/tables/CallboundDelegations.sol",
1481
1481
  "file": "./tables/CallboundDelegations.sol",
1482
1482
  "nameLocation": "-1:-1:-1",
1483
- "scope": 63040,
1484
- "sourceUnit": 64864,
1483
+ "scope": 63059,
1484
+ "sourceUnit": 64883,
1485
1485
  "symbolAliases": [
1486
1486
  {
1487
1487
  "foreign": {
1488
- "id": 62923,
1488
+ "id": 62942,
1489
1489
  "name": "CallboundDelegations",
1490
1490
  "nodeType": "Identifier",
1491
1491
  "overloadedDeclarations": [],
1492
- "referencedDeclaration": 64863,
1492
+ "referencedDeclaration": 64882,
1493
1493
  "src": "621:20:128",
1494
1494
  "typeDescriptions": {}
1495
1495
  },
@@ -1499,23 +1499,23 @@
1499
1499
  "unitAlias": ""
1500
1500
  },
1501
1501
  {
1502
- "id": 62926,
1502
+ "id": 62945,
1503
1503
  "nodeType": "ImportDirective",
1504
1504
  "src": "686:73:128",
1505
1505
  "nodes": [],
1506
1506
  "absolutePath": "src/modules/std-delegations/tables/TimeboundDelegations.sol",
1507
1507
  "file": "./tables/TimeboundDelegations.sol",
1508
1508
  "nameLocation": "-1:-1:-1",
1509
- "scope": 63040,
1510
- "sourceUnit": 66233,
1509
+ "scope": 63059,
1510
+ "sourceUnit": 66252,
1511
1511
  "symbolAliases": [
1512
1512
  {
1513
1513
  "foreign": {
1514
- "id": 62925,
1514
+ "id": 62944,
1515
1515
  "name": "TimeboundDelegations",
1516
1516
  "nodeType": "Identifier",
1517
1517
  "overloadedDeclarations": [],
1518
- "referencedDeclaration": 66232,
1518
+ "referencedDeclaration": 66251,
1519
1519
  "src": "695:20:128",
1520
1520
  "typeDescriptions": {}
1521
1521
  },
@@ -1525,12 +1525,12 @@
1525
1525
  "unitAlias": ""
1526
1526
  },
1527
1527
  {
1528
- "id": 63039,
1528
+ "id": 63058,
1529
1529
  "nodeType": "ContractDefinition",
1530
1530
  "src": "866:1112:128",
1531
1531
  "nodes": [
1532
1532
  {
1533
- "id": 62936,
1533
+ "id": 62955,
1534
1534
  "nodeType": "VariableDeclaration",
1535
1535
  "src": "915:106:128",
1536
1536
  "nodes": [],
@@ -1538,30 +1538,30 @@
1538
1538
  "mutability": "immutable",
1539
1539
  "name": "callboundDelegationControl",
1540
1540
  "nameLocation": "960:26:128",
1541
- "scope": 63039,
1541
+ "scope": 63058,
1542
1542
  "stateVariable": true,
1543
1543
  "storageLocation": "default",
1544
1544
  "typeDescriptions": {
1545
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$62904",
1545
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$62923",
1546
1546
  "typeString": "contract CallboundDelegationControl"
1547
1547
  },
1548
1548
  "typeName": {
1549
- "id": 62931,
1549
+ "id": 62950,
1550
1550
  "nodeType": "UserDefinedTypeName",
1551
1551
  "pathNode": {
1552
- "id": 62930,
1552
+ "id": 62949,
1553
1553
  "name": "CallboundDelegationControl",
1554
1554
  "nameLocations": [
1555
1555
  "915:26:128"
1556
1556
  ],
1557
1557
  "nodeType": "IdentifierPath",
1558
- "referencedDeclaration": 62904,
1558
+ "referencedDeclaration": 62923,
1559
1559
  "src": "915:26:128"
1560
1560
  },
1561
- "referencedDeclaration": 62904,
1561
+ "referencedDeclaration": 62923,
1562
1562
  "src": "915:26:128",
1563
1563
  "typeDescriptions": {
1564
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$62904",
1564
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$62923",
1565
1565
  "typeString": "contract CallboundDelegationControl"
1566
1566
  }
1567
1567
  },
@@ -1569,7 +1569,7 @@
1569
1569
  "arguments": [],
1570
1570
  "expression": {
1571
1571
  "argumentTypes": [],
1572
- "id": 62934,
1572
+ "id": 62953,
1573
1573
  "isConstant": false,
1574
1574
  "isLValue": false,
1575
1575
  "isPure": false,
@@ -1577,31 +1577,31 @@
1577
1577
  "nodeType": "NewExpression",
1578
1578
  "src": "989:30:128",
1579
1579
  "typeDescriptions": {
1580
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_CallboundDelegationControl_$62904_$",
1580
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_CallboundDelegationControl_$62923_$",
1581
1581
  "typeString": "function () returns (contract CallboundDelegationControl)"
1582
1582
  },
1583
1583
  "typeName": {
1584
- "id": 62933,
1584
+ "id": 62952,
1585
1585
  "nodeType": "UserDefinedTypeName",
1586
1586
  "pathNode": {
1587
- "id": 62932,
1587
+ "id": 62951,
1588
1588
  "name": "CallboundDelegationControl",
1589
1589
  "nameLocations": [
1590
1590
  "993:26:128"
1591
1591
  ],
1592
1592
  "nodeType": "IdentifierPath",
1593
- "referencedDeclaration": 62904,
1593
+ "referencedDeclaration": 62923,
1594
1594
  "src": "993:26:128"
1595
1595
  },
1596
- "referencedDeclaration": 62904,
1596
+ "referencedDeclaration": 62923,
1597
1597
  "src": "993:26:128",
1598
1598
  "typeDescriptions": {
1599
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$62904",
1599
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$62923",
1600
1600
  "typeString": "contract CallboundDelegationControl"
1601
1601
  }
1602
1602
  }
1603
1603
  },
1604
- "id": 62935,
1604
+ "id": 62954,
1605
1605
  "isConstant": false,
1606
1606
  "isLValue": false,
1607
1607
  "isPure": false,
@@ -1613,14 +1613,14 @@
1613
1613
  "src": "989:32:128",
1614
1614
  "tryCall": false,
1615
1615
  "typeDescriptions": {
1616
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$62904",
1616
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$62923",
1617
1617
  "typeString": "contract CallboundDelegationControl"
1618
1618
  }
1619
1619
  },
1620
1620
  "visibility": "private"
1621
1621
  },
1622
1622
  {
1623
- "id": 62943,
1623
+ "id": 62962,
1624
1624
  "nodeType": "VariableDeclaration",
1625
1625
  "src": "1025:106:128",
1626
1626
  "nodes": [],
@@ -1628,30 +1628,30 @@
1628
1628
  "mutability": "immutable",
1629
1629
  "name": "timeboundDelegationControl",
1630
1630
  "nameLocation": "1070:26:128",
1631
- "scope": 63039,
1631
+ "scope": 63058,
1632
1632
  "stateVariable": true,
1633
1633
  "storageLocation": "default",
1634
1634
  "typeDescriptions": {
1635
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63096",
1635
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63115",
1636
1636
  "typeString": "contract TimeboundDelegationControl"
1637
1637
  },
1638
1638
  "typeName": {
1639
- "id": 62938,
1639
+ "id": 62957,
1640
1640
  "nodeType": "UserDefinedTypeName",
1641
1641
  "pathNode": {
1642
- "id": 62937,
1642
+ "id": 62956,
1643
1643
  "name": "TimeboundDelegationControl",
1644
1644
  "nameLocations": [
1645
1645
  "1025:26:128"
1646
1646
  ],
1647
1647
  "nodeType": "IdentifierPath",
1648
- "referencedDeclaration": 63096,
1648
+ "referencedDeclaration": 63115,
1649
1649
  "src": "1025:26:128"
1650
1650
  },
1651
- "referencedDeclaration": 63096,
1651
+ "referencedDeclaration": 63115,
1652
1652
  "src": "1025:26:128",
1653
1653
  "typeDescriptions": {
1654
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63096",
1654
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63115",
1655
1655
  "typeString": "contract TimeboundDelegationControl"
1656
1656
  }
1657
1657
  },
@@ -1659,7 +1659,7 @@
1659
1659
  "arguments": [],
1660
1660
  "expression": {
1661
1661
  "argumentTypes": [],
1662
- "id": 62941,
1662
+ "id": 62960,
1663
1663
  "isConstant": false,
1664
1664
  "isLValue": false,
1665
1665
  "isPure": false,
@@ -1667,31 +1667,31 @@
1667
1667
  "nodeType": "NewExpression",
1668
1668
  "src": "1099:30:128",
1669
1669
  "typeDescriptions": {
1670
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_TimeboundDelegationControl_$63096_$",
1670
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_TimeboundDelegationControl_$63115_$",
1671
1671
  "typeString": "function () returns (contract TimeboundDelegationControl)"
1672
1672
  },
1673
1673
  "typeName": {
1674
- "id": 62940,
1674
+ "id": 62959,
1675
1675
  "nodeType": "UserDefinedTypeName",
1676
1676
  "pathNode": {
1677
- "id": 62939,
1677
+ "id": 62958,
1678
1678
  "name": "TimeboundDelegationControl",
1679
1679
  "nameLocations": [
1680
1680
  "1103:26:128"
1681
1681
  ],
1682
1682
  "nodeType": "IdentifierPath",
1683
- "referencedDeclaration": 63096,
1683
+ "referencedDeclaration": 63115,
1684
1684
  "src": "1103:26:128"
1685
1685
  },
1686
- "referencedDeclaration": 63096,
1686
+ "referencedDeclaration": 63115,
1687
1687
  "src": "1103:26:128",
1688
1688
  "typeDescriptions": {
1689
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63096",
1689
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63115",
1690
1690
  "typeString": "contract TimeboundDelegationControl"
1691
1691
  }
1692
1692
  }
1693
1693
  },
1694
- "id": 62942,
1694
+ "id": 62961,
1695
1695
  "isConstant": false,
1696
1696
  "isLValue": false,
1697
1697
  "isPure": false,
@@ -1703,45 +1703,45 @@
1703
1703
  "src": "1099:32:128",
1704
1704
  "tryCall": false,
1705
1705
  "typeDescriptions": {
1706
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63096",
1706
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63115",
1707
1707
  "typeString": "contract TimeboundDelegationControl"
1708
1708
  }
1709
1709
  },
1710
1710
  "visibility": "private"
1711
1711
  },
1712
1712
  {
1713
- "id": 62951,
1713
+ "id": 62970,
1714
1714
  "nodeType": "FunctionDefinition",
1715
1715
  "src": "1136:78:128",
1716
1716
  "nodes": [],
1717
1717
  "body": {
1718
- "id": 62950,
1718
+ "id": 62969,
1719
1719
  "nodeType": "Block",
1720
1720
  "src": "1185:29:128",
1721
1721
  "nodes": [],
1722
1722
  "statements": [
1723
1723
  {
1724
1724
  "expression": {
1725
- "id": 62948,
1725
+ "id": 62967,
1726
1726
  "name": "MODULE_NAME",
1727
1727
  "nodeType": "Identifier",
1728
1728
  "overloadedDeclarations": [],
1729
- "referencedDeclaration": 63110,
1729
+ "referencedDeclaration": 63129,
1730
1730
  "src": "1198:11:128",
1731
1731
  "typeDescriptions": {
1732
1732
  "typeIdentifier": "t_bytes16",
1733
1733
  "typeString": "bytes16"
1734
1734
  }
1735
1735
  },
1736
- "functionReturnParameters": 62947,
1737
- "id": 62949,
1736
+ "functionReturnParameters": 62966,
1737
+ "id": 62968,
1738
1738
  "nodeType": "Return",
1739
1739
  "src": "1191:18:128"
1740
1740
  }
1741
1741
  ]
1742
1742
  },
1743
1743
  "baseFunctions": [
1744
- 70911
1744
+ 70930
1745
1745
  ],
1746
1746
  "functionSelector": "17d7de7c",
1747
1747
  "implemented": true,
@@ -1750,23 +1750,23 @@
1750
1750
  "name": "getName",
1751
1751
  "nameLocation": "1145:7:128",
1752
1752
  "parameters": {
1753
- "id": 62944,
1753
+ "id": 62963,
1754
1754
  "nodeType": "ParameterList",
1755
1755
  "parameters": [],
1756
1756
  "src": "1152:2:128"
1757
1757
  },
1758
1758
  "returnParameters": {
1759
- "id": 62947,
1759
+ "id": 62966,
1760
1760
  "nodeType": "ParameterList",
1761
1761
  "parameters": [
1762
1762
  {
1763
1763
  "constant": false,
1764
- "id": 62946,
1764
+ "id": 62965,
1765
1765
  "mutability": "mutable",
1766
1766
  "name": "",
1767
1767
  "nameLocation": "-1:-1:-1",
1768
1768
  "nodeType": "VariableDeclaration",
1769
- "scope": 62951,
1769
+ "scope": 62970,
1770
1770
  "src": "1176:7:128",
1771
1771
  "stateVariable": false,
1772
1772
  "storageLocation": "default",
@@ -1775,7 +1775,7 @@
1775
1775
  "typeString": "bytes16"
1776
1776
  },
1777
1777
  "typeName": {
1778
- "id": 62945,
1778
+ "id": 62964,
1779
1779
  "name": "bytes16",
1780
1780
  "nodeType": "ElementaryTypeName",
1781
1781
  "src": "1176:7:128",
@@ -1789,84 +1789,84 @@
1789
1789
  ],
1790
1790
  "src": "1175:9:128"
1791
1791
  },
1792
- "scope": 63039,
1792
+ "scope": 63058,
1793
1793
  "stateMutability": "pure",
1794
1794
  "virtual": false,
1795
1795
  "visibility": "public"
1796
1796
  },
1797
1797
  {
1798
- "id": 63029,
1798
+ "id": 63048,
1799
1799
  "nodeType": "FunctionDefinition",
1800
1800
  "src": "1218:658:128",
1801
1801
  "nodes": [],
1802
1802
  "body": {
1803
- "id": 63028,
1803
+ "id": 63047,
1804
1804
  "nodeType": "Block",
1805
1805
  "src": "1260:616:128",
1806
1806
  "nodes": [],
1807
1807
  "statements": [
1808
1808
  {
1809
1809
  "assignments": [
1810
- 62958
1810
+ 62977
1811
1811
  ],
1812
1812
  "declarations": [
1813
1813
  {
1814
1814
  "constant": false,
1815
- "id": 62958,
1815
+ "id": 62977,
1816
1816
  "mutability": "mutable",
1817
1817
  "name": "world",
1818
1818
  "nameLocation": "1277:5:128",
1819
1819
  "nodeType": "VariableDeclaration",
1820
- "scope": 63028,
1820
+ "scope": 63047,
1821
1821
  "src": "1266:16:128",
1822
1822
  "stateVariable": false,
1823
1823
  "storageLocation": "default",
1824
1824
  "typeDescriptions": {
1825
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1825
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1826
1826
  "typeString": "contract IBaseWorld"
1827
1827
  },
1828
1828
  "typeName": {
1829
- "id": 62957,
1829
+ "id": 62976,
1830
1830
  "nodeType": "UserDefinedTypeName",
1831
1831
  "pathNode": {
1832
- "id": 62956,
1832
+ "id": 62975,
1833
1833
  "name": "IBaseWorld",
1834
1834
  "nameLocations": [
1835
1835
  "1266:10:128"
1836
1836
  ],
1837
1837
  "nodeType": "IdentifierPath",
1838
- "referencedDeclaration": 49243,
1838
+ "referencedDeclaration": 49262,
1839
1839
  "src": "1266:10:128"
1840
1840
  },
1841
- "referencedDeclaration": 49243,
1841
+ "referencedDeclaration": 49262,
1842
1842
  "src": "1266:10:128",
1843
1843
  "typeDescriptions": {
1844
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1844
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1845
1845
  "typeString": "contract IBaseWorld"
1846
1846
  }
1847
1847
  },
1848
1848
  "visibility": "internal"
1849
1849
  }
1850
1850
  ],
1851
- "id": 62963,
1851
+ "id": 62982,
1852
1852
  "initialValue": {
1853
1853
  "arguments": [
1854
1854
  {
1855
1855
  "arguments": [],
1856
1856
  "expression": {
1857
1857
  "argumentTypes": [],
1858
- "id": 62960,
1858
+ "id": 62979,
1859
1859
  "name": "_world",
1860
1860
  "nodeType": "Identifier",
1861
1861
  "overloadedDeclarations": [],
1862
- "referencedDeclaration": 48759,
1862
+ "referencedDeclaration": 48778,
1863
1863
  "src": "1296:6:128",
1864
1864
  "typeDescriptions": {
1865
1865
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1866
1866
  "typeString": "function () view returns (address)"
1867
1867
  }
1868
1868
  },
1869
- "id": 62961,
1869
+ "id": 62980,
1870
1870
  "isConstant": false,
1871
1871
  "isLValue": false,
1872
1872
  "isPure": false,
@@ -1890,18 +1890,18 @@
1890
1890
  "typeString": "address"
1891
1891
  }
1892
1892
  ],
1893
- "id": 62959,
1893
+ "id": 62978,
1894
1894
  "name": "IBaseWorld",
1895
1895
  "nodeType": "Identifier",
1896
1896
  "overloadedDeclarations": [],
1897
- "referencedDeclaration": 49243,
1897
+ "referencedDeclaration": 49262,
1898
1898
  "src": "1285:10:128",
1899
1899
  "typeDescriptions": {
1900
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49243_$",
1900
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49262_$",
1901
1901
  "typeString": "type(contract IBaseWorld)"
1902
1902
  }
1903
1903
  },
1904
- "id": 62962,
1904
+ "id": 62981,
1905
1905
  "isConstant": false,
1906
1906
  "isLValue": false,
1907
1907
  "isPure": false,
@@ -1913,7 +1913,7 @@
1913
1913
  "src": "1285:20:128",
1914
1914
  "tryCall": false,
1915
1915
  "typeDescriptions": {
1916
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1916
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1917
1917
  "typeString": "contract IBaseWorld"
1918
1918
  }
1919
1919
  },
@@ -1926,18 +1926,18 @@
1926
1926
  "expression": {
1927
1927
  "argumentTypes": [],
1928
1928
  "expression": {
1929
- "id": 62964,
1929
+ "id": 62983,
1930
1930
  "name": "CallboundDelegations",
1931
1931
  "nodeType": "Identifier",
1932
1932
  "overloadedDeclarations": [],
1933
- "referencedDeclaration": 64863,
1933
+ "referencedDeclaration": 64882,
1934
1934
  "src": "1335:20:128",
1935
1935
  "typeDescriptions": {
1936
- "typeIdentifier": "t_type$_t_contract$_CallboundDelegations_$64863_$",
1936
+ "typeIdentifier": "t_type$_t_contract$_CallboundDelegations_$64882_$",
1937
1937
  "typeString": "type(library CallboundDelegations)"
1938
1938
  }
1939
1939
  },
1940
- "id": 62966,
1940
+ "id": 62985,
1941
1941
  "isConstant": false,
1942
1942
  "isLValue": false,
1943
1943
  "isPure": false,
@@ -1945,14 +1945,14 @@
1945
1945
  "memberLocation": "1356:8:128",
1946
1946
  "memberName": "register",
1947
1947
  "nodeType": "MemberAccess",
1948
- "referencedDeclaration": 63389,
1948
+ "referencedDeclaration": 63408,
1949
1949
  "src": "1335:29:128",
1950
1950
  "typeDescriptions": {
1951
1951
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
1952
1952
  "typeString": "function ()"
1953
1953
  }
1954
1954
  },
1955
- "id": 62967,
1955
+ "id": 62986,
1956
1956
  "isConstant": false,
1957
1957
  "isLValue": false,
1958
1958
  "isPure": false,
@@ -1968,7 +1968,7 @@
1968
1968
  "typeString": "tuple()"
1969
1969
  }
1970
1970
  },
1971
- "id": 62968,
1971
+ "id": 62987,
1972
1972
  "nodeType": "ExpressionStatement",
1973
1973
  "src": "1335:31:128"
1974
1974
  },
@@ -1978,18 +1978,18 @@
1978
1978
  "expression": {
1979
1979
  "argumentTypes": [],
1980
1980
  "expression": {
1981
- "id": 62969,
1981
+ "id": 62988,
1982
1982
  "name": "TimeboundDelegations",
1983
1983
  "nodeType": "Identifier",
1984
1984
  "overloadedDeclarations": [],
1985
- "referencedDeclaration": 66232,
1985
+ "referencedDeclaration": 66251,
1986
1986
  "src": "1372:20:128",
1987
1987
  "typeDescriptions": {
1988
- "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$66232_$",
1988
+ "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$66251_$",
1989
1989
  "typeString": "type(library TimeboundDelegations)"
1990
1990
  }
1991
1991
  },
1992
- "id": 62971,
1992
+ "id": 62990,
1993
1993
  "isConstant": false,
1994
1994
  "isLValue": false,
1995
1995
  "isPure": false,
@@ -1997,14 +1997,14 @@
1997
1997
  "memberLocation": "1393:8:128",
1998
1998
  "memberName": "register",
1999
1999
  "nodeType": "MemberAccess",
2000
- "referencedDeclaration": 65078,
2000
+ "referencedDeclaration": 65097,
2001
2001
  "src": "1372:29:128",
2002
2002
  "typeDescriptions": {
2003
2003
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
2004
2004
  "typeString": "function ()"
2005
2005
  }
2006
2006
  },
2007
- "id": 62972,
2007
+ "id": 62991,
2008
2008
  "isConstant": false,
2009
2009
  "isLValue": false,
2010
2010
  "isPure": false,
@@ -2020,24 +2020,24 @@
2020
2020
  "typeString": "tuple()"
2021
2021
  }
2022
2022
  },
2023
- "id": 62973,
2023
+ "id": 62992,
2024
2024
  "nodeType": "ExpressionStatement",
2025
2025
  "src": "1372:31:128"
2026
2026
  },
2027
2027
  {
2028
2028
  "assignments": [
2029
- 62975,
2030
- 62977
2029
+ 62994,
2030
+ 62996
2031
2031
  ],
2032
2032
  "declarations": [
2033
2033
  {
2034
2034
  "constant": false,
2035
- "id": 62975,
2035
+ "id": 62994,
2036
2036
  "mutability": "mutable",
2037
2037
  "name": "success",
2038
2038
  "nameLocation": "1440:7:128",
2039
2039
  "nodeType": "VariableDeclaration",
2040
- "scope": 63028,
2040
+ "scope": 63047,
2041
2041
  "src": "1435:12:128",
2042
2042
  "stateVariable": false,
2043
2043
  "storageLocation": "default",
@@ -2046,7 +2046,7 @@
2046
2046
  "typeString": "bool"
2047
2047
  },
2048
2048
  "typeName": {
2049
- "id": 62974,
2049
+ "id": 62993,
2050
2050
  "name": "bool",
2051
2051
  "nodeType": "ElementaryTypeName",
2052
2052
  "src": "1435:4:128",
@@ -2059,12 +2059,12 @@
2059
2059
  },
2060
2060
  {
2061
2061
  "constant": false,
2062
- "id": 62977,
2062
+ "id": 62996,
2063
2063
  "mutability": "mutable",
2064
2064
  "name": "returnData",
2065
2065
  "nameLocation": "1462:10:128",
2066
2066
  "nodeType": "VariableDeclaration",
2067
- "scope": 63028,
2067
+ "scope": 63047,
2068
2068
  "src": "1449:23:128",
2069
2069
  "stateVariable": false,
2070
2070
  "storageLocation": "memory",
@@ -2073,7 +2073,7 @@
2073
2073
  "typeString": "bytes"
2074
2074
  },
2075
2075
  "typeName": {
2076
- "id": 62976,
2076
+ "id": 62995,
2077
2077
  "name": "bytes",
2078
2078
  "nodeType": "ElementaryTypeName",
2079
2079
  "src": "1449:5:128",
@@ -2085,25 +2085,25 @@
2085
2085
  "visibility": "internal"
2086
2086
  }
2087
2087
  ],
2088
- "id": 62993,
2088
+ "id": 63012,
2089
2089
  "initialValue": {
2090
2090
  "arguments": [
2091
2091
  {
2092
2092
  "arguments": [
2093
2093
  {
2094
2094
  "expression": {
2095
- "id": 62985,
2095
+ "id": 63004,
2096
2096
  "name": "world",
2097
2097
  "nodeType": "Identifier",
2098
2098
  "overloadedDeclarations": [],
2099
- "referencedDeclaration": 62958,
2099
+ "referencedDeclaration": 62977,
2100
2100
  "src": "1526:5:128",
2101
2101
  "typeDescriptions": {
2102
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2102
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2103
2103
  "typeString": "contract IBaseWorld"
2104
2104
  }
2105
2105
  },
2106
- "id": 62986,
2106
+ "id": 63005,
2107
2107
  "isConstant": false,
2108
2108
  "isLValue": false,
2109
2109
  "isPure": false,
@@ -2111,42 +2111,42 @@
2111
2111
  "memberLocation": "1532:14:128",
2112
2112
  "memberName": "registerSystem",
2113
2113
  "nodeType": "MemberAccess",
2114
- "referencedDeclaration": 71055,
2114
+ "referencedDeclaration": 71085,
2115
2115
  "src": "1526:20:128",
2116
2116
  "typeDescriptions": {
2117
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_WorldContextConsumer_$48776_$_t_bool_$returns$__$",
2117
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_WorldContextConsumer_$48795_$_t_bool_$returns$__$",
2118
2118
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2119
2119
  }
2120
2120
  },
2121
2121
  {
2122
2122
  "components": [
2123
2123
  {
2124
- "id": 62987,
2124
+ "id": 63006,
2125
2125
  "name": "CALLBOUND_DELEGATION",
2126
2126
  "nodeType": "Identifier",
2127
2127
  "overloadedDeclarations": [],
2128
- "referencedDeclaration": 63128,
2128
+ "referencedDeclaration": 63147,
2129
2129
  "src": "1549:20:128",
2130
2130
  "typeDescriptions": {
2131
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2131
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2132
2132
  "typeString": "ResourceId"
2133
2133
  }
2134
2134
  },
2135
2135
  {
2136
- "id": 62988,
2136
+ "id": 63007,
2137
2137
  "name": "callboundDelegationControl",
2138
2138
  "nodeType": "Identifier",
2139
2139
  "overloadedDeclarations": [],
2140
- "referencedDeclaration": 62936,
2140
+ "referencedDeclaration": 62955,
2141
2141
  "src": "1571:26:128",
2142
2142
  "typeDescriptions": {
2143
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$62904",
2143
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$62923",
2144
2144
  "typeString": "contract CallboundDelegationControl"
2145
2145
  }
2146
2146
  },
2147
2147
  {
2148
2148
  "hexValue": "74727565",
2149
- "id": 62989,
2149
+ "id": 63008,
2150
2150
  "isConstant": false,
2151
2151
  "isLValue": false,
2152
2152
  "isPure": true,
@@ -2161,7 +2161,7 @@
2161
2161
  "value": "true"
2162
2162
  }
2163
2163
  ],
2164
- "id": 62990,
2164
+ "id": 63009,
2165
2165
  "isConstant": false,
2166
2166
  "isInlineArray": false,
2167
2167
  "isLValue": false,
@@ -2170,7 +2170,7 @@
2170
2170
  "nodeType": "TupleExpression",
2171
2171
  "src": "1548:56:128",
2172
2172
  "typeDescriptions": {
2173
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_CallboundDelegationControl_$62904_$_t_bool_$",
2173
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_CallboundDelegationControl_$62923_$_t_bool_$",
2174
2174
  "typeString": "tuple(ResourceId,contract CallboundDelegationControl,bool)"
2175
2175
  }
2176
2176
  }
@@ -2178,16 +2178,16 @@
2178
2178
  "expression": {
2179
2179
  "argumentTypes": [
2180
2180
  {
2181
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_WorldContextConsumer_$48776_$_t_bool_$returns$__$",
2181
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_WorldContextConsumer_$48795_$_t_bool_$returns$__$",
2182
2182
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2183
2183
  },
2184
2184
  {
2185
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_CallboundDelegationControl_$62904_$_t_bool_$",
2185
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_CallboundDelegationControl_$62923_$_t_bool_$",
2186
2186
  "typeString": "tuple(ResourceId,contract CallboundDelegationControl,bool)"
2187
2187
  }
2188
2188
  ],
2189
2189
  "expression": {
2190
- "id": 62983,
2190
+ "id": 63002,
2191
2191
  "name": "abi",
2192
2192
  "nodeType": "Identifier",
2193
2193
  "overloadedDeclarations": [],
@@ -2198,7 +2198,7 @@
2198
2198
  "typeString": "abi"
2199
2199
  }
2200
2200
  },
2201
- "id": 62984,
2201
+ "id": 63003,
2202
2202
  "isConstant": false,
2203
2203
  "isLValue": false,
2204
2204
  "isPure": true,
@@ -2212,7 +2212,7 @@
2212
2212
  "typeString": "function () pure returns (bytes memory)"
2213
2213
  }
2214
2214
  },
2215
- "id": 62991,
2215
+ "id": 63010,
2216
2216
  "isConstant": false,
2217
2217
  "isLValue": false,
2218
2218
  "isPure": false,
@@ -2239,14 +2239,14 @@
2239
2239
  "expression": {
2240
2240
  "arguments": [
2241
2241
  {
2242
- "id": 62980,
2242
+ "id": 62999,
2243
2243
  "name": "world",
2244
2244
  "nodeType": "Identifier",
2245
2245
  "overloadedDeclarations": [],
2246
- "referencedDeclaration": 62958,
2246
+ "referencedDeclaration": 62977,
2247
2247
  "src": "1484:5:128",
2248
2248
  "typeDescriptions": {
2249
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2249
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2250
2250
  "typeString": "contract IBaseWorld"
2251
2251
  }
2252
2252
  }
@@ -2254,11 +2254,11 @@
2254
2254
  "expression": {
2255
2255
  "argumentTypes": [
2256
2256
  {
2257
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2257
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2258
2258
  "typeString": "contract IBaseWorld"
2259
2259
  }
2260
2260
  ],
2261
- "id": 62979,
2261
+ "id": 62998,
2262
2262
  "isConstant": false,
2263
2263
  "isLValue": false,
2264
2264
  "isPure": true,
@@ -2270,14 +2270,14 @@
2270
2270
  "typeString": "type(address)"
2271
2271
  },
2272
2272
  "typeName": {
2273
- "id": 62978,
2273
+ "id": 62997,
2274
2274
  "name": "address",
2275
2275
  "nodeType": "ElementaryTypeName",
2276
2276
  "src": "1476:7:128",
2277
2277
  "typeDescriptions": {}
2278
2278
  }
2279
2279
  },
2280
- "id": 62981,
2280
+ "id": 63000,
2281
2281
  "isConstant": false,
2282
2282
  "isLValue": false,
2283
2283
  "isPure": false,
@@ -2293,7 +2293,7 @@
2293
2293
  "typeString": "address"
2294
2294
  }
2295
2295
  },
2296
- "id": 62982,
2296
+ "id": 63001,
2297
2297
  "isConstant": false,
2298
2298
  "isLValue": false,
2299
2299
  "isPure": false,
@@ -2307,7 +2307,7 @@
2307
2307
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2308
2308
  }
2309
2309
  },
2310
- "id": 62992,
2310
+ "id": 63011,
2311
2311
  "isConstant": false,
2312
2312
  "isLValue": false,
2313
2313
  "isPure": false,
@@ -2328,7 +2328,7 @@
2328
2328
  },
2329
2329
  {
2330
2330
  "condition": {
2331
- "id": 62995,
2331
+ "id": 63014,
2332
2332
  "isConstant": false,
2333
2333
  "isLValue": false,
2334
2334
  "isPure": false,
@@ -2338,11 +2338,11 @@
2338
2338
  "prefix": true,
2339
2339
  "src": "1621:8:128",
2340
2340
  "subExpression": {
2341
- "id": 62994,
2341
+ "id": 63013,
2342
2342
  "name": "success",
2343
2343
  "nodeType": "Identifier",
2344
2344
  "overloadedDeclarations": [],
2345
- "referencedDeclaration": 62975,
2345
+ "referencedDeclaration": 62994,
2346
2346
  "src": "1622:7:128",
2347
2347
  "typeDescriptions": {
2348
2348
  "typeIdentifier": "t_bool",
@@ -2354,18 +2354,18 @@
2354
2354
  "typeString": "bool"
2355
2355
  }
2356
2356
  },
2357
- "id": 63000,
2357
+ "id": 63019,
2358
2358
  "nodeType": "IfStatement",
2359
2359
  "src": "1617:41:128",
2360
2360
  "trueBody": {
2361
2361
  "expression": {
2362
2362
  "arguments": [
2363
2363
  {
2364
- "id": 62997,
2364
+ "id": 63016,
2365
2365
  "name": "returnData",
2366
2366
  "nodeType": "Identifier",
2367
2367
  "overloadedDeclarations": [],
2368
- "referencedDeclaration": 62977,
2368
+ "referencedDeclaration": 62996,
2369
2369
  "src": "1647:10:128",
2370
2370
  "typeDescriptions": {
2371
2371
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2380,18 +2380,18 @@
2380
2380
  "typeString": "bytes memory"
2381
2381
  }
2382
2382
  ],
2383
- "id": 62996,
2383
+ "id": 63015,
2384
2384
  "name": "revertWithBytes",
2385
2385
  "nodeType": "Identifier",
2386
2386
  "overloadedDeclarations": [],
2387
- "referencedDeclaration": 49373,
2387
+ "referencedDeclaration": 49392,
2388
2388
  "src": "1631:15:128",
2389
2389
  "typeDescriptions": {
2390
2390
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2391
2391
  "typeString": "function (bytes memory) pure"
2392
2392
  }
2393
2393
  },
2394
- "id": 62998,
2394
+ "id": 63017,
2395
2395
  "isConstant": false,
2396
2396
  "isLValue": false,
2397
2397
  "isPure": false,
@@ -2407,14 +2407,14 @@
2407
2407
  "typeString": "tuple()"
2408
2408
  }
2409
2409
  },
2410
- "id": 62999,
2410
+ "id": 63018,
2411
2411
  "nodeType": "ExpressionStatement",
2412
2412
  "src": "1631:27:128"
2413
2413
  }
2414
2414
  },
2415
2415
  {
2416
2416
  "expression": {
2417
- "id": 63019,
2417
+ "id": 63038,
2418
2418
  "isConstant": false,
2419
2419
  "isLValue": false,
2420
2420
  "isPure": false,
@@ -2422,11 +2422,11 @@
2422
2422
  "leftHandSide": {
2423
2423
  "components": [
2424
2424
  {
2425
- "id": 63001,
2425
+ "id": 63020,
2426
2426
  "name": "success",
2427
2427
  "nodeType": "Identifier",
2428
2428
  "overloadedDeclarations": [],
2429
- "referencedDeclaration": 62975,
2429
+ "referencedDeclaration": 62994,
2430
2430
  "src": "1666:7:128",
2431
2431
  "typeDescriptions": {
2432
2432
  "typeIdentifier": "t_bool",
@@ -2434,11 +2434,11 @@
2434
2434
  }
2435
2435
  },
2436
2436
  {
2437
- "id": 63002,
2437
+ "id": 63021,
2438
2438
  "name": "returnData",
2439
2439
  "nodeType": "Identifier",
2440
2440
  "overloadedDeclarations": [],
2441
- "referencedDeclaration": 62977,
2441
+ "referencedDeclaration": 62996,
2442
2442
  "src": "1675:10:128",
2443
2443
  "typeDescriptions": {
2444
2444
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2446,7 +2446,7 @@
2446
2446
  }
2447
2447
  }
2448
2448
  ],
2449
- "id": 63003,
2449
+ "id": 63022,
2450
2450
  "isConstant": false,
2451
2451
  "isInlineArray": false,
2452
2452
  "isLValue": true,
@@ -2467,18 +2467,18 @@
2467
2467
  "arguments": [
2468
2468
  {
2469
2469
  "expression": {
2470
- "id": 63011,
2470
+ "id": 63030,
2471
2471
  "name": "world",
2472
2472
  "nodeType": "Identifier",
2473
2473
  "overloadedDeclarations": [],
2474
- "referencedDeclaration": 62958,
2474
+ "referencedDeclaration": 62977,
2475
2475
  "src": "1739:5:128",
2476
2476
  "typeDescriptions": {
2477
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2477
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2478
2478
  "typeString": "contract IBaseWorld"
2479
2479
  }
2480
2480
  },
2481
- "id": 63012,
2481
+ "id": 63031,
2482
2482
  "isConstant": false,
2483
2483
  "isLValue": false,
2484
2484
  "isPure": false,
@@ -2486,42 +2486,42 @@
2486
2486
  "memberLocation": "1745:14:128",
2487
2487
  "memberName": "registerSystem",
2488
2488
  "nodeType": "MemberAccess",
2489
- "referencedDeclaration": 71055,
2489
+ "referencedDeclaration": 71085,
2490
2490
  "src": "1739:20:128",
2491
2491
  "typeDescriptions": {
2492
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_WorldContextConsumer_$48776_$_t_bool_$returns$__$",
2492
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_WorldContextConsumer_$48795_$_t_bool_$returns$__$",
2493
2493
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2494
2494
  }
2495
2495
  },
2496
2496
  {
2497
2497
  "components": [
2498
2498
  {
2499
- "id": 63013,
2499
+ "id": 63032,
2500
2500
  "name": "TIMEBOUND_DELEGATION",
2501
2501
  "nodeType": "Identifier",
2502
2502
  "overloadedDeclarations": [],
2503
- "referencedDeclaration": 63146,
2503
+ "referencedDeclaration": 63165,
2504
2504
  "src": "1762:20:128",
2505
2505
  "typeDescriptions": {
2506
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2506
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2507
2507
  "typeString": "ResourceId"
2508
2508
  }
2509
2509
  },
2510
2510
  {
2511
- "id": 63014,
2511
+ "id": 63033,
2512
2512
  "name": "timeboundDelegationControl",
2513
2513
  "nodeType": "Identifier",
2514
2514
  "overloadedDeclarations": [],
2515
- "referencedDeclaration": 62943,
2515
+ "referencedDeclaration": 62962,
2516
2516
  "src": "1784:26:128",
2517
2517
  "typeDescriptions": {
2518
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63096",
2518
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$63115",
2519
2519
  "typeString": "contract TimeboundDelegationControl"
2520
2520
  }
2521
2521
  },
2522
2522
  {
2523
2523
  "hexValue": "74727565",
2524
- "id": 63015,
2524
+ "id": 63034,
2525
2525
  "isConstant": false,
2526
2526
  "isLValue": false,
2527
2527
  "isPure": true,
@@ -2536,7 +2536,7 @@
2536
2536
  "value": "true"
2537
2537
  }
2538
2538
  ],
2539
- "id": 63016,
2539
+ "id": 63035,
2540
2540
  "isConstant": false,
2541
2541
  "isInlineArray": false,
2542
2542
  "isLValue": false,
@@ -2545,7 +2545,7 @@
2545
2545
  "nodeType": "TupleExpression",
2546
2546
  "src": "1761:56:128",
2547
2547
  "typeDescriptions": {
2548
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_TimeboundDelegationControl_$63096_$_t_bool_$",
2548
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_TimeboundDelegationControl_$63115_$_t_bool_$",
2549
2549
  "typeString": "tuple(ResourceId,contract TimeboundDelegationControl,bool)"
2550
2550
  }
2551
2551
  }
@@ -2553,16 +2553,16 @@
2553
2553
  "expression": {
2554
2554
  "argumentTypes": [
2555
2555
  {
2556
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_WorldContextConsumer_$48776_$_t_bool_$returns$__$",
2556
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_WorldContextConsumer_$48795_$_t_bool_$returns$__$",
2557
2557
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2558
2558
  },
2559
2559
  {
2560
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_TimeboundDelegationControl_$63096_$_t_bool_$",
2560
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_TimeboundDelegationControl_$63115_$_t_bool_$",
2561
2561
  "typeString": "tuple(ResourceId,contract TimeboundDelegationControl,bool)"
2562
2562
  }
2563
2563
  ],
2564
2564
  "expression": {
2565
- "id": 63009,
2565
+ "id": 63028,
2566
2566
  "name": "abi",
2567
2567
  "nodeType": "Identifier",
2568
2568
  "overloadedDeclarations": [],
@@ -2573,7 +2573,7 @@
2573
2573
  "typeString": "abi"
2574
2574
  }
2575
2575
  },
2576
- "id": 63010,
2576
+ "id": 63029,
2577
2577
  "isConstant": false,
2578
2578
  "isLValue": false,
2579
2579
  "isPure": true,
@@ -2587,7 +2587,7 @@
2587
2587
  "typeString": "function () pure returns (bytes memory)"
2588
2588
  }
2589
2589
  },
2590
- "id": 63017,
2590
+ "id": 63036,
2591
2591
  "isConstant": false,
2592
2592
  "isLValue": false,
2593
2593
  "isPure": false,
@@ -2614,14 +2614,14 @@
2614
2614
  "expression": {
2615
2615
  "arguments": [
2616
2616
  {
2617
- "id": 63006,
2617
+ "id": 63025,
2618
2618
  "name": "world",
2619
2619
  "nodeType": "Identifier",
2620
2620
  "overloadedDeclarations": [],
2621
- "referencedDeclaration": 62958,
2621
+ "referencedDeclaration": 62977,
2622
2622
  "src": "1697:5:128",
2623
2623
  "typeDescriptions": {
2624
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2624
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2625
2625
  "typeString": "contract IBaseWorld"
2626
2626
  }
2627
2627
  }
@@ -2629,11 +2629,11 @@
2629
2629
  "expression": {
2630
2630
  "argumentTypes": [
2631
2631
  {
2632
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2632
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2633
2633
  "typeString": "contract IBaseWorld"
2634
2634
  }
2635
2635
  ],
2636
- "id": 63005,
2636
+ "id": 63024,
2637
2637
  "isConstant": false,
2638
2638
  "isLValue": false,
2639
2639
  "isPure": true,
@@ -2645,14 +2645,14 @@
2645
2645
  "typeString": "type(address)"
2646
2646
  },
2647
2647
  "typeName": {
2648
- "id": 63004,
2648
+ "id": 63023,
2649
2649
  "name": "address",
2650
2650
  "nodeType": "ElementaryTypeName",
2651
2651
  "src": "1689:7:128",
2652
2652
  "typeDescriptions": {}
2653
2653
  }
2654
2654
  },
2655
- "id": 63007,
2655
+ "id": 63026,
2656
2656
  "isConstant": false,
2657
2657
  "isLValue": false,
2658
2658
  "isPure": false,
@@ -2668,7 +2668,7 @@
2668
2668
  "typeString": "address"
2669
2669
  }
2670
2670
  },
2671
- "id": 63008,
2671
+ "id": 63027,
2672
2672
  "isConstant": false,
2673
2673
  "isLValue": false,
2674
2674
  "isPure": false,
@@ -2682,7 +2682,7 @@
2682
2682
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2683
2683
  }
2684
2684
  },
2685
- "id": 63018,
2685
+ "id": 63037,
2686
2686
  "isConstant": false,
2687
2687
  "isLValue": false,
2688
2688
  "isPure": false,
@@ -2704,13 +2704,13 @@
2704
2704
  "typeString": "tuple()"
2705
2705
  }
2706
2706
  },
2707
- "id": 63020,
2707
+ "id": 63039,
2708
2708
  "nodeType": "ExpressionStatement",
2709
2709
  "src": "1665:159:128"
2710
2710
  },
2711
2711
  {
2712
2712
  "condition": {
2713
- "id": 63022,
2713
+ "id": 63041,
2714
2714
  "isConstant": false,
2715
2715
  "isLValue": false,
2716
2716
  "isPure": false,
@@ -2720,11 +2720,11 @@
2720
2720
  "prefix": true,
2721
2721
  "src": "1834:8:128",
2722
2722
  "subExpression": {
2723
- "id": 63021,
2723
+ "id": 63040,
2724
2724
  "name": "success",
2725
2725
  "nodeType": "Identifier",
2726
2726
  "overloadedDeclarations": [],
2727
- "referencedDeclaration": 62975,
2727
+ "referencedDeclaration": 62994,
2728
2728
  "src": "1835:7:128",
2729
2729
  "typeDescriptions": {
2730
2730
  "typeIdentifier": "t_bool",
@@ -2736,18 +2736,18 @@
2736
2736
  "typeString": "bool"
2737
2737
  }
2738
2738
  },
2739
- "id": 63027,
2739
+ "id": 63046,
2740
2740
  "nodeType": "IfStatement",
2741
2741
  "src": "1830:41:128",
2742
2742
  "trueBody": {
2743
2743
  "expression": {
2744
2744
  "arguments": [
2745
2745
  {
2746
- "id": 63024,
2746
+ "id": 63043,
2747
2747
  "name": "returnData",
2748
2748
  "nodeType": "Identifier",
2749
2749
  "overloadedDeclarations": [],
2750
- "referencedDeclaration": 62977,
2750
+ "referencedDeclaration": 62996,
2751
2751
  "src": "1860:10:128",
2752
2752
  "typeDescriptions": {
2753
2753
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2762,18 +2762,18 @@
2762
2762
  "typeString": "bytes memory"
2763
2763
  }
2764
2764
  ],
2765
- "id": 63023,
2765
+ "id": 63042,
2766
2766
  "name": "revertWithBytes",
2767
2767
  "nodeType": "Identifier",
2768
2768
  "overloadedDeclarations": [],
2769
- "referencedDeclaration": 49373,
2769
+ "referencedDeclaration": 49392,
2770
2770
  "src": "1844:15:128",
2771
2771
  "typeDescriptions": {
2772
2772
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2773
2773
  "typeString": "function (bytes memory) pure"
2774
2774
  }
2775
2775
  },
2776
- "id": 63025,
2776
+ "id": 63044,
2777
2777
  "isConstant": false,
2778
2778
  "isLValue": false,
2779
2779
  "isPure": false,
@@ -2789,7 +2789,7 @@
2789
2789
  "typeString": "tuple()"
2790
2790
  }
2791
2791
  },
2792
- "id": 63026,
2792
+ "id": 63045,
2793
2793
  "nodeType": "ExpressionStatement",
2794
2794
  "src": "1844:27:128"
2795
2795
  }
@@ -2797,7 +2797,7 @@
2797
2797
  ]
2798
2798
  },
2799
2799
  "baseFunctions": [
2800
- 70917
2800
+ 70936
2801
2801
  ],
2802
2802
  "functionSelector": "7c5b0335",
2803
2803
  "implemented": true,
@@ -2806,17 +2806,17 @@
2806
2806
  "name": "installRoot",
2807
2807
  "nameLocation": "1227:11:128",
2808
2808
  "parameters": {
2809
- "id": 62954,
2809
+ "id": 62973,
2810
2810
  "nodeType": "ParameterList",
2811
2811
  "parameters": [
2812
2812
  {
2813
2813
  "constant": false,
2814
- "id": 62953,
2814
+ "id": 62972,
2815
2815
  "mutability": "mutable",
2816
2816
  "name": "",
2817
2817
  "nameLocation": "-1:-1:-1",
2818
2818
  "nodeType": "VariableDeclaration",
2819
- "scope": 63029,
2819
+ "scope": 63048,
2820
2820
  "src": "1239:12:128",
2821
2821
  "stateVariable": false,
2822
2822
  "storageLocation": "memory",
@@ -2825,7 +2825,7 @@
2825
2825
  "typeString": "bytes"
2826
2826
  },
2827
2827
  "typeName": {
2828
- "id": 62952,
2828
+ "id": 62971,
2829
2829
  "name": "bytes",
2830
2830
  "nodeType": "ElementaryTypeName",
2831
2831
  "src": "1239:5:128",
@@ -2840,23 +2840,23 @@
2840
2840
  "src": "1238:14:128"
2841
2841
  },
2842
2842
  "returnParameters": {
2843
- "id": 62955,
2843
+ "id": 62974,
2844
2844
  "nodeType": "ParameterList",
2845
2845
  "parameters": [],
2846
2846
  "src": "1260:0:128"
2847
2847
  },
2848
- "scope": 63039,
2848
+ "scope": 63058,
2849
2849
  "stateMutability": "nonpayable",
2850
2850
  "virtual": false,
2851
2851
  "visibility": "public"
2852
2852
  },
2853
2853
  {
2854
- "id": 63038,
2854
+ "id": 63057,
2855
2855
  "nodeType": "FunctionDefinition",
2856
2856
  "src": "1880:96:128",
2857
2857
  "nodes": [],
2858
2858
  "body": {
2859
- "id": 63037,
2859
+ "id": 63056,
2860
2860
  "nodeType": "Block",
2861
2861
  "src": "1923:53:128",
2862
2862
  "nodes": [],
@@ -2866,18 +2866,18 @@
2866
2866
  "arguments": [],
2867
2867
  "expression": {
2868
2868
  "argumentTypes": [],
2869
- "id": 63034,
2869
+ "id": 63053,
2870
2870
  "name": "Module_NonRootInstallNotSupported",
2871
2871
  "nodeType": "Identifier",
2872
2872
  "overloadedDeclarations": [],
2873
- "referencedDeclaration": 70905,
2873
+ "referencedDeclaration": 70924,
2874
2874
  "src": "1936:33:128",
2875
2875
  "typeDescriptions": {
2876
2876
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2877
2877
  "typeString": "function () pure"
2878
2878
  }
2879
2879
  },
2880
- "id": 63035,
2880
+ "id": 63054,
2881
2881
  "isConstant": false,
2882
2882
  "isLValue": false,
2883
2883
  "isPure": false,
@@ -2893,14 +2893,14 @@
2893
2893
  "typeString": "tuple()"
2894
2894
  }
2895
2895
  },
2896
- "id": 63036,
2896
+ "id": 63055,
2897
2897
  "nodeType": "RevertStatement",
2898
2898
  "src": "1929:42:128"
2899
2899
  }
2900
2900
  ]
2901
2901
  },
2902
2902
  "baseFunctions": [
2903
- 70923
2903
+ 70942
2904
2904
  ],
2905
2905
  "functionSelector": "13861fb5",
2906
2906
  "implemented": true,
@@ -2909,17 +2909,17 @@
2909
2909
  "name": "install",
2910
2910
  "nameLocation": "1889:7:128",
2911
2911
  "parameters": {
2912
- "id": 63032,
2912
+ "id": 63051,
2913
2913
  "nodeType": "ParameterList",
2914
2914
  "parameters": [
2915
2915
  {
2916
2916
  "constant": false,
2917
- "id": 63031,
2917
+ "id": 63050,
2918
2918
  "mutability": "mutable",
2919
2919
  "name": "",
2920
2920
  "nameLocation": "-1:-1:-1",
2921
2921
  "nodeType": "VariableDeclaration",
2922
- "scope": 63038,
2922
+ "scope": 63057,
2923
2923
  "src": "1897:12:128",
2924
2924
  "stateVariable": false,
2925
2925
  "storageLocation": "memory",
@@ -2928,7 +2928,7 @@
2928
2928
  "typeString": "bytes"
2929
2929
  },
2930
2930
  "typeName": {
2931
- "id": 63030,
2931
+ "id": 63049,
2932
2932
  "name": "bytes",
2933
2933
  "nodeType": "ElementaryTypeName",
2934
2934
  "src": "1897:5:128",
@@ -2943,12 +2943,12 @@
2943
2943
  "src": "1896:14:128"
2944
2944
  },
2945
2945
  "returnParameters": {
2946
- "id": 63033,
2946
+ "id": 63052,
2947
2947
  "nodeType": "ParameterList",
2948
2948
  "parameters": [],
2949
2949
  "src": "1923:0:128"
2950
2950
  },
2951
- "scope": 63039,
2951
+ "scope": 63058,
2952
2952
  "stateMutability": "pure",
2953
2953
  "virtual": false,
2954
2954
  "visibility": "public"
@@ -2958,62 +2958,62 @@
2958
2958
  "baseContracts": [
2959
2959
  {
2960
2960
  "baseName": {
2961
- "id": 62928,
2961
+ "id": 62947,
2962
2962
  "name": "Module",
2963
2963
  "nameLocations": [
2964
2964
  "904:6:128"
2965
2965
  ],
2966
2966
  "nodeType": "IdentifierPath",
2967
- "referencedDeclaration": 48698,
2967
+ "referencedDeclaration": 48717,
2968
2968
  "src": "904:6:128"
2969
2969
  },
2970
- "id": 62929,
2970
+ "id": 62948,
2971
2971
  "nodeType": "InheritanceSpecifier",
2972
2972
  "src": "904:6:128"
2973
2973
  }
2974
2974
  ],
2975
2975
  "canonicalName": "StandardDelegationsModule",
2976
2976
  "contractDependencies": [
2977
- 62904,
2978
- 63096
2977
+ 62923,
2978
+ 63115
2979
2979
  ],
2980
2980
  "contractKind": "contract",
2981
2981
  "documentation": {
2982
- "id": 62927,
2982
+ "id": 62946,
2983
2983
  "nodeType": "StructuredDocumentation",
2984
2984
  "src": "761:104:128",
2985
2985
  "text": " This module registers tables and delegation control systems required for standard delegations"
2986
2986
  },
2987
2987
  "fullyImplemented": true,
2988
2988
  "linearizedBaseContracts": [
2989
- 63039,
2990
- 48698,
2991
- 48776,
2992
- 70879,
2993
- 70924,
2994
- 70841
2989
+ 63058,
2990
+ 48717,
2991
+ 48795,
2992
+ 70898,
2993
+ 70943,
2994
+ 70860
2995
2995
  ],
2996
2996
  "name": "StandardDelegationsModule",
2997
2997
  "nameLocation": "875:25:128",
2998
- "scope": 63040,
2998
+ "scope": 63059,
2999
2999
  "usedErrors": [
3000
- 34814,
3001
- 34816,
3002
- 34818,
3003
- 36450,
3004
- 36452,
3005
- 36931,
3006
- 67596,
3007
- 67612,
3008
- 67630,
3009
- 67636,
3010
- 67642,
3011
- 70903,
3012
- 70905
3000
+ 34833,
3001
+ 34835,
3002
+ 34837,
3003
+ 36469,
3004
+ 36471,
3005
+ 36950,
3006
+ 67615,
3007
+ 67631,
3008
+ 67649,
3009
+ 67655,
3010
+ 67661,
3011
+ 70922,
3012
+ 70924
3013
3013
  ],
3014
3014
  "usedEvents": [
3015
- 37232,
3016
- 37244
3015
+ 37251,
3016
+ 37263
3017
3017
  ]
3018
3018
  }
3019
3019
  ],