@latticexyz/world-modules 2.0.0-main-a38a9f25 → 2.0.0-main-cf2104eb

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 (84) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +85 -85
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  8. package/out/IBaseWorld.sol/IBaseWorld.json +60 -60
  9. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +19 -19
  10. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  11. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  12. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  13. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  14. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  15. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  16. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  17. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
  18. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  19. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  20. package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
  21. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  22. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
  23. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
  24. package/out/Module.sol/Module.json +75 -75
  25. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  26. package/out/Schema.sol/SchemaInstance.json +30 -30
  27. package/out/Schema.sol/SchemaLib.json +30 -30
  28. package/out/SchemaType.sol/SchemaType.json +276 -276
  29. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
  30. package/out/StoreHook.sol/StoreHook.json +368 -368
  31. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  32. package/out/System.sol/System.json +19 -19
  33. package/out/Tables.sol/Tables.json +73 -73
  34. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  35. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  36. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  37. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
  38. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  39. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  40. package/out/WorldContext.sol/WorldContextConsumer.json +11 -11
  41. package/out/WorldContext.sol/WorldContextProvider.json +11 -11
  42. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +96 -96
  43. package/out/WorldResourceId.sol/WorldResourceIdLib.json +96 -96
  44. package/out/constants.sol/constants.json +35 -35
  45. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  46. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  47. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  48. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  49. package/out/hasKey.sol/hasKey.json +130 -130
  50. package/out/index.sol/index.json +53 -53
  51. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +124 -124
  52. package/out/query.sol/query.json +1154 -1154
  53. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  54. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  55. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  56. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  57. package/out/src/IStore.sol/IStore.json +52 -52
  58. package/out/src/IWorldKernel.sol/IWorldCall.json +150 -150
  59. package/out/src/IWorldKernel.sol/IWorldKernel.json +150 -150
  60. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +150 -150
  61. package/out/src/Memory.sol/Memory.json +91 -91
  62. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  63. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  64. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  65. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  66. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  67. package/out/src/Schema.sol/SchemaLib.json +790 -790
  68. package/out/src/Slice.sol/SliceInstance.json +430 -430
  69. package/out/src/Slice.sol/SliceLib.json +430 -430
  70. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  71. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  72. package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
  73. package/out/src/WorldContext.sol/WorldContextConsumer.json +363 -363
  74. package/out/src/WorldContext.sol/WorldContextProvider.json +363 -363
  75. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  76. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  77. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  78. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  79. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  80. package/out/tables/Tables.sol/Tables.json +7288 -7288
  81. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  82. package/out/types.sol/types.json +72 -60
  83. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  84. package/package.json +8 -8
