@latticexyz/world-modules 2.0.0-main-08d7c471 → 2.0.0-main-9ff4f451
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/AccessControl.sol/AccessControl.json +200 -200
- package/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/Balances.sol/Balances.json +1713 -1713
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +207 -207
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +89 -89
- package/out/FunctionSelectors.sol/FunctionSelectors.json +2335 -2335
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +18 -18
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +68 -68
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +11 -11
- package/out/ISystemHook.sol/ISystemHook.json +16 -16
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +14 -14
- package/out/IWorldKernel.sol/IWorldKernel.json +14 -14
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +14 -14
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +43 -43
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +861 -861
- package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
- package/out/Module.sol/Module.json +75 -75
- package/out/NamespaceOwner.sol/NamespaceOwner.json +464 -464
- package/out/ResourceAccess.sol/ResourceAccess.json +471 -471
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +19 -19
- package/out/SystemHooks.sol/SystemHooks.json +4091 -4091
- package/out/SystemSwitch.sol/SystemSwitch.json +356 -356
- package/out/Systems.sol/Systems.json +2459 -2459
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +111 -111
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +85 -85
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2723 -2723
- package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
- package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
- package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +101 -101
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +101 -101
- package/out/constants.sol/constants.json +403 -120
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +105 -105
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +128 -128
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1338 -1338
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
- package/out/src/Hook.sol/HookInstance.json +331 -331
- package/out/src/Hook.sol/HookLib.json +331 -331
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/ISystemHook.sol/ISystemHook.json +90 -90
- package/out/src/IWorldErrors.sol/IWorldErrors.json +151 -151
- package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
- package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
- package/out/src/WorldContext.sol/WorldContextConsumer.json +418 -418
- package/out/src/WorldContext.sol/WorldContextConsumerLib.json +418 -418
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +418 -418
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/systemHookTypes.sol/systemHookTypes.json +25 -25
- package/out/tables/ResourceIds.sol/ResourceIds.json +1747 -1747
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
@@ -329,7 +329,7 @@
|
|
329
329
|
"sourceMap": "681:1313:143:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;754:220:98;;;;;;:::i;:::-;;:::i;:::-;;;611:14:150;;604:22;586:41;;574:2;559:18;754:220:98;;;;;;;;1245:113:100;;;:::i;:::-;;;814:42:150;802:55;;;784:74;;772:2;757:18;1245:113:100;638:226:150;1646:346:143;;;;;;:::i;:::-;;:::i;:::-;;962:78;;;-1:-1:-1;;;2189:98:150;;2177:2;2162:18;962:78:143;2043:250:150;1599:110:100;;;-1:-1:-1;;3585:14:100;3581:23;3568:37;2444:25:150;;2432:2;2417:18;1599:110:100;2298:177:150;1044:598:143;;;;;;:::i;:::-;;:::i;1925:95:100:-;;;:::i;754:220:98:-;878:4;897:34;;;360:110:93;897:34:98;;:72;;-1:-1:-1;935:34:98;;;188::92;935::98;897:72;890:79;754:220;-1:-1:-1;;754:220:98:o;1245:113:100:-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;1646:346:143:-;1690:16;1720:8;:6;:8::i;:::-;492:55:145;;;-1:-1:-1;;;492:55:145;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;418:16:145;2880:12:150;;;2873:101;1690:39:143;;-1:-1:-1;1758:38:143;;1690:39;;2990:12:150;492:55:145;;;;;;;;;;;;484:64;;;:::i;:::-;1758:21:143;:38::i;:::-;608:57:145;;;-1:-1:-1;;;608:57:145;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;-1:-1:-1;;;2880:12:150;;;2873:101;1826:20:143;;;;;;2990:12:150;608:57:145;;;;;;;;;;;;600:66;;;:::i;:::-;1826:57:143;;;;;;;;;;;;;3631:25:150;;;;3704:42;1858:18:143;3692:55:150;3672:18;;;3665:83;1878:4:143;3764:18:150;;;3757:50;3604:18;;1826:57:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;608:57:145;;;-1:-1:-1;;;608:57:145;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;-1:-1:-1;;;2880:12:150;;;2873:101;1925:30:143;;;;-1:-1:-1;1925:30:143;;-1:-1:-1;2990:12:150;608:57:145;;;;;;;;;;;;600:66;;;:::i;:::-;1925:62:143;;;;;;;;;;;;;4062:25:150;;4123:2;4118;4103:18;;4096:30;;;4162:2;4142:18;;;4135:30;4201:19;4196:2;4181:18;;4174:47;4253:3;4238:19;;3818:445;1925:62:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;1684:308;1646:346;:::o;1044:598::-;1092:16;1122:8;:6;:8::i;:::-;492:55:145;;;-1:-1:-1;;;492:55:145;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;418:16:145;2880:12:150;;;2873:101;1092:39:143;;-1:-1:-1;1160:32:143;;2990:12:150;492:55:145;;;;;;;;;;;;484:64;;;:::i;:::-;1160:22:143;:32::i;:::-;608:57:145;;;-1:-1:-1;;;608:57:145;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;-1:-1:-1;;;2880:12:150;;;2873:101;1223:12:143;;;;1258:27;;;;;;1308:20;;2990:12:150;608:57:145;;;;;;;;;;;;600:66;;;:::i;:::-;1293:75:143;;;;;3631:25:150;;;;3704:42;1342:18:143;3692:55:150;3672:18;;;3665:83;1362:4:143;3764:18:150;;;3757:50;3604:18;;1293:75:143;;;-1:-1:-1;;1293:75:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;1258:116;;;;-1:-1:-1;1258:116:143;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1222:152;;;;1385:7;1380:35;;1394:21;1410:4;1394:15;:21::i;:::-;608:57:145;;;-1:-1:-1;;;608:57:145;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;-1:-1:-1;;;2880:12:150;;;2873:101;1475:27:143;;;;;;1525:30;;2990:12:150;608:57:145;;;;;;;;;;;;600:66;;;:::i;:::-;1510:80:143;;;;;;4062:25:150;;;;4103:18;;;4096:30;4162:2;4142:18;;;4135:30;4201:19;4181:18;;;4174:47;4238:19;;1510:80:143;;;-1:-1:-1;;1510:80:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;1475:121;;;;-1:-1:-1;1475:121:143;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1457:139:143;;-1:-1:-1;1457:139:143;-1:-1:-1;1457:139:143;1602:35;;1616:21;1632:4;1616:15;:21::i;:::-;1086:556;;;1044:598;:::o;1925:95:100:-;1964:7;1986:29;:27;:29::i;2779:381::-;3063:34;3067:14;3063:34;3050:48;3046:2;3042:57;;3110:45;;-1:-1:-1;3145:10:100;3110:45;2779:381;:::o;3162:184:147:-;3231:20;;;;3252:8;1162:66;3276:14;:12;:14::i;:::-;3292:16;:14;:16::i;:::-;3310:13;:11;:13::i;:::-;3325:15;:13;:15::i;:::-;3231:110;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3162:184;;:::o;2896:173::-;2951:113;2975:8;1162:66;2999:14;:12;:14::i;:::-;3015:16;:14;:16::i;:::-;3033:13;:11;:13::i;:::-;3048:15;:13;:15::i;:::-;2951:23;:113::i;:::-;2896:173;:::o;501:217:117:-;704:6;698:13;691:4;683:6;679:17;672:40;1766:227:75;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:75:o;1580:160:147:-;1674:19;;;1627:6;1674:19;;;;;;;;;1707:28;1724:10;1707:16;:28::i;:::-;1700:35;;;1580:160;:::o;1857:208::-;1955:19;;;1972:1;1955:19;;;;;;;;;1906:6;;;;1955:19;;;;;;;;;;;;-1:-1:-1;1955:19:147;1920:54;;1998:18;1980:12;1993:1;1980:15;;;;;;;;:::i;:::-;;;;;;:36;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;2030:30:147;2047:12;2030:16;:30::i;2199:109::-;2288:15;;;2301:1;2288:15;;;;;;;;;2245:24;;2288:15;;;;;;;;;;;;;;;;;;;;2277:26;;2199:109;:::o;2448:144::-;2543:15;;;2556:1;2543:15;;;;;;;;;2496:26;;2543:15;;;;;;;;;;;;;;;;;;;;2530:28;;2564:23;;;;;;;;;;;;;;;;;:10;2575:1;2564:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2448:144;:::o;7479:1764:73:-;-1:-1:-1;;;7739:7:73;:35;;;;;;:83;;-1:-1:-1;7799:23:73;7778:7;:44;;;;7739:83;7735:209;;;-1:-1:-1;;;7894:7:73;7927;7910:25;;;;;;7481:19:150;;7525:2;7516:12;;7320:214;7910:25:73;;;;-1:-1:-1;;7910:25:73;;;;;;;;;;7839:98;;;;;;;;;;:::i;:::-;;;;;;;;7735:209;7990:43;:11;8025:5;7990:20;:43::i;:::-;8074:40;:9;8107:4;8074:18;:40::i;:::-;8120:43;:11;8155:5;8120:20;:43::i;:::-;1576:38:81;5165:60:70;;;1408:34:81;5088:59:70;;;5082:144;5067:159;;8251:8:73;:15;:40;8247:148;;1576:38:81;5165:60:70;;;1408:34:81;5088:59:70;;;5082:144;5067:159;;8372:15:73;;8308:80;;;;;;;;8183:25:150;;;;8224:18;;;8217:34;8156:18;;8308:80:73;8009:248:150;8247:148:73;1576:38:81;5165:60:70;;;1408:34:81;5088:59:70;;;5082:144;5067:159;;8445:10:73;:17;:44;8441:158;;1576:38:81;5165:60:70;;;1408:34:81;5088:59:70;;;5082:144;5067:159;;8574:17:73;;8506:86;;;;;;;;8183:25:150;;;;8224:18;;;8217:34;8156:18;;8506:86:73;8009:248:150;8441:158:73;1576:38:81;5165:60:70;;;1408:34:81;5088:59:70;;;5082:144;5067:159;;1576:38:81;5165:60:70;;;1408:34:81;5088:59:70;;;5082:144;5067:159;;8656:50:73;8652:171;;1576:38:81;5165:60:70;;;1408:34:81;5088:59:70;;;5082:144;5067:159;;1576:38:81;5165:60:70;;;1408:34:81;5088:59:70;;;5082:144;5067:159;;8723:93:73;;;;;;;;8183:25:150;;;;8224:18;;;8217:34;8156:18;;8723:93:73;8009:248:150;8652:171:73;8885:31;8908:7;8885:22;:31::i;:::-;8881:140;;;8971:7;9004;8987:25;;;;;;7481:19:150;;7525:2;7516:12;;7320:214;8987:25:73;;;;-1:-1:-1;;8987:25:73;;;;;;;;;;8933:81;;;;;;;;;:::i;8881:140::-;9062:103;9074:7;9083:11;9096:9;9107:11;9131:8;9120:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;9153:10;9142:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;9062:11;:103::i;:::-;9201:37;9224:7;9233:4;9201:22;:37::i;1247:2059:70:-;1315:6;647:2:81;1333:7:70;:14;:33;1329:85;;;1399:7;:14;1375:39;;-1:-1:-1;;;1375:39:70;;;;;;2444:25:150;;2432:2;2417:18;;2298:177;1329:85:70;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:81;2531::70;2527;437:2:81;2509:19:70;:23;2508:40;2492:7;2500:1;2492:10;;;;;;;;:::i;:::-;;;;;;;2484:19;;;;;;;;:::i;:::-;:65;;2474:75;;;;;-1:-1:-1;2559:3:70;;1621:956;;;;902:1:81;2621:13:70;:34;2617:85;;;2664:38;;-1:-1:-1;;;2664:38:70;;;;;2444:25:150;;;2417:18;;2664:38:70;2298:177:150;2617:85:70;2802:14;;:30;;;537:1:81;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;3090:41:70;;;3080:51;;;;;537:1:81;1425;1409:13;1421:1;334:2;1409:13;:::i;:::-;:17;;;;:::i;:::-;1408:34;;;;:::i;:::-;3147:47:70;;;3137:57;;;;;537:1:81;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;3210:49:70;;;;3200:59;;;;;1247:2059;-1:-1:-1;;;;1247:2059:70:o;6418:1197:56:-;6540:10;6539:11;:36;;;;-1:-1:-1;6022:45:56;;6554:21;6535:95;;;6584:46;;;;;6628:1;6584:46;;;2444:25:150;2417:18;;6584:46:56;2298:177:150;6535:95:56;6698:25;6726:30;:11;:28;:30::i;:::-;6698:58;;902:1:81;6766:17:56;:38;6762:113;;;6813:62;;;;;;;;2444:25:150;;;2417:18;;6813:62:56;2298:177:150;6762:113:56;6882:24;6909:29;:11;:27;:29::i;:::-;6882:56;-1:-1:-1;7013:23:56;7039:36;7058:17;6882:56;7039:36;:::i;:::-;7013:62;;647:2:81;7085:15:56;:34;7081:107;;;7128:60;;;;;;;;2444:25:150;;;2417:18;;7128:60:56;2298:177:150;7081:107:56;7236:9;7231:380;7251:16;7247:1;:20;7231:380;;;3996:93;4044:19;:27;;;537:1:81;4043:44:56;4009:79;;;3996:93;7279:24;7340:21;;;7336:230;;7380:50;;;;;;;;;;;;;;7336:230;334:2:81;7449:16:56;:28;7445:121;;;7496:61;;;;;;;;;;;;;;7445:121;-1:-1:-1;7593:3:56;;7231:380;;5689:1683:70;5796:10;5795:11;:31;;;;-1:-1:-1;6022:45:56;;5810:16:70;5791:80;;;5835:36;;-1:-1:-1;;;5835:36:70;;5869:1;5835:36;;;2444:25:150;2417:18;;5835:36:70;2298:177:150;5791:80:70;5934:25;5962;:6;:23;:25::i;:::-;5934:53;;902:1:81;5997:17:70;:38;5993:103;;;6044:52;;-1:-1:-1;;;6044:52:70;;;;;2444:25:150;;;2417:18;;6044:52:70;2298:177:150;5993:103:70;6103:24;6130;:6;:22;:24::i;:::-;6103:51;-1:-1:-1;6224:23:70;6250:36;6269:17;6103:51;6250:36;:::i;:::-;6224:62;;647:2:81;6296:15:70;:34;6292:97;;;6339:50;;-1:-1:-1;;;6339:50:70;;;;;2444:25:150;;;2417:18;;6339:50:70;2298:177:150;6292:97:70;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:70;;;;;2444:25:150;;;2417:18;;7160:52:70;2298:177:150;7110:102:70;7288:17;7266:18;:39;7262:105;;7314:53;;-1:-1:-1;;;7314:53:70;;;;;2444:25:150;;;2417:18;;7314:53:70;2298:177:150;7262:105:70;5753:1619;;;;;5689:1683;;:::o;3825:314:78:-;3939:16;;;3953:1;3939:16;;;;;;;;;3891:11;;;;3939:16;;;;;;;;;;;;-1:-1:-1;3939:16:78;3910:45;;3994:10;3961:9;3971:1;3961:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:78;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;1098:22:78;2880:12:150;;;2873:101;1047:74:78;;;;;;;;;;2990:12:150;;1047:74:78;;-1:-1:-1;;4028:62:78;;1039:83;;;:::i;:::-;4063:9;4074:1;1234:66;4028:24;:62::i;:::-;4012:78;;4104:29;4125:5;4112:20;;1596:10:69;1487:126;4104:29:78;4096:38;3825:314;-1:-1:-1;;;;3825:314:78:o;29800:676:80:-;36123:53;;;;;;10170:19:150;;;10205:12;;;10198:28;;;36096:12:80;10242::150;;;10235:28;;;36123:53:80;;;;;;;;;;10279:12:150;;;;36123:53:80;;;30091:29;30123:55;30137:18;30157:20;30123:13;:55::i;:::-;30091:87;;30184:25;30212:55;30226:18;30246:20;30212:13;:55::i;:::-;30303:16;;;30317:1;30303:16;;;;;;;;;30184:83;;-1:-1:-1;30274:26:80;;30303:16;;;;;;;;;;;;-1:-1:-1;30303:16:80;30274:45;;30358:7;30325:9;30335:1;30325:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1147:69;;;-1:-1:-1;;;1147:69:80;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;1198:17:80;2880:12:150;;;2873:101;1147:69:80;;;;;;;;;;2990:12:150;;1147:69:80;;30373:98;;1139:78;;;:::i;:::-;30403:9;30414:11;30427:15;30444:12;1324:66;30373:19;:98::i;:::-;30002:474;;;;29800:676;;;;;;:::o;5971:268:78:-;6071:16;;;6085:1;6071:16;;;;;;;;;6042:26;;6071:16;;;;;;;;;;;-1:-1:-1;6071:16:78;6042:45;;6126:10;6093:9;6103:1;6093:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:78;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;1098:22:78;2880:12:150;;;2873:101;1047:74:78;;;;;;;;;;2990:12:150;;1047:74:78;;6144:90;;1039:83;;;:::i;:::-;6179:9;6190:1;6211:6;6193:26;;;;;;9841:14:150;9834:22;9829:3;9825:32;9813:45;;9883:1;9874:11;;9690:201;6193:26:78;;;;-1:-1:-1;;6193:26:78;;;;;;;;;1234:66;6144:24;:90::i;3195:520:54:-;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:54:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:54;;3195:520;-1:-1:-1;;3195:520:54:o;3592:121::-;-1:-1:-1;3707:1:54;;3195:520;-1:-1:-1;;3195:520:54:o;3592:121::-;3270:445;3195:520;;;:::o;5098:173:56:-;5172:7;537:1:81;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;5208:11:56;5187:79;5200:65;;5187:79;;5098:173;-1:-1:-1;;5098:173:56:o;4700:171::-;4773:7;537:1:81;1425;1409:13;1421:1;334:2;1409:13;:::i;3948:206:70:-;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:70:o;35212:541:73:-;35369:7;35506:242;35550:59;35591:7;35600:8;35550:40;:59::i;:::-;35627:31;;;;4044:19:56;:27;537:1:81;4043:44:56;4009:79;;;3996:93;35676:63:73;35715:11;35728:10;35676:38;:63::i;:::-;35506:17;:242::i;:::-;35493:255;35212:541;-1:-1:-1;;;;;35212:541:73:o;36372:388:80:-;36680:32;;36714:34;;36498:29;;2377:5:68;;;785;2408:39;;;;2390:58;2489:23;2474:39;;;;2456:58;36658:91:80;2236:344:68;36925:234:80;37051:12;37102:18;37131:20;37078:76;;;;;;;;;:::i;:::-;;;;;;;;;;;;;37071:83;;36925:234;;;;:::o;12721:3002:73:-;12994:7;12978:75;13003:8;13013:10;13025:14;13041:11;12978:75;;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;13118:7:73;:35;;;13163:7;13114:62;13314:22;13339:24;13355:7;13339:15;:24::i;:::-;13314:49;;13374:9;13369:340;13389:5;:12;13385:1;:16;13369:340;;;13416:9;13438:5;13444:1;13438:8;;;;;;;;:::i;:::-;;;;;;;13416:31;;13459:33;343:6:83;13459:4:73;:14;;;;;:33;;;;:::i;:::-;13455:248;;;13504:190;;;;;3392:35:57;;;;;13504:47:73;;:190;;13563:7;;13582:8;;13602:10;;13624:14;;13650:11;;13673;;13504:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13455:248;-1:-1:-1;13403:3:73;;;;:::i;:::-;;;;13369:340;;;;13772:26;13801:59;13842:7;13851:8;13801:40;:59::i;:::-;13772:88;-1:-1:-1;13866:21:73;826:4:67;816:15;;13866:54:73;;13926:149;13964:18;13998:1;14022:13;14051:10;:17;13926:13;:149::i;:::-;14175:1;14142:30;:11;:28;:30::i;:::-;:34;14138:1174;;;14261:33;14297:66;14345:7;14354:8;14297:47;:66::i;:::-;579:28:72;;;14261:102:73;-1:-1:-1;826:4:67;816:15;;14537:47:73;;14693:27;14728:25;14766:7;14761:545;14779:30;:11;:28;:30::i;:::-;14775:1;:34;;;14761:545;;;14845:63;14887:7;14896:8;14906:1;14845:41;:63::i;:::-;14823:85;-1:-1:-1;14938:25:73;:14;14961:1;6743:16:68;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;14938:25:73;14918:45;;14973:170;15015:19;15054:1;15082:13;15115:17;14973:13;:170::i;:::-;15153:34;15170:17;15153:34;;:::i;:::-;;-1:-1:-1;15284:3:73;;14761:545;;;;14178:1134;;;14138:1174;15386:9;15381:338;15401:5;:12;15397:1;:16;15381:338;;;15428:9;15450:5;15456:1;15450:8;;;;;;;;:::i;:::-;;;;;;;15428:31;;15471:32;437:6:83;15471:4:73;:14;;;;;:32;;;;:::i;:::-;15467:246;;;15515:189;;;;;3392:35:57;;;;;15515:46:73;;:189;;15573:7;;15592:8;;15612:10;;15634:14;;15660:11;;15683;;15515:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15467:246;-1:-1:-1;15415:3:73;;;;:::i;:::-;;;;15381:338;;22277:355;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;:::-;22277:355;;;;;:::o;49619:191::-;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:73;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:73:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:56;4044:19;:27;;;537:1:81;4043:44:56;4009:79;;;3996:93;50816:32:73;;:::i;:::-;;-1:-1:-1;50803:3:73;;;;:::i;:::-;;;;50771:84;;;-1:-1:-1;50867:6:73;50636:242;-1:-1:-1;;;50636:242:73:o;8680:790:72:-;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:72;;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;5054:342:79:-;5170:16;;;5184:1;5170:16;;;;;;;;;5111:22;;5141:26;;5170:16;;;;;;;;;;;;-1:-1:-1;5170:16:79;5141:45;;5225:7;5192:9;5202:1;5192:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:79;;;2663:92:150;-1:-1:-1;;;2771:11:150;;;2764:100;1098:21:79;2880:12:150;;;2873:101;1047:73:79;;;;;;;;;;2990:12:150;;1047:73:79;;-1:-1:-1;;5261:49:79;;1039:82;;;:::i;:::-;5297:9;5308:1;5261:25;:49::i;:::-;5240:70;;5324:66;:44;5345:5;5352:1;5355:5;:12;5324:20;:44::i;:::-;:64;:66::i;2891:136:57:-;2961:4;3013:9;2980:42;;2999:9;2981:15;2991:4;3790:26;;;3660:162;2981:15;:27;2980:42;;;2973:49;;2891:136;;;;:::o;1373:2326:72:-;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:82;1067:14;;1045:37;1043:40;2077:31:72;;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:72;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:72;3003:253;;;3324:10;;3320:375;;3344:12;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;3626:21:72;;3542:20;;3538:31;;3649:9;;3622:37;3487:184;3443:238;;-1:-1:-1;1373:2326:72;;;;:::o;52184:230:73:-;52305:7;52389;52398:8;52372:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52372:35:73;;;;;;;;;52362:46;;52372:35;52362:46;;;;41389:40;52335:73;;52184:230;-1:-1:-1;;;52184:230:73:o;51555:274::-;51699:7;51804;51813:8;51787:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;51777:46;;;;;;51756:17;51749:25;;51729:45;;;41298:34;51729:45;:94;51721:103;;51714:110;;51555:274;;;;;:::o;16359:1506::-;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:73;:35;;;16777:62;;16826:7;;;16777:62;16984:22;17009:24;17025:7;17009:15;:24::i;:::-;16984:49;;17044:9;17039:328;17059:5;:12;17055:1;:16;17039:328;;;17086:9;17108:5;17114:1;17108:8;;;;;;;;:::i;:::-;;;;;;;17086:31;;17129:41;548:6:83;17129:4:73;:14;;;;;:41;;;;:::i;:::-;17125:236;;;17182:170;;;;;3392:35:57;;;;;17182:54:73;;:170;;17258:7;;17287:8;;17314:5;;17337:4;;17182:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17125:236;-1:-1:-1;17073:3:73;;;;:::i;:::-;;;;17039:328;;;;17416:70;17448:8;17466:5;17416:70;;17479:4;17416:13;:70::i;:::-;17540:9;17535:326;17555:5;:12;17551:1;:16;17535:326;;;17582:9;17604:5;17610:1;17604:8;;;;;;;;:::i;:::-;;;;;;;17582:31;;17625:40;657:6:83;17625:4:73;:14;;;;;:40;;;;:::i;:::-;17621:234;;;17677:169;;;;;3392:35:57;;;;;17677:53:73;;:169;;17752:7;;17781:8;;17808:5;;17831:4;;17677:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17621:234;-1:-1:-1;17569:3:73;;;;:::i;:::-;;;;17535:326;;36221:522;36357:12;36481:257;36520:79;36562:7;36571:8;36581:17;36520:41;:79::i;:::-;36617:93;36692:17;36617:66;36665:7;36674:8;36617:47;:66::i;:::-;:74;6743:16:68;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;36617:93:73;36728:1;36481:12;:257::i;2022:570:71:-;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:71;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:71:o;40037:220:85:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;850:162:72:-;939:68;945:14;961:6;826:4:67;816:15;;995:4:72;:11;939:5;:68::i;52752:301:73:-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:72;;4466:137;4903:665;5315:4;5309:11;5356:4;5344:17;;-1:-1:-1;;5234:14:72;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:87:-;2751:22;2781:21;2805;:11;2946:3:71;2924:25;;2850:104;2805:21:87;2781:45;-1:-1:-1;643:17:71;3187:38;;2832:20:87;2994:11;3187:38:71;2994:11:87;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:72:-;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:82;1067:14;;1045:37;1043:40;6641:38:72;;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:72;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:72;;;;7710:2;7693:19;7496:253;;;7817:10;;7813:374;;7837:12;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;8119:20:72;;8034:21;;8030:32;;8141:9;;8115:36;7979:184;7936:237;;-1:-1:-1;5933:2258:72;;;;:::o;14:177:150:-;99:66;92:5;88:78;81:5;78:89;68:117;;181:1;178;171:12;196:245;254:6;307:2;295:9;286:7;282:23;278:32;275:52;;;323:1;320;313:12;275:52;362:9;349:23;381:30;405:5;381:30;:::i;869:184::-;-1:-1:-1;;;918:1:150;911:88;1018:4;1015:1;1008:15;1042:4;1039:1;1032:15;1058:980;1126:6;1179:2;1167:9;1158:7;1154:23;1150:32;1147:52;;;1195:1;1192;1185:12;1147:52;1235:9;1222:23;1264:18;1305:2;1297:6;1294:14;1291:34;;;1321:1;1318;1311:12;1291:34;1359:6;1348:9;1344:22;1334:32;;1404:7;1397:4;1393:2;1389:13;1385:27;1375:55;;1426:1;1423;1416:12;1375:55;1462:2;1449:16;1484:2;1480;1477:10;1474:36;;;1490:18;;:::i;:::-;1624:2;1618:9;1686:4;1678:13;;-1:-1:-1;;1674:22:150;;;1698:2;1670:31;1666:40;1654:53;;;1722:18;;;1742:22;;;1719:46;1716:72;;;1768:18;;:::i;:::-;1808:10;1804:2;1797:22;1843:2;1835:6;1828:18;1883:7;1878:2;1873;1869;1865:11;1861:20;1858:33;1855:53;;;1904:1;1901;1894:12;1855:53;1960:2;1955;1951;1947:11;1942:2;1934:6;1930:15;1917:46;2005:1;1983:15;;;2000:2;1979:24;1972:35;;;;-1:-1:-1;1987:6:150;1058:980;-1:-1:-1;;;;;1058:980:150:o;3013:357::-;3131:12;;3178:4;3167:16;;;3161:23;;3131:12;3196:16;;3193:171;;;-1:-1:-1;;3270:4:150;3266:17;;;;3263:1;3259:25;3255:98;3244:110;;3013:357;-1:-1:-1;3013:357:150:o;4268:249::-;4337:6;4390:2;4378:9;4369:7;4365:23;4361:32;4358:52;;;4406:1;4403;4396:12;4358:52;4438:9;4432:16;4457:30;4481:5;4457:30;:::i;4522:250::-;4607:1;4617:113;4631:6;4628:1;4625:13;4617:113;;;4707:11;;;4701:18;4688:11;;;4681:39;4653:2;4646:10;4617:113;;;-1:-1:-1;;4764:1:150;4746:16;;4739:27;4522:250::o;4777:287::-;4906:3;4944:6;4938:13;4960:66;5019:6;5014:3;5007:4;4999:6;4995:17;4960:66;:::i;:::-;5042:16;;;;;4777:287;-1:-1:-1;;4777:287:150:o;5069:330::-;5111:3;5149:5;5143:12;5176:6;5171:3;5164:19;5192:76;5261:6;5254:4;5249:3;5245:14;5238:4;5231:5;5227:16;5192:76;:::i;:::-;5313:2;5301:15;-1:-1:-1;;5297:88:150;5288:98;;;;5388:4;5284:109;;5069:330;-1:-1:-1;;5069:330:150:o;5404:616::-;5456:3;5494:5;5488:12;5521:6;5516:3;5509:19;5547:4;5588:2;5583:3;5579:12;5613:11;5640;5633:18;;5690:6;5687:1;5683:14;5676:5;5672:26;5660:38;;5732:2;5725:5;5721:14;5753:1;5763:231;5777:6;5774:1;5771:13;5763:231;;;5848:5;5842:4;5838:16;5833:3;5826:29;5876:38;5909:4;5900:6;5894:13;5876:38;:::i;:::-;5972:12;;;;5868:46;-1:-1:-1;5937:15:150;;;;5799:1;5792:9;5763:231;;;-1:-1:-1;6010:4:150;;5404:616;-1:-1:-1;;;;;;;5404:616:150:o;6025:912::-;6555:6;6544:9;6537:25;6598:6;6593:2;6582:9;6578:18;6571:34;6641:6;6636:2;6625:9;6621:18;6614:34;6684:6;6679:2;6668:9;6664:18;6657:34;6728:3;6722;6711:9;6707:19;6700:32;6518:4;6755:56;6806:3;6795:9;6791:19;6783:6;6755:56;:::i;:::-;6860:9;6852:6;6848:22;6842:3;6831:9;6827:19;6820:51;6888:43;6924:6;6916;6888:43;:::i;:::-;6880:51;6025:912;-1:-1:-1;;;;;;;;;6025:912:150:o;6942:184::-;-1:-1:-1;;;6991:1:150;6984:88;7091:4;7088:1;7081:15;7115:4;7112:1;7105:15;7131:184;-1:-1:-1;;;7180:1:150;7173:88;7280:4;7277:1;7270:15;7304:4;7301:1;7294:15;7539:465;7786:66;7778:6;7774:79;7763:9;7756:98;7890:6;7885:2;7874:9;7870:18;7863:34;7933:2;7928;7917:9;7913:18;7906:30;7737:4;7953:45;7994:2;7983:9;7979:18;7971:6;7953:45;:::i;8262:323::-;8471:6;8460:9;8453:25;8514:2;8509;8498:9;8494:18;8487:30;8434:4;8534:45;8575:2;8564:9;8560:18;8552:6;8534:45;:::i;8590:280::-;8789:2;8778:9;8771:21;8752:4;8809:55;8860:2;8849:9;8845:18;8837:6;8809:55;:::i;8875:184::-;-1:-1:-1;;;8924:1:150;8917:88;9024:4;9021:1;9014:15;9048:4;9045:1;9038:15;9064:128;9131:9;;;9152:11;;;9149:37;;;9166:18;;:::i;9197:168::-;9270:9;;;9301;;9318:15;;;9312:22;;9298:37;9288:71;;9339:18;;:::i;9560:125::-;9625:9;;;9646:10;;;9643:36;;;9659:18;;:::i;10302:492::-;10477:3;10515:6;10509:13;10531:66;10590:6;10585:3;10578:4;10570:6;10566:17;10531:66;:::i;:::-;10660:13;;10619:16;;;;10682:70;10660:13;10619:16;10729:4;10717:17;;10682:70;:::i;:::-;10768:20;;10302:492;-1:-1:-1;;;;10302:492:150:o;10799:435::-;10852:3;10890:5;10884:12;10917:6;10912:3;10905:19;10943:4;10972:2;10967:3;10963:12;10956:19;;11009:2;11002:5;10998:14;11030:1;11040:169;11054:6;11051:1;11048:13;11040:169;;;11115:13;;11103:26;;11149:12;;;;11184:15;;;;11076:1;11069:9;11040:169;;;-1:-1:-1;11225:3:150;;10799:435;-1:-1:-1;;;;;10799:435:150:o;11239:691::-;11573:3;11562:9;11555:22;11536:4;11600:57;11652:3;11641:9;11637:19;11629:6;11600:57;:::i;:::-;11705:9;11697:6;11693:22;11688:2;11677:9;11673:18;11666:50;11739:33;11765:6;11757;11739:33;:::i;:::-;11725:47;;11808:6;11803:2;11792:9;11788:18;11781:34;11863:9;11855:6;11851:22;11846:2;11835:9;11831:18;11824:50;11891:33;11917:6;11909;11891:33;:::i;:::-;11883:41;11239:691;-1:-1:-1;;;;;;;11239:691:150:o;11935:900::-;12390:6;12379:9;12372:25;12433:3;12428:2;12417:9;12413:18;12406:31;12353:4;12460:57;12512:3;12501:9;12497:19;12489:6;12460:57;:::i;:::-;12565:9;12557:6;12553:22;12548:2;12537:9;12533:18;12526:50;12599:33;12625:6;12617;12599:33;:::i;:::-;12585:47;;12668:6;12663:2;12652:9;12648:18;12641:34;12724:9;12716:6;12712:22;12706:3;12695:9;12691:19;12684:51;12752:33;12778:6;12770;12752:33;:::i;:::-;12744:41;;;12822:6;12816:3;12805:9;12801:19;12794:35;11935:900;;;;;;;;;:::o;12840:195::-;12879:3;-1:-1:-1;;12903:5:150;12900:77;12897:103;;12980:18;;:::i;:::-;-1:-1:-1;13027:1:150;13016:13;;12840:195::o;13040:640::-;13291:6;13286:3;13279:19;13261:3;13317:2;13350;13345:3;13341:12;13382:6;13376:13;13447:2;13439:6;13435:15;13468:1;13478:175;13492:6;13489:1;13486:13;13478:175;;;13555:13;;13541:28;;13591:14;;;;13628:15;;;;13514:1;13507:9;13478:175;;13685:184;-1:-1:-1;;;13734:1:150;13727:88;13834:4;13831:1;13824:15;13858:4;13855:1;13848:15;13874:512;14125:2;14114:9;14107:21;14088:4;14151:56;14203:2;14192:9;14188:18;14180:6;14151:56;:::i;:::-;14255:14;14247:6;14243:27;14238:2;14227:9;14223:18;14216:55;14319:9;14311:6;14307:22;14302:2;14291:9;14287:18;14280:50;14347:33;14373:6;14365;14347:33;:::i;:::-;14339:41;13874:512;-1:-1:-1;;;;;;13874:512:150:o;14391:617::-;14702:6;14691:9;14684:25;14745:3;14740:2;14729:9;14725:18;14718:31;14665:4;14772:57;14824:3;14813:9;14809:19;14801:6;14772:57;:::i;:::-;14877:14;14869:6;14865:27;14860:2;14849:9;14845:18;14838:55;14941:9;14933:6;14929:22;14924:2;14913:9;14909:18;14902:50;14969:33;14995:6;14987;14969:33;:::i;15013:360::-;15216:2;15205:9;15198:21;15179:4;15236:45;15277:2;15266:9;15262:18;15254:6;15236:45;:::i;:::-;15312:2;15297:18;;15290:34;;;;-1:-1:-1;15355:2:150;15340:18;15333:34;15228:53;15013:360;-1:-1:-1;15013:360:150:o",
|
330
330
|
"linkReferences": {},
|
331
331
|
"immutableReferences": {
|
332
|
-
"
|
332
|
+
"65916": [
|
333
333
|
{
|
334
334
|
"start": 783,
|
335
335
|
"length": 32
|
@@ -350,7 +350,7 @@
|
|
350
350
|
"installRoot(bytes)": "7c5b0335",
|
351
351
|
"supportsInterface(bytes4)": "01ffc9a7"
|
352
352
|
},
|
353
|
-
"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\":\"nonpayable\",\"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.\"}]},\"events\":{\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is set.\"}},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"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\":{\"events\":{\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"getName()\":{\"notice\":\"Return the name of the module.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if the given interfaceId is supported by this contract.\"}},\"notice\":\"This module creates a table that stores a nonce, and a public system that returns an incremented nonce each time.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/uniqueentity/UniqueEntityModule.sol\":\"UniqueEntityModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c\",\"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72\",\"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764\",\"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c\",\"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/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/System.sol\":{\"keccak256\":\"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd\",\"dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0xc912f14d0f2e2e9e728a9d18e250ebe3eb2f51d0b4d79993c9d997991bbd5593\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://29621425847a1c11205307896b04e2a6c97934dd619f23ce6774ce52520f1255\",\"dweb:/ipfs/QmeuTe3q8U11Dqkp5tahxVWnp9Cd5ezQmRZ5vhEHtv14Eu\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0xf04594c29c5c5b3110453ac189a8008735753de864ab4a7dfa97ccd3ae5f4a55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4a3061f72b969a294dc96c3b2e59277e762ce6571cedcc7e280412431453dde5\",\"dweb:/ipfs/QmWB9aboakrCH9AmzGiZ1mCceh9atF4ks5ndEYFzUVbaHT\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xf96aee478cc770cd9cd417b7939c38c9b9b075c91f3f47bdf8c6742f5591e9dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9c59c4c9a6ab3d64e2b0d7c9f3df2d330a36fc93ac2ab5e5f907fa881fbed1f8\",\"dweb:/ipfs/QmTbd82cCtDwc8Ga1UsWAKXmFYrWU1zkbCCk1nMspqWdZu\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0xb4d323470e22b1d3f0168a44196eb09466f602b7564c75e5739c5f53a5036f97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acad752208d00b731baaa1cfa192ff3981001fd030953bdc604e4f69ec2cd0b8\",\"dweb:/ipfs/QmRFw3RgmX2CHqg7PqsP3rqVKxBVYNq5hHcFiyA2Y7iAaX\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0xf837b53eaa348da3b3650e0b7159de02d3f84897d96e487ece2f932c272dbe57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fbdc52e9e519c8c6d4a00caf4de08688eb8eb34dbfc6236308f281d7cf05b51b\",\"dweb:/ipfs/QmWnogXiA5KA6JGxCTJR5W1MNFowrH7baSAYhSXjV1xM47\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x5be1d1ee90a7a03258e8c4fce7542453332c637a51b015e0cc29151ef2792263\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://df6d97356b2ca9d97b7593f4c0772742529fea73f1665e55a879a368b399cae0\",\"dweb:/ipfs/QmXCs5X4Z95isKRzjP4TQjQxwiB7773tHiJWLWkjLv3SLj\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xd7e31957e7fcf056912fe16e10a0411bdb071c14c45853e7da264dfbfd6bcb62\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c4ce02327ac8971177685fc2655733ed3c07f5dfb72846680544a48953180aad\",\"dweb:/ipfs/QmQMNtkeCXdZfyyvtY8vUrKh5RUbpM7HYMGrzbxZGzTEFh\"]},\"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/uniqueentity/UniqueEntityModule.sol\":{\"keccak256\":\"0x2a6176e18ab7e032f42e4f72922f091d885a79c3dc1cecd59576ee83f56b7f71\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed48cf950a7ff594b243385c584f673f32ab4a4787ab805c2106cbc0ca9bfb45\",\"dweb:/ipfs/QmZXshHiWSj8SzM5HCvWW3Skv5b1t9V5AcAJmQaU3Nrg2n\"]},\"src/modules/uniqueentity/UniqueEntitySystem.sol\":{\"keccak256\":\"0x7459e16f89df6b682f5dd355d0f9178c0d540d6388db0740fdb832d871a8e4bf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64667b045d4af2ec8ee9856a8377e0d61563cbcd4953bdff75e60dc08e055d65\",\"dweb:/ipfs/QmUAHh1AMyG1Mq4SH5is2q97V3tAc3nqjcx5AzRWkATe5K\"]},\"src/modules/uniqueentity/constants.sol\":{\"keccak256\":\"0xd75446c0fac3b5f27c028657696ddc78b3abcdfaf4ce778e828f37e8cbee042d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7eb04a357265fd23227be7ede0ce2d57440c17ad72c2ccf11b60b5ad3a7d72fd\",\"dweb:/ipfs/QmVRFEWtYMKqP1nQRq5UCVQfDKPGuaqZ7YwtRnLm39b43G\"]},\"src/modules/uniqueentity/tables/UniqueEntity.sol\":{\"keccak256\":\"0x083c28de7434bfc85fbb2cd061a443ca8b861f23e29673754bd106012e42c976\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ec386e0f999c31215eff528a9adc19153eb84132e0cb1f26111f2bf187c91de9\",\"dweb:/ipfs/QmVrJEPqnx6t2rbGJ2wjJY2Zb8Cv4syD2c2BancK2fwmVH\"]}},\"version\":1}",
|
353
|
+
"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\":\"nonpayable\",\"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.\"}]},\"events\":{\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is set.\"}},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"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\":{\"events\":{\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"getName()\":{\"notice\":\"Return the name of the module.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if the given interfaceId is supported by this contract.\"}},\"notice\":\"This module creates a table that stores a nonce, and a public system that returns an incremented nonce each time.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/uniqueentity/UniqueEntityModule.sol\":\"UniqueEntityModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xacf4aee01f167b98b2869bdf4407682fd9f18b85507048bc274bcb98d094948c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86b114326973cef4f59c17e947945d09b90a0c48ede1da80f4f8aed0b6de179c\",\"dweb:/ipfs/QmZ6K6gZnV2ZdgbT8yG7Jz4HgoPymgdX3jTy6oUnG9xdgD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xc2dc1bd6335fb0cc27cb7a80298d954d9ce0a0e9864d1dd8531aadb66c0ce21d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7e34a386bd44933010c4f5a4dbfe8b0b8e5e9e39eaead46a2ebef0018db9b72\",\"dweb:/ipfs/QmQPyAdLUmE2Y6Ai7t2n56USg25PGHYxxXWRi1zEkdyT6a\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xfecdfde3b41c04dcf43e9c19f84f6a7f77df0fd844928692742b47662a0b814c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://968e83ac99e8d1799730aa6f1f23962c3fe3566cd7ec8bcf97d297823c364764\",\"dweb:/ipfs/QmVnhbeg89ajfLP1U1HDLiWi8T7HuFtsXUydjKXyyPa7MP\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x42b9fd484a055e8e312a2396059fb76a962608fa3a875ea3da6e5aab79084d04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://866fd30788245eb54ac09d70768c0b34846d361b4219781c814fb06e38fb546c\",\"dweb:/ipfs/QmRbLCYjZ9qefcC8q7gnsAUsqCTEjdRtRnXdSNB1x7saPz\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/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/System.sol\":{\"keccak256\":\"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd\",\"dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0xc912f14d0f2e2e9e728a9d18e250ebe3eb2f51d0b4d79993c9d997991bbd5593\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://29621425847a1c11205307896b04e2a6c97934dd619f23ce6774ce52520f1255\",\"dweb:/ipfs/QmeuTe3q8U11Dqkp5tahxVWnp9Cd5ezQmRZ5vhEHtv14Eu\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0xf04594c29c5c5b3110453ac189a8008735753de864ab4a7dfa97ccd3ae5f4a55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4a3061f72b969a294dc96c3b2e59277e762ce6571cedcc7e280412431453dde5\",\"dweb:/ipfs/QmWB9aboakrCH9AmzGiZ1mCceh9atF4ks5ndEYFzUVbaHT\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xf96aee478cc770cd9cd417b7939c38c9b9b075c91f3f47bdf8c6742f5591e9dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9c59c4c9a6ab3d64e2b0d7c9f3df2d330a36fc93ac2ab5e5f907fa881fbed1f8\",\"dweb:/ipfs/QmTbd82cCtDwc8Ga1UsWAKXmFYrWU1zkbCCk1nMspqWdZu\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0xb4d323470e22b1d3f0168a44196eb09466f602b7564c75e5739c5f53a5036f97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acad752208d00b731baaa1cfa192ff3981001fd030953bdc604e4f69ec2cd0b8\",\"dweb:/ipfs/QmRFw3RgmX2CHqg7PqsP3rqVKxBVYNq5hHcFiyA2Y7iAaX\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0xf837b53eaa348da3b3650e0b7159de02d3f84897d96e487ece2f932c272dbe57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fbdc52e9e519c8c6d4a00caf4de08688eb8eb34dbfc6236308f281d7cf05b51b\",\"dweb:/ipfs/QmWnogXiA5KA6JGxCTJR5W1MNFowrH7baSAYhSXjV1xM47\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x5be1d1ee90a7a03258e8c4fce7542453332c637a51b015e0cc29151ef2792263\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://df6d97356b2ca9d97b7593f4c0772742529fea73f1665e55a879a368b399cae0\",\"dweb:/ipfs/QmXCs5X4Z95isKRzjP4TQjQxwiB7773tHiJWLWkjLv3SLj\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xd7e31957e7fcf056912fe16e10a0411bdb071c14c45853e7da264dfbfd6bcb62\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c4ce02327ac8971177685fc2655733ed3c07f5dfb72846680544a48953180aad\",\"dweb:/ipfs/QmQMNtkeCXdZfyyvtY8vUrKh5RUbpM7HYMGrzbxZGzTEFh\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"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/uniqueentity/UniqueEntityModule.sol\":{\"keccak256\":\"0x2a6176e18ab7e032f42e4f72922f091d885a79c3dc1cecd59576ee83f56b7f71\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed48cf950a7ff594b243385c584f673f32ab4a4787ab805c2106cbc0ca9bfb45\",\"dweb:/ipfs/QmZXshHiWSj8SzM5HCvWW3Skv5b1t9V5AcAJmQaU3Nrg2n\"]},\"src/modules/uniqueentity/UniqueEntitySystem.sol\":{\"keccak256\":\"0x7459e16f89df6b682f5dd355d0f9178c0d540d6388db0740fdb832d871a8e4bf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64667b045d4af2ec8ee9856a8377e0d61563cbcd4953bdff75e60dc08e055d65\",\"dweb:/ipfs/QmUAHh1AMyG1Mq4SH5is2q97V3tAc3nqjcx5AzRWkATe5K\"]},\"src/modules/uniqueentity/constants.sol\":{\"keccak256\":\"0xd75446c0fac3b5f27c028657696ddc78b3abcdfaf4ce778e828f37e8cbee042d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7eb04a357265fd23227be7ede0ce2d57440c17ad72c2ccf11b60b5ad3a7d72fd\",\"dweb:/ipfs/QmVRFEWtYMKqP1nQRq5UCVQfDKPGuaqZ7YwtRnLm39b43G\"]},\"src/modules/uniqueentity/tables/UniqueEntity.sol\":{\"keccak256\":\"0x083c28de7434bfc85fbb2cd061a443ca8b861f23e29673754bd106012e42c976\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ec386e0f999c31215eff528a9adc19153eb84132e0cb1f26111f2bf187c91de9\",\"dweb:/ipfs/QmVrJEPqnx6t2rbGJ2wjJY2Zb8Cv4syD2c2BancK2fwmVH\"]}},\"version\":1}",
|
354
354
|
"metadata": {
|
355
355
|
"compiler": {
|
356
356
|
"version": "0.8.21+commit.d9974bed"
|
@@ -1161,10 +1161,10 @@
|
|
1161
1161
|
"license": "MIT"
|
1162
1162
|
},
|
1163
1163
|
"node_modules/@latticexyz/world/src/constants.sol": {
|
1164
|
-
"keccak256": "
|
1164
|
+
"keccak256": "0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588",
|
1165
1165
|
"urls": [
|
1166
|
-
"bzz-raw://
|
1167
|
-
"dweb:/ipfs/
|
1166
|
+
"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218",
|
1167
|
+
"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"
|
1168
1168
|
],
|
1169
1169
|
"license": "MIT"
|
1170
1170
|
},
|
@@ -1229,44 +1229,44 @@
|
|
1229
1229
|
},
|
1230
1230
|
"ast": {
|
1231
1231
|
"absolutePath": "src/modules/uniqueentity/UniqueEntityModule.sol",
|
1232
|
-
"id":
|
1232
|
+
"id": 66035,
|
1233
1233
|
"exportedSymbols": {
|
1234
1234
|
"IBaseWorld": [
|
1235
|
-
|
1235
|
+
42546
|
1236
1236
|
],
|
1237
1237
|
"MODULE_NAME": [
|
1238
|
-
|
1238
|
+
66092
|
1239
1239
|
],
|
1240
1240
|
"Module": [
|
1241
|
-
|
1241
|
+
41954
|
1242
1242
|
],
|
1243
1243
|
"SYSTEM_ID": [
|
1244
|
-
|
1244
|
+
66135
|
1245
1245
|
],
|
1246
1246
|
"TABLE_ID": [
|
1247
|
-
|
1247
|
+
66119
|
1248
1248
|
],
|
1249
1249
|
"UniqueEntity": [
|
1250
|
-
|
1250
|
+
67018
|
1251
1251
|
],
|
1252
1252
|
"UniqueEntityModule": [
|
1253
|
-
|
1253
|
+
66034
|
1254
1254
|
],
|
1255
1255
|
"UniqueEntitySystem": [
|
1256
|
-
|
1256
|
+
66073
|
1257
1257
|
],
|
1258
1258
|
"WorldContextConsumer": [
|
1259
|
-
|
1259
|
+
42032
|
1260
1260
|
],
|
1261
1261
|
"revertWithBytes": [
|
1262
|
-
|
1262
|
+
49007
|
1263
1263
|
]
|
1264
1264
|
},
|
1265
1265
|
"nodeType": "SourceUnit",
|
1266
1266
|
"src": "32:1963:143",
|
1267
1267
|
"nodes": [
|
1268
1268
|
{
|
1269
|
-
"id":
|
1269
|
+
"id": 65890,
|
1270
1270
|
"nodeType": "PragmaDirective",
|
1271
1271
|
"src": "32:25:143",
|
1272
1272
|
"nodes": [],
|
@@ -1278,23 +1278,23 @@
|
|
1278
1278
|
]
|
1279
1279
|
},
|
1280
1280
|
{
|
1281
|
-
"id":
|
1281
|
+
"id": 65892,
|
1282
1282
|
"nodeType": "ImportDirective",
|
1283
1283
|
"src": "59:85:143",
|
1284
1284
|
"nodes": [],
|
1285
1285
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
1286
1286
|
"file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
1287
1287
|
"nameLocation": "-1:-1:-1",
|
1288
|
-
"scope":
|
1289
|
-
"sourceUnit":
|
1288
|
+
"scope": 66035,
|
1289
|
+
"sourceUnit": 42547,
|
1290
1290
|
"symbolAliases": [
|
1291
1291
|
{
|
1292
1292
|
"foreign": {
|
1293
|
-
"id":
|
1293
|
+
"id": 65891,
|
1294
1294
|
"name": "IBaseWorld",
|
1295
1295
|
"nodeType": "Identifier",
|
1296
1296
|
"overloadedDeclarations": [],
|
1297
|
-
"referencedDeclaration":
|
1297
|
+
"referencedDeclaration": 42546,
|
1298
1298
|
"src": "68:10:143",
|
1299
1299
|
"typeDescriptions": {}
|
1300
1300
|
},
|
@@ -1304,23 +1304,23 @@
|
|
1304
1304
|
"unitAlias": ""
|
1305
1305
|
},
|
1306
1306
|
{
|
1307
|
-
"id":
|
1307
|
+
"id": 65894,
|
1308
1308
|
"nodeType": "ImportDirective",
|
1309
1309
|
"src": "146:58:143",
|
1310
1310
|
"nodes": [],
|
1311
1311
|
"absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
|
1312
1312
|
"file": "@latticexyz/world/src/Module.sol",
|
1313
1313
|
"nameLocation": "-1:-1:-1",
|
1314
|
-
"scope":
|
1315
|
-
"sourceUnit":
|
1314
|
+
"scope": 66035,
|
1315
|
+
"sourceUnit": 41955,
|
1316
1316
|
"symbolAliases": [
|
1317
1317
|
{
|
1318
1318
|
"foreign": {
|
1319
|
-
"id":
|
1319
|
+
"id": 65893,
|
1320
1320
|
"name": "Module",
|
1321
1321
|
"nodeType": "Identifier",
|
1322
1322
|
"overloadedDeclarations": [],
|
1323
|
-
"referencedDeclaration":
|
1323
|
+
"referencedDeclaration": 41954,
|
1324
1324
|
"src": "155:6:143",
|
1325
1325
|
"typeDescriptions": {}
|
1326
1326
|
},
|
@@ -1330,23 +1330,23 @@
|
|
1330
1330
|
"unitAlias": ""
|
1331
1331
|
},
|
1332
1332
|
{
|
1333
|
-
"id":
|
1333
|
+
"id": 65896,
|
1334
1334
|
"nodeType": "ImportDirective",
|
1335
1335
|
"src": "205:78:143",
|
1336
1336
|
"nodes": [],
|
1337
1337
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
|
1338
1338
|
"file": "@latticexyz/world/src/WorldContext.sol",
|
1339
1339
|
"nameLocation": "-1:-1:-1",
|
1340
|
-
"scope":
|
1341
|
-
"sourceUnit":
|
1340
|
+
"scope": 66035,
|
1341
|
+
"sourceUnit": 42227,
|
1342
1342
|
"symbolAliases": [
|
1343
1343
|
{
|
1344
1344
|
"foreign": {
|
1345
|
-
"id":
|
1345
|
+
"id": 65895,
|
1346
1346
|
"name": "WorldContextConsumer",
|
1347
1347
|
"nodeType": "Identifier",
|
1348
1348
|
"overloadedDeclarations": [],
|
1349
|
-
"referencedDeclaration":
|
1349
|
+
"referencedDeclaration": 42032,
|
1350
1350
|
"src": "214:20:143",
|
1351
1351
|
"typeDescriptions": {}
|
1352
1352
|
},
|
@@ -1356,23 +1356,23 @@
|
|
1356
1356
|
"unitAlias": ""
|
1357
1357
|
},
|
1358
1358
|
{
|
1359
|
-
"id":
|
1359
|
+
"id": 65898,
|
1360
1360
|
"nodeType": "ImportDirective",
|
1361
1361
|
"src": "284:76:143",
|
1362
1362
|
"nodes": [],
|
1363
1363
|
"absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
|
1364
1364
|
"file": "@latticexyz/world/src/revertWithBytes.sol",
|
1365
1365
|
"nameLocation": "-1:-1:-1",
|
1366
|
-
"scope":
|
1367
|
-
"sourceUnit":
|
1366
|
+
"scope": 66035,
|
1367
|
+
"sourceUnit": 49008,
|
1368
1368
|
"symbolAliases": [
|
1369
1369
|
{
|
1370
1370
|
"foreign": {
|
1371
|
-
"id":
|
1371
|
+
"id": 65897,
|
1372
1372
|
"name": "revertWithBytes",
|
1373
1373
|
"nodeType": "Identifier",
|
1374
1374
|
"overloadedDeclarations": [],
|
1375
|
-
"referencedDeclaration":
|
1375
|
+
"referencedDeclaration": 49007,
|
1376
1376
|
"src": "293:15:143",
|
1377
1377
|
"typeDescriptions": {}
|
1378
1378
|
},
|
@@ -1382,23 +1382,23 @@
|
|
1382
1382
|
"unitAlias": ""
|
1383
1383
|
},
|
1384
1384
|
{
|
1385
|
-
"id":
|
1385
|
+
"id": 65900,
|
1386
1386
|
"nodeType": "ImportDirective",
|
1387
1387
|
"src": "362:57:143",
|
1388
1388
|
"nodes": [],
|
1389
1389
|
"absolutePath": "src/modules/uniqueentity/tables/UniqueEntity.sol",
|
1390
1390
|
"file": "./tables/UniqueEntity.sol",
|
1391
1391
|
"nameLocation": "-1:-1:-1",
|
1392
|
-
"scope":
|
1393
|
-
"sourceUnit":
|
1392
|
+
"scope": 66035,
|
1393
|
+
"sourceUnit": 67019,
|
1394
1394
|
"symbolAliases": [
|
1395
1395
|
{
|
1396
1396
|
"foreign": {
|
1397
|
-
"id":
|
1397
|
+
"id": 65899,
|
1398
1398
|
"name": "UniqueEntity",
|
1399
1399
|
"nodeType": "Identifier",
|
1400
1400
|
"overloadedDeclarations": [],
|
1401
|
-
"referencedDeclaration":
|
1401
|
+
"referencedDeclaration": 67018,
|
1402
1402
|
"src": "371:12:143",
|
1403
1403
|
"typeDescriptions": {}
|
1404
1404
|
},
|
@@ -1408,23 +1408,23 @@
|
|
1408
1408
|
"unitAlias": ""
|
1409
1409
|
},
|
1410
1410
|
{
|
1411
|
-
"id":
|
1411
|
+
"id": 65902,
|
1412
1412
|
"nodeType": "ImportDirective",
|
1413
1413
|
"src": "420:62:143",
|
1414
1414
|
"nodes": [],
|
1415
1415
|
"absolutePath": "src/modules/uniqueentity/UniqueEntitySystem.sol",
|
1416
1416
|
"file": "./UniqueEntitySystem.sol",
|
1417
1417
|
"nameLocation": "-1:-1:-1",
|
1418
|
-
"scope":
|
1419
|
-
"sourceUnit":
|
1418
|
+
"scope": 66035,
|
1419
|
+
"sourceUnit": 66074,
|
1420
1420
|
"symbolAliases": [
|
1421
1421
|
{
|
1422
1422
|
"foreign": {
|
1423
|
-
"id":
|
1423
|
+
"id": 65901,
|
1424
1424
|
"name": "UniqueEntitySystem",
|
1425
1425
|
"nodeType": "Identifier",
|
1426
1426
|
"overloadedDeclarations": [],
|
1427
|
-
"referencedDeclaration":
|
1427
|
+
"referencedDeclaration": 66073,
|
1428
1428
|
"src": "429:18:143",
|
1429
1429
|
"typeDescriptions": {}
|
1430
1430
|
},
|
@@ -1434,23 +1434,23 @@
|
|
1434
1434
|
"unitAlias": ""
|
1435
1435
|
},
|
1436
1436
|
{
|
1437
|
-
"id":
|
1437
|
+
"id": 65906,
|
1438
1438
|
"nodeType": "ImportDirective",
|
1439
1439
|
"src": "484:67:143",
|
1440
1440
|
"nodes": [],
|
1441
1441
|
"absolutePath": "src/modules/uniqueentity/constants.sol",
|
1442
1442
|
"file": "./constants.sol",
|
1443
1443
|
"nameLocation": "-1:-1:-1",
|
1444
|
-
"scope":
|
1445
|
-
"sourceUnit":
|
1444
|
+
"scope": 66035,
|
1445
|
+
"sourceUnit": 66136,
|
1446
1446
|
"symbolAliases": [
|
1447
1447
|
{
|
1448
1448
|
"foreign": {
|
1449
|
-
"id":
|
1449
|
+
"id": 65903,
|
1450
1450
|
"name": "MODULE_NAME",
|
1451
1451
|
"nodeType": "Identifier",
|
1452
1452
|
"overloadedDeclarations": [],
|
1453
|
-
"referencedDeclaration":
|
1453
|
+
"referencedDeclaration": 66092,
|
1454
1454
|
"src": "493:11:143",
|
1455
1455
|
"typeDescriptions": {}
|
1456
1456
|
},
|
@@ -1458,11 +1458,11 @@
|
|
1458
1458
|
},
|
1459
1459
|
{
|
1460
1460
|
"foreign": {
|
1461
|
-
"id":
|
1461
|
+
"id": 65904,
|
1462
1462
|
"name": "TABLE_ID",
|
1463
1463
|
"nodeType": "Identifier",
|
1464
1464
|
"overloadedDeclarations": [],
|
1465
|
-
"referencedDeclaration":
|
1465
|
+
"referencedDeclaration": 66119,
|
1466
1466
|
"src": "506:8:143",
|
1467
1467
|
"typeDescriptions": {}
|
1468
1468
|
},
|
@@ -1470,11 +1470,11 @@
|
|
1470
1470
|
},
|
1471
1471
|
{
|
1472
1472
|
"foreign": {
|
1473
|
-
"id":
|
1473
|
+
"id": 65905,
|
1474
1474
|
"name": "SYSTEM_ID",
|
1475
1475
|
"nodeType": "Identifier",
|
1476
1476
|
"overloadedDeclarations": [],
|
1477
|
-
"referencedDeclaration":
|
1477
|
+
"referencedDeclaration": 66135,
|
1478
1478
|
"src": "516:9:143",
|
1479
1479
|
"typeDescriptions": {}
|
1480
1480
|
},
|
@@ -1484,12 +1484,12 @@
|
|
1484
1484
|
"unitAlias": ""
|
1485
1485
|
},
|
1486
1486
|
{
|
1487
|
-
"id":
|
1487
|
+
"id": 66034,
|
1488
1488
|
"nodeType": "ContractDefinition",
|
1489
1489
|
"src": "681:1313:143",
|
1490
1490
|
"nodes": [
|
1491
1491
|
{
|
1492
|
-
"id":
|
1492
|
+
"id": 65916,
|
1493
1493
|
"nodeType": "VariableDeclaration",
|
1494
1494
|
"src": "875:82:143",
|
1495
1495
|
"nodes": [],
|
@@ -1497,30 +1497,30 @@
|
|
1497
1497
|
"mutability": "immutable",
|
1498
1498
|
"name": "uniqueEntitySystem",
|
1499
1499
|
"nameLocation": "912:18:143",
|
1500
|
-
"scope":
|
1500
|
+
"scope": 66034,
|
1501
1501
|
"stateVariable": true,
|
1502
1502
|
"storageLocation": "default",
|
1503
1503
|
"typeDescriptions": {
|
1504
|
-
"typeIdentifier": "t_contract$_UniqueEntitySystem_$
|
1504
|
+
"typeIdentifier": "t_contract$_UniqueEntitySystem_$66073",
|
1505
1505
|
"typeString": "contract UniqueEntitySystem"
|
1506
1506
|
},
|
1507
1507
|
"typeName": {
|
1508
|
-
"id":
|
1508
|
+
"id": 65911,
|
1509
1509
|
"nodeType": "UserDefinedTypeName",
|
1510
1510
|
"pathNode": {
|
1511
|
-
"id":
|
1511
|
+
"id": 65910,
|
1512
1512
|
"name": "UniqueEntitySystem",
|
1513
1513
|
"nameLocations": [
|
1514
1514
|
"875:18:143"
|
1515
1515
|
],
|
1516
1516
|
"nodeType": "IdentifierPath",
|
1517
|
-
"referencedDeclaration":
|
1517
|
+
"referencedDeclaration": 66073,
|
1518
1518
|
"src": "875:18:143"
|
1519
1519
|
},
|
1520
|
-
"referencedDeclaration":
|
1520
|
+
"referencedDeclaration": 66073,
|
1521
1521
|
"src": "875:18:143",
|
1522
1522
|
"typeDescriptions": {
|
1523
|
-
"typeIdentifier": "t_contract$_UniqueEntitySystem_$
|
1523
|
+
"typeIdentifier": "t_contract$_UniqueEntitySystem_$66073",
|
1524
1524
|
"typeString": "contract UniqueEntitySystem"
|
1525
1525
|
}
|
1526
1526
|
},
|
@@ -1528,7 +1528,7 @@
|
|
1528
1528
|
"arguments": [],
|
1529
1529
|
"expression": {
|
1530
1530
|
"argumentTypes": [],
|
1531
|
-
"id":
|
1531
|
+
"id": 65914,
|
1532
1532
|
"isConstant": false,
|
1533
1533
|
"isLValue": false,
|
1534
1534
|
"isPure": false,
|
@@ -1536,31 +1536,31 @@
|
|
1536
1536
|
"nodeType": "NewExpression",
|
1537
1537
|
"src": "933:22:143",
|
1538
1538
|
"typeDescriptions": {
|
1539
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UniqueEntitySystem_$
|
1539
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UniqueEntitySystem_$66073_$",
|
1540
1540
|
"typeString": "function () returns (contract UniqueEntitySystem)"
|
1541
1541
|
},
|
1542
1542
|
"typeName": {
|
1543
|
-
"id":
|
1543
|
+
"id": 65913,
|
1544
1544
|
"nodeType": "UserDefinedTypeName",
|
1545
1545
|
"pathNode": {
|
1546
|
-
"id":
|
1546
|
+
"id": 65912,
|
1547
1547
|
"name": "UniqueEntitySystem",
|
1548
1548
|
"nameLocations": [
|
1549
1549
|
"937:18:143"
|
1550
1550
|
],
|
1551
1551
|
"nodeType": "IdentifierPath",
|
1552
|
-
"referencedDeclaration":
|
1552
|
+
"referencedDeclaration": 66073,
|
1553
1553
|
"src": "937:18:143"
|
1554
1554
|
},
|
1555
|
-
"referencedDeclaration":
|
1555
|
+
"referencedDeclaration": 66073,
|
1556
1556
|
"src": "937:18:143",
|
1557
1557
|
"typeDescriptions": {
|
1558
|
-
"typeIdentifier": "t_contract$_UniqueEntitySystem_$
|
1558
|
+
"typeIdentifier": "t_contract$_UniqueEntitySystem_$66073",
|
1559
1559
|
"typeString": "contract UniqueEntitySystem"
|
1560
1560
|
}
|
1561
1561
|
}
|
1562
1562
|
},
|
1563
|
-
"id":
|
1563
|
+
"id": 65915,
|
1564
1564
|
"isConstant": false,
|
1565
1565
|
"isLValue": false,
|
1566
1566
|
"isPure": false,
|
@@ -1572,45 +1572,45 @@
|
|
1572
1572
|
"src": "933:24:143",
|
1573
1573
|
"tryCall": false,
|
1574
1574
|
"typeDescriptions": {
|
1575
|
-
"typeIdentifier": "t_contract$_UniqueEntitySystem_$
|
1575
|
+
"typeIdentifier": "t_contract$_UniqueEntitySystem_$66073",
|
1576
1576
|
"typeString": "contract UniqueEntitySystem"
|
1577
1577
|
}
|
1578
1578
|
},
|
1579
1579
|
"visibility": "private"
|
1580
1580
|
},
|
1581
1581
|
{
|
1582
|
-
"id":
|
1582
|
+
"id": 65924,
|
1583
1583
|
"nodeType": "FunctionDefinition",
|
1584
1584
|
"src": "962:78:143",
|
1585
1585
|
"nodes": [],
|
1586
1586
|
"body": {
|
1587
|
-
"id":
|
1587
|
+
"id": 65923,
|
1588
1588
|
"nodeType": "Block",
|
1589
1589
|
"src": "1011:29:143",
|
1590
1590
|
"nodes": [],
|
1591
1591
|
"statements": [
|
1592
1592
|
{
|
1593
1593
|
"expression": {
|
1594
|
-
"id":
|
1594
|
+
"id": 65921,
|
1595
1595
|
"name": "MODULE_NAME",
|
1596
1596
|
"nodeType": "Identifier",
|
1597
1597
|
"overloadedDeclarations": [],
|
1598
|
-
"referencedDeclaration":
|
1598
|
+
"referencedDeclaration": 66092,
|
1599
1599
|
"src": "1024:11:143",
|
1600
1600
|
"typeDescriptions": {
|
1601
1601
|
"typeIdentifier": "t_bytes16",
|
1602
1602
|
"typeString": "bytes16"
|
1603
1603
|
}
|
1604
1604
|
},
|
1605
|
-
"functionReturnParameters":
|
1606
|
-
"id":
|
1605
|
+
"functionReturnParameters": 65920,
|
1606
|
+
"id": 65922,
|
1607
1607
|
"nodeType": "Return",
|
1608
1608
|
"src": "1017:18:143"
|
1609
1609
|
}
|
1610
1610
|
]
|
1611
1611
|
},
|
1612
1612
|
"baseFunctions": [
|
1613
|
-
|
1613
|
+
75711
|
1614
1614
|
],
|
1615
1615
|
"functionSelector": "17d7de7c",
|
1616
1616
|
"implemented": true,
|
@@ -1619,23 +1619,23 @@
|
|
1619
1619
|
"name": "getName",
|
1620
1620
|
"nameLocation": "971:7:143",
|
1621
1621
|
"parameters": {
|
1622
|
-
"id":
|
1622
|
+
"id": 65917,
|
1623
1623
|
"nodeType": "ParameterList",
|
1624
1624
|
"parameters": [],
|
1625
1625
|
"src": "978:2:143"
|
1626
1626
|
},
|
1627
1627
|
"returnParameters": {
|
1628
|
-
"id":
|
1628
|
+
"id": 65920,
|
1629
1629
|
"nodeType": "ParameterList",
|
1630
1630
|
"parameters": [
|
1631
1631
|
{
|
1632
1632
|
"constant": false,
|
1633
|
-
"id":
|
1633
|
+
"id": 65919,
|
1634
1634
|
"mutability": "mutable",
|
1635
1635
|
"name": "",
|
1636
1636
|
"nameLocation": "-1:-1:-1",
|
1637
1637
|
"nodeType": "VariableDeclaration",
|
1638
|
-
"scope":
|
1638
|
+
"scope": 65924,
|
1639
1639
|
"src": "1002:7:143",
|
1640
1640
|
"stateVariable": false,
|
1641
1641
|
"storageLocation": "default",
|
@@ -1644,7 +1644,7 @@
|
|
1644
1644
|
"typeString": "bytes16"
|
1645
1645
|
},
|
1646
1646
|
"typeName": {
|
1647
|
-
"id":
|
1647
|
+
"id": 65918,
|
1648
1648
|
"name": "bytes16",
|
1649
1649
|
"nodeType": "ElementaryTypeName",
|
1650
1650
|
"src": "1002:7:143",
|
@@ -1658,84 +1658,84 @@
|
|
1658
1658
|
],
|
1659
1659
|
"src": "1001:9:143"
|
1660
1660
|
},
|
1661
|
-
"scope":
|
1661
|
+
"scope": 66034,
|
1662
1662
|
"stateMutability": "pure",
|
1663
1663
|
"virtual": false,
|
1664
1664
|
"visibility": "public"
|
1665
1665
|
},
|
1666
1666
|
{
|
1667
|
-
"id":
|
1667
|
+
"id": 65997,
|
1668
1668
|
"nodeType": "FunctionDefinition",
|
1669
1669
|
"src": "1044:598:143",
|
1670
1670
|
"nodes": [],
|
1671
1671
|
"body": {
|
1672
|
-
"id":
|
1672
|
+
"id": 65996,
|
1673
1673
|
"nodeType": "Block",
|
1674
1674
|
"src": "1086:556:143",
|
1675
1675
|
"nodes": [],
|
1676
1676
|
"statements": [
|
1677
1677
|
{
|
1678
1678
|
"assignments": [
|
1679
|
-
|
1679
|
+
65931
|
1680
1680
|
],
|
1681
1681
|
"declarations": [
|
1682
1682
|
{
|
1683
1683
|
"constant": false,
|
1684
|
-
"id":
|
1684
|
+
"id": 65931,
|
1685
1685
|
"mutability": "mutable",
|
1686
1686
|
"name": "world",
|
1687
1687
|
"nameLocation": "1103:5:143",
|
1688
1688
|
"nodeType": "VariableDeclaration",
|
1689
|
-
"scope":
|
1689
|
+
"scope": 65996,
|
1690
1690
|
"src": "1092:16:143",
|
1691
1691
|
"stateVariable": false,
|
1692
1692
|
"storageLocation": "default",
|
1693
1693
|
"typeDescriptions": {
|
1694
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1694
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
1695
1695
|
"typeString": "contract IBaseWorld"
|
1696
1696
|
},
|
1697
1697
|
"typeName": {
|
1698
|
-
"id":
|
1698
|
+
"id": 65930,
|
1699
1699
|
"nodeType": "UserDefinedTypeName",
|
1700
1700
|
"pathNode": {
|
1701
|
-
"id":
|
1701
|
+
"id": 65929,
|
1702
1702
|
"name": "IBaseWorld",
|
1703
1703
|
"nameLocations": [
|
1704
1704
|
"1092:10:143"
|
1705
1705
|
],
|
1706
1706
|
"nodeType": "IdentifierPath",
|
1707
|
-
"referencedDeclaration":
|
1707
|
+
"referencedDeclaration": 42546,
|
1708
1708
|
"src": "1092:10:143"
|
1709
1709
|
},
|
1710
|
-
"referencedDeclaration":
|
1710
|
+
"referencedDeclaration": 42546,
|
1711
1711
|
"src": "1092:10:143",
|
1712
1712
|
"typeDescriptions": {
|
1713
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1713
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
1714
1714
|
"typeString": "contract IBaseWorld"
|
1715
1715
|
}
|
1716
1716
|
},
|
1717
1717
|
"visibility": "internal"
|
1718
1718
|
}
|
1719
1719
|
],
|
1720
|
-
"id":
|
1720
|
+
"id": 65936,
|
1721
1721
|
"initialValue": {
|
1722
1722
|
"arguments": [
|
1723
1723
|
{
|
1724
1724
|
"arguments": [],
|
1725
1725
|
"expression": {
|
1726
1726
|
"argumentTypes": [],
|
1727
|
-
"id":
|
1727
|
+
"id": 65933,
|
1728
1728
|
"name": "_world",
|
1729
1729
|
"nodeType": "Identifier",
|
1730
1730
|
"overloadedDeclarations": [],
|
1731
|
-
"referencedDeclaration":
|
1731
|
+
"referencedDeclaration": 42014,
|
1732
1732
|
"src": "1122:6:143",
|
1733
1733
|
"typeDescriptions": {
|
1734
1734
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
1735
1735
|
"typeString": "function () view returns (address)"
|
1736
1736
|
}
|
1737
1737
|
},
|
1738
|
-
"id":
|
1738
|
+
"id": 65934,
|
1739
1739
|
"isConstant": false,
|
1740
1740
|
"isLValue": false,
|
1741
1741
|
"isPure": false,
|
@@ -1759,18 +1759,18 @@
|
|
1759
1759
|
"typeString": "address"
|
1760
1760
|
}
|
1761
1761
|
],
|
1762
|
-
"id":
|
1762
|
+
"id": 65932,
|
1763
1763
|
"name": "IBaseWorld",
|
1764
1764
|
"nodeType": "Identifier",
|
1765
1765
|
"overloadedDeclarations": [],
|
1766
|
-
"referencedDeclaration":
|
1766
|
+
"referencedDeclaration": 42546,
|
1767
1767
|
"src": "1111:10:143",
|
1768
1768
|
"typeDescriptions": {
|
1769
|
-
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$
|
1769
|
+
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$42546_$",
|
1770
1770
|
"typeString": "type(contract IBaseWorld)"
|
1771
1771
|
}
|
1772
1772
|
},
|
1773
|
-
"id":
|
1773
|
+
"id": 65935,
|
1774
1774
|
"isConstant": false,
|
1775
1775
|
"isLValue": false,
|
1776
1776
|
"isPure": false,
|
@@ -1782,7 +1782,7 @@
|
|
1782
1782
|
"src": "1111:20:143",
|
1783
1783
|
"tryCall": false,
|
1784
1784
|
"typeDescriptions": {
|
1785
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1785
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
1786
1786
|
"typeString": "contract IBaseWorld"
|
1787
1787
|
}
|
1788
1788
|
},
|
@@ -1793,14 +1793,14 @@
|
|
1793
1793
|
"expression": {
|
1794
1794
|
"arguments": [
|
1795
1795
|
{
|
1796
|
-
"id":
|
1796
|
+
"id": 65940,
|
1797
1797
|
"name": "TABLE_ID",
|
1798
1798
|
"nodeType": "Identifier",
|
1799
1799
|
"overloadedDeclarations": [],
|
1800
|
-
"referencedDeclaration":
|
1800
|
+
"referencedDeclaration": 66119,
|
1801
1801
|
"src": "1183:8:143",
|
1802
1802
|
"typeDescriptions": {
|
1803
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1803
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1804
1804
|
"typeString": "ResourceId"
|
1805
1805
|
}
|
1806
1806
|
}
|
@@ -1808,23 +1808,23 @@
|
|
1808
1808
|
"expression": {
|
1809
1809
|
"argumentTypes": [
|
1810
1810
|
{
|
1811
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1811
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1812
1812
|
"typeString": "ResourceId"
|
1813
1813
|
}
|
1814
1814
|
],
|
1815
1815
|
"expression": {
|
1816
|
-
"id":
|
1816
|
+
"id": 65937,
|
1817
1817
|
"name": "UniqueEntity",
|
1818
1818
|
"nodeType": "Identifier",
|
1819
1819
|
"overloadedDeclarations": [],
|
1820
|
-
"referencedDeclaration":
|
1820
|
+
"referencedDeclaration": 67018,
|
1821
1821
|
"src": "1160:12:143",
|
1822
1822
|
"typeDescriptions": {
|
1823
|
-
"typeIdentifier": "t_type$_t_contract$_UniqueEntity_$
|
1823
|
+
"typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67018_$",
|
1824
1824
|
"typeString": "type(library UniqueEntity)"
|
1825
1825
|
}
|
1826
1826
|
},
|
1827
|
-
"id":
|
1827
|
+
"id": 65939,
|
1828
1828
|
"isConstant": false,
|
1829
1829
|
"isLValue": false,
|
1830
1830
|
"isPure": false,
|
@@ -1832,14 +1832,14 @@
|
|
1832
1832
|
"memberLocation": "1173:9:143",
|
1833
1833
|
"memberName": "_register",
|
1834
1834
|
"nodeType": "MemberAccess",
|
1835
|
-
"referencedDeclaration":
|
1835
|
+
"referencedDeclaration": 66380,
|
1836
1836
|
"src": "1160:22:143",
|
1837
1837
|
"typeDescriptions": {
|
1838
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
1838
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$29139_$returns$__$",
|
1839
1839
|
"typeString": "function (ResourceId)"
|
1840
1840
|
}
|
1841
1841
|
},
|
1842
|
-
"id":
|
1842
|
+
"id": 65941,
|
1843
1843
|
"isConstant": false,
|
1844
1844
|
"isLValue": false,
|
1845
1845
|
"isPure": false,
|
@@ -1855,24 +1855,24 @@
|
|
1855
1855
|
"typeString": "tuple()"
|
1856
1856
|
}
|
1857
1857
|
},
|
1858
|
-
"id":
|
1858
|
+
"id": 65942,
|
1859
1859
|
"nodeType": "ExpressionStatement",
|
1860
1860
|
"src": "1160:32:143"
|
1861
1861
|
},
|
1862
1862
|
{
|
1863
1863
|
"assignments": [
|
1864
|
-
|
1865
|
-
|
1864
|
+
65944,
|
1865
|
+
65946
|
1866
1866
|
],
|
1867
1867
|
"declarations": [
|
1868
1868
|
{
|
1869
1869
|
"constant": false,
|
1870
|
-
"id":
|
1870
|
+
"id": 65944,
|
1871
1871
|
"mutability": "mutable",
|
1872
1872
|
"name": "success",
|
1873
1873
|
"nameLocation": "1228:7:143",
|
1874
1874
|
"nodeType": "VariableDeclaration",
|
1875
|
-
"scope":
|
1875
|
+
"scope": 65996,
|
1876
1876
|
"src": "1223:12:143",
|
1877
1877
|
"stateVariable": false,
|
1878
1878
|
"storageLocation": "default",
|
@@ -1881,7 +1881,7 @@
|
|
1881
1881
|
"typeString": "bool"
|
1882
1882
|
},
|
1883
1883
|
"typeName": {
|
1884
|
-
"id":
|
1884
|
+
"id": 65943,
|
1885
1885
|
"name": "bool",
|
1886
1886
|
"nodeType": "ElementaryTypeName",
|
1887
1887
|
"src": "1223:4:143",
|
@@ -1894,12 +1894,12 @@
|
|
1894
1894
|
},
|
1895
1895
|
{
|
1896
1896
|
"constant": false,
|
1897
|
-
"id":
|
1897
|
+
"id": 65946,
|
1898
1898
|
"mutability": "mutable",
|
1899
1899
|
"name": "data",
|
1900
1900
|
"nameLocation": "1250:4:143",
|
1901
1901
|
"nodeType": "VariableDeclaration",
|
1902
|
-
"scope":
|
1902
|
+
"scope": 65996,
|
1903
1903
|
"src": "1237:17:143",
|
1904
1904
|
"stateVariable": false,
|
1905
1905
|
"storageLocation": "memory",
|
@@ -1908,7 +1908,7 @@
|
|
1908
1908
|
"typeString": "bytes"
|
1909
1909
|
},
|
1910
1910
|
"typeName": {
|
1911
|
-
"id":
|
1911
|
+
"id": 65945,
|
1912
1912
|
"name": "bytes",
|
1913
1913
|
"nodeType": "ElementaryTypeName",
|
1914
1914
|
"src": "1237:5:143",
|
@@ -1920,25 +1920,25 @@
|
|
1920
1920
|
"visibility": "internal"
|
1921
1921
|
}
|
1922
1922
|
],
|
1923
|
-
"id":
|
1923
|
+
"id": 65962,
|
1924
1924
|
"initialValue": {
|
1925
1925
|
"arguments": [
|
1926
1926
|
{
|
1927
1927
|
"arguments": [
|
1928
1928
|
{
|
1929
1929
|
"expression": {
|
1930
|
-
"id":
|
1930
|
+
"id": 65954,
|
1931
1931
|
"name": "world",
|
1932
1932
|
"nodeType": "Identifier",
|
1933
1933
|
"overloadedDeclarations": [],
|
1934
|
-
"referencedDeclaration":
|
1934
|
+
"referencedDeclaration": 65931,
|
1935
1935
|
"src": "1308:5:143",
|
1936
1936
|
"typeDescriptions": {
|
1937
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1937
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
1938
1938
|
"typeString": "contract IBaseWorld"
|
1939
1939
|
}
|
1940
1940
|
},
|
1941
|
-
"id":
|
1941
|
+
"id": 65955,
|
1942
1942
|
"isConstant": false,
|
1943
1943
|
"isLValue": false,
|
1944
1944
|
"isPure": false,
|
@@ -1946,42 +1946,42 @@
|
|
1946
1946
|
"memberLocation": "1314:14:143",
|
1947
1947
|
"memberName": "registerSystem",
|
1948
1948
|
"nodeType": "MemberAccess",
|
1949
|
-
"referencedDeclaration":
|
1949
|
+
"referencedDeclaration": 75872,
|
1950
1950
|
"src": "1308:20:143",
|
1951
1951
|
"typeDescriptions": {
|
1952
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
1952
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29139_$_t_contract$_WorldContextConsumer_$42032_$_t_bool_$returns$__$",
|
1953
1953
|
"typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
|
1954
1954
|
}
|
1955
1955
|
},
|
1956
1956
|
{
|
1957
1957
|
"components": [
|
1958
1958
|
{
|
1959
|
-
"id":
|
1959
|
+
"id": 65956,
|
1960
1960
|
"name": "SYSTEM_ID",
|
1961
1961
|
"nodeType": "Identifier",
|
1962
1962
|
"overloadedDeclarations": [],
|
1963
|
-
"referencedDeclaration":
|
1963
|
+
"referencedDeclaration": 66135,
|
1964
1964
|
"src": "1331:9:143",
|
1965
1965
|
"typeDescriptions": {
|
1966
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1966
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1967
1967
|
"typeString": "ResourceId"
|
1968
1968
|
}
|
1969
1969
|
},
|
1970
1970
|
{
|
1971
|
-
"id":
|
1971
|
+
"id": 65957,
|
1972
1972
|
"name": "uniqueEntitySystem",
|
1973
1973
|
"nodeType": "Identifier",
|
1974
1974
|
"overloadedDeclarations": [],
|
1975
|
-
"referencedDeclaration":
|
1975
|
+
"referencedDeclaration": 65916,
|
1976
1976
|
"src": "1342:18:143",
|
1977
1977
|
"typeDescriptions": {
|
1978
|
-
"typeIdentifier": "t_contract$_UniqueEntitySystem_$
|
1978
|
+
"typeIdentifier": "t_contract$_UniqueEntitySystem_$66073",
|
1979
1979
|
"typeString": "contract UniqueEntitySystem"
|
1980
1980
|
}
|
1981
1981
|
},
|
1982
1982
|
{
|
1983
1983
|
"hexValue": "74727565",
|
1984
|
-
"id":
|
1984
|
+
"id": 65958,
|
1985
1985
|
"isConstant": false,
|
1986
1986
|
"isLValue": false,
|
1987
1987
|
"isPure": true,
|
@@ -1996,7 +1996,7 @@
|
|
1996
1996
|
"value": "true"
|
1997
1997
|
}
|
1998
1998
|
],
|
1999
|
-
"id":
|
1999
|
+
"id": 65959,
|
2000
2000
|
"isConstant": false,
|
2001
2001
|
"isInlineArray": false,
|
2002
2002
|
"isLValue": false,
|
@@ -2005,7 +2005,7 @@
|
|
2005
2005
|
"nodeType": "TupleExpression",
|
2006
2006
|
"src": "1330:37:143",
|
2007
2007
|
"typeDescriptions": {
|
2008
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2008
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29139_$_t_contract$_UniqueEntitySystem_$66073_$_t_bool_$",
|
2009
2009
|
"typeString": "tuple(ResourceId,contract UniqueEntitySystem,bool)"
|
2010
2010
|
}
|
2011
2011
|
}
|
@@ -2013,16 +2013,16 @@
|
|
2013
2013
|
"expression": {
|
2014
2014
|
"argumentTypes": [
|
2015
2015
|
{
|
2016
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2016
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29139_$_t_contract$_WorldContextConsumer_$42032_$_t_bool_$returns$__$",
|
2017
2017
|
"typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
|
2018
2018
|
},
|
2019
2019
|
{
|
2020
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2020
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29139_$_t_contract$_UniqueEntitySystem_$66073_$_t_bool_$",
|
2021
2021
|
"typeString": "tuple(ResourceId,contract UniqueEntitySystem,bool)"
|
2022
2022
|
}
|
2023
2023
|
],
|
2024
2024
|
"expression": {
|
2025
|
-
"id":
|
2025
|
+
"id": 65952,
|
2026
2026
|
"name": "abi",
|
2027
2027
|
"nodeType": "Identifier",
|
2028
2028
|
"overloadedDeclarations": [],
|
@@ -2033,7 +2033,7 @@
|
|
2033
2033
|
"typeString": "abi"
|
2034
2034
|
}
|
2035
2035
|
},
|
2036
|
-
"id":
|
2036
|
+
"id": 65953,
|
2037
2037
|
"isConstant": false,
|
2038
2038
|
"isLValue": false,
|
2039
2039
|
"isPure": true,
|
@@ -2047,7 +2047,7 @@
|
|
2047
2047
|
"typeString": "function () pure returns (bytes memory)"
|
2048
2048
|
}
|
2049
2049
|
},
|
2050
|
-
"id":
|
2050
|
+
"id": 65960,
|
2051
2051
|
"isConstant": false,
|
2052
2052
|
"isLValue": false,
|
2053
2053
|
"isPure": false,
|
@@ -2074,14 +2074,14 @@
|
|
2074
2074
|
"expression": {
|
2075
2075
|
"arguments": [
|
2076
2076
|
{
|
2077
|
-
"id":
|
2077
|
+
"id": 65949,
|
2078
2078
|
"name": "world",
|
2079
2079
|
"nodeType": "Identifier",
|
2080
2080
|
"overloadedDeclarations": [],
|
2081
|
-
"referencedDeclaration":
|
2081
|
+
"referencedDeclaration": 65931,
|
2082
2082
|
"src": "1266:5:143",
|
2083
2083
|
"typeDescriptions": {
|
2084
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2084
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2085
2085
|
"typeString": "contract IBaseWorld"
|
2086
2086
|
}
|
2087
2087
|
}
|
@@ -2089,11 +2089,11 @@
|
|
2089
2089
|
"expression": {
|
2090
2090
|
"argumentTypes": [
|
2091
2091
|
{
|
2092
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2092
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2093
2093
|
"typeString": "contract IBaseWorld"
|
2094
2094
|
}
|
2095
2095
|
],
|
2096
|
-
"id":
|
2096
|
+
"id": 65948,
|
2097
2097
|
"isConstant": false,
|
2098
2098
|
"isLValue": false,
|
2099
2099
|
"isPure": true,
|
@@ -2105,14 +2105,14 @@
|
|
2105
2105
|
"typeString": "type(address)"
|
2106
2106
|
},
|
2107
2107
|
"typeName": {
|
2108
|
-
"id":
|
2108
|
+
"id": 65947,
|
2109
2109
|
"name": "address",
|
2110
2110
|
"nodeType": "ElementaryTypeName",
|
2111
2111
|
"src": "1258:7:143",
|
2112
2112
|
"typeDescriptions": {}
|
2113
2113
|
}
|
2114
2114
|
},
|
2115
|
-
"id":
|
2115
|
+
"id": 65950,
|
2116
2116
|
"isConstant": false,
|
2117
2117
|
"isLValue": false,
|
2118
2118
|
"isPure": false,
|
@@ -2128,7 +2128,7 @@
|
|
2128
2128
|
"typeString": "address"
|
2129
2129
|
}
|
2130
2130
|
},
|
2131
|
-
"id":
|
2131
|
+
"id": 65951,
|
2132
2132
|
"isConstant": false,
|
2133
2133
|
"isLValue": false,
|
2134
2134
|
"isPure": false,
|
@@ -2142,7 +2142,7 @@
|
|
2142
2142
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2143
2143
|
}
|
2144
2144
|
},
|
2145
|
-
"id":
|
2145
|
+
"id": 65961,
|
2146
2146
|
"isConstant": false,
|
2147
2147
|
"isLValue": false,
|
2148
2148
|
"isPure": false,
|
@@ -2163,7 +2163,7 @@
|
|
2163
2163
|
},
|
2164
2164
|
{
|
2165
2165
|
"condition": {
|
2166
|
-
"id":
|
2166
|
+
"id": 65964,
|
2167
2167
|
"isConstant": false,
|
2168
2168
|
"isLValue": false,
|
2169
2169
|
"isPure": false,
|
@@ -2173,11 +2173,11 @@
|
|
2173
2173
|
"prefix": true,
|
2174
2174
|
"src": "1384:8:143",
|
2175
2175
|
"subExpression": {
|
2176
|
-
"id":
|
2176
|
+
"id": 65963,
|
2177
2177
|
"name": "success",
|
2178
2178
|
"nodeType": "Identifier",
|
2179
2179
|
"overloadedDeclarations": [],
|
2180
|
-
"referencedDeclaration":
|
2180
|
+
"referencedDeclaration": 65944,
|
2181
2181
|
"src": "1385:7:143",
|
2182
2182
|
"typeDescriptions": {
|
2183
2183
|
"typeIdentifier": "t_bool",
|
@@ -2189,18 +2189,18 @@
|
|
2189
2189
|
"typeString": "bool"
|
2190
2190
|
}
|
2191
2191
|
},
|
2192
|
-
"id":
|
2192
|
+
"id": 65969,
|
2193
2193
|
"nodeType": "IfStatement",
|
2194
2194
|
"src": "1380:35:143",
|
2195
2195
|
"trueBody": {
|
2196
2196
|
"expression": {
|
2197
2197
|
"arguments": [
|
2198
2198
|
{
|
2199
|
-
"id":
|
2199
|
+
"id": 65966,
|
2200
2200
|
"name": "data",
|
2201
2201
|
"nodeType": "Identifier",
|
2202
2202
|
"overloadedDeclarations": [],
|
2203
|
-
"referencedDeclaration":
|
2203
|
+
"referencedDeclaration": 65946,
|
2204
2204
|
"src": "1410:4:143",
|
2205
2205
|
"typeDescriptions": {
|
2206
2206
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2215,18 +2215,18 @@
|
|
2215
2215
|
"typeString": "bytes memory"
|
2216
2216
|
}
|
2217
2217
|
],
|
2218
|
-
"id":
|
2218
|
+
"id": 65965,
|
2219
2219
|
"name": "revertWithBytes",
|
2220
2220
|
"nodeType": "Identifier",
|
2221
2221
|
"overloadedDeclarations": [],
|
2222
|
-
"referencedDeclaration":
|
2222
|
+
"referencedDeclaration": 49007,
|
2223
2223
|
"src": "1394:15:143",
|
2224
2224
|
"typeDescriptions": {
|
2225
2225
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
2226
2226
|
"typeString": "function (bytes memory) pure"
|
2227
2227
|
}
|
2228
2228
|
},
|
2229
|
-
"id":
|
2229
|
+
"id": 65967,
|
2230
2230
|
"isConstant": false,
|
2231
2231
|
"isLValue": false,
|
2232
2232
|
"isPure": false,
|
@@ -2242,14 +2242,14 @@
|
|
2242
2242
|
"typeString": "tuple()"
|
2243
2243
|
}
|
2244
2244
|
},
|
2245
|
-
"id":
|
2245
|
+
"id": 65968,
|
2246
2246
|
"nodeType": "ExpressionStatement",
|
2247
2247
|
"src": "1394:21:143"
|
2248
2248
|
}
|
2249
2249
|
},
|
2250
2250
|
{
|
2251
2251
|
"expression": {
|
2252
|
-
"id":
|
2252
|
+
"id": 65987,
|
2253
2253
|
"isConstant": false,
|
2254
2254
|
"isLValue": false,
|
2255
2255
|
"isPure": false,
|
@@ -2257,11 +2257,11 @@
|
|
2257
2257
|
"leftHandSide": {
|
2258
2258
|
"components": [
|
2259
2259
|
{
|
2260
|
-
"id":
|
2260
|
+
"id": 65970,
|
2261
2261
|
"name": "success",
|
2262
2262
|
"nodeType": "Identifier",
|
2263
2263
|
"overloadedDeclarations": [],
|
2264
|
-
"referencedDeclaration":
|
2264
|
+
"referencedDeclaration": 65944,
|
2265
2265
|
"src": "1458:7:143",
|
2266
2266
|
"typeDescriptions": {
|
2267
2267
|
"typeIdentifier": "t_bool",
|
@@ -2269,11 +2269,11 @@
|
|
2269
2269
|
}
|
2270
2270
|
},
|
2271
2271
|
{
|
2272
|
-
"id":
|
2272
|
+
"id": 65971,
|
2273
2273
|
"name": "data",
|
2274
2274
|
"nodeType": "Identifier",
|
2275
2275
|
"overloadedDeclarations": [],
|
2276
|
-
"referencedDeclaration":
|
2276
|
+
"referencedDeclaration": 65946,
|
2277
2277
|
"src": "1467:4:143",
|
2278
2278
|
"typeDescriptions": {
|
2279
2279
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2281,7 +2281,7 @@
|
|
2281
2281
|
}
|
2282
2282
|
}
|
2283
2283
|
],
|
2284
|
-
"id":
|
2284
|
+
"id": 65972,
|
2285
2285
|
"isConstant": false,
|
2286
2286
|
"isInlineArray": false,
|
2287
2287
|
"isLValue": true,
|
@@ -2302,18 +2302,18 @@
|
|
2302
2302
|
"arguments": [
|
2303
2303
|
{
|
2304
2304
|
"expression": {
|
2305
|
-
"id":
|
2305
|
+
"id": 65980,
|
2306
2306
|
"name": "world",
|
2307
2307
|
"nodeType": "Identifier",
|
2308
2308
|
"overloadedDeclarations": [],
|
2309
|
-
"referencedDeclaration":
|
2309
|
+
"referencedDeclaration": 65931,
|
2310
2310
|
"src": "1525:5:143",
|
2311
2311
|
"typeDescriptions": {
|
2312
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2312
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2313
2313
|
"typeString": "contract IBaseWorld"
|
2314
2314
|
}
|
2315
2315
|
},
|
2316
|
-
"id":
|
2316
|
+
"id": 65981,
|
2317
2317
|
"isConstant": false,
|
2318
2318
|
"isLValue": false,
|
2319
2319
|
"isPure": false,
|
@@ -2321,30 +2321,30 @@
|
|
2321
2321
|
"memberLocation": "1531:24:143",
|
2322
2322
|
"memberName": "registerFunctionSelector",
|
2323
2323
|
"nodeType": "MemberAccess",
|
2324
|
-
"referencedDeclaration":
|
2324
|
+
"referencedDeclaration": 75882,
|
2325
2325
|
"src": "1525:30:143",
|
2326
2326
|
"typeDescriptions": {
|
2327
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2327
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29139_$_t_string_memory_ptr_$returns$_t_bytes4_$",
|
2328
2328
|
"typeString": "function (ResourceId,string memory) external returns (bytes4)"
|
2329
2329
|
}
|
2330
2330
|
},
|
2331
2331
|
{
|
2332
2332
|
"components": [
|
2333
2333
|
{
|
2334
|
-
"id":
|
2334
|
+
"id": 65982,
|
2335
2335
|
"name": "SYSTEM_ID",
|
2336
2336
|
"nodeType": "Identifier",
|
2337
2337
|
"overloadedDeclarations": [],
|
2338
|
-
"referencedDeclaration":
|
2338
|
+
"referencedDeclaration": 66135,
|
2339
2339
|
"src": "1558:9:143",
|
2340
2340
|
"typeDescriptions": {
|
2341
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2341
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2342
2342
|
"typeString": "ResourceId"
|
2343
2343
|
}
|
2344
2344
|
},
|
2345
2345
|
{
|
2346
2346
|
"hexValue": "676574556e69717565456e746974792829",
|
2347
|
-
"id":
|
2347
|
+
"id": 65983,
|
2348
2348
|
"isConstant": false,
|
2349
2349
|
"isLValue": false,
|
2350
2350
|
"isPure": true,
|
@@ -2359,7 +2359,7 @@
|
|
2359
2359
|
"value": "getUniqueEntity()"
|
2360
2360
|
}
|
2361
2361
|
],
|
2362
|
-
"id":
|
2362
|
+
"id": 65984,
|
2363
2363
|
"isConstant": false,
|
2364
2364
|
"isInlineArray": false,
|
2365
2365
|
"isLValue": false,
|
@@ -2368,7 +2368,7 @@
|
|
2368
2368
|
"nodeType": "TupleExpression",
|
2369
2369
|
"src": "1557:32:143",
|
2370
2370
|
"typeDescriptions": {
|
2371
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2371
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29139_$_t_stringliteral_490923cdd7584b615e29dfb2b4f19acd99d517a4c092612379225d1e1b575cd1_$",
|
2372
2372
|
"typeString": "tuple(ResourceId,literal_string \"getUniqueEntity()\")"
|
2373
2373
|
}
|
2374
2374
|
}
|
@@ -2376,16 +2376,16 @@
|
|
2376
2376
|
"expression": {
|
2377
2377
|
"argumentTypes": [
|
2378
2378
|
{
|
2379
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2379
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29139_$_t_string_memory_ptr_$returns$_t_bytes4_$",
|
2380
2380
|
"typeString": "function (ResourceId,string memory) external returns (bytes4)"
|
2381
2381
|
},
|
2382
2382
|
{
|
2383
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2383
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29139_$_t_stringliteral_490923cdd7584b615e29dfb2b4f19acd99d517a4c092612379225d1e1b575cd1_$",
|
2384
2384
|
"typeString": "tuple(ResourceId,literal_string \"getUniqueEntity()\")"
|
2385
2385
|
}
|
2386
2386
|
],
|
2387
2387
|
"expression": {
|
2388
|
-
"id":
|
2388
|
+
"id": 65978,
|
2389
2389
|
"name": "abi",
|
2390
2390
|
"nodeType": "Identifier",
|
2391
2391
|
"overloadedDeclarations": [],
|
@@ -2396,7 +2396,7 @@
|
|
2396
2396
|
"typeString": "abi"
|
2397
2397
|
}
|
2398
2398
|
},
|
2399
|
-
"id":
|
2399
|
+
"id": 65979,
|
2400
2400
|
"isConstant": false,
|
2401
2401
|
"isLValue": false,
|
2402
2402
|
"isPure": true,
|
@@ -2410,7 +2410,7 @@
|
|
2410
2410
|
"typeString": "function () pure returns (bytes memory)"
|
2411
2411
|
}
|
2412
2412
|
},
|
2413
|
-
"id":
|
2413
|
+
"id": 65985,
|
2414
2414
|
"isConstant": false,
|
2415
2415
|
"isLValue": false,
|
2416
2416
|
"isPure": false,
|
@@ -2437,14 +2437,14 @@
|
|
2437
2437
|
"expression": {
|
2438
2438
|
"arguments": [
|
2439
2439
|
{
|
2440
|
-
"id":
|
2440
|
+
"id": 65975,
|
2441
2441
|
"name": "world",
|
2442
2442
|
"nodeType": "Identifier",
|
2443
2443
|
"overloadedDeclarations": [],
|
2444
|
-
"referencedDeclaration":
|
2444
|
+
"referencedDeclaration": 65931,
|
2445
2445
|
"src": "1483:5:143",
|
2446
2446
|
"typeDescriptions": {
|
2447
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2447
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2448
2448
|
"typeString": "contract IBaseWorld"
|
2449
2449
|
}
|
2450
2450
|
}
|
@@ -2452,11 +2452,11 @@
|
|
2452
2452
|
"expression": {
|
2453
2453
|
"argumentTypes": [
|
2454
2454
|
{
|
2455
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2455
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2456
2456
|
"typeString": "contract IBaseWorld"
|
2457
2457
|
}
|
2458
2458
|
],
|
2459
|
-
"id":
|
2459
|
+
"id": 65974,
|
2460
2460
|
"isConstant": false,
|
2461
2461
|
"isLValue": false,
|
2462
2462
|
"isPure": true,
|
@@ -2468,14 +2468,14 @@
|
|
2468
2468
|
"typeString": "type(address)"
|
2469
2469
|
},
|
2470
2470
|
"typeName": {
|
2471
|
-
"id":
|
2471
|
+
"id": 65973,
|
2472
2472
|
"name": "address",
|
2473
2473
|
"nodeType": "ElementaryTypeName",
|
2474
2474
|
"src": "1475:7:143",
|
2475
2475
|
"typeDescriptions": {}
|
2476
2476
|
}
|
2477
2477
|
},
|
2478
|
-
"id":
|
2478
|
+
"id": 65976,
|
2479
2479
|
"isConstant": false,
|
2480
2480
|
"isLValue": false,
|
2481
2481
|
"isPure": false,
|
@@ -2491,7 +2491,7 @@
|
|
2491
2491
|
"typeString": "address"
|
2492
2492
|
}
|
2493
2493
|
},
|
2494
|
-
"id":
|
2494
|
+
"id": 65977,
|
2495
2495
|
"isConstant": false,
|
2496
2496
|
"isLValue": false,
|
2497
2497
|
"isPure": false,
|
@@ -2505,7 +2505,7 @@
|
|
2505
2505
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2506
2506
|
}
|
2507
2507
|
},
|
2508
|
-
"id":
|
2508
|
+
"id": 65986,
|
2509
2509
|
"isConstant": false,
|
2510
2510
|
"isLValue": false,
|
2511
2511
|
"isPure": false,
|
@@ -2527,13 +2527,13 @@
|
|
2527
2527
|
"typeString": "tuple()"
|
2528
2528
|
}
|
2529
2529
|
},
|
2530
|
-
"id":
|
2530
|
+
"id": 65988,
|
2531
2531
|
"nodeType": "ExpressionStatement",
|
2532
2532
|
"src": "1457:139:143"
|
2533
2533
|
},
|
2534
2534
|
{
|
2535
2535
|
"condition": {
|
2536
|
-
"id":
|
2536
|
+
"id": 65990,
|
2537
2537
|
"isConstant": false,
|
2538
2538
|
"isLValue": false,
|
2539
2539
|
"isPure": false,
|
@@ -2543,11 +2543,11 @@
|
|
2543
2543
|
"prefix": true,
|
2544
2544
|
"src": "1606:8:143",
|
2545
2545
|
"subExpression": {
|
2546
|
-
"id":
|
2546
|
+
"id": 65989,
|
2547
2547
|
"name": "success",
|
2548
2548
|
"nodeType": "Identifier",
|
2549
2549
|
"overloadedDeclarations": [],
|
2550
|
-
"referencedDeclaration":
|
2550
|
+
"referencedDeclaration": 65944,
|
2551
2551
|
"src": "1607:7:143",
|
2552
2552
|
"typeDescriptions": {
|
2553
2553
|
"typeIdentifier": "t_bool",
|
@@ -2559,18 +2559,18 @@
|
|
2559
2559
|
"typeString": "bool"
|
2560
2560
|
}
|
2561
2561
|
},
|
2562
|
-
"id":
|
2562
|
+
"id": 65995,
|
2563
2563
|
"nodeType": "IfStatement",
|
2564
2564
|
"src": "1602:35:143",
|
2565
2565
|
"trueBody": {
|
2566
2566
|
"expression": {
|
2567
2567
|
"arguments": [
|
2568
2568
|
{
|
2569
|
-
"id":
|
2569
|
+
"id": 65992,
|
2570
2570
|
"name": "data",
|
2571
2571
|
"nodeType": "Identifier",
|
2572
2572
|
"overloadedDeclarations": [],
|
2573
|
-
"referencedDeclaration":
|
2573
|
+
"referencedDeclaration": 65946,
|
2574
2574
|
"src": "1632:4:143",
|
2575
2575
|
"typeDescriptions": {
|
2576
2576
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2585,18 +2585,18 @@
|
|
2585
2585
|
"typeString": "bytes memory"
|
2586
2586
|
}
|
2587
2587
|
],
|
2588
|
-
"id":
|
2588
|
+
"id": 65991,
|
2589
2589
|
"name": "revertWithBytes",
|
2590
2590
|
"nodeType": "Identifier",
|
2591
2591
|
"overloadedDeclarations": [],
|
2592
|
-
"referencedDeclaration":
|
2592
|
+
"referencedDeclaration": 49007,
|
2593
2593
|
"src": "1616:15:143",
|
2594
2594
|
"typeDescriptions": {
|
2595
2595
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
2596
2596
|
"typeString": "function (bytes memory) pure"
|
2597
2597
|
}
|
2598
2598
|
},
|
2599
|
-
"id":
|
2599
|
+
"id": 65993,
|
2600
2600
|
"isConstant": false,
|
2601
2601
|
"isLValue": false,
|
2602
2602
|
"isPure": false,
|
@@ -2612,7 +2612,7 @@
|
|
2612
2612
|
"typeString": "tuple()"
|
2613
2613
|
}
|
2614
2614
|
},
|
2615
|
-
"id":
|
2615
|
+
"id": 65994,
|
2616
2616
|
"nodeType": "ExpressionStatement",
|
2617
2617
|
"src": "1616:21:143"
|
2618
2618
|
}
|
@@ -2620,7 +2620,7 @@
|
|
2620
2620
|
]
|
2621
2621
|
},
|
2622
2622
|
"baseFunctions": [
|
2623
|
-
|
2623
|
+
75717
|
2624
2624
|
],
|
2625
2625
|
"functionSelector": "7c5b0335",
|
2626
2626
|
"implemented": true,
|
@@ -2629,17 +2629,17 @@
|
|
2629
2629
|
"name": "installRoot",
|
2630
2630
|
"nameLocation": "1053:11:143",
|
2631
2631
|
"parameters": {
|
2632
|
-
"id":
|
2632
|
+
"id": 65927,
|
2633
2633
|
"nodeType": "ParameterList",
|
2634
2634
|
"parameters": [
|
2635
2635
|
{
|
2636
2636
|
"constant": false,
|
2637
|
-
"id":
|
2637
|
+
"id": 65926,
|
2638
2638
|
"mutability": "mutable",
|
2639
2639
|
"name": "",
|
2640
2640
|
"nameLocation": "-1:-1:-1",
|
2641
2641
|
"nodeType": "VariableDeclaration",
|
2642
|
-
"scope":
|
2642
|
+
"scope": 65997,
|
2643
2643
|
"src": "1065:12:143",
|
2644
2644
|
"stateVariable": false,
|
2645
2645
|
"storageLocation": "memory",
|
@@ -2648,7 +2648,7 @@
|
|
2648
2648
|
"typeString": "bytes"
|
2649
2649
|
},
|
2650
2650
|
"typeName": {
|
2651
|
-
"id":
|
2651
|
+
"id": 65925,
|
2652
2652
|
"name": "bytes",
|
2653
2653
|
"nodeType": "ElementaryTypeName",
|
2654
2654
|
"src": "1065:5:143",
|
@@ -2663,89 +2663,89 @@
|
|
2663
2663
|
"src": "1064:14:143"
|
2664
2664
|
},
|
2665
2665
|
"returnParameters": {
|
2666
|
-
"id":
|
2666
|
+
"id": 65928,
|
2667
2667
|
"nodeType": "ParameterList",
|
2668
2668
|
"parameters": [],
|
2669
2669
|
"src": "1086:0:143"
|
2670
2670
|
},
|
2671
|
-
"scope":
|
2671
|
+
"scope": 66034,
|
2672
2672
|
"stateMutability": "nonpayable",
|
2673
2673
|
"virtual": false,
|
2674
2674
|
"visibility": "public"
|
2675
2675
|
},
|
2676
2676
|
{
|
2677
|
-
"id":
|
2677
|
+
"id": 66033,
|
2678
2678
|
"nodeType": "FunctionDefinition",
|
2679
2679
|
"src": "1646:346:143",
|
2680
2680
|
"nodes": [],
|
2681
2681
|
"body": {
|
2682
|
-
"id":
|
2682
|
+
"id": 66032,
|
2683
2683
|
"nodeType": "Block",
|
2684
2684
|
"src": "1684:308:143",
|
2685
2685
|
"nodes": [],
|
2686
2686
|
"statements": [
|
2687
2687
|
{
|
2688
2688
|
"assignments": [
|
2689
|
-
|
2689
|
+
66004
|
2690
2690
|
],
|
2691
2691
|
"declarations": [
|
2692
2692
|
{
|
2693
2693
|
"constant": false,
|
2694
|
-
"id":
|
2694
|
+
"id": 66004,
|
2695
2695
|
"mutability": "mutable",
|
2696
2696
|
"name": "world",
|
2697
2697
|
"nameLocation": "1701:5:143",
|
2698
2698
|
"nodeType": "VariableDeclaration",
|
2699
|
-
"scope":
|
2699
|
+
"scope": 66032,
|
2700
2700
|
"src": "1690:16:143",
|
2701
2701
|
"stateVariable": false,
|
2702
2702
|
"storageLocation": "default",
|
2703
2703
|
"typeDescriptions": {
|
2704
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2704
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2705
2705
|
"typeString": "contract IBaseWorld"
|
2706
2706
|
},
|
2707
2707
|
"typeName": {
|
2708
|
-
"id":
|
2708
|
+
"id": 66003,
|
2709
2709
|
"nodeType": "UserDefinedTypeName",
|
2710
2710
|
"pathNode": {
|
2711
|
-
"id":
|
2711
|
+
"id": 66002,
|
2712
2712
|
"name": "IBaseWorld",
|
2713
2713
|
"nameLocations": [
|
2714
2714
|
"1690:10:143"
|
2715
2715
|
],
|
2716
2716
|
"nodeType": "IdentifierPath",
|
2717
|
-
"referencedDeclaration":
|
2717
|
+
"referencedDeclaration": 42546,
|
2718
2718
|
"src": "1690:10:143"
|
2719
2719
|
},
|
2720
|
-
"referencedDeclaration":
|
2720
|
+
"referencedDeclaration": 42546,
|
2721
2721
|
"src": "1690:10:143",
|
2722
2722
|
"typeDescriptions": {
|
2723
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2723
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2724
2724
|
"typeString": "contract IBaseWorld"
|
2725
2725
|
}
|
2726
2726
|
},
|
2727
2727
|
"visibility": "internal"
|
2728
2728
|
}
|
2729
2729
|
],
|
2730
|
-
"id":
|
2730
|
+
"id": 66009,
|
2731
2731
|
"initialValue": {
|
2732
2732
|
"arguments": [
|
2733
2733
|
{
|
2734
2734
|
"arguments": [],
|
2735
2735
|
"expression": {
|
2736
2736
|
"argumentTypes": [],
|
2737
|
-
"id":
|
2737
|
+
"id": 66006,
|
2738
2738
|
"name": "_world",
|
2739
2739
|
"nodeType": "Identifier",
|
2740
2740
|
"overloadedDeclarations": [],
|
2741
|
-
"referencedDeclaration":
|
2741
|
+
"referencedDeclaration": 42014,
|
2742
2742
|
"src": "1720:6:143",
|
2743
2743
|
"typeDescriptions": {
|
2744
2744
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
2745
2745
|
"typeString": "function () view returns (address)"
|
2746
2746
|
}
|
2747
2747
|
},
|
2748
|
-
"id":
|
2748
|
+
"id": 66007,
|
2749
2749
|
"isConstant": false,
|
2750
2750
|
"isLValue": false,
|
2751
2751
|
"isPure": false,
|
@@ -2769,18 +2769,18 @@
|
|
2769
2769
|
"typeString": "address"
|
2770
2770
|
}
|
2771
2771
|
],
|
2772
|
-
"id":
|
2772
|
+
"id": 66005,
|
2773
2773
|
"name": "IBaseWorld",
|
2774
2774
|
"nodeType": "Identifier",
|
2775
2775
|
"overloadedDeclarations": [],
|
2776
|
-
"referencedDeclaration":
|
2776
|
+
"referencedDeclaration": 42546,
|
2777
2777
|
"src": "1709:10:143",
|
2778
2778
|
"typeDescriptions": {
|
2779
|
-
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$
|
2779
|
+
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$42546_$",
|
2780
2780
|
"typeString": "type(contract IBaseWorld)"
|
2781
2781
|
}
|
2782
2782
|
},
|
2783
|
-
"id":
|
2783
|
+
"id": 66008,
|
2784
2784
|
"isConstant": false,
|
2785
2785
|
"isLValue": false,
|
2786
2786
|
"isPure": false,
|
@@ -2792,7 +2792,7 @@
|
|
2792
2792
|
"src": "1709:20:143",
|
2793
2793
|
"tryCall": false,
|
2794
2794
|
"typeDescriptions": {
|
2795
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2795
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2796
2796
|
"typeString": "contract IBaseWorld"
|
2797
2797
|
}
|
2798
2798
|
},
|
@@ -2803,26 +2803,26 @@
|
|
2803
2803
|
"expression": {
|
2804
2804
|
"arguments": [
|
2805
2805
|
{
|
2806
|
-
"id":
|
2806
|
+
"id": 66013,
|
2807
2807
|
"name": "world",
|
2808
2808
|
"nodeType": "Identifier",
|
2809
2809
|
"overloadedDeclarations": [],
|
2810
|
-
"referencedDeclaration":
|
2810
|
+
"referencedDeclaration": 66004,
|
2811
2811
|
"src": "1780:5:143",
|
2812
2812
|
"typeDescriptions": {
|
2813
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2813
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2814
2814
|
"typeString": "contract IBaseWorld"
|
2815
2815
|
}
|
2816
2816
|
},
|
2817
2817
|
{
|
2818
|
-
"id":
|
2818
|
+
"id": 66014,
|
2819
2819
|
"name": "TABLE_ID",
|
2820
2820
|
"nodeType": "Identifier",
|
2821
2821
|
"overloadedDeclarations": [],
|
2822
|
-
"referencedDeclaration":
|
2822
|
+
"referencedDeclaration": 66119,
|
2823
2823
|
"src": "1787:8:143",
|
2824
2824
|
"typeDescriptions": {
|
2825
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2825
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2826
2826
|
"typeString": "ResourceId"
|
2827
2827
|
}
|
2828
2828
|
}
|
@@ -2830,27 +2830,27 @@
|
|
2830
2830
|
"expression": {
|
2831
2831
|
"argumentTypes": [
|
2832
2832
|
{
|
2833
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2833
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2834
2834
|
"typeString": "contract IBaseWorld"
|
2835
2835
|
},
|
2836
2836
|
{
|
2837
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2837
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2838
2838
|
"typeString": "ResourceId"
|
2839
2839
|
}
|
2840
2840
|
],
|
2841
2841
|
"expression": {
|
2842
|
-
"id":
|
2842
|
+
"id": 66010,
|
2843
2843
|
"name": "UniqueEntity",
|
2844
2844
|
"nodeType": "Identifier",
|
2845
2845
|
"overloadedDeclarations": [],
|
2846
|
-
"referencedDeclaration":
|
2846
|
+
"referencedDeclaration": 67018,
|
2847
2847
|
"src": "1758:12:143",
|
2848
2848
|
"typeDescriptions": {
|
2849
|
-
"typeIdentifier": "t_type$_t_contract$_UniqueEntity_$
|
2849
|
+
"typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67018_$",
|
2850
2850
|
"typeString": "type(library UniqueEntity)"
|
2851
2851
|
}
|
2852
2852
|
},
|
2853
|
-
"id":
|
2853
|
+
"id": 66012,
|
2854
2854
|
"isConstant": false,
|
2855
2855
|
"isLValue": false,
|
2856
2856
|
"isPure": false,
|
@@ -2858,14 +2858,14 @@
|
|
2858
2858
|
"memberLocation": "1771:8:143",
|
2859
2859
|
"memberName": "register",
|
2860
2860
|
"nodeType": "MemberAccess",
|
2861
|
-
"referencedDeclaration":
|
2861
|
+
"referencedDeclaration": 66406,
|
2862
2862
|
"src": "1758:21:143",
|
2863
2863
|
"typeDescriptions": {
|
2864
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IStore_$
|
2864
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IStore_$28450_$_t_userDefinedValueType$_ResourceId_$29139_$returns$__$",
|
2865
2865
|
"typeString": "function (contract IStore,ResourceId)"
|
2866
2866
|
}
|
2867
2867
|
},
|
2868
|
-
"id":
|
2868
|
+
"id": 66015,
|
2869
2869
|
"isConstant": false,
|
2870
2870
|
"isLValue": false,
|
2871
2871
|
"isPure": false,
|
@@ -2881,7 +2881,7 @@
|
|
2881
2881
|
"typeString": "tuple()"
|
2882
2882
|
}
|
2883
2883
|
},
|
2884
|
-
"id":
|
2884
|
+
"id": 66016,
|
2885
2885
|
"nodeType": "ExpressionStatement",
|
2886
2886
|
"src": "1758:38:143"
|
2887
2887
|
},
|
@@ -2889,32 +2889,32 @@
|
|
2889
2889
|
"expression": {
|
2890
2890
|
"arguments": [
|
2891
2891
|
{
|
2892
|
-
"id":
|
2892
|
+
"id": 66020,
|
2893
2893
|
"name": "SYSTEM_ID",
|
2894
2894
|
"nodeType": "Identifier",
|
2895
2895
|
"overloadedDeclarations": [],
|
2896
|
-
"referencedDeclaration":
|
2896
|
+
"referencedDeclaration": 66135,
|
2897
2897
|
"src": "1847:9:143",
|
2898
2898
|
"typeDescriptions": {
|
2899
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2899
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2900
2900
|
"typeString": "ResourceId"
|
2901
2901
|
}
|
2902
2902
|
},
|
2903
2903
|
{
|
2904
|
-
"id":
|
2904
|
+
"id": 66021,
|
2905
2905
|
"name": "uniqueEntitySystem",
|
2906
2906
|
"nodeType": "Identifier",
|
2907
2907
|
"overloadedDeclarations": [],
|
2908
|
-
"referencedDeclaration":
|
2908
|
+
"referencedDeclaration": 65916,
|
2909
2909
|
"src": "1858:18:143",
|
2910
2910
|
"typeDescriptions": {
|
2911
|
-
"typeIdentifier": "t_contract$_UniqueEntitySystem_$
|
2911
|
+
"typeIdentifier": "t_contract$_UniqueEntitySystem_$66073",
|
2912
2912
|
"typeString": "contract UniqueEntitySystem"
|
2913
2913
|
}
|
2914
2914
|
},
|
2915
2915
|
{
|
2916
2916
|
"hexValue": "74727565",
|
2917
|
-
"id":
|
2917
|
+
"id": 66022,
|
2918
2918
|
"isConstant": false,
|
2919
2919
|
"isLValue": false,
|
2920
2920
|
"isPure": true,
|
@@ -2932,11 +2932,11 @@
|
|
2932
2932
|
"expression": {
|
2933
2933
|
"argumentTypes": [
|
2934
2934
|
{
|
2935
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2935
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
2936
2936
|
"typeString": "ResourceId"
|
2937
2937
|
},
|
2938
2938
|
{
|
2939
|
-
"typeIdentifier": "t_contract$_UniqueEntitySystem_$
|
2939
|
+
"typeIdentifier": "t_contract$_UniqueEntitySystem_$66073",
|
2940
2940
|
"typeString": "contract UniqueEntitySystem"
|
2941
2941
|
},
|
2942
2942
|
{
|
@@ -2945,18 +2945,18 @@
|
|
2945
2945
|
}
|
2946
2946
|
],
|
2947
2947
|
"expression": {
|
2948
|
-
"id":
|
2948
|
+
"id": 66017,
|
2949
2949
|
"name": "world",
|
2950
2950
|
"nodeType": "Identifier",
|
2951
2951
|
"overloadedDeclarations": [],
|
2952
|
-
"referencedDeclaration":
|
2952
|
+
"referencedDeclaration": 66004,
|
2953
2953
|
"src": "1826:5:143",
|
2954
2954
|
"typeDescriptions": {
|
2955
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2955
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
2956
2956
|
"typeString": "contract IBaseWorld"
|
2957
2957
|
}
|
2958
2958
|
},
|
2959
|
-
"id":
|
2959
|
+
"id": 66019,
|
2960
2960
|
"isConstant": false,
|
2961
2961
|
"isLValue": false,
|
2962
2962
|
"isPure": false,
|
@@ -2964,14 +2964,14 @@
|
|
2964
2964
|
"memberLocation": "1832:14:143",
|
2965
2965
|
"memberName": "registerSystem",
|
2966
2966
|
"nodeType": "MemberAccess",
|
2967
|
-
"referencedDeclaration":
|
2967
|
+
"referencedDeclaration": 75872,
|
2968
2968
|
"src": "1826:20:143",
|
2969
2969
|
"typeDescriptions": {
|
2970
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2970
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29139_$_t_contract$_WorldContextConsumer_$42032_$_t_bool_$returns$__$",
|
2971
2971
|
"typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
|
2972
2972
|
}
|
2973
2973
|
},
|
2974
|
-
"id":
|
2974
|
+
"id": 66023,
|
2975
2975
|
"isConstant": false,
|
2976
2976
|
"isLValue": false,
|
2977
2977
|
"isPure": false,
|
@@ -2987,7 +2987,7 @@
|
|
2987
2987
|
"typeString": "tuple()"
|
2988
2988
|
}
|
2989
2989
|
},
|
2990
|
-
"id":
|
2990
|
+
"id": 66024,
|
2991
2991
|
"nodeType": "ExpressionStatement",
|
2992
2992
|
"src": "1826:57:143"
|
2993
2993
|
},
|
@@ -2995,20 +2995,20 @@
|
|
2995
2995
|
"expression": {
|
2996
2996
|
"arguments": [
|
2997
2997
|
{
|
2998
|
-
"id":
|
2998
|
+
"id": 66028,
|
2999
2999
|
"name": "SYSTEM_ID",
|
3000
3000
|
"nodeType": "Identifier",
|
3001
3001
|
"overloadedDeclarations": [],
|
3002
|
-
"referencedDeclaration":
|
3002
|
+
"referencedDeclaration": 66135,
|
3003
3003
|
"src": "1956:9:143",
|
3004
3004
|
"typeDescriptions": {
|
3005
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
3005
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
3006
3006
|
"typeString": "ResourceId"
|
3007
3007
|
}
|
3008
3008
|
},
|
3009
3009
|
{
|
3010
3010
|
"hexValue": "676574556e69717565456e746974792829",
|
3011
|
-
"id":
|
3011
|
+
"id": 66029,
|
3012
3012
|
"isConstant": false,
|
3013
3013
|
"isLValue": false,
|
3014
3014
|
"isPure": true,
|
@@ -3026,7 +3026,7 @@
|
|
3026
3026
|
"expression": {
|
3027
3027
|
"argumentTypes": [
|
3028
3028
|
{
|
3029
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
3029
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
3030
3030
|
"typeString": "ResourceId"
|
3031
3031
|
},
|
3032
3032
|
{
|
@@ -3035,18 +3035,18 @@
|
|
3035
3035
|
}
|
3036
3036
|
],
|
3037
3037
|
"expression": {
|
3038
|
-
"id":
|
3038
|
+
"id": 66025,
|
3039
3039
|
"name": "world",
|
3040
3040
|
"nodeType": "Identifier",
|
3041
3041
|
"overloadedDeclarations": [],
|
3042
|
-
"referencedDeclaration":
|
3042
|
+
"referencedDeclaration": 66004,
|
3043
3043
|
"src": "1925:5:143",
|
3044
3044
|
"typeDescriptions": {
|
3045
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3045
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$42546",
|
3046
3046
|
"typeString": "contract IBaseWorld"
|
3047
3047
|
}
|
3048
3048
|
},
|
3049
|
-
"id":
|
3049
|
+
"id": 66027,
|
3050
3050
|
"isConstant": false,
|
3051
3051
|
"isLValue": false,
|
3052
3052
|
"isPure": false,
|
@@ -3054,14 +3054,14 @@
|
|
3054
3054
|
"memberLocation": "1931:24:143",
|
3055
3055
|
"memberName": "registerFunctionSelector",
|
3056
3056
|
"nodeType": "MemberAccess",
|
3057
|
-
"referencedDeclaration":
|
3057
|
+
"referencedDeclaration": 75882,
|
3058
3058
|
"src": "1925:30:143",
|
3059
3059
|
"typeDescriptions": {
|
3060
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3060
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29139_$_t_string_memory_ptr_$returns$_t_bytes4_$",
|
3061
3061
|
"typeString": "function (ResourceId,string memory) external returns (bytes4)"
|
3062
3062
|
}
|
3063
3063
|
},
|
3064
|
-
"id":
|
3064
|
+
"id": 66030,
|
3065
3065
|
"isConstant": false,
|
3066
3066
|
"isLValue": false,
|
3067
3067
|
"isPure": false,
|
@@ -3077,14 +3077,14 @@
|
|
3077
3077
|
"typeString": "bytes4"
|
3078
3078
|
}
|
3079
3079
|
},
|
3080
|
-
"id":
|
3080
|
+
"id": 66031,
|
3081
3081
|
"nodeType": "ExpressionStatement",
|
3082
3082
|
"src": "1925:62:143"
|
3083
3083
|
}
|
3084
3084
|
]
|
3085
3085
|
},
|
3086
3086
|
"baseFunctions": [
|
3087
|
-
|
3087
|
+
75723
|
3088
3088
|
],
|
3089
3089
|
"functionSelector": "13861fb5",
|
3090
3090
|
"implemented": true,
|
@@ -3093,17 +3093,17 @@
|
|
3093
3093
|
"name": "install",
|
3094
3094
|
"nameLocation": "1655:7:143",
|
3095
3095
|
"parameters": {
|
3096
|
-
"id":
|
3096
|
+
"id": 66000,
|
3097
3097
|
"nodeType": "ParameterList",
|
3098
3098
|
"parameters": [
|
3099
3099
|
{
|
3100
3100
|
"constant": false,
|
3101
|
-
"id":
|
3101
|
+
"id": 65999,
|
3102
3102
|
"mutability": "mutable",
|
3103
3103
|
"name": "",
|
3104
3104
|
"nameLocation": "-1:-1:-1",
|
3105
3105
|
"nodeType": "VariableDeclaration",
|
3106
|
-
"scope":
|
3106
|
+
"scope": 66033,
|
3107
3107
|
"src": "1663:12:143",
|
3108
3108
|
"stateVariable": false,
|
3109
3109
|
"storageLocation": "memory",
|
@@ -3112,7 +3112,7 @@
|
|
3112
3112
|
"typeString": "bytes"
|
3113
3113
|
},
|
3114
3114
|
"typeName": {
|
3115
|
-
"id":
|
3115
|
+
"id": 65998,
|
3116
3116
|
"name": "bytes",
|
3117
3117
|
"nodeType": "ElementaryTypeName",
|
3118
3118
|
"src": "1663:5:143",
|
@@ -3127,12 +3127,12 @@
|
|
3127
3127
|
"src": "1662:14:143"
|
3128
3128
|
},
|
3129
3129
|
"returnParameters": {
|
3130
|
-
"id":
|
3130
|
+
"id": 66001,
|
3131
3131
|
"nodeType": "ParameterList",
|
3132
3132
|
"parameters": [],
|
3133
3133
|
"src": "1684:0:143"
|
3134
3134
|
},
|
3135
|
-
"scope":
|
3135
|
+
"scope": 66034,
|
3136
3136
|
"stateMutability": "nonpayable",
|
3137
3137
|
"virtual": false,
|
3138
3138
|
"visibility": "public"
|
@@ -3142,61 +3142,61 @@
|
|
3142
3142
|
"baseContracts": [
|
3143
3143
|
{
|
3144
3144
|
"baseName": {
|
3145
|
-
"id":
|
3145
|
+
"id": 65908,
|
3146
3146
|
"name": "Module",
|
3147
3147
|
"nameLocations": [
|
3148
3148
|
"712:6:143"
|
3149
3149
|
],
|
3150
3150
|
"nodeType": "IdentifierPath",
|
3151
|
-
"referencedDeclaration":
|
3151
|
+
"referencedDeclaration": 41954,
|
3152
3152
|
"src": "712:6:143"
|
3153
3153
|
},
|
3154
|
-
"id":
|
3154
|
+
"id": 65909,
|
3155
3155
|
"nodeType": "InheritanceSpecifier",
|
3156
3156
|
"src": "712:6:143"
|
3157
3157
|
}
|
3158
3158
|
],
|
3159
3159
|
"canonicalName": "UniqueEntityModule",
|
3160
3160
|
"contractDependencies": [
|
3161
|
-
|
3161
|
+
66073
|
3162
3162
|
],
|
3163
3163
|
"contractKind": "contract",
|
3164
3164
|
"documentation": {
|
3165
|
-
"id":
|
3165
|
+
"id": 65907,
|
3166
3166
|
"nodeType": "StructuredDocumentation",
|
3167
3167
|
"src": "553:127:143",
|
3168
3168
|
"text": " This module creates a table that stores a nonce, and\n a public system that returns an incremented nonce each time."
|
3169
3169
|
},
|
3170
3170
|
"fullyImplemented": true,
|
3171
3171
|
"linearizedBaseContracts": [
|
3172
|
-
|
3173
|
-
|
3174
|
-
|
3175
|
-
|
3176
|
-
|
3177
|
-
|
3172
|
+
66034,
|
3173
|
+
41954,
|
3174
|
+
42032,
|
3175
|
+
75676,
|
3176
|
+
75724,
|
3177
|
+
75633
|
3178
3178
|
],
|
3179
3179
|
"name": "UniqueEntityModule",
|
3180
3180
|
"nameLocation": "690:18:143",
|
3181
|
-
"scope":
|
3181
|
+
"scope": 66035,
|
3182
3182
|
"usedErrors": [
|
3183
|
-
|
3184
|
-
|
3185
|
-
|
3186
|
-
|
3187
|
-
|
3188
|
-
|
3189
|
-
|
3190
|
-
|
3191
|
-
|
3192
|
-
|
3193
|
-
|
3194
|
-
|
3195
|
-
|
3183
|
+
27828,
|
3184
|
+
27830,
|
3185
|
+
27832,
|
3186
|
+
29232,
|
3187
|
+
29235,
|
3188
|
+
29715,
|
3189
|
+
70118,
|
3190
|
+
70134,
|
3191
|
+
70152,
|
3192
|
+
70158,
|
3193
|
+
70164,
|
3194
|
+
75703,
|
3195
|
+
75705
|
3196
3196
|
],
|
3197
3197
|
"usedEvents": [
|
3198
|
-
|
3199
|
-
|
3198
|
+
30014,
|
3199
|
+
30027
|
3200
3200
|
]
|
3201
3201
|
}
|
3202
3202
|
],
|