@@ -329,13 +329,13 @@
329
329
  "sourceMap": "866:1112:128:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;754:220:95;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;754:220:95;;;;;;;;1151:379:97;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;1151:379:97;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;1771:212:97;;;-1:-1:-1;;1953:14:97;1949:23;1936:37;2349:25:139;;2337:2;2322:18;1771:212:97;2203:177:139;1218:658:128;;;;;;:::i;:::-;;:::i;2199:95:97:-;;;:::i;754:220:95:-;878:4;897:34;;;360:110:90;897:34:95;;:72;;-1:-1:-1;935:34:95;;;188::89;935::95;897:72;890:79;754:220;-1:-1:-1;;754:220:95:o;1151:379:97:-;1433:34;1437:14;1433:34;1420:48;1416:2;1412:57;;1480:45;;-1:-1:-1;1515:10:97;1480:45;1151: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;2199:95:97:-;2238:7;2260:29;:27;:29::i;:::-;2253:36;;2199: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;501:217:108:-;704:6;698:13;691:4;683:6;679:17;672:40;1766:227:73;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:73: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;5574:520:73:-;5777:21;5801:17;:15;:17::i;:::-;5777:41;-1:-1:-1;5853:4:73;5828:30;;;;5824:266;;5868:91;5892:7;5901:11;5914:9;5925:11;5938:8;5948:10;5868:23;:91::i;:::-;5824:266;;;5980:103;;;;;:35;;;;;;:103;;6016:7;;6025:11;;6038:9;;6049:11;;6062:8;;6072:10;;5980:103;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5824:266;5771:323;5574: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;1247:2059:68:-;1315:6;647:2:79;1333:7:68;:14;:33;1329:85;;;1399:7;:14;1375:39;;-1:-1:-1;;;1375:39:68;;;;;;2349:25:139;;2337:2;2322:18;;2203:177;1375:39:68;;;;;;;;1329:85;1420:14;;;;1621:956;1645:7;:14;1641:1;:18;1621:956;;;1671:24;1698:32;:7;1706:1;1698:10;;;;;;;;:::i;:::-;;;;;;;:30;;;;;;;;:::i;:::-;;:32::i;:::-;1671:59;;1743:16;1763:1;1743:21;1739:404;;1928:15;;;;;1739:404;;;1972:17;;1968:175;;2096:38;;;;;;;;;;;;;;1968:175;2269:16;2254:31;;;;537:1:79;2531::68;2527;437:2:79;2509:19:68;:23;2508:40;2492:7;2500:1;2492:10;;;;;;;;:::i;:::-;;;;;;;2484:19;;;;;;;;:::i;:::-;:65;;2474:75;;;;;-1:-1:-1;2559:3:68;;1621:956;;;;902:1:79;2621:13:68;:34;2617:85;;;2664:38;;-1:-1:-1;;;2664:38:68;;;;;2349:25:139;;;2322:18;;2664:38:68;2203:177:139;2617:85:68;2802:14;;:30;;;537:1:79;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;3090:41:68;;;3080:51;;;;;537:1:79;1425;1409:13;1421:1;334:2;1409:13;:::i;:::-;:17;;;;:::i;:::-;1408:34;;;;:::i;:::-;3147:47:68;;;3137:57;;;;;537:1:79;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;3210:49:68;;;;3200:59;;;;;1247:2059;-1:-1:-1;;;;1247:2059:68:o;4485:1764:71:-;-1:-1:-1;;;4745:7:71;:35;;;;;;:83;;-1:-1:-1;4805:23:71;4784:7;:44;;;;4745:83;4741:209;;;-1:-1:-1;;;4900:7:71;4933;4916:25;;;;;;7636:19:139;;7680:2;7671:12;;7475:214;4916:25:71;;;;-1:-1:-1;;4916:25:71;;;;;;;;;;4845:98;;;;;;;;;;:::i;4741:209::-;4996:43;:11;5031:5;4996:20;:43::i;:::-;5080:40;:9;5113:4;5080:18;:40::i;:::-;5126:43;:11;5161:5;5126:20;:43::i;:::-;1576:38:79;5165:60:68;;;1408:34:79;5088:59:68;;;5082:144;5067:159;;5257:8:71;:15;:40;5253:148;;1576:38:79;5165:60:68;;;1408:34:79;5088:59:68;;;5082:144;5067:159;;5378:15:71;;5314:80;;;;;;;;8338:25:139;;;;8379:18;;;8372:34;8311:18;;5314:80:71;8164:248:139;5253:148:71;1576:38:79;5165:60:68;;;1408:34:79;5088:59:68;;;5082:144;5067:159;;5451:10:71;:17;:44;5447:158;;1576:38:79;5165:60:68;;;1408:34:79;5088:59:68;;;5082:144;5067:159;;5580:17:71;;5512:86;;;;;;;;8338:25:139;;;;8379:18;;;8372:34;8311:18;;5512:86:71;8164:248:139;5447:158:71;1576:38:79;5165:60:68;;;1408:34:79;5088:59:68;;;5082:144;5067:159;;1576:38:79;5165:60:68;;;1408:34:79;5088:59:68;;;5082:144;5067:159;;5662:50:71;5658:171;;1576:38:79;5165:60:68;;;1408:34:79;5088:59:68;;;5082:144;5067:159;;1576:38:79;5165:60:68;;;1408:34:79;5088:59:68;;;5082:144;5067:159;;5729:93:71;;;;;;;;8338:25:139;;;;8379:18;;;8372:34;8311:18;;5729:93:71;8164:248:139;5658:171:71;5891:31;5914:7;5891:22;:31::i;:::-;5887:140;;;5977:7;6010;5993:25;;;;;;7636:19:139;;7680:2;7671:12;;7475:214;5993:25:71;;;;-1:-1:-1;;5993:25:71;;;;;;;;;;5939:81;;;;;;;;;:::i;5887:140::-;6068:103;6080:7;6089:11;6102:9;6113:11;6137:8;6126:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;6159:10;6148:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;6068:11;:103::i;:::-;6207:37;6230:7;6239:4;6207:22;:37::i;:::-;4485: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;;902:1:79;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;;647:2:79;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;;;537:1:79;2928:44:54;2894:79;;;2881:93;5145:24;5206:21;;;5202:230;;5246:50;;;;;;;;;;;;;;5202:230;334:2:79;5315:16:54;:28;5311:121;;;5362:61;;;;;;;;;;;;;;5311:121;-1:-1:-1;5459:3:54;;5097:380;;5689:1683:68;5796:10;5795:11;:31;;;;-1:-1:-1;4230:45:54;;5810:16:68;5791:80;;;5835:36;;-1:-1:-1;;;5835:36:68;;5869:1;5835:36;;;2349:25:139;2322:18;;5835:36:68;2203:177:139;5791:80:68;5934:25;5962;:6;:23;:25::i;:::-;5934:53;;902:1:79;5997:17:68;:38;5993:103;;;6044:52;;-1:-1:-1;;;6044:52:68;;;;;2349:25:139;;;2322:18;;6044:52:68;2203:177:139;5993:103:68;6103:24;6130;:6;:22;:24::i;:::-;6103:51;-1:-1:-1;6224:23:68;6250:36;6269:17;6103:51;6250:36;:::i;:::-;6224:62;;647:2:79;6296:15:68;:34;6292:97;;;6339:50;;-1:-1:-1;;;6339:50:68;;;;;2349:25:139;;;2322:18;;6339:50:68;2203:177:139;6292:97:68;6448:25;6479:26;6516:9;6511:551;6531:15;6527:1;:19;6511:551;;;6604:1;6562:39;:17;:6;6577:1;6562:14;:17::i;:::-;:37;;;;;;;;:::i;:39::-;:43;6558:459;;;6666:16;6661:1;:21;6657:82;;6691:48;;;;;;;;;;;;;;6657:82;6771:19;;;;;6558:459;;;6873:16;6869:1;:20;6865:81;;;6898:48;;;;;;;;;;;;;;6865:81;6978:20;;;;;6558:459;7044:3;;6511:551;;;;7135:16;7114:17;:37;7110:102;;7160:52;;-1:-1:-1;;;7160:52:68;;;;;2349:25:139;;;2322:18;;7160:52:68;2203:177:139;7110:102:68;7288:17;7266:18;:39;7262:105;;7314:53;;-1:-1:-1;;;7314:53:68;;;;;2349:25:139;;;2322:18;;7314:53:68;2203:177:139;3325:314:76;3439:16;;;3453:1;3439:16;;;;;;;;;3391:11;;;;3439:16;;;;;;;;;;;;-1:-1:-1;3439:16:76;3410:45;;3494:10;3461:9;3471:1;3461:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:76;;;2568:92:139;-1:-1:-1;;;2676:11:139;;;2669:100;1098:22:76;2785:12:139;;;2778:101;1047:74:76;;;;;;;;;;2895:12:139;;1047:74:76;;-1:-1:-1;;3528:62:76;;1039:83;;;:::i;:::-;3563:9;3574:1;1234:66;3528:24;:62::i;:::-;3512:78;;3604:29;3625:5;3612:20;;1596:10:67;1487:126;3604:29:76;3596:38;3325:314;-1:-1:-1;;;;3325:314:76:o;28703:676:78:-;34746:53;;;;;;9830:19:139;;;9865:12;;;9858:28;;;34719:12:78;9902::139;;;9895:28;;;34746:53:78;;;;;;;;;;9939:12:139;;;;34746:53:78;;;28994:29;29026:55;29040:18;29060:20;29026:13;:55::i;:::-;28994:87;;29087:25;29115:55;29129:18;29149:20;29115:13;:55::i;:::-;29206:16;;;29220:1;29206:16;;;;;;;;;29087:83;;-1:-1:-1;29177:26:78;;29206:16;;;;;;;;;;;;-1:-1:-1;29206:16:78;29177:45;;29261:7;29228:9;29238:1;29228:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1147:69;;;-1:-1:-1;;;1147:69:78;;;2568:92:139;-1:-1:-1;;;2676:11:139;;;2669:100;1198:17:78;2785:12:139;;;2778:101;1147:69:78;;;;;;;;;;2895:12:139;;1147:69:78;;29276:98;;1139:78;;;:::i;:::-;29306:9;29317:11;29330:15;29347:12;1324:66;29276:19;:98::i;:::-;28905:474;;;;28703:676;;;;;;:::o;5369:268:76:-;5469:16;;;5483:1;5469:16;;;;;;;;;5440:26;;5469:16;;;;;;;;;;;-1:-1:-1;5469:16:76;5440:45;;5524:10;5491:9;5501:1;5491:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:76;;;2568:92:139;-1:-1:-1;;;2676:11:139;;;2669:100;1098:22:76;2785:12:139;;;2778:101;1047:74:76;;;;;;;;;;2895:12:139;;1047:74:76;;5542:90;;1039:83;;;:::i;:::-;5577:9;5588:1;5609:6;5591:26;;;;;;9501:14:139;9494:22;9489:3;9485:32;9473:45;;9543:1;9534:11;;9350:201;5591:26:76;;;;-1:-1:-1;;5591:26:76;;;;;;;;;1234:66;5542:24;:90::i;:::-;5434:203;5369:268;;:::o;3564:173:54:-;3638:7;537:1:79;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;3674:11:54;3653:79;3666:65;;3653:79;;3564:173;-1:-1:-1;;3564:173:54:o;3311:171::-;3384:7;537:1:79;1425;1409:13;1421:1;334:2;1409:13;:::i;3948:206:68:-;4018:10;4108:19;:27;;;4139:1;4107:33;4086:6;4061:82;4078:63;;4061:82;;;;;;;;;:::i;:::-;4054:89;3948:206;-1:-1:-1;;;3948:206:68:o;22375:541:71:-;22532:7;22669:242;22713:59;22754:7;22763:8;22713:40;:59::i;:::-;22790:31;;;;2929:19:54;:27;537:1:79;2928:44:54;2894:79;;;2881:93;22839:63:71;22878:11;22891:10;22839:38;:63::i;:::-;22669:17;:242::i;:::-;22656:255;22375:541;-1:-1:-1;;;;;22375:541:71:o;34869:388:78:-;35177:32;;35211:34;;34995:29;;2377:5:66;;;785;2408:39;;;;2390:58;2489:23;2474:39;;;;2456:58;35155:91:78;2236:344:66;35322:234:78;35448:12;35499:18;35528:20;35475:76;;;;;;;;;:::i;:::-;;;;;;;;;;;;;35468:83;;35322:234;;;;:::o;8052:3002:71:-;8325:7;8309:75;8334:8;8344:10;8356:14;8372:11;8309:75;;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;8449:7:71;:35;;;8494:7;8445:62;8645:22;8670:24;8686:7;8670:15;:24::i;:::-;8645:49;;8705:9;8700:340;8720:5;:12;8716:1;:16;8700:340;;;8747:9;8769:5;8775:1;8769:8;;;;;;;;:::i;:::-;;;;;;;8747:31;;8790:33;343:6:81;8790:4:71;:14;;;;;:33;;;;:::i;:::-;8786:248;;;8835:190;;;;;2267:35:55;;;;;8835:47:71;;:190;;8894:7;;8913:8;;8933:10;;8955:14;;8981:11;;9004;;8835:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8786:248;-1:-1:-1;8734:3:71;;;;:::i;:::-;;;;8700:340;;;;9103:26;9132:59;9173:7;9182:8;9132:40;:59::i;:::-;9103:88;-1:-1:-1;9197:21:71;826:4:65;816:15;;9197:54:71;;9257:149;9295:18;9329:1;9353:13;9382:10;:17;9257:13;:149::i;:::-;9506:1;9473:30;:11;:28;:30::i;:::-;:34;9469:1174;;;9592:33;9628:66;9676:7;9685:8;9628:47;:66::i;:::-;579:28:70;;;9592:102:71;-1:-1:-1;826:4:65;816:15;;9868:47:71;;10024:27;10059:25;10097:7;10092:545;10110:30;:11;:28;:30::i;:::-;10106:1;:34;;;10092:545;;;10176:63;10218:7;10227:8;10237:1;10176:41;:63::i;:::-;10154:85;-1:-1:-1;10269:25:71;:14;10292:1;6743:16:66;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;10269:25:71;10249:45;;10304:170;10346:19;10385:1;10413:13;10446:17;10304:13;:170::i;:::-;10484:34;10501:17;10484:34;;:::i;:::-;;-1:-1:-1;10615:3:71;;10092:545;;;;9509:1134;;;9469:1174;10717:9;10712:338;10732:5;:12;10728:1;:16;10712:338;;;10759:9;10781:5;10787:1;10781:8;;;;;;;;:::i;:::-;;;;;;;10759:31;;10802:32;437:6:81;10802:4:71;:14;;;;;:32;;;;:::i;:::-;10798:246;;;10846:189;;;;;2267:35:55;;;;;10846:46:71;;:189;;10904:7;;10923:8;;10943:10;;10965:14;;10991:11;;11014;;10846:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10798:246;-1:-1:-1;10746:3:71;;;;:::i;:::-;;;;10712:338;;13986:355;14158:178;14192:7;14217:8;14247:63;14286:11;14299:10;14247:38;:63::i;:::-;14325:4;14158:16;:178::i;:::-;13986:355;;;;;:::o;32246:191::-;32348:7;32412;32421:8;32395:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;32395:35:71;;;;;;;;;32385:46;;32395:35;32385:46;;;;26084:22;32378:53;;32246:191;-1:-1:-1;;;32246:191:71:o;32819:242::-;32915:7;;;32954:84;32974:10;32970:14;;:1;:14;32954:84;;;32999:32;2881:93:54;2929:19;:27;;;537:1:79;2928:44:54;2894:79;;;2881:93;32999:32:71;;:::i;:::-;;-1:-1:-1;32986:3:71;;;;:::i;:::-;;;;32954:84;;;-1:-1:-1;33050:6:71;32819:242;-1:-1:-1;;;32819:242:71:o;8680:790:70:-;8778:14;8814:2;8804:6;:12;8800:112;;8873:2;8864:6;:11;8846:29;;;;8895:2;8885:12;;;;;;:::i;:::-;;;;8800:112;-1:-1:-1;9092:21:70;;9088:1;9076:14;;9072:42;9240:2;:11;;;9322:22;;;9318:148;;;9447:1;9431:14;9427:22;9421:29;9417:1;9402:13;9398:21;9394:57;9386:6;9383:69;9373:79;;8794:676;8680:790;;;;;:::o;4503:342:77:-;4619:16;;;4633:1;4619:16;;;;;;;;;4560:22;;4590:26;;4619:16;;;;;;;;;;;;-1:-1:-1;4619:16:77;4590:45;;4674:7;4641:9;4651:1;4641:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:77;;;2568:92:139;-1:-1:-1;;;2676:11:139;;;2669:100;1098:21:77;2785:12:139;;;2778:101;1047:73:77;;;;;;;;;;2895:12:139;;1047:73:77;;-1:-1:-1;;4710:49:77;;1039:82;;;:::i;:::-;4746:9;4757:1;4710:25;:49::i;:::-;4689:70;;4773:66;:44;4794:5;4801:1;4804:5;:12;4773: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;1373:2326:70:-;1486:10;;1482:1491;;1639:2;1629:6;:12;1625:122;;1702:2;1693:6;:11;1675:29;;;;1726:2;1716:12;;;;;;:::i;:::-;;;;1625:122;1837:10;;1833:1134;;2045:2;:11;;;1919:21;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;2077:31:70;;2277:1;2269:6;2265:14;2313:4;2302:9;2298:20;2290:28;;2368:13;2362:20;2351:9;2347:36;2329:54;;2616:4;2612:9;2595:14;2589:21;2585:37;2516:4;2504:10;2500:21;2443:193;2415:14;2395:253;;2707:13;2697:6;:23;2693:36;;2722:7;;;;2693:36;-1:-1:-1;2870:1:70;2852:19;;;;;2883:30;;;;2925:23;;1833:1134;3003:253;3020:2;3010:6;:12;3003:253;;3115:20;;3092:44;;3189:1;3171:19;;;;3217:2;3200:19;;;;-1:-1:-1;;3229:12:70;3003:253;;;3324:10;;3320:375;;3344:12;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;3626:21:70;;3542:20;;3538:31;;3649:9;;3622:37;3487:184;3443:238;;-1:-1:-1;1373:2326:70;;;;:::o;33680:230:71:-;33801:7;33885;33894:8;33868:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;33868:35:71;;;;;;;;;33858:46;;33868:35;33858:46;;;;26247:40;33831:73;;33680:230;-1:-1:-1;;;33680:230:71:o;33321:274::-;33465:7;33570;33579:8;33553:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;33543:46;;;;;;33522:17;33515:25;;33495:45;;;26156:34;33495:45;:94;33487:103;;33480:110;;33321:274;;;;;:::o;11058:1506::-;11179:16;11198:59;11239:7;11248:8;11198:40;:59::i;:::-;11179:78;;11359:7;11315:100;11378:8;11395:5;11408:4;11315:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;11480:7:71;:35;;;11476:62;;11525:7;;;11476:62;11683:22;11708:24;11724:7;11708:15;:24::i;:::-;11683:49;;11743:9;11738:328;11758:5;:12;11754:1;:16;11738:328;;;11785:9;11807:5;11813:1;11807:8;;;;;;;;:::i;:::-;;;;;;;11785:31;;11828:41;548:6:81;11828:4:71;:14;;;;;:41;;;;:::i;:::-;11824:236;;;11881:170;;;;;2267:35:55;;;;;11881:54:71;;:170;;11957:7;;11986:8;;12013:5;;12036:4;;11881:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11824:236;-1:-1:-1;11772:3:71;;;;:::i;:::-;;;;11738:328;;;;12115:70;12147:8;12165:5;12115:70;;12178:4;12115:13;:70::i;:::-;12239:9;12234:326;12254:5;:12;12250:1;:16;12234:326;;;12281:9;12303:5;12309:1;12303:8;;;;;;;;:::i;:::-;;;;;;;12281:31;;12324:40;657:6:81;12324:4:71;:14;;;;;:40;;;;:::i;:::-;12320:234;;;12376:169;;;;;2267:35:55;;;;;12376:53:71;;:169;;12451:7;;12480:8;;12507:5;;12530:4;;12376:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12320:234;-1:-1:-1;12268:3:71;;;;:::i;:::-;;;;12234:326;;23037:522;23173:12;23297:257;23336:79;23378:7;23387:8;23397:17;23336:41;:79::i;:::-;23433:93;23508:17;23433:66;23481:7;23490:8;23433:47;:66::i;:::-;:74;6743:16:66;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;23433:93:71;23544:1;23297:12;:257::i;2022:570:69:-;2113:5;2211:3;2202:5;:12;;:34;;;;;2225:4;:11;2218:3;:18;;2202:34;2196:85;;2264:4;2270:5;2277:3;2246:35;;;;;;;;;;;;;:::i;2196:85::-;2349:4;2339:15;;2396:17;2408:5;2339:15;2396:17;:::i;:::-;;-1:-1:-1;2419:12:69;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:69:o;40037:220:83:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;850:162:70:-;939:68;945:14;961:6;826:4:65;816:15;;995:4:70;:11;939:5;:68::i;34018:301:71:-;34139:13;34231:82;34262:48;34292:7;34301:8;34262:29;:48::i;:::-;4572:21:70;;4466:137;4903:665;5315:4;5309:11;5356:4;5344:17;;-1:-1:-1;;5234:14:70;5403:26;;;5234:14;5230:28;5375:4;5368:63;5475:6;5467;5460:22;5493:51;5498:14;5514:6;5522;5530:13;5493:4;:51::i;2631:1127:85:-;2751:22;2781:21;2805;:11;2946:3:69;2924:25;;2850:104;2805:21:85;2781:45;-1:-1:-1;643:17:69;3187:38;;2832:20:85;2994:11;3187:38:69;2994:11:85;2979:26;;;;:::i;:::-;;2965:40;;3114:4;3108:11;3099:20;;3157:4;3150:5;3146:16;3217:2;3204:11;3200:20;3186:12;3182:39;3176:4;3169:53;3265:11;3258:5;3251:26;3308:1;3285:463;3324:11;3321:1;3318:18;3285:463;;;3718:20;;3697:42;;3676:64;;3590:31;;;;3503:4;3485:23;;;;3411:1;3404:9;3285:463;;;3289:28;;3066:688;;;2631:1127;;;;;:::o;5933:2258:70:-;6050:10;;6046:1421;;6203:2;6193:6;:12;6189:122;;6266:2;6257:6;:11;6239:29;;;;6290:2;6280:12;;;;;;:::i;:::-;;;;6189:122;6401:10;;6397:1064;;6609:2;:11;;;6483:21;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;6641:38:70;;6863:14;6857:21;6853:1;6845:6;6841:14;6837:42;7110:4;7106:9;7090:13;7084:20;7080:36;7011:4;6999:10;6995:21;6938:192;6911:13;6891:251;;7201:13;7191:6;:23;7187:36;;7216:7;;;;7187:36;-1:-1:-1;7364:1:70;7346:19;;;;;7419:23;;;;;7377:30;6397:1064;7496:253;7513:2;7503:6;:12;7496:253;;7607:21;;7585:44;;7682:1;7664:19;;;;-1:-1:-1;;7722:12:70;;;;7710:2;7693:19;7496:253;;;7817:10;;7813:374;;7837:12;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;8119:20:70;;8034:21;;8030:32;;8141:9;;8115:36;7979:184;7936:237;;-1:-1:-1;5933:2258:70;;;;:::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",
330
330
  "linkReferences": {},
331
331
  "immutableReferences": {
332
- "53289": [
332
+ "53296": [
333
333
  {
334
334
  "start": 792,
335
335
  "length": 32
336
336
  }
337
337
  ],
338
- "53296": [
338
+ "53303": [
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\":{\"errors\":{\"Module_RootInstallNotSupported()\":[{\"details\":\"Errors to represent non-support of specific installation types.\"}],\"SchemaLib_InvalidLength(uint256)\":[{\"details\":\"Error raised when the provided schema has an invalid length.\"}],\"SchemaLib_StaticTypeAfterDynamicType()\":[{\"details\":\"Error raised when a static type is placed after a dynamic type in a schema.\"}]},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The address of the trusted sender.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"getName()\":{\"details\":\"Provides a way to identify the module by a unique name.\",\"returns\":{\"_0\":\"The name of the module as a bytes16.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.\",\"params\":{\"interfaceId\":\"The bytes4 identifier for the interface.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extracts the trusted msg.sender value from the appended calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"getName()\":{\"notice\":\"Return the name of the module.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if the given interfaceId is supported by this contract.\"}},\"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\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/DelegationControl.sol\":{\"keccak256\":\"0xebe8f1d4a86bcd052afe19773cc5b48da49a7742033c2cc6f06c17a20be907b9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20dd17dc78d0aff086ae0b80823cdc8544cdef4b545ec58303a1a8ef19c5372c\",\"dweb:/ipfs/QmdTBo4xSMEQAQoae5o2L2DB7yGBv9TmzZwR3LmUjynEY9\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x652a3d6a3721a1c3f36abd7a398b16ae7d9e30ddbf54d8dc4494343dadb9f719\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c33d2bb71a7ae8823233fa399f778fe86e9bb078889a092fcd1ed9e7838873e5\",\"dweb:/ipfs/QmYM6JQ4syoxQLCXC4evHVEwbsTuXgS42HZZ9Fho7J9EXr\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"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\":\"0xba47e2c238291a7ba9cd9237156cf3d0f5840569fc9a3c2dfa392eb91b2490b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2bbe00abe6ad2b86d5512fcf27247c0e06bc385f8568609e1bede69c9f56486\",\"dweb:/ipfs/Qmeivv9WUBJ5JFYA983JtNChopvuh6GYWhMonAx1kUrvMg\"]},\"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\":\"0x009e00dcbd2f11fcc5fa0cf80702ef50cda0ea648708b965d14a5caa1251b3d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d8f20a1f6158d64b7cdae370e9a376920d062ce8086e684ecb49de854d08e6\",\"dweb:/ipfs/QmbmXzqwv7YBBYpFZUtuSeBiNJV21P5xhsrbrZ3rXmGNZW\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"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\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/std-delegations/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\":{\"errors\":{\"Module_RootInstallNotSupported()\":[{\"details\":\"Errors to represent non-support of specific installation types.\"}],\"SchemaLib_InvalidLength(uint256)\":[{\"details\":\"Error raised when the provided schema has an invalid length.\"}],\"SchemaLib_StaticTypeAfterDynamicType()\":[{\"details\":\"Error raised when a static type is placed after a dynamic type in a schema.\"}]},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The address of the trusted sender.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"getName()\":{\"details\":\"Provides a way to identify the module by a unique name.\",\"returns\":{\"_0\":\"The name of the module as a bytes16.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.\",\"params\":{\"interfaceId\":\"The bytes4 identifier for the interface.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extracts the trusted msg.sender value from the appended calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"getName()\":{\"notice\":\"Return the name of the module.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if the given interfaceId is supported by this contract.\"}},\"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\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/DelegationControl.sol\":{\"keccak256\":\"0xebe8f1d4a86bcd052afe19773cc5b48da49a7742033c2cc6f06c17a20be907b9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20dd17dc78d0aff086ae0b80823cdc8544cdef4b545ec58303a1a8ef19c5372c\",\"dweb:/ipfs/QmdTBo4xSMEQAQoae5o2L2DB7yGBv9TmzZwR3LmUjynEY9\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x652a3d6a3721a1c3f36abd7a398b16ae7d9e30ddbf54d8dc4494343dadb9f719\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c33d2bb71a7ae8823233fa399f778fe86e9bb078889a092fcd1ed9e7838873e5\",\"dweb:/ipfs/QmYM6JQ4syoxQLCXC4evHVEwbsTuXgS42HZZ9Fho7J9EXr\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"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\":\"0xba47e2c238291a7ba9cd9237156cf3d0f5840569fc9a3c2dfa392eb91b2490b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2bbe00abe6ad2b86d5512fcf27247c0e06bc385f8568609e1bede69c9f56486\",\"dweb:/ipfs/Qmeivv9WUBJ5JFYA983JtNChopvuh6GYWhMonAx1kUrvMg\"]},\"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\":\"0x009e00dcbd2f11fcc5fa0cf80702ef50cda0ea648708b965d14a5caa1251b3d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d8f20a1f6158d64b7cdae370e9a376920d062ce8086e684ecb49de854d08e6\",\"dweb:/ipfs/QmbmXzqwv7YBBYpFZUtuSeBiNJV21P5xhsrbrZ3rXmGNZW\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x256b3269e1e7eb6c8b6e26432bbe6799b4d45a88ef1b0e795ea71e604cec3a8a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://99bf6320ce9671ed74e7352b4e6c462d741ca9a894c48b526e7d8513308fa6b3\",\"dweb:/ipfs/QmRFJcWFMDRkg7soJ4r4MrqacKmj16vUEMFEGWJuvFi4vJ\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/std-delegations/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"
@@ -1179,10 +1179,10 @@
1179
1179
  "license": "MIT"
1180
1180
  },
1181
1181
  "node_modules/@latticexyz/world/src/modules/core/types.sol": {
1182
- "keccak256": "0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c",
1182
+ "keccak256": "0x256b3269e1e7eb6c8b6e26432bbe6799b4d45a88ef1b0e795ea71e604cec3a8a",
1183
1183
  "urls": [
1184
- "bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e",
1185
- "dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm"
1184
+ "bzz-raw://99bf6320ce9671ed74e7352b4e6c462d741ca9a894c48b526e7d8513308fa6b3",
1185
+ "dweb:/ipfs/QmRFJcWFMDRkg7soJ4r4MrqacKmj16vUEMFEGWJuvFi4vJ"
1186
1186
  ],
1187
1187
  "license": "MIT"
1188
1188
  },
@@ -1255,50 +1255,50 @@
1255
1255
  },
1256
1256
  "ast": {
1257
1257
  "absolutePath": "src/modules/std-delegations/StandardDelegationsModule.sol",
1258
- "id": 53393,
1258
+ "id": 53400,
1259
1259
  "exportedSymbols": {
1260
1260
  "CALLBOUND_DELEGATION": [
1261
- 53481
1261
+ 53488
1262
1262
  ],
1263
1263
  "CallboundDelegationControl": [
1264
- 53257
1264
+ 53264
1265
1265
  ],
1266
1266
  "CallboundDelegations": [
1267
- 55216
1267
+ 55223
1268
1268
  ],
1269
1269
  "IBaseWorld": [
1270
- 39651
1270
+ 39658
1271
1271
  ],
1272
1272
  "MODULE_NAME": [
1273
- 53463
1273
+ 53470
1274
1274
  ],
1275
1275
  "Module": [
1276
- 39093
1276
+ 39100
1277
1277
  ],
1278
1278
  "StandardDelegationsModule": [
1279
- 53392
1279
+ 53399
1280
1280
  ],
1281
1281
  "TIMEBOUND_DELEGATION": [
1282
- 53499
1282
+ 53506
1283
1283
  ],
1284
1284
  "TimeboundDelegationControl": [
1285
- 53449
1285
+ 53456
1286
1286
  ],
1287
1287
  "TimeboundDelegations": [
1288
- 56585
1288
+ 56592
1289
1289
  ],
1290
1290
  "WorldContextConsumer": [
1291
- 39177
1291
+ 39184
1292
1292
  ],
1293
1293
  "revertWithBytes": [
1294
- 39725
1294
+ 39732
1295
1295
  ]
1296
1296
  },
1297
1297
  "nodeType": "SourceUnit",
1298
1298
  "src": "32:1947:128",
1299
1299
  "nodes": [
1300
1300
  {
1301
- "id": 53259,
1301
+ "id": 53266,
1302
1302
  "nodeType": "PragmaDirective",
1303
1303
  "src": "32:25:128",
1304
1304
  "nodes": [],
@@ -1310,23 +1310,23 @@
1310
1310
  ]
1311
1311
  },
1312
1312
  {
1313
- "id": 53261,
1313
+ "id": 53268,
1314
1314
  "nodeType": "ImportDirective",
1315
1315
  "src": "59:85:128",
1316
1316
  "nodes": [],
1317
1317
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1318
1318
  "file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1319
1319
  "nameLocation": "-1:-1:-1",
1320
- "scope": 53393,
1321
- "sourceUnit": 39652,
1320
+ "scope": 53400,
1321
+ "sourceUnit": 39659,
1322
1322
  "symbolAliases": [
1323
1323
  {
1324
1324
  "foreign": {
1325
- "id": 53260,
1325
+ "id": 53267,
1326
1326
  "name": "IBaseWorld",
1327
1327
  "nodeType": "Identifier",
1328
1328
  "overloadedDeclarations": [],
1329
- "referencedDeclaration": 39651,
1329
+ "referencedDeclaration": 39658,
1330
1330
  "src": "68:10:128",
1331
1331
  "typeDescriptions": {}
1332
1332
  },
@@ -1336,23 +1336,23 @@
1336
1336
  "unitAlias": ""
1337
1337
  },
1338
1338
  {
1339
- "id": 53263,
1339
+ "id": 53270,
1340
1340
  "nodeType": "ImportDirective",
1341
1341
  "src": "146:58:128",
1342
1342
  "nodes": [],
1343
1343
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
1344
1344
  "file": "@latticexyz/world/src/Module.sol",
1345
1345
  "nameLocation": "-1:-1:-1",
1346
- "scope": 53393,
1347
- "sourceUnit": 39094,
1346
+ "scope": 53400,
1347
+ "sourceUnit": 39101,
1348
1348
  "symbolAliases": [
1349
1349
  {
1350
1350
  "foreign": {
1351
- "id": 53262,
1351
+ "id": 53269,
1352
1352
  "name": "Module",
1353
1353
  "nodeType": "Identifier",
1354
1354
  "overloadedDeclarations": [],
1355
- "referencedDeclaration": 39093,
1355
+ "referencedDeclaration": 39100,
1356
1356
  "src": "155:6:128",
1357
1357
  "typeDescriptions": {}
1358
1358
  },
@@ -1362,23 +1362,23 @@
1362
1362
  "unitAlias": ""
1363
1363
  },
1364
1364
  {
1365
- "id": 53265,
1365
+ "id": 53272,
1366
1366
  "nodeType": "ImportDirective",
1367
1367
  "src": "205:78:128",
1368
1368
  "nodes": [],
1369
1369
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
1370
1370
  "file": "@latticexyz/world/src/WorldContext.sol",
1371
1371
  "nameLocation": "-1:-1:-1",
1372
- "scope": 53393,
1373
- "sourceUnit": 39332,
1372
+ "scope": 53400,
1373
+ "sourceUnit": 39339,
1374
1374
  "symbolAliases": [
1375
1375
  {
1376
1376
  "foreign": {
1377
- "id": 53264,
1377
+ "id": 53271,
1378
1378
  "name": "WorldContextConsumer",
1379
1379
  "nodeType": "Identifier",
1380
1380
  "overloadedDeclarations": [],
1381
- "referencedDeclaration": 39177,
1381
+ "referencedDeclaration": 39184,
1382
1382
  "src": "214:20:128",
1383
1383
  "typeDescriptions": {}
1384
1384
  },
@@ -1388,23 +1388,23 @@
1388
1388
  "unitAlias": ""
1389
1389
  },
1390
1390
  {
1391
- "id": 53267,
1391
+ "id": 53274,
1392
1392
  "nodeType": "ImportDirective",
1393
1393
  "src": "284:76:128",
1394
1394
  "nodes": [],
1395
1395
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
1396
1396
  "file": "@latticexyz/world/src/revertWithBytes.sol",
1397
1397
  "nameLocation": "-1:-1:-1",
1398
- "scope": 53393,
1399
- "sourceUnit": 39726,
1398
+ "scope": 53400,
1399
+ "sourceUnit": 39733,
1400
1400
  "symbolAliases": [
1401
1401
  {
1402
1402
  "foreign": {
1403
- "id": 53266,
1403
+ "id": 53273,
1404
1404
  "name": "revertWithBytes",
1405
1405
  "nodeType": "Identifier",
1406
1406
  "overloadedDeclarations": [],
1407
- "referencedDeclaration": 39725,
1407
+ "referencedDeclaration": 39732,
1408
1408
  "src": "293:15:128",
1409
1409
  "typeDescriptions": {}
1410
1410
  },
@@ -1414,23 +1414,23 @@
1414
1414
  "unitAlias": ""
1415
1415
  },
1416
1416
  {
1417
- "id": 53269,
1417
+ "id": 53276,
1418
1418
  "nodeType": "ImportDirective",
1419
1419
  "src": "362:78:128",
1420
1420
  "nodes": [],
1421
1421
  "absolutePath": "src/modules/std-delegations/CallboundDelegationControl.sol",
1422
1422
  "file": "./CallboundDelegationControl.sol",
1423
1423
  "nameLocation": "-1:-1:-1",
1424
- "scope": 53393,
1425
- "sourceUnit": 53258,
1424
+ "scope": 53400,
1425
+ "sourceUnit": 53265,
1426
1426
  "symbolAliases": [
1427
1427
  {
1428
1428
  "foreign": {
1429
- "id": 53268,
1429
+ "id": 53275,
1430
1430
  "name": "CallboundDelegationControl",
1431
1431
  "nodeType": "Identifier",
1432
1432
  "overloadedDeclarations": [],
1433
- "referencedDeclaration": 53257,
1433
+ "referencedDeclaration": 53264,
1434
1434
  "src": "371:26:128",
1435
1435
  "typeDescriptions": {}
1436
1436
  },
@@ -1440,23 +1440,23 @@
1440
1440
  "unitAlias": ""
1441
1441
  },
1442
1442
  {
1443
- "id": 53271,
1443
+ "id": 53278,
1444
1444
  "nodeType": "ImportDirective",
1445
1445
  "src": "441:78:128",
1446
1446
  "nodes": [],
1447
1447
  "absolutePath": "src/modules/std-delegations/TimeboundDelegationControl.sol",
1448
1448
  "file": "./TimeboundDelegationControl.sol",
1449
1449
  "nameLocation": "-1:-1:-1",
1450
- "scope": 53393,
1451
- "sourceUnit": 53450,
1450
+ "scope": 53400,
1451
+ "sourceUnit": 53457,
1452
1452
  "symbolAliases": [
1453
1453
  {
1454
1454
  "foreign": {
1455
- "id": 53270,
1455
+ "id": 53277,
1456
1456
  "name": "TimeboundDelegationControl",
1457
1457
  "nodeType": "Identifier",
1458
1458
  "overloadedDeclarations": [],
1459
- "referencedDeclaration": 53449,
1459
+ "referencedDeclaration": 53456,
1460
1460
  "src": "450:26:128",
1461
1461
  "typeDescriptions": {}
1462
1462
  },
@@ -1466,23 +1466,23 @@
1466
1466
  "unitAlias": ""
1467
1467
  },
1468
1468
  {
1469
- "id": 53275,
1469
+ "id": 53282,
1470
1470
  "nodeType": "ImportDirective",
1471
1471
  "src": "520:90:128",
1472
1472
  "nodes": [],
1473
1473
  "absolutePath": "src/modules/std-delegations/constants.sol",
1474
1474
  "file": "./constants.sol",
1475
1475
  "nameLocation": "-1:-1:-1",
1476
- "scope": 53393,
1477
- "sourceUnit": 53500,
1476
+ "scope": 53400,
1477
+ "sourceUnit": 53507,
1478
1478
  "symbolAliases": [
1479
1479
  {
1480
1480
  "foreign": {
1481
- "id": 53272,
1481
+ "id": 53279,
1482
1482
  "name": "MODULE_NAME",
1483
1483
  "nodeType": "Identifier",
1484
1484
  "overloadedDeclarations": [],
1485
- "referencedDeclaration": 53463,
1485
+ "referencedDeclaration": 53470,
1486
1486
  "src": "529:11:128",
1487
1487
  "typeDescriptions": {}
1488
1488
  },
@@ -1490,11 +1490,11 @@
1490
1490
  },
1491
1491
  {
1492
1492
  "foreign": {
1493
- "id": 53273,
1493
+ "id": 53280,
1494
1494
  "name": "CALLBOUND_DELEGATION",
1495
1495
  "nodeType": "Identifier",
1496
1496
  "overloadedDeclarations": [],
1497
- "referencedDeclaration": 53481,
1497
+ "referencedDeclaration": 53488,
1498
1498
  "src": "542:20:128",
1499
1499
  "typeDescriptions": {}
1500
1500
  },
@@ -1502,11 +1502,11 @@
1502
1502
  },
1503
1503
  {
1504
1504
  "foreign": {
1505
- "id": 53274,
1505
+ "id": 53281,
1506
1506
  "name": "TIMEBOUND_DELEGATION",
1507
1507
  "nodeType": "Identifier",
1508
1508
  "overloadedDeclarations": [],
1509
- "referencedDeclaration": 53499,
1509
+ "referencedDeclaration": 53506,
1510
1510
  "src": "564:20:128",
1511
1511
  "typeDescriptions": {}
1512
1512
  },
@@ -1516,23 +1516,23 @@
1516
1516
  "unitAlias": ""
1517
1517
  },
1518
1518
  {
1519
- "id": 53277,
1519
+ "id": 53284,
1520
1520
  "nodeType": "ImportDirective",
1521
1521
  "src": "612:73:128",
1522
1522
  "nodes": [],
1523
1523
  "absolutePath": "src/modules/std-delegations/tables/CallboundDelegations.sol",
1524
1524
  "file": "./tables/CallboundDelegations.sol",
1525
1525
  "nameLocation": "-1:-1:-1",
1526
- "scope": 53393,
1527
- "sourceUnit": 55217,
1526
+ "scope": 53400,
1527
+ "sourceUnit": 55224,
1528
1528
  "symbolAliases": [
1529
1529
  {
1530
1530
  "foreign": {
1531
- "id": 53276,
1531
+ "id": 53283,
1532
1532
  "name": "CallboundDelegations",
1533
1533
  "nodeType": "Identifier",
1534
1534
  "overloadedDeclarations": [],
1535
- "referencedDeclaration": 55216,
1535
+ "referencedDeclaration": 55223,
1536
1536
  "src": "621:20:128",
1537
1537
  "typeDescriptions": {}
1538
1538
  },
@@ -1542,23 +1542,23 @@
1542
1542
  "unitAlias": ""
1543
1543
  },
1544
1544
  {
1545
- "id": 53279,
1545
+ "id": 53286,
1546
1546
  "nodeType": "ImportDirective",
1547
1547
  "src": "686:73:128",
1548
1548
  "nodes": [],
1549
1549
  "absolutePath": "src/modules/std-delegations/tables/TimeboundDelegations.sol",
1550
1550
  "file": "./tables/TimeboundDelegations.sol",
1551
1551
  "nameLocation": "-1:-1:-1",
1552
- "scope": 53393,
1553
- "sourceUnit": 56586,
1552
+ "scope": 53400,
1553
+ "sourceUnit": 56593,
1554
1554
  "symbolAliases": [
1555
1555
  {
1556
1556
  "foreign": {
1557
- "id": 53278,
1557
+ "id": 53285,
1558
1558
  "name": "TimeboundDelegations",
1559
1559
  "nodeType": "Identifier",
1560
1560
  "overloadedDeclarations": [],
1561
- "referencedDeclaration": 56585,
1561
+ "referencedDeclaration": 56592,
1562
1562
  "src": "695:20:128",
1563
1563
  "typeDescriptions": {}
1564
1564
  },
@@ -1568,12 +1568,12 @@
1568
1568
  "unitAlias": ""
1569
1569
  },
1570
1570
  {
1571
- "id": 53392,
1571
+ "id": 53399,
1572
1572
  "nodeType": "ContractDefinition",
1573
1573
  "src": "866:1112:128",
1574
1574
  "nodes": [
1575
1575
  {
1576
- "id": 53289,
1576
+ "id": 53296,
1577
1577
  "nodeType": "VariableDeclaration",
1578
1578
  "src": "915:106:128",
1579
1579
  "nodes": [],
@@ -1581,30 +1581,30 @@
1581
1581
  "mutability": "immutable",
1582
1582
  "name": "callboundDelegationControl",
1583
1583
  "nameLocation": "960:26:128",
1584
- "scope": 53392,
1584
+ "scope": 53399,
1585
1585
  "stateVariable": true,
1586
1586
  "storageLocation": "default",
1587
1587
  "typeDescriptions": {
1588
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$53257",
1588
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$53264",
1589
1589
  "typeString": "contract CallboundDelegationControl"
1590
1590
  },
1591
1591
  "typeName": {
1592
- "id": 53284,
1592
+ "id": 53291,
1593
1593
  "nodeType": "UserDefinedTypeName",
1594
1594
  "pathNode": {
1595
- "id": 53283,
1595
+ "id": 53290,
1596
1596
  "name": "CallboundDelegationControl",
1597
1597
  "nameLocations": [
1598
1598
  "915:26:128"
1599
1599
  ],
1600
1600
  "nodeType": "IdentifierPath",
1601
- "referencedDeclaration": 53257,
1601
+ "referencedDeclaration": 53264,
1602
1602
  "src": "915:26:128"
1603
1603
  },
1604
- "referencedDeclaration": 53257,
1604
+ "referencedDeclaration": 53264,
1605
1605
  "src": "915:26:128",
1606
1606
  "typeDescriptions": {
1607
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$53257",
1607
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$53264",
1608
1608
  "typeString": "contract CallboundDelegationControl"
1609
1609
  }
1610
1610
  },
@@ -1612,7 +1612,7 @@
1612
1612
  "arguments": [],
1613
1613
  "expression": {
1614
1614
  "argumentTypes": [],
1615
- "id": 53287,
1615
+ "id": 53294,
1616
1616
  "isConstant": false,
1617
1617
  "isLValue": false,
1618
1618
  "isPure": false,
@@ -1620,31 +1620,31 @@
1620
1620
  "nodeType": "NewExpression",
1621
1621
  "src": "989:30:128",
1622
1622
  "typeDescriptions": {
1623
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_CallboundDelegationControl_$53257_$",
1623
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_CallboundDelegationControl_$53264_$",
1624
1624
  "typeString": "function () returns (contract CallboundDelegationControl)"
1625
1625
  },
1626
1626
  "typeName": {
1627
- "id": 53286,
1627
+ "id": 53293,
1628
1628
  "nodeType": "UserDefinedTypeName",
1629
1629
  "pathNode": {
1630
- "id": 53285,
1630
+ "id": 53292,
1631
1631
  "name": "CallboundDelegationControl",
1632
1632
  "nameLocations": [
1633
1633
  "993:26:128"
1634
1634
  ],
1635
1635
  "nodeType": "IdentifierPath",
1636
- "referencedDeclaration": 53257,
1636
+ "referencedDeclaration": 53264,
1637
1637
  "src": "993:26:128"
1638
1638
  },
1639
- "referencedDeclaration": 53257,
1639
+ "referencedDeclaration": 53264,
1640
1640
  "src": "993:26:128",
1641
1641
  "typeDescriptions": {
1642
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$53257",
1642
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$53264",
1643
1643
  "typeString": "contract CallboundDelegationControl"
1644
1644
  }
1645
1645
  }
1646
1646
  },
1647
- "id": 53288,
1647
+ "id": 53295,
1648
1648
  "isConstant": false,
1649
1649
  "isLValue": false,
1650
1650
  "isPure": false,
@@ -1656,14 +1656,14 @@
1656
1656
  "src": "989:32:128",
1657
1657
  "tryCall": false,
1658
1658
  "typeDescriptions": {
1659
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$53257",
1659
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$53264",
1660
1660
  "typeString": "contract CallboundDelegationControl"
1661
1661
  }
1662
1662
  },
1663
1663
  "visibility": "private"
1664
1664
  },
1665
1665
  {
1666
- "id": 53296,
1666
+ "id": 53303,
1667
1667
  "nodeType": "VariableDeclaration",
1668
1668
  "src": "1025:106:128",
1669
1669
  "nodes": [],
@@ -1671,30 +1671,30 @@
1671
1671
  "mutability": "immutable",
1672
1672
  "name": "timeboundDelegationControl",
1673
1673
  "nameLocation": "1070:26:128",
1674
- "scope": 53392,
1674
+ "scope": 53399,
1675
1675
  "stateVariable": true,
1676
1676
  "storageLocation": "default",
1677
1677
  "typeDescriptions": {
1678
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53449",
1678
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53456",
1679
1679
  "typeString": "contract TimeboundDelegationControl"
1680
1680
  },
1681
1681
  "typeName": {
1682
- "id": 53291,
1682
+ "id": 53298,
1683
1683
  "nodeType": "UserDefinedTypeName",
1684
1684
  "pathNode": {
1685
- "id": 53290,
1685
+ "id": 53297,
1686
1686
  "name": "TimeboundDelegationControl",
1687
1687
  "nameLocations": [
1688
1688
  "1025:26:128"
1689
1689
  ],
1690
1690
  "nodeType": "IdentifierPath",
1691
- "referencedDeclaration": 53449,
1691
+ "referencedDeclaration": 53456,
1692
1692
  "src": "1025:26:128"
1693
1693
  },
1694
- "referencedDeclaration": 53449,
1694
+ "referencedDeclaration": 53456,
1695
1695
  "src": "1025:26:128",
1696
1696
  "typeDescriptions": {
1697
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53449",
1697
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53456",
1698
1698
  "typeString": "contract TimeboundDelegationControl"
1699
1699
  }
1700
1700
  },
@@ -1702,7 +1702,7 @@
1702
1702
  "arguments": [],
1703
1703
  "expression": {
1704
1704
  "argumentTypes": [],
1705
- "id": 53294,
1705
+ "id": 53301,
1706
1706
  "isConstant": false,
1707
1707
  "isLValue": false,
1708
1708
  "isPure": false,
@@ -1710,31 +1710,31 @@
1710
1710
  "nodeType": "NewExpression",
1711
1711
  "src": "1099:30:128",
1712
1712
  "typeDescriptions": {
1713
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_TimeboundDelegationControl_$53449_$",
1713
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_TimeboundDelegationControl_$53456_$",
1714
1714
  "typeString": "function () returns (contract TimeboundDelegationControl)"
1715
1715
  },
1716
1716
  "typeName": {
1717
- "id": 53293,
1717
+ "id": 53300,
1718
1718
  "nodeType": "UserDefinedTypeName",
1719
1719
  "pathNode": {
1720
- "id": 53292,
1720
+ "id": 53299,
1721
1721
  "name": "TimeboundDelegationControl",
1722
1722
  "nameLocations": [
1723
1723
  "1103:26:128"
1724
1724
  ],
1725
1725
  "nodeType": "IdentifierPath",
1726
- "referencedDeclaration": 53449,
1726
+ "referencedDeclaration": 53456,
1727
1727
  "src": "1103:26:128"
1728
1728
  },
1729
- "referencedDeclaration": 53449,
1729
+ "referencedDeclaration": 53456,
1730
1730
  "src": "1103:26:128",
1731
1731
  "typeDescriptions": {
1732
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53449",
1732
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53456",
1733
1733
  "typeString": "contract TimeboundDelegationControl"
1734
1734
  }
1735
1735
  }
1736
1736
  },
1737
- "id": 53295,
1737
+ "id": 53302,
1738
1738
  "isConstant": false,
1739
1739
  "isLValue": false,
1740
1740
  "isPure": false,
@@ -1746,45 +1746,45 @@
1746
1746
  "src": "1099:32:128",
1747
1747
  "tryCall": false,
1748
1748
  "typeDescriptions": {
1749
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53449",
1749
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53456",
1750
1750
  "typeString": "contract TimeboundDelegationControl"
1751
1751
  }
1752
1752
  },
1753
1753
  "visibility": "private"
1754
1754
  },
1755
1755
  {
1756
- "id": 53304,
1756
+ "id": 53311,
1757
1757
  "nodeType": "FunctionDefinition",
1758
1758
  "src": "1136:78:128",
1759
1759
  "nodes": [],
1760
1760
  "body": {
1761
- "id": 53303,
1761
+ "id": 53310,
1762
1762
  "nodeType": "Block",
1763
1763
  "src": "1185:29:128",
1764
1764
  "nodes": [],
1765
1765
  "statements": [
1766
1766
  {
1767
1767
  "expression": {
1768
- "id": 53301,
1768
+ "id": 53308,
1769
1769
  "name": "MODULE_NAME",
1770
1770
  "nodeType": "Identifier",
1771
1771
  "overloadedDeclarations": [],
1772
- "referencedDeclaration": 53463,
1772
+ "referencedDeclaration": 53470,
1773
1773
  "src": "1198:11:128",
1774
1774
  "typeDescriptions": {
1775
1775
  "typeIdentifier": "t_bytes16",
1776
1776
  "typeString": "bytes16"
1777
1777
  }
1778
1778
  },
1779
- "functionReturnParameters": 53300,
1780
- "id": 53302,
1779
+ "functionReturnParameters": 53307,
1780
+ "id": 53309,
1781
1781
  "nodeType": "Return",
1782
1782
  "src": "1191:18:128"
1783
1783
  }
1784
1784
  ]
1785
1785
  },
1786
1786
  "baseFunctions": [
1787
- 61440
1787
+ 61447
1788
1788
  ],
1789
1789
  "functionSelector": "17d7de7c",
1790
1790
  "implemented": true,
@@ -1793,23 +1793,23 @@
1793
1793
  "name": "getName",
1794
1794
  "nameLocation": "1145:7:128",
1795
1795
  "parameters": {
1796
- "id": 53297,
1796
+ "id": 53304,
1797
1797
  "nodeType": "ParameterList",
1798
1798
  "parameters": [],
1799
1799
  "src": "1152:2:128"
1800
1800
  },
1801
1801
  "returnParameters": {
1802
- "id": 53300,
1802
+ "id": 53307,
1803
1803
  "nodeType": "ParameterList",
1804
1804
  "parameters": [
1805
1805
  {
1806
1806
  "constant": false,
1807
- "id": 53299,
1807
+ "id": 53306,
1808
1808
  "mutability": "mutable",
1809
1809
  "name": "",
1810
1810
  "nameLocation": "-1:-1:-1",
1811
1811
  "nodeType": "VariableDeclaration",
1812
- "scope": 53304,
1812
+ "scope": 53311,
1813
1813
  "src": "1176:7:128",
1814
1814
  "stateVariable": false,
1815
1815
  "storageLocation": "default",
@@ -1818,7 +1818,7 @@
1818
1818
  "typeString": "bytes16"
1819
1819
  },
1820
1820
  "typeName": {
1821
- "id": 53298,
1821
+ "id": 53305,
1822
1822
  "name": "bytes16",
1823
1823
  "nodeType": "ElementaryTypeName",
1824
1824
  "src": "1176:7:128",
@@ -1832,84 +1832,84 @@
1832
1832
  ],
1833
1833
  "src": "1175:9:128"
1834
1834
  },
1835
- "scope": 53392,
1835
+ "scope": 53399,
1836
1836
  "stateMutability": "pure",
1837
1837
  "virtual": false,
1838
1838
  "visibility": "public"
1839
1839
  },
1840
1840
  {
1841
- "id": 53382,
1841
+ "id": 53389,
1842
1842
  "nodeType": "FunctionDefinition",
1843
1843
  "src": "1218:658:128",
1844
1844
  "nodes": [],
1845
1845
  "body": {
1846
- "id": 53381,
1846
+ "id": 53388,
1847
1847
  "nodeType": "Block",
1848
1848
  "src": "1260:616:128",
1849
1849
  "nodes": [],
1850
1850
  "statements": [
1851
1851
  {
1852
1852
  "assignments": [
1853
- 53311
1853
+ 53318
1854
1854
  ],
1855
1855
  "declarations": [
1856
1856
  {
1857
1857
  "constant": false,
1858
- "id": 53311,
1858
+ "id": 53318,
1859
1859
  "mutability": "mutable",
1860
1860
  "name": "world",
1861
1861
  "nameLocation": "1277:5:128",
1862
1862
  "nodeType": "VariableDeclaration",
1863
- "scope": 53381,
1863
+ "scope": 53388,
1864
1864
  "src": "1266:16:128",
1865
1865
  "stateVariable": false,
1866
1866
  "storageLocation": "default",
1867
1867
  "typeDescriptions": {
1868
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
1868
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
1869
1869
  "typeString": "contract IBaseWorld"
1870
1870
  },
1871
1871
  "typeName": {
1872
- "id": 53310,
1872
+ "id": 53317,
1873
1873
  "nodeType": "UserDefinedTypeName",
1874
1874
  "pathNode": {
1875
- "id": 53309,
1875
+ "id": 53316,
1876
1876
  "name": "IBaseWorld",
1877
1877
  "nameLocations": [
1878
1878
  "1266:10:128"
1879
1879
  ],
1880
1880
  "nodeType": "IdentifierPath",
1881
- "referencedDeclaration": 39651,
1881
+ "referencedDeclaration": 39658,
1882
1882
  "src": "1266:10:128"
1883
1883
  },
1884
- "referencedDeclaration": 39651,
1884
+ "referencedDeclaration": 39658,
1885
1885
  "src": "1266:10:128",
1886
1886
  "typeDescriptions": {
1887
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
1887
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
1888
1888
  "typeString": "contract IBaseWorld"
1889
1889
  }
1890
1890
  },
1891
1891
  "visibility": "internal"
1892
1892
  }
1893
1893
  ],
1894
- "id": 53316,
1894
+ "id": 53323,
1895
1895
  "initialValue": {
1896
1896
  "arguments": [
1897
1897
  {
1898
1898
  "arguments": [],
1899
1899
  "expression": {
1900
1900
  "argumentTypes": [],
1901
- "id": 53313,
1901
+ "id": 53320,
1902
1902
  "name": "_world",
1903
1903
  "nodeType": "Identifier",
1904
1904
  "overloadedDeclarations": [],
1905
- "referencedDeclaration": 39159,
1905
+ "referencedDeclaration": 39166,
1906
1906
  "src": "1296:6:128",
1907
1907
  "typeDescriptions": {
1908
1908
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1909
1909
  "typeString": "function () view returns (address)"
1910
1910
  }
1911
1911
  },
1912
- "id": 53314,
1912
+ "id": 53321,
1913
1913
  "isConstant": false,
1914
1914
  "isLValue": false,
1915
1915
  "isPure": false,
@@ -1933,18 +1933,18 @@
1933
1933
  "typeString": "address"
1934
1934
  }
1935
1935
  ],
1936
- "id": 53312,
1936
+ "id": 53319,
1937
1937
  "name": "IBaseWorld",
1938
1938
  "nodeType": "Identifier",
1939
1939
  "overloadedDeclarations": [],
1940
- "referencedDeclaration": 39651,
1940
+ "referencedDeclaration": 39658,
1941
1941
  "src": "1285:10:128",
1942
1942
  "typeDescriptions": {
1943
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39651_$",
1943
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39658_$",
1944
1944
  "typeString": "type(contract IBaseWorld)"
1945
1945
  }
1946
1946
  },
1947
- "id": 53315,
1947
+ "id": 53322,
1948
1948
  "isConstant": false,
1949
1949
  "isLValue": false,
1950
1950
  "isPure": false,
@@ -1956,7 +1956,7 @@
1956
1956
  "src": "1285:20:128",
1957
1957
  "tryCall": false,
1958
1958
  "typeDescriptions": {
1959
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
1959
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
1960
1960
  "typeString": "contract IBaseWorld"
1961
1961
  }
1962
1962
  },
@@ -1969,18 +1969,18 @@
1969
1969
  "expression": {
1970
1970
  "argumentTypes": [],
1971
1971
  "expression": {
1972
- "id": 53317,
1972
+ "id": 53324,
1973
1973
  "name": "CallboundDelegations",
1974
1974
  "nodeType": "Identifier",
1975
1975
  "overloadedDeclarations": [],
1976
- "referencedDeclaration": 55216,
1976
+ "referencedDeclaration": 55223,
1977
1977
  "src": "1335:20:128",
1978
1978
  "typeDescriptions": {
1979
- "typeIdentifier": "t_type$_t_contract$_CallboundDelegations_$55216_$",
1979
+ "typeIdentifier": "t_type$_t_contract$_CallboundDelegations_$55223_$",
1980
1980
  "typeString": "type(library CallboundDelegations)"
1981
1981
  }
1982
1982
  },
1983
- "id": 53319,
1983
+ "id": 53326,
1984
1984
  "isConstant": false,
1985
1985
  "isLValue": false,
1986
1986
  "isPure": false,
@@ -1988,14 +1988,14 @@
1988
1988
  "memberLocation": "1356:8:128",
1989
1989
  "memberName": "register",
1990
1990
  "nodeType": "MemberAccess",
1991
- "referencedDeclaration": 53742,
1991
+ "referencedDeclaration": 53749,
1992
1992
  "src": "1335:29:128",
1993
1993
  "typeDescriptions": {
1994
1994
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
1995
1995
  "typeString": "function ()"
1996
1996
  }
1997
1997
  },
1998
- "id": 53320,
1998
+ "id": 53327,
1999
1999
  "isConstant": false,
2000
2000
  "isLValue": false,
2001
2001
  "isPure": false,
@@ -2011,7 +2011,7 @@
2011
2011
  "typeString": "tuple()"
2012
2012
  }
2013
2013
  },
2014
- "id": 53321,
2014
+ "id": 53328,
2015
2015
  "nodeType": "ExpressionStatement",
2016
2016
  "src": "1335:31:128"
2017
2017
  },
@@ -2021,18 +2021,18 @@
2021
2021
  "expression": {
2022
2022
  "argumentTypes": [],
2023
2023
  "expression": {
2024
- "id": 53322,
2024
+ "id": 53329,
2025
2025
  "name": "TimeboundDelegations",
2026
2026
  "nodeType": "Identifier",
2027
2027
  "overloadedDeclarations": [],
2028
- "referencedDeclaration": 56585,
2028
+ "referencedDeclaration": 56592,
2029
2029
  "src": "1372:20:128",
2030
2030
  "typeDescriptions": {
2031
- "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$56585_$",
2031
+ "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$56592_$",
2032
2032
  "typeString": "type(library TimeboundDelegations)"
2033
2033
  }
2034
2034
  },
2035
- "id": 53324,
2035
+ "id": 53331,
2036
2036
  "isConstant": false,
2037
2037
  "isLValue": false,
2038
2038
  "isPure": false,
@@ -2040,14 +2040,14 @@
2040
2040
  "memberLocation": "1393:8:128",
2041
2041
  "memberName": "register",
2042
2042
  "nodeType": "MemberAccess",
2043
- "referencedDeclaration": 55431,
2043
+ "referencedDeclaration": 55438,
2044
2044
  "src": "1372:29:128",
2045
2045
  "typeDescriptions": {
2046
2046
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
2047
2047
  "typeString": "function ()"
2048
2048
  }
2049
2049
  },
2050
- "id": 53325,
2050
+ "id": 53332,
2051
2051
  "isConstant": false,
2052
2052
  "isLValue": false,
2053
2053
  "isPure": false,
@@ -2063,24 +2063,24 @@
2063
2063
  "typeString": "tuple()"
2064
2064
  }
2065
2065
  },
2066
- "id": 53326,
2066
+ "id": 53333,
2067
2067
  "nodeType": "ExpressionStatement",
2068
2068
  "src": "1372:31:128"
2069
2069
  },
2070
2070
  {
2071
2071
  "assignments": [
2072
- 53328,
2073
- 53330
2072
+ 53335,
2073
+ 53337
2074
2074
  ],
2075
2075
  "declarations": [
2076
2076
  {
2077
2077
  "constant": false,
2078
- "id": 53328,
2078
+ "id": 53335,
2079
2079
  "mutability": "mutable",
2080
2080
  "name": "success",
2081
2081
  "nameLocation": "1440:7:128",
2082
2082
  "nodeType": "VariableDeclaration",
2083
- "scope": 53381,
2083
+ "scope": 53388,
2084
2084
  "src": "1435:12:128",
2085
2085
  "stateVariable": false,
2086
2086
  "storageLocation": "default",
@@ -2089,7 +2089,7 @@
2089
2089
  "typeString": "bool"
2090
2090
  },
2091
2091
  "typeName": {
2092
- "id": 53327,
2092
+ "id": 53334,
2093
2093
  "name": "bool",
2094
2094
  "nodeType": "ElementaryTypeName",
2095
2095
  "src": "1435:4:128",
@@ -2102,12 +2102,12 @@
2102
2102
  },
2103
2103
  {
2104
2104
  "constant": false,
2105
- "id": 53330,
2105
+ "id": 53337,
2106
2106
  "mutability": "mutable",
2107
2107
  "name": "returnData",
2108
2108
  "nameLocation": "1462:10:128",
2109
2109
  "nodeType": "VariableDeclaration",
2110
- "scope": 53381,
2110
+ "scope": 53388,
2111
2111
  "src": "1449:23:128",
2112
2112
  "stateVariable": false,
2113
2113
  "storageLocation": "memory",
@@ -2116,7 +2116,7 @@
2116
2116
  "typeString": "bytes"
2117
2117
  },
2118
2118
  "typeName": {
2119
- "id": 53329,
2119
+ "id": 53336,
2120
2120
  "name": "bytes",
2121
2121
  "nodeType": "ElementaryTypeName",
2122
2122
  "src": "1449:5:128",
@@ -2128,25 +2128,25 @@
2128
2128
  "visibility": "internal"
2129
2129
  }
2130
2130
  ],
2131
- "id": 53346,
2131
+ "id": 53353,
2132
2132
  "initialValue": {
2133
2133
  "arguments": [
2134
2134
  {
2135
2135
  "arguments": [
2136
2136
  {
2137
2137
  "expression": {
2138
- "id": 53338,
2138
+ "id": 53345,
2139
2139
  "name": "world",
2140
2140
  "nodeType": "Identifier",
2141
2141
  "overloadedDeclarations": [],
2142
- "referencedDeclaration": 53311,
2142
+ "referencedDeclaration": 53318,
2143
2143
  "src": "1526:5:128",
2144
2144
  "typeDescriptions": {
2145
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
2145
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
2146
2146
  "typeString": "contract IBaseWorld"
2147
2147
  }
2148
2148
  },
2149
- "id": 53339,
2149
+ "id": 53346,
2150
2150
  "isConstant": false,
2151
2151
  "isLValue": false,
2152
2152
  "isPure": false,
@@ -2154,42 +2154,42 @@
2154
2154
  "memberLocation": "1532:14:128",
2155
2155
  "memberName": "registerSystem",
2156
2156
  "nodeType": "MemberAccess",
2157
- "referencedDeclaration": 61689,
2157
+ "referencedDeclaration": 61696,
2158
2158
  "src": "1526:20:128",
2159
2159
  "typeDescriptions": {
2160
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_WorldContextConsumer_$39177_$_t_bool_$returns$__$",
2160
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26528_$_t_contract$_WorldContextConsumer_$39184_$_t_bool_$returns$__$",
2161
2161
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2162
2162
  }
2163
2163
  },
2164
2164
  {
2165
2165
  "components": [
2166
2166
  {
2167
- "id": 53340,
2167
+ "id": 53347,
2168
2168
  "name": "CALLBOUND_DELEGATION",
2169
2169
  "nodeType": "Identifier",
2170
2170
  "overloadedDeclarations": [],
2171
- "referencedDeclaration": 53481,
2171
+ "referencedDeclaration": 53488,
2172
2172
  "src": "1549:20:128",
2173
2173
  "typeDescriptions": {
2174
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
2174
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
2175
2175
  "typeString": "ResourceId"
2176
2176
  }
2177
2177
  },
2178
2178
  {
2179
- "id": 53341,
2179
+ "id": 53348,
2180
2180
  "name": "callboundDelegationControl",
2181
2181
  "nodeType": "Identifier",
2182
2182
  "overloadedDeclarations": [],
2183
- "referencedDeclaration": 53289,
2183
+ "referencedDeclaration": 53296,
2184
2184
  "src": "1571:26:128",
2185
2185
  "typeDescriptions": {
2186
- "typeIdentifier": "t_contract$_CallboundDelegationControl_$53257",
2186
+ "typeIdentifier": "t_contract$_CallboundDelegationControl_$53264",
2187
2187
  "typeString": "contract CallboundDelegationControl"
2188
2188
  }
2189
2189
  },
2190
2190
  {
2191
2191
  "hexValue": "74727565",
2192
- "id": 53342,
2192
+ "id": 53349,
2193
2193
  "isConstant": false,
2194
2194
  "isLValue": false,
2195
2195
  "isPure": true,
@@ -2204,7 +2204,7 @@
2204
2204
  "value": "true"
2205
2205
  }
2206
2206
  ],
2207
- "id": 53343,
2207
+ "id": 53350,
2208
2208
  "isConstant": false,
2209
2209
  "isInlineArray": false,
2210
2210
  "isLValue": false,
@@ -2213,7 +2213,7 @@
2213
2213
  "nodeType": "TupleExpression",
2214
2214
  "src": "1548:56:128",
2215
2215
  "typeDescriptions": {
2216
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_CallboundDelegationControl_$53257_$_t_bool_$",
2216
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26528_$_t_contract$_CallboundDelegationControl_$53264_$_t_bool_$",
2217
2217
  "typeString": "tuple(ResourceId,contract CallboundDelegationControl,bool)"
2218
2218
  }
2219
2219
  }
@@ -2221,16 +2221,16 @@
2221
2221
  "expression": {
2222
2222
  "argumentTypes": [
2223
2223
  {
2224
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_WorldContextConsumer_$39177_$_t_bool_$returns$__$",
2224
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26528_$_t_contract$_WorldContextConsumer_$39184_$_t_bool_$returns$__$",
2225
2225
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2226
2226
  },
2227
2227
  {
2228
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_CallboundDelegationControl_$53257_$_t_bool_$",
2228
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26528_$_t_contract$_CallboundDelegationControl_$53264_$_t_bool_$",
2229
2229
  "typeString": "tuple(ResourceId,contract CallboundDelegationControl,bool)"
2230
2230
  }
2231
2231
  ],
2232
2232
  "expression": {
2233
- "id": 53336,
2233
+ "id": 53343,
2234
2234
  "name": "abi",
2235
2235
  "nodeType": "Identifier",
2236
2236
  "overloadedDeclarations": [],
@@ -2241,7 +2241,7 @@
2241
2241
  "typeString": "abi"
2242
2242
  }
2243
2243
  },
2244
- "id": 53337,
2244
+ "id": 53344,
2245
2245
  "isConstant": false,
2246
2246
  "isLValue": false,
2247
2247
  "isPure": true,
@@ -2255,7 +2255,7 @@
2255
2255
  "typeString": "function () pure returns (bytes memory)"
2256
2256
  }
2257
2257
  },
2258
- "id": 53344,
2258
+ "id": 53351,
2259
2259
  "isConstant": false,
2260
2260
  "isLValue": false,
2261
2261
  "isPure": false,
@@ -2282,14 +2282,14 @@
2282
2282
  "expression": {
2283
2283
  "arguments": [
2284
2284
  {
2285
- "id": 53333,
2285
+ "id": 53340,
2286
2286
  "name": "world",
2287
2287
  "nodeType": "Identifier",
2288
2288
  "overloadedDeclarations": [],
2289
- "referencedDeclaration": 53311,
2289
+ "referencedDeclaration": 53318,
2290
2290
  "src": "1484:5:128",
2291
2291
  "typeDescriptions": {
2292
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
2292
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
2293
2293
  "typeString": "contract IBaseWorld"
2294
2294
  }
2295
2295
  }
@@ -2297,11 +2297,11 @@
2297
2297
  "expression": {
2298
2298
  "argumentTypes": [
2299
2299
  {
2300
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
2300
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
2301
2301
  "typeString": "contract IBaseWorld"
2302
2302
  }
2303
2303
  ],
2304
- "id": 53332,
2304
+ "id": 53339,
2305
2305
  "isConstant": false,
2306
2306
  "isLValue": false,
2307
2307
  "isPure": true,
@@ -2313,14 +2313,14 @@
2313
2313
  "typeString": "type(address)"
2314
2314
  },
2315
2315
  "typeName": {
2316
- "id": 53331,
2316
+ "id": 53338,
2317
2317
  "name": "address",
2318
2318
  "nodeType": "ElementaryTypeName",
2319
2319
  "src": "1476:7:128",
2320
2320
  "typeDescriptions": {}
2321
2321
  }
2322
2322
  },
2323
- "id": 53334,
2323
+ "id": 53341,
2324
2324
  "isConstant": false,
2325
2325
  "isLValue": false,
2326
2326
  "isPure": false,
@@ -2336,7 +2336,7 @@
2336
2336
  "typeString": "address"
2337
2337
  }
2338
2338
  },
2339
- "id": 53335,
2339
+ "id": 53342,
2340
2340
  "isConstant": false,
2341
2341
  "isLValue": false,
2342
2342
  "isPure": false,
@@ -2350,7 +2350,7 @@
2350
2350
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2351
2351
  }
2352
2352
  },
2353
- "id": 53345,
2353
+ "id": 53352,
2354
2354
  "isConstant": false,
2355
2355
  "isLValue": false,
2356
2356
  "isPure": false,
@@ -2371,7 +2371,7 @@
2371
2371
  },
2372
2372
  {
2373
2373
  "condition": {
2374
- "id": 53348,
2374
+ "id": 53355,
2375
2375
  "isConstant": false,
2376
2376
  "isLValue": false,
2377
2377
  "isPure": false,
@@ -2381,11 +2381,11 @@
2381
2381
  "prefix": true,
2382
2382
  "src": "1621:8:128",
2383
2383
  "subExpression": {
2384
- "id": 53347,
2384
+ "id": 53354,
2385
2385
  "name": "success",
2386
2386
  "nodeType": "Identifier",
2387
2387
  "overloadedDeclarations": [],
2388
- "referencedDeclaration": 53328,
2388
+ "referencedDeclaration": 53335,
2389
2389
  "src": "1622:7:128",
2390
2390
  "typeDescriptions": {
2391
2391
  "typeIdentifier": "t_bool",
@@ -2397,18 +2397,18 @@
2397
2397
  "typeString": "bool"
2398
2398
  }
2399
2399
  },
2400
- "id": 53353,
2400
+ "id": 53360,
2401
2401
  "nodeType": "IfStatement",
2402
2402
  "src": "1617:41:128",
2403
2403
  "trueBody": {
2404
2404
  "expression": {
2405
2405
  "arguments": [
2406
2406
  {
2407
- "id": 53350,
2407
+ "id": 53357,
2408
2408
  "name": "returnData",
2409
2409
  "nodeType": "Identifier",
2410
2410
  "overloadedDeclarations": [],
2411
- "referencedDeclaration": 53330,
2411
+ "referencedDeclaration": 53337,
2412
2412
  "src": "1647:10:128",
2413
2413
  "typeDescriptions": {
2414
2414
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2423,18 +2423,18 @@
2423
2423
  "typeString": "bytes memory"
2424
2424
  }
2425
2425
  ],
2426
- "id": 53349,
2426
+ "id": 53356,
2427
2427
  "name": "revertWithBytes",
2428
2428
  "nodeType": "Identifier",
2429
2429
  "overloadedDeclarations": [],
2430
- "referencedDeclaration": 39725,
2430
+ "referencedDeclaration": 39732,
2431
2431
  "src": "1631:15:128",
2432
2432
  "typeDescriptions": {
2433
2433
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2434
2434
  "typeString": "function (bytes memory) pure"
2435
2435
  }
2436
2436
  },
2437
- "id": 53351,
2437
+ "id": 53358,
2438
2438
  "isConstant": false,
2439
2439
  "isLValue": false,
2440
2440
  "isPure": false,
@@ -2450,14 +2450,14 @@
2450
2450
  "typeString": "tuple()"
2451
2451
  }
2452
2452
  },
2453
- "id": 53352,
2453
+ "id": 53359,
2454
2454
  "nodeType": "ExpressionStatement",
2455
2455
  "src": "1631:27:128"
2456
2456
  }
2457
2457
  },
2458
2458
  {
2459
2459
  "expression": {
2460
- "id": 53372,
2460
+ "id": 53379,
2461
2461
  "isConstant": false,
2462
2462
  "isLValue": false,
2463
2463
  "isPure": false,
@@ -2465,11 +2465,11 @@
2465
2465
  "leftHandSide": {
2466
2466
  "components": [
2467
2467
  {
2468
- "id": 53354,
2468
+ "id": 53361,
2469
2469
  "name": "success",
2470
2470
  "nodeType": "Identifier",
2471
2471
  "overloadedDeclarations": [],
2472
- "referencedDeclaration": 53328,
2472
+ "referencedDeclaration": 53335,
2473
2473
  "src": "1666:7:128",
2474
2474
  "typeDescriptions": {
2475
2475
  "typeIdentifier": "t_bool",
@@ -2477,11 +2477,11 @@
2477
2477
  }
2478
2478
  },
2479
2479
  {
2480
- "id": 53355,
2480
+ "id": 53362,
2481
2481
  "name": "returnData",
2482
2482
  "nodeType": "Identifier",
2483
2483
  "overloadedDeclarations": [],
2484
- "referencedDeclaration": 53330,
2484
+ "referencedDeclaration": 53337,
2485
2485
  "src": "1675:10:128",
2486
2486
  "typeDescriptions": {
2487
2487
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2489,7 +2489,7 @@
2489
2489
  }
2490
2490
  }
2491
2491
  ],
2492
- "id": 53356,
2492
+ "id": 53363,
2493
2493
  "isConstant": false,
2494
2494
  "isInlineArray": false,
2495
2495
  "isLValue": true,
@@ -2510,18 +2510,18 @@
2510
2510
  "arguments": [
2511
2511
  {
2512
2512
  "expression": {
2513
- "id": 53364,
2513
+ "id": 53371,
2514
2514
  "name": "world",
2515
2515
  "nodeType": "Identifier",
2516
2516
  "overloadedDeclarations": [],
2517
- "referencedDeclaration": 53311,
2517
+ "referencedDeclaration": 53318,
2518
2518
  "src": "1739:5:128",
2519
2519
  "typeDescriptions": {
2520
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
2520
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
2521
2521
  "typeString": "contract IBaseWorld"
2522
2522
  }
2523
2523
  },
2524
- "id": 53365,
2524
+ "id": 53372,
2525
2525
  "isConstant": false,
2526
2526
  "isLValue": false,
2527
2527
  "isPure": false,
@@ -2529,42 +2529,42 @@
2529
2529
  "memberLocation": "1745:14:128",
2530
2530
  "memberName": "registerSystem",
2531
2531
  "nodeType": "MemberAccess",
2532
- "referencedDeclaration": 61689,
2532
+ "referencedDeclaration": 61696,
2533
2533
  "src": "1739:20:128",
2534
2534
  "typeDescriptions": {
2535
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_WorldContextConsumer_$39177_$_t_bool_$returns$__$",
2535
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26528_$_t_contract$_WorldContextConsumer_$39184_$_t_bool_$returns$__$",
2536
2536
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2537
2537
  }
2538
2538
  },
2539
2539
  {
2540
2540
  "components": [
2541
2541
  {
2542
- "id": 53366,
2542
+ "id": 53373,
2543
2543
  "name": "TIMEBOUND_DELEGATION",
2544
2544
  "nodeType": "Identifier",
2545
2545
  "overloadedDeclarations": [],
2546
- "referencedDeclaration": 53499,
2546
+ "referencedDeclaration": 53506,
2547
2547
  "src": "1762:20:128",
2548
2548
  "typeDescriptions": {
2549
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
2549
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
2550
2550
  "typeString": "ResourceId"
2551
2551
  }
2552
2552
  },
2553
2553
  {
2554
- "id": 53367,
2554
+ "id": 53374,
2555
2555
  "name": "timeboundDelegationControl",
2556
2556
  "nodeType": "Identifier",
2557
2557
  "overloadedDeclarations": [],
2558
- "referencedDeclaration": 53296,
2558
+ "referencedDeclaration": 53303,
2559
2559
  "src": "1784:26:128",
2560
2560
  "typeDescriptions": {
2561
- "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53449",
2561
+ "typeIdentifier": "t_contract$_TimeboundDelegationControl_$53456",
2562
2562
  "typeString": "contract TimeboundDelegationControl"
2563
2563
  }
2564
2564
  },
2565
2565
  {
2566
2566
  "hexValue": "74727565",
2567
- "id": 53368,
2567
+ "id": 53375,
2568
2568
  "isConstant": false,
2569
2569
  "isLValue": false,
2570
2570
  "isPure": true,
@@ -2579,7 +2579,7 @@
2579
2579
  "value": "true"
2580
2580
  }
2581
2581
  ],
2582
- "id": 53369,
2582
+ "id": 53376,
2583
2583
  "isConstant": false,
2584
2584
  "isInlineArray": false,
2585
2585
  "isLValue": false,
@@ -2588,7 +2588,7 @@
2588
2588
  "nodeType": "TupleExpression",
2589
2589
  "src": "1761:56:128",
2590
2590
  "typeDescriptions": {
2591
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_TimeboundDelegationControl_$53449_$_t_bool_$",
2591
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26528_$_t_contract$_TimeboundDelegationControl_$53456_$_t_bool_$",
2592
2592
  "typeString": "tuple(ResourceId,contract TimeboundDelegationControl,bool)"
2593
2593
  }
2594
2594
  }
@@ -2596,16 +2596,16 @@
2596
2596
  "expression": {
2597
2597
  "argumentTypes": [
2598
2598
  {
2599
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_WorldContextConsumer_$39177_$_t_bool_$returns$__$",
2599
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26528_$_t_contract$_WorldContextConsumer_$39184_$_t_bool_$returns$__$",
2600
2600
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2601
2601
  },
2602
2602
  {
2603
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_TimeboundDelegationControl_$53449_$_t_bool_$",
2603
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26528_$_t_contract$_TimeboundDelegationControl_$53456_$_t_bool_$",
2604
2604
  "typeString": "tuple(ResourceId,contract TimeboundDelegationControl,bool)"
2605
2605
  }
2606
2606
  ],
2607
2607
  "expression": {
2608
- "id": 53362,
2608
+ "id": 53369,
2609
2609
  "name": "abi",
2610
2610
  "nodeType": "Identifier",
2611
2611
  "overloadedDeclarations": [],
@@ -2616,7 +2616,7 @@
2616
2616
  "typeString": "abi"
2617
2617
  }
2618
2618
  },
2619
- "id": 53363,
2619
+ "id": 53370,
2620
2620
  "isConstant": false,
2621
2621
  "isLValue": false,
2622
2622
  "isPure": true,
@@ -2630,7 +2630,7 @@
2630
2630
  "typeString": "function () pure returns (bytes memory)"
2631
2631
  }
2632
2632
  },
2633
- "id": 53370,
2633
+ "id": 53377,
2634
2634
  "isConstant": false,
2635
2635
  "isLValue": false,
2636
2636
  "isPure": false,
@@ -2657,14 +2657,14 @@
2657
2657
  "expression": {
2658
2658
  "arguments": [
2659
2659
  {
2660
- "id": 53359,
2660
+ "id": 53366,
2661
2661
  "name": "world",
2662
2662
  "nodeType": "Identifier",
2663
2663
  "overloadedDeclarations": [],
2664
- "referencedDeclaration": 53311,
2664
+ "referencedDeclaration": 53318,
2665
2665
  "src": "1697:5:128",
2666
2666
  "typeDescriptions": {
2667
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
2667
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
2668
2668
  "typeString": "contract IBaseWorld"
2669
2669
  }
2670
2670
  }
@@ -2672,11 +2672,11 @@
2672
2672
  "expression": {
2673
2673
  "argumentTypes": [
2674
2674
  {
2675
- "typeIdentifier": "t_contract$_IBaseWorld_$39651",
2675
+ "typeIdentifier": "t_contract$_IBaseWorld_$39658",
2676
2676
  "typeString": "contract IBaseWorld"
2677
2677
  }
2678
2678
  ],
2679
- "id": 53358,
2679
+ "id": 53365,
2680
2680
  "isConstant": false,
2681
2681
  "isLValue": false,
2682
2682
  "isPure": true,
@@ -2688,14 +2688,14 @@
2688
2688
  "typeString": "type(address)"
2689
2689
  },
2690
2690
  "typeName": {
2691
- "id": 53357,
2691
+ "id": 53364,
2692
2692
  "name": "address",
2693
2693
  "nodeType": "ElementaryTypeName",
2694
2694
  "src": "1689:7:128",
2695
2695
  "typeDescriptions": {}
2696
2696
  }
2697
2697
  },
2698
- "id": 53360,
2698
+ "id": 53367,
2699
2699
  "isConstant": false,
2700
2700
  "isLValue": false,
2701
2701
  "isPure": false,
@@ -2711,7 +2711,7 @@
2711
2711
  "typeString": "address"
2712
2712
  }
2713
2713
  },
2714
- "id": 53361,
2714
+ "id": 53368,
2715
2715
  "isConstant": false,
2716
2716
  "isLValue": false,
2717
2717
  "isPure": false,
@@ -2725,7 +2725,7 @@
2725
2725
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2726
2726
  }
2727
2727
  },
2728
- "id": 53371,
2728
+ "id": 53378,
2729
2729
  "isConstant": false,
2730
2730
  "isLValue": false,
2731
2731
  "isPure": false,
@@ -2747,13 +2747,13 @@
2747
2747
  "typeString": "tuple()"
2748
2748
  }
2749
2749
  },
2750
- "id": 53373,
2750
+ "id": 53380,
2751
2751
  "nodeType": "ExpressionStatement",
2752
2752
  "src": "1665:159:128"
2753
2753
  },
2754
2754
  {
2755
2755
  "condition": {
2756
- "id": 53375,
2756
+ "id": 53382,
2757
2757
  "isConstant": false,
2758
2758
  "isLValue": false,
2759
2759
  "isPure": false,
@@ -2763,11 +2763,11 @@
2763
2763
  "prefix": true,
2764
2764
  "src": "1834:8:128",
2765
2765
  "subExpression": {
2766
- "id": 53374,
2766
+ "id": 53381,
2767
2767
  "name": "success",
2768
2768
  "nodeType": "Identifier",
2769
2769
  "overloadedDeclarations": [],
2770
- "referencedDeclaration": 53328,
2770
+ "referencedDeclaration": 53335,
2771
2771
  "src": "1835:7:128",
2772
2772
  "typeDescriptions": {
2773
2773
  "typeIdentifier": "t_bool",
@@ -2779,18 +2779,18 @@
2779
2779
  "typeString": "bool"
2780
2780
  }
2781
2781
  },
2782
- "id": 53380,
2782
+ "id": 53387,
2783
2783
  "nodeType": "IfStatement",
2784
2784
  "src": "1830:41:128",
2785
2785
  "trueBody": {
2786
2786
  "expression": {
2787
2787
  "arguments": [
2788
2788
  {
2789
- "id": 53377,
2789
+ "id": 53384,
2790
2790
  "name": "returnData",
2791
2791
  "nodeType": "Identifier",
2792
2792
  "overloadedDeclarations": [],
2793
- "referencedDeclaration": 53330,
2793
+ "referencedDeclaration": 53337,
2794
2794
  "src": "1860:10:128",
2795
2795
  "typeDescriptions": {
2796
2796
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2805,18 +2805,18 @@
2805
2805
  "typeString": "bytes memory"
2806
2806
  }
2807
2807
  ],
2808
- "id": 53376,
2808
+ "id": 53383,
2809
2809
  "name": "revertWithBytes",
2810
2810
  "nodeType": "Identifier",
2811
2811
  "overloadedDeclarations": [],
2812
- "referencedDeclaration": 39725,
2812
+ "referencedDeclaration": 39732,
2813
2813
  "src": "1844:15:128",
2814
2814
  "typeDescriptions": {
2815
2815
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2816
2816
  "typeString": "function (bytes memory) pure"
2817
2817
  }
2818
2818
  },
2819
- "id": 53378,
2819
+ "id": 53385,
2820
2820
  "isConstant": false,
2821
2821
  "isLValue": false,
2822
2822
  "isPure": false,
@@ -2832,7 +2832,7 @@
2832
2832
  "typeString": "tuple()"
2833
2833
  }
2834
2834
  },
2835
- "id": 53379,
2835
+ "id": 53386,
2836
2836
  "nodeType": "ExpressionStatement",
2837
2837
  "src": "1844:27:128"
2838
2838
  }
@@ -2840,7 +2840,7 @@
2840
2840
  ]
2841
2841
  },
2842
2842
  "baseFunctions": [
2843
- 61446
2843
+ 61453
2844
2844
  ],
2845
2845
  "functionSelector": "7c5b0335",
2846
2846
  "implemented": true,
@@ -2849,17 +2849,17 @@
2849
2849
  "name": "installRoot",
2850
2850
  "nameLocation": "1227:11:128",
2851
2851
  "parameters": {
2852
- "id": 53307,
2852
+ "id": 53314,
2853
2853
  "nodeType": "ParameterList",
2854
2854
  "parameters": [
2855
2855
  {
2856
2856
  "constant": false,
2857
- "id": 53306,
2857
+ "id": 53313,
2858
2858
  "mutability": "mutable",
2859
2859
  "name": "",
2860
2860
  "nameLocation": "-1:-1:-1",
2861
2861
  "nodeType": "VariableDeclaration",
2862
- "scope": 53382,
2862
+ "scope": 53389,
2863
2863
  "src": "1239:12:128",
2864
2864
  "stateVariable": false,
2865
2865
  "storageLocation": "memory",
@@ -2868,7 +2868,7 @@
2868
2868
  "typeString": "bytes"
2869
2869
  },
2870
2870
  "typeName": {
2871
- "id": 53305,
2871
+ "id": 53312,
2872
2872
  "name": "bytes",
2873
2873
  "nodeType": "ElementaryTypeName",
2874
2874
  "src": "1239:5:128",
@@ -2883,23 +2883,23 @@
2883
2883
  "src": "1238:14:128"
2884
2884
  },
2885
2885
  "returnParameters": {
2886
- "id": 53308,
2886
+ "id": 53315,
2887
2887
  "nodeType": "ParameterList",
2888
2888
  "parameters": [],
2889
2889
  "src": "1260:0:128"
2890
2890
  },
2891
- "scope": 53392,
2891
+ "scope": 53399,
2892
2892
  "stateMutability": "nonpayable",
2893
2893
  "virtual": false,
2894
2894
  "visibility": "public"
2895
2895
  },
2896
2896
  {
2897
- "id": 53391,
2897
+ "id": 53398,
2898
2898
  "nodeType": "FunctionDefinition",
2899
2899
  "src": "1880:96:128",
2900
2900
  "nodes": [],
2901
2901
  "body": {
2902
- "id": 53390,
2902
+ "id": 53397,
2903
2903
  "nodeType": "Block",
2904
2904
  "src": "1923:53:128",
2905
2905
  "nodes": [],
@@ -2909,18 +2909,18 @@
2909
2909
  "arguments": [],
2910
2910
  "expression": {
2911
2911
  "argumentTypes": [],
2912
- "id": 53387,
2912
+ "id": 53394,
2913
2913
  "name": "Module_NonRootInstallNotSupported",
2914
2914
  "nodeType": "Identifier",
2915
2915
  "overloadedDeclarations": [],
2916
- "referencedDeclaration": 61434,
2916
+ "referencedDeclaration": 61441,
2917
2917
  "src": "1936:33:128",
2918
2918
  "typeDescriptions": {
2919
2919
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
2920
2920
  "typeString": "function () pure"
2921
2921
  }
2922
2922
  },
2923
- "id": 53388,
2923
+ "id": 53395,
2924
2924
  "isConstant": false,
2925
2925
  "isLValue": false,
2926
2926
  "isPure": false,
@@ -2936,14 +2936,14 @@
2936
2936
  "typeString": "tuple()"
2937
2937
  }
2938
2938
  },
2939
- "id": 53389,
2939
+ "id": 53396,
2940
2940
  "nodeType": "RevertStatement",
2941
2941
  "src": "1929:42:128"
2942
2942
  }
2943
2943
  ]
2944
2944
  },
2945
2945
  "baseFunctions": [
2946
- 61452
2946
+ 61459
2947
2947
  ],
2948
2948
  "functionSelector": "13861fb5",
2949
2949
  "implemented": true,
@@ -2952,17 +2952,17 @@
2952
2952
  "name": "install",
2953
2953
  "nameLocation": "1889:7:128",
2954
2954
  "parameters": {
2955
- "id": 53385,
2955
+ "id": 53392,
2956
2956
  "nodeType": "ParameterList",
2957
2957
  "parameters": [
2958
2958
  {
2959
2959
  "constant": false,
2960
- "id": 53384,
2960
+ "id": 53391,
2961
2961
  "mutability": "mutable",
2962
2962
  "name": "",
2963
2963
  "nameLocation": "-1:-1:-1",
2964
2964
  "nodeType": "VariableDeclaration",
2965
- "scope": 53391,
2965
+ "scope": 53398,
2966
2966
  "src": "1897:12:128",
2967
2967
  "stateVariable": false,
2968
2968
  "storageLocation": "memory",
@@ -2971,7 +2971,7 @@
2971
2971
  "typeString": "bytes"
2972
2972
  },
2973
2973
  "typeName": {
2974
- "id": 53383,
2974
+ "id": 53390,
2975
2975
  "name": "bytes",
2976
2976
  "nodeType": "ElementaryTypeName",
2977
2977
  "src": "1897:5:128",
@@ -2986,12 +2986,12 @@
2986
2986
  "src": "1896:14:128"
2987
2987
  },
2988
2988
  "returnParameters": {
2989
- "id": 53386,
2989
+ "id": 53393,
2990
2990
  "nodeType": "ParameterList",
2991
2991
  "parameters": [],
2992
2992
  "src": "1923:0:128"
2993
2993
  },
2994
- "scope": 53392,
2994
+ "scope": 53399,
2995
2995
  "stateMutability": "pure",
2996
2996
  "virtual": false,
2997
2997
  "visibility": "public"
@@ -3001,62 +3001,62 @@
3001
3001
  "baseContracts": [
3002
3002
  {
3003
3003
  "baseName": {
3004
- "id": 53281,
3004
+ "id": 53288,
3005
3005
  "name": "Module",
3006
3006
  "nameLocations": [
3007
3007
  "904:6:128"
3008
3008
  ],
3009
3009
  "nodeType": "IdentifierPath",
3010
- "referencedDeclaration": 39093,
3010
+ "referencedDeclaration": 39100,
3011
3011
  "src": "904:6:128"
3012
3012
  },
3013
- "id": 53282,
3013
+ "id": 53289,
3014
3014
  "nodeType": "InheritanceSpecifier",
3015
3015
  "src": "904:6:128"
3016
3016
  }
3017
3017
  ],
3018
3018
  "canonicalName": "StandardDelegationsModule",
3019
3019
  "contractDependencies": [
3020
- 53257,
3021
- 53449
3020
+ 53264,
3021
+ 53456
3022
3022
  ],
3023
3023
  "contractKind": "contract",
3024
3024
  "documentation": {
3025
- "id": 53280,
3025
+ "id": 53287,
3026
3026
  "nodeType": "StructuredDocumentation",
3027
3027
  "src": "761:104:128",
3028
3028
  "text": " This module registers tables and delegation control systems required for standard delegations"
3029
3029
  },
3030
3030
  "fullyImplemented": true,
3031
3031
  "linearizedBaseContracts": [
3032
- 53392,
3033
- 39093,
3034
- 39177,
3035
- 61405,
3036
- 61453,
3037
- 61362
3032
+ 53399,
3033
+ 39100,
3034
+ 39184,
3035
+ 61412,
3036
+ 61460,
3037
+ 61369
3038
3038
  ],
3039
3039
  "name": "StandardDelegationsModule",
3040
3040
  "nameLocation": "875:25:128",
3041
- "scope": 53393,
3041
+ "scope": 53400,
3042
3042
  "usedErrors": [
3043
- 25408,
3044
- 25410,
3045
- 25412,
3046
- 26614,
3047
- 26617,
3048
- 27097,
3049
- 57980,
3050
- 57996,
3051
- 58014,
3052
- 58020,
3053
- 58026,
3054
- 61432,
3055
- 61434
3043
+ 25415,
3044
+ 25417,
3045
+ 25419,
3046
+ 26621,
3047
+ 26624,
3048
+ 27104,
3049
+ 57987,
3050
+ 58003,
3051
+ 58021,
3052
+ 58027,
3053
+ 58033,
3054
+ 61439,
3055
+ 61441
3056
3056
  ],
3057
3057
  "usedEvents": [
3058
- 27399,
3059
- 27411
3058
+ 27406,
3059
+ 27418
3060
3060
  ]
3061
3061
  }
3062
3062
  ],