@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-5741d53d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mud.config.js +1 -1
- package/dist/mud.config.js.map +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/Callbacks.sol/Callbacks.json +45 -45
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
- package/out/DelegationControl.sol/DelegationControl.json +83 -83
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +111 -111
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +96 -96
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.json +81 -161
- package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
- package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
- package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +100 -100
- package/out/IModule.sol/IModule.json +139 -139
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
- package/out/ISystemHook.sol/ISystemHook.json +141 -141
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
- package/out/IWorldErrors.sol/IWorldErrors.json +257 -257
- package/out/IWorldKernel.sol/IWorldCall.json +251 -251
- package/out/IWorldKernel.sol/IWorldKernel.json +251 -251
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +251 -251
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +321 -321
- package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
- package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
- package/out/KeysInTableModule.sol/KeysInTableModule.json +885 -885
- package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1604 -1604
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +700 -700
- package/out/Mixed.sol/Mixed.json +66 -66
- package/out/Module.sol/Module.json +73 -73
- 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 +495 -495
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +19 -19
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
- package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +529 -529
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4588 -4588
- package/out/Vector2.sol/Vector2.json +52 -52
- package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
- package/out/WorldContext.sol/WorldContextProvider.json +28 -28
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
- package/out/constants.sol/constants.json +142 -142
- package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
- package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
- package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
- package/out/getUniqueEntity.sol/getUniqueEntity.json +149 -149
- package/out/hasKey.sol/hasKey.json +215 -215
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +326 -253
- package/out/interfaces/IERC165.sol/IERC165.json +50 -50
- package/out/interfaces/IWorldKernel.sol/IWorldCall.json +149 -149
- package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +149 -149
- package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
- package/out/query.sol/query.json +1892 -1892
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +885 -885
- package/out/src/IStore.sol/IStoreData.json +885 -885
- package/out/src/IStore.sol/IStoreRead.json +885 -885
- package/out/src/IStore.sol/IStoreRegistration.json +885 -885
- package/out/src/IStore.sol/IStoreWrite.json +885 -885
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
- package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
- package/out/types.sol/types.json +131 -23
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -3
- package/src/interfaces/IUniqueEntitySystem.sol +2 -3
- package/src/modules/keysintable/KeysInTableModule.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
- package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
- package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
- package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
- package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -358,38 +358,38 @@
|
|
358
358
|
},
|
359
359
|
"ast": {
|
360
360
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
|
361
|
-
"id":
|
361
|
+
"id": 48945,
|
362
362
|
"exportedSymbols": {
|
363
363
|
"CONTEXT_BYTES": [
|
364
|
-
|
364
|
+
48740
|
365
365
|
],
|
366
366
|
"ERC165_INTERFACE_ID": [
|
367
|
-
|
367
|
+
70851
|
368
368
|
],
|
369
369
|
"IWorldContextConsumer": [
|
370
|
-
|
370
|
+
70898
|
371
371
|
],
|
372
372
|
"StoreSwitch": [
|
373
|
-
|
373
|
+
41020
|
374
374
|
],
|
375
375
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
376
|
-
|
376
|
+
70880
|
377
377
|
],
|
378
378
|
"WorldContextConsumer": [
|
379
|
-
|
379
|
+
48795
|
380
380
|
],
|
381
381
|
"WorldContextProvider": [
|
382
|
-
|
382
|
+
48944
|
383
383
|
],
|
384
384
|
"revertWithBytes": [
|
385
|
-
|
385
|
+
49392
|
386
386
|
]
|
387
387
|
},
|
388
388
|
"nodeType": "SourceUnit",
|
389
389
|
"src": "32:3641:90",
|
390
390
|
"nodes": [
|
391
391
|
{
|
392
|
-
"id":
|
392
|
+
"id": 48726,
|
393
393
|
"nodeType": "PragmaDirective",
|
394
394
|
"src": "32:25:90",
|
395
395
|
"nodes": [],
|
@@ -401,23 +401,23 @@
|
|
401
401
|
]
|
402
402
|
},
|
403
403
|
{
|
404
|
-
"id":
|
404
|
+
"id": 48728,
|
405
405
|
"nodeType": "ImportDirective",
|
406
406
|
"src": "59:68:90",
|
407
407
|
"nodes": [],
|
408
408
|
"absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
|
409
409
|
"file": "@latticexyz/store/src/StoreSwitch.sol",
|
410
410
|
"nameLocation": "-1:-1:-1",
|
411
|
-
"scope":
|
412
|
-
"sourceUnit":
|
411
|
+
"scope": 48945,
|
412
|
+
"sourceUnit": 41021,
|
413
413
|
"symbolAliases": [
|
414
414
|
{
|
415
415
|
"foreign": {
|
416
|
-
"id":
|
416
|
+
"id": 48727,
|
417
417
|
"name": "StoreSwitch",
|
418
418
|
"nodeType": "Identifier",
|
419
419
|
"overloadedDeclarations": [],
|
420
|
-
"referencedDeclaration":
|
420
|
+
"referencedDeclaration": 41020,
|
421
421
|
"src": "68:11:90",
|
422
422
|
"typeDescriptions": {}
|
423
423
|
},
|
@@ -427,23 +427,23 @@
|
|
427
427
|
"unitAlias": ""
|
428
428
|
},
|
429
429
|
{
|
430
|
-
"id":
|
430
|
+
"id": 48730,
|
431
431
|
"nodeType": "ImportDirective",
|
432
432
|
"src": "128:56:90",
|
433
433
|
"nodes": [],
|
434
434
|
"absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
|
435
435
|
"file": "./revertWithBytes.sol",
|
436
436
|
"nameLocation": "-1:-1:-1",
|
437
|
-
"scope":
|
438
|
-
"sourceUnit":
|
437
|
+
"scope": 48945,
|
438
|
+
"sourceUnit": 49393,
|
439
439
|
"symbolAliases": [
|
440
440
|
{
|
441
441
|
"foreign": {
|
442
|
-
"id":
|
442
|
+
"id": 48729,
|
443
443
|
"name": "revertWithBytes",
|
444
444
|
"nodeType": "Identifier",
|
445
445
|
"overloadedDeclarations": [],
|
446
|
-
"referencedDeclaration":
|
446
|
+
"referencedDeclaration": 49392,
|
447
447
|
"src": "137:15:90",
|
448
448
|
"typeDescriptions": {}
|
449
449
|
},
|
@@ -453,23 +453,23 @@
|
|
453
453
|
"unitAlias": ""
|
454
454
|
},
|
455
455
|
{
|
456
|
-
"id":
|
456
|
+
"id": 48732,
|
457
457
|
"nodeType": "ImportDirective",
|
458
458
|
"src": "185:63:90",
|
459
459
|
"nodes": [],
|
460
460
|
"absolutePath": "node_modules/@latticexyz/world/src/interfaces/IERC165.sol",
|
461
461
|
"file": "./interfaces/IERC165.sol",
|
462
462
|
"nameLocation": "-1:-1:-1",
|
463
|
-
"scope":
|
464
|
-
"sourceUnit":
|
463
|
+
"scope": 48945,
|
464
|
+
"sourceUnit": 70861,
|
465
465
|
"symbolAliases": [
|
466
466
|
{
|
467
467
|
"foreign": {
|
468
|
-
"id":
|
468
|
+
"id": 48731,
|
469
469
|
"name": "ERC165_INTERFACE_ID",
|
470
470
|
"nodeType": "Identifier",
|
471
471
|
"overloadedDeclarations": [],
|
472
|
-
"referencedDeclaration":
|
472
|
+
"referencedDeclaration": 70851,
|
473
473
|
"src": "194:19:90",
|
474
474
|
"typeDescriptions": {}
|
475
475
|
},
|
@@ -479,23 +479,23 @@
|
|
479
479
|
"unitAlias": ""
|
480
480
|
},
|
481
481
|
{
|
482
|
-
"id":
|
482
|
+
"id": 48735,
|
483
483
|
"nodeType": "ImportDirective",
|
484
484
|
"src": "249:116:90",
|
485
485
|
"nodes": [],
|
486
486
|
"absolutePath": "node_modules/@latticexyz/world/src/interfaces/IWorldContextConsumer.sol",
|
487
487
|
"file": "./interfaces/IWorldContextConsumer.sol",
|
488
488
|
"nameLocation": "-1:-1:-1",
|
489
|
-
"scope":
|
490
|
-
"sourceUnit":
|
489
|
+
"scope": 48945,
|
490
|
+
"sourceUnit": 70899,
|
491
491
|
"symbolAliases": [
|
492
492
|
{
|
493
493
|
"foreign": {
|
494
|
-
"id":
|
494
|
+
"id": 48733,
|
495
495
|
"name": "IWorldContextConsumer",
|
496
496
|
"nodeType": "Identifier",
|
497
497
|
"overloadedDeclarations": [],
|
498
|
-
"referencedDeclaration":
|
498
|
+
"referencedDeclaration": 70898,
|
499
499
|
"src": "258:21:90",
|
500
500
|
"typeDescriptions": {}
|
501
501
|
},
|
@@ -503,11 +503,11 @@
|
|
503
503
|
},
|
504
504
|
{
|
505
505
|
"foreign": {
|
506
|
-
"id":
|
506
|
+
"id": 48734,
|
507
507
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
508
508
|
"nodeType": "Identifier",
|
509
509
|
"overloadedDeclarations": [],
|
510
|
-
"referencedDeclaration":
|
510
|
+
"referencedDeclaration": 70880,
|
511
511
|
"src": "281:35:90",
|
512
512
|
"typeDescriptions": {}
|
513
513
|
},
|
@@ -517,7 +517,7 @@
|
|
517
517
|
"unitAlias": ""
|
518
518
|
},
|
519
519
|
{
|
520
|
-
"id":
|
520
|
+
"id": 48740,
|
521
521
|
"nodeType": "VariableDeclaration",
|
522
522
|
"src": "442:40:90",
|
523
523
|
"nodes": [],
|
@@ -525,7 +525,7 @@
|
|
525
525
|
"mutability": "constant",
|
526
526
|
"name": "CONTEXT_BYTES",
|
527
527
|
"nameLocation": "459:13:90",
|
528
|
-
"scope":
|
528
|
+
"scope": 48945,
|
529
529
|
"stateVariable": false,
|
530
530
|
"storageLocation": "default",
|
531
531
|
"typeDescriptions": {
|
@@ -533,7 +533,7 @@
|
|
533
533
|
"typeString": "uint256"
|
534
534
|
},
|
535
535
|
"typeName": {
|
536
|
-
"id":
|
536
|
+
"id": 48736,
|
537
537
|
"name": "uint256",
|
538
538
|
"nodeType": "ElementaryTypeName",
|
539
539
|
"src": "442:7:90",
|
@@ -547,14 +547,14 @@
|
|
547
547
|
"typeIdentifier": "t_rational_52_by_1",
|
548
548
|
"typeString": "int_const 52"
|
549
549
|
},
|
550
|
-
"id":
|
550
|
+
"id": 48739,
|
551
551
|
"isConstant": false,
|
552
552
|
"isLValue": false,
|
553
553
|
"isPure": true,
|
554
554
|
"lValueRequested": false,
|
555
555
|
"leftExpression": {
|
556
556
|
"hexValue": "3230",
|
557
|
-
"id":
|
557
|
+
"id": 48737,
|
558
558
|
"isConstant": false,
|
559
559
|
"isLValue": false,
|
560
560
|
"isPure": true,
|
@@ -572,7 +572,7 @@
|
|
572
572
|
"operator": "+",
|
573
573
|
"rightExpression": {
|
574
574
|
"hexValue": "3332",
|
575
|
-
"id":
|
575
|
+
"id": 48738,
|
576
576
|
"isConstant": false,
|
577
577
|
"isLValue": false,
|
578
578
|
"isPure": true,
|
@@ -595,17 +595,17 @@
|
|
595
595
|
"visibility": "internal"
|
596
596
|
},
|
597
597
|
{
|
598
|
-
"id":
|
598
|
+
"id": 48795,
|
599
599
|
"nodeType": "ContractDefinition",
|
600
600
|
"src": "664:1165:90",
|
601
601
|
"nodes": [
|
602
602
|
{
|
603
|
-
"id":
|
603
|
+
"id": 48761,
|
604
604
|
"nodeType": "FunctionDefinition",
|
605
605
|
"src": "799:379:90",
|
606
606
|
"nodes": [],
|
607
607
|
"body": {
|
608
|
-
"id":
|
608
|
+
"id": 48760,
|
609
609
|
"nodeType": "Block",
|
610
610
|
"src": "858:320:90",
|
611
611
|
"nodes": [],
|
@@ -699,21 +699,21 @@
|
|
699
699
|
"evmVersion": "paris",
|
700
700
|
"externalReferences": [
|
701
701
|
{
|
702
|
-
"declaration":
|
702
|
+
"declaration": 48740,
|
703
703
|
"isOffset": false,
|
704
704
|
"isSlot": false,
|
705
705
|
"src": "1101:13:90",
|
706
706
|
"valueSize": 1
|
707
707
|
},
|
708
708
|
{
|
709
|
-
"declaration":
|
709
|
+
"declaration": 48745,
|
710
710
|
"isOffset": false,
|
711
711
|
"isSlot": false,
|
712
712
|
"src": "1050:6:90",
|
713
713
|
"valueSize": 1
|
714
714
|
}
|
715
715
|
],
|
716
|
-
"id":
|
716
|
+
"id": 48747,
|
717
717
|
"nodeType": "InlineAssembly",
|
718
718
|
"src": "864:259:90"
|
719
719
|
},
|
@@ -723,17 +723,17 @@
|
|
723
723
|
"typeIdentifier": "t_address",
|
724
724
|
"typeString": "address"
|
725
725
|
},
|
726
|
-
"id":
|
726
|
+
"id": 48753,
|
727
727
|
"isConstant": false,
|
728
728
|
"isLValue": false,
|
729
729
|
"isPure": false,
|
730
730
|
"lValueRequested": false,
|
731
731
|
"leftExpression": {
|
732
|
-
"id":
|
732
|
+
"id": 48748,
|
733
733
|
"name": "sender",
|
734
734
|
"nodeType": "Identifier",
|
735
735
|
"overloadedDeclarations": [],
|
736
|
-
"referencedDeclaration":
|
736
|
+
"referencedDeclaration": 48745,
|
737
737
|
"src": "1132:6:90",
|
738
738
|
"typeDescriptions": {
|
739
739
|
"typeIdentifier": "t_address",
|
@@ -746,7 +746,7 @@
|
|
746
746
|
"arguments": [
|
747
747
|
{
|
748
748
|
"hexValue": "30",
|
749
|
-
"id":
|
749
|
+
"id": 48751,
|
750
750
|
"isConstant": false,
|
751
751
|
"isLValue": false,
|
752
752
|
"isPure": true,
|
@@ -768,7 +768,7 @@
|
|
768
768
|
"typeString": "int_const 0"
|
769
769
|
}
|
770
770
|
],
|
771
|
-
"id":
|
771
|
+
"id": 48750,
|
772
772
|
"isConstant": false,
|
773
773
|
"isLValue": false,
|
774
774
|
"isPure": true,
|
@@ -780,14 +780,14 @@
|
|
780
780
|
"typeString": "type(address)"
|
781
781
|
},
|
782
782
|
"typeName": {
|
783
|
-
"id":
|
783
|
+
"id": 48749,
|
784
784
|
"name": "address",
|
785
785
|
"nodeType": "ElementaryTypeName",
|
786
786
|
"src": "1142:7:90",
|
787
787
|
"typeDescriptions": {}
|
788
788
|
}
|
789
789
|
},
|
790
|
-
"id":
|
790
|
+
"id": 48752,
|
791
791
|
"isConstant": false,
|
792
792
|
"isLValue": false,
|
793
793
|
"isPure": true,
|
@@ -809,22 +809,22 @@
|
|
809
809
|
"typeString": "bool"
|
810
810
|
}
|
811
811
|
},
|
812
|
-
"id":
|
812
|
+
"id": 48759,
|
813
813
|
"nodeType": "IfStatement",
|
814
814
|
"src": "1128:45:90",
|
815
815
|
"trueBody": {
|
816
816
|
"expression": {
|
817
|
-
"id":
|
817
|
+
"id": 48757,
|
818
818
|
"isConstant": false,
|
819
819
|
"isLValue": false,
|
820
820
|
"isPure": false,
|
821
821
|
"lValueRequested": false,
|
822
822
|
"leftHandSide": {
|
823
|
-
"id":
|
823
|
+
"id": 48754,
|
824
824
|
"name": "sender",
|
825
825
|
"nodeType": "Identifier",
|
826
826
|
"overloadedDeclarations": [],
|
827
|
-
"referencedDeclaration":
|
827
|
+
"referencedDeclaration": 48745,
|
828
828
|
"src": "1154:6:90",
|
829
829
|
"typeDescriptions": {
|
830
830
|
"typeIdentifier": "t_address",
|
@@ -835,7 +835,7 @@
|
|
835
835
|
"operator": "=",
|
836
836
|
"rightHandSide": {
|
837
837
|
"expression": {
|
838
|
-
"id":
|
838
|
+
"id": 48755,
|
839
839
|
"name": "msg",
|
840
840
|
"nodeType": "Identifier",
|
841
841
|
"overloadedDeclarations": [],
|
@@ -846,7 +846,7 @@
|
|
846
846
|
"typeString": "msg"
|
847
847
|
}
|
848
848
|
},
|
849
|
-
"id":
|
849
|
+
"id": 48756,
|
850
850
|
"isConstant": false,
|
851
851
|
"isLValue": false,
|
852
852
|
"isPure": false,
|
@@ -866,7 +866,7 @@
|
|
866
866
|
"typeString": "address"
|
867
867
|
}
|
868
868
|
},
|
869
|
-
"id":
|
869
|
+
"id": 48758,
|
870
870
|
"nodeType": "ExpressionStatement",
|
871
871
|
"src": "1154:19:90"
|
872
872
|
}
|
@@ -874,7 +874,7 @@
|
|
874
874
|
]
|
875
875
|
},
|
876
876
|
"baseFunctions": [
|
877
|
-
|
877
|
+
70887
|
878
878
|
],
|
879
879
|
"functionSelector": "119df25f",
|
880
880
|
"implemented": true,
|
@@ -883,23 +883,23 @@
|
|
883
883
|
"name": "_msgSender",
|
884
884
|
"nameLocation": "808:10:90",
|
885
885
|
"parameters": {
|
886
|
-
"id":
|
886
|
+
"id": 48743,
|
887
887
|
"nodeType": "ParameterList",
|
888
888
|
"parameters": [],
|
889
889
|
"src": "818:2:90"
|
890
890
|
},
|
891
891
|
"returnParameters": {
|
892
|
-
"id":
|
892
|
+
"id": 48746,
|
893
893
|
"nodeType": "ParameterList",
|
894
894
|
"parameters": [
|
895
895
|
{
|
896
896
|
"constant": false,
|
897
|
-
"id":
|
897
|
+
"id": 48745,
|
898
898
|
"mutability": "mutable",
|
899
899
|
"name": "sender",
|
900
900
|
"nameLocation": "850:6:90",
|
901
901
|
"nodeType": "VariableDeclaration",
|
902
|
-
"scope":
|
902
|
+
"scope": 48761,
|
903
903
|
"src": "842:14:90",
|
904
904
|
"stateVariable": false,
|
905
905
|
"storageLocation": "default",
|
@@ -908,7 +908,7 @@
|
|
908
908
|
"typeString": "address"
|
909
909
|
},
|
910
910
|
"typeName": {
|
911
|
-
"id":
|
911
|
+
"id": 48744,
|
912
912
|
"name": "address",
|
913
913
|
"nodeType": "ElementaryTypeName",
|
914
914
|
"src": "842:7:90",
|
@@ -923,18 +923,18 @@
|
|
923
923
|
],
|
924
924
|
"src": "841:16:90"
|
925
925
|
},
|
926
|
-
"scope":
|
926
|
+
"scope": 48795,
|
927
927
|
"stateMutability": "view",
|
928
928
|
"virtual": false,
|
929
929
|
"visibility": "public"
|
930
930
|
},
|
931
931
|
{
|
932
|
-
"id":
|
932
|
+
"id": 48768,
|
933
933
|
"nodeType": "FunctionDefinition",
|
934
934
|
"src": "1248:212:90",
|
935
935
|
"nodes": [],
|
936
936
|
"body": {
|
937
|
-
"id":
|
937
|
+
"id": 48767,
|
938
938
|
"nodeType": "Block",
|
939
939
|
"src": "1305:155:90",
|
940
940
|
"nodes": [],
|
@@ -1009,21 +1009,21 @@
|
|
1009
1009
|
"evmVersion": "paris",
|
1010
1010
|
"externalReferences": [
|
1011
1011
|
{
|
1012
|
-
"declaration":
|
1012
|
+
"declaration": 48764,
|
1013
1013
|
"isOffset": false,
|
1014
1014
|
"isSlot": false,
|
1015
1015
|
"src": "1404:5:90",
|
1016
1016
|
"valueSize": 1
|
1017
1017
|
}
|
1018
1018
|
],
|
1019
|
-
"id":
|
1019
|
+
"id": 48766,
|
1020
1020
|
"nodeType": "InlineAssembly",
|
1021
1021
|
"src": "1311:145:90"
|
1022
1022
|
}
|
1023
1023
|
]
|
1024
1024
|
},
|
1025
1025
|
"baseFunctions": [
|
1026
|
-
|
1026
|
+
70892
|
1027
1027
|
],
|
1028
1028
|
"functionSelector": "45ec9354",
|
1029
1029
|
"implemented": true,
|
@@ -1032,23 +1032,23 @@
|
|
1032
1032
|
"name": "_msgValue",
|
1033
1033
|
"nameLocation": "1257:9:90",
|
1034
1034
|
"parameters": {
|
1035
|
-
"id":
|
1035
|
+
"id": 48762,
|
1036
1036
|
"nodeType": "ParameterList",
|
1037
1037
|
"parameters": [],
|
1038
1038
|
"src": "1266:2:90"
|
1039
1039
|
},
|
1040
1040
|
"returnParameters": {
|
1041
|
-
"id":
|
1041
|
+
"id": 48765,
|
1042
1042
|
"nodeType": "ParameterList",
|
1043
1043
|
"parameters": [
|
1044
1044
|
{
|
1045
1045
|
"constant": false,
|
1046
|
-
"id":
|
1046
|
+
"id": 48764,
|
1047
1047
|
"mutability": "mutable",
|
1048
1048
|
"name": "value",
|
1049
1049
|
"nameLocation": "1298:5:90",
|
1050
1050
|
"nodeType": "VariableDeclaration",
|
1051
|
-
"scope":
|
1051
|
+
"scope": 48768,
|
1052
1052
|
"src": "1290:13:90",
|
1053
1053
|
"stateVariable": false,
|
1054
1054
|
"storageLocation": "default",
|
@@ -1057,7 +1057,7 @@
|
|
1057
1057
|
"typeString": "uint256"
|
1058
1058
|
},
|
1059
1059
|
"typeName": {
|
1060
|
-
"id":
|
1060
|
+
"id": 48763,
|
1061
1061
|
"name": "uint256",
|
1062
1062
|
"nodeType": "ElementaryTypeName",
|
1063
1063
|
"src": "1290:7:90",
|
@@ -1071,18 +1071,18 @@
|
|
1071
1071
|
],
|
1072
1072
|
"src": "1289:15:90"
|
1073
1073
|
},
|
1074
|
-
"scope":
|
1074
|
+
"scope": 48795,
|
1075
1075
|
"stateMutability": "pure",
|
1076
1076
|
"virtual": false,
|
1077
1077
|
"visibility": "public"
|
1078
1078
|
},
|
1079
1079
|
{
|
1080
|
-
"id":
|
1080
|
+
"id": 48778,
|
1081
1081
|
"nodeType": "FunctionDefinition",
|
1082
1082
|
"src": "1464:95:90",
|
1083
1083
|
"nodes": [],
|
1084
1084
|
"body": {
|
1085
|
-
"id":
|
1085
|
+
"id": 48777,
|
1086
1086
|
"nodeType": "Block",
|
1087
1087
|
"src": "1512:47:90",
|
1088
1088
|
"nodes": [],
|
@@ -1093,18 +1093,18 @@
|
|
1093
1093
|
"expression": {
|
1094
1094
|
"argumentTypes": [],
|
1095
1095
|
"expression": {
|
1096
|
-
"id":
|
1096
|
+
"id": 48773,
|
1097
1097
|
"name": "StoreSwitch",
|
1098
1098
|
"nodeType": "Identifier",
|
1099
1099
|
"overloadedDeclarations": [],
|
1100
|
-
"referencedDeclaration":
|
1100
|
+
"referencedDeclaration": 41020,
|
1101
1101
|
"src": "1525:11:90",
|
1102
1102
|
"typeDescriptions": {
|
1103
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
1103
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$41020_$",
|
1104
1104
|
"typeString": "type(library StoreSwitch)"
|
1105
1105
|
}
|
1106
1106
|
},
|
1107
|
-
"id":
|
1107
|
+
"id": 48774,
|
1108
1108
|
"isConstant": false,
|
1109
1109
|
"isLValue": false,
|
1110
1110
|
"isPure": false,
|
@@ -1112,14 +1112,14 @@
|
|
1112
1112
|
"memberLocation": "1537:15:90",
|
1113
1113
|
"memberName": "getStoreAddress",
|
1114
1114
|
"nodeType": "MemberAccess",
|
1115
|
-
"referencedDeclaration":
|
1115
|
+
"referencedDeclaration": 39790,
|
1116
1116
|
"src": "1525:27:90",
|
1117
1117
|
"typeDescriptions": {
|
1118
1118
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
1119
1119
|
"typeString": "function () view returns (address)"
|
1120
1120
|
}
|
1121
1121
|
},
|
1122
|
-
"id":
|
1122
|
+
"id": 48775,
|
1123
1123
|
"isConstant": false,
|
1124
1124
|
"isLValue": false,
|
1125
1125
|
"isPure": false,
|
@@ -1135,15 +1135,15 @@
|
|
1135
1135
|
"typeString": "address"
|
1136
1136
|
}
|
1137
1137
|
},
|
1138
|
-
"functionReturnParameters":
|
1139
|
-
"id":
|
1138
|
+
"functionReturnParameters": 48772,
|
1139
|
+
"id": 48776,
|
1140
1140
|
"nodeType": "Return",
|
1141
1141
|
"src": "1518:36:90"
|
1142
1142
|
}
|
1143
1143
|
]
|
1144
1144
|
},
|
1145
1145
|
"baseFunctions": [
|
1146
|
-
|
1146
|
+
70897
|
1147
1147
|
],
|
1148
1148
|
"functionSelector": "e1af802c",
|
1149
1149
|
"implemented": true,
|
@@ -1152,23 +1152,23 @@
|
|
1152
1152
|
"name": "_world",
|
1153
1153
|
"nameLocation": "1473:6:90",
|
1154
1154
|
"parameters": {
|
1155
|
-
"id":
|
1155
|
+
"id": 48769,
|
1156
1156
|
"nodeType": "ParameterList",
|
1157
1157
|
"parameters": [],
|
1158
1158
|
"src": "1479:2:90"
|
1159
1159
|
},
|
1160
1160
|
"returnParameters": {
|
1161
|
-
"id":
|
1161
|
+
"id": 48772,
|
1162
1162
|
"nodeType": "ParameterList",
|
1163
1163
|
"parameters": [
|
1164
1164
|
{
|
1165
1165
|
"constant": false,
|
1166
|
-
"id":
|
1166
|
+
"id": 48771,
|
1167
1167
|
"mutability": "mutable",
|
1168
1168
|
"name": "",
|
1169
1169
|
"nameLocation": "-1:-1:-1",
|
1170
1170
|
"nodeType": "VariableDeclaration",
|
1171
|
-
"scope":
|
1171
|
+
"scope": 48778,
|
1172
1172
|
"src": "1503:7:90",
|
1173
1173
|
"stateVariable": false,
|
1174
1174
|
"storageLocation": "default",
|
@@ -1177,7 +1177,7 @@
|
|
1177
1177
|
"typeString": "address"
|
1178
1178
|
},
|
1179
1179
|
"typeName": {
|
1180
|
-
"id":
|
1180
|
+
"id": 48770,
|
1181
1181
|
"name": "address",
|
1182
1182
|
"nodeType": "ElementaryTypeName",
|
1183
1183
|
"src": "1503:7:90",
|
@@ -1192,18 +1192,18 @@
|
|
1192
1192
|
],
|
1193
1193
|
"src": "1502:9:90"
|
1194
1194
|
},
|
1195
|
-
"scope":
|
1195
|
+
"scope": 48795,
|
1196
1196
|
"stateMutability": "view",
|
1197
1197
|
"virtual": false,
|
1198
1198
|
"visibility": "public"
|
1199
1199
|
},
|
1200
1200
|
{
|
1201
|
-
"id":
|
1201
|
+
"id": 48794,
|
1202
1202
|
"nodeType": "FunctionDefinition",
|
1203
1203
|
"src": "1639:188:90",
|
1204
1204
|
"nodes": [],
|
1205
1205
|
"body": {
|
1206
|
-
"id":
|
1206
|
+
"id": 48793,
|
1207
1207
|
"nodeType": "Block",
|
1208
1208
|
"src": "1721:106:90",
|
1209
1209
|
"nodes": [],
|
@@ -1214,7 +1214,7 @@
|
|
1214
1214
|
"typeIdentifier": "t_bool",
|
1215
1215
|
"typeString": "bool"
|
1216
1216
|
},
|
1217
|
-
"id":
|
1217
|
+
"id": 48791,
|
1218
1218
|
"isConstant": false,
|
1219
1219
|
"isLValue": false,
|
1220
1220
|
"isPure": false,
|
@@ -1224,17 +1224,17 @@
|
|
1224
1224
|
"typeIdentifier": "t_bytes4",
|
1225
1225
|
"typeString": "bytes4"
|
1226
1226
|
},
|
1227
|
-
"id":
|
1227
|
+
"id": 48787,
|
1228
1228
|
"isConstant": false,
|
1229
1229
|
"isLValue": false,
|
1230
1230
|
"isPure": false,
|
1231
1231
|
"lValueRequested": false,
|
1232
1232
|
"leftExpression": {
|
1233
|
-
"id":
|
1233
|
+
"id": 48785,
|
1234
1234
|
"name": "interfaceId",
|
1235
1235
|
"nodeType": "Identifier",
|
1236
1236
|
"overloadedDeclarations": [],
|
1237
|
-
"referencedDeclaration":
|
1237
|
+
"referencedDeclaration": 48780,
|
1238
1238
|
"src": "1734:11:90",
|
1239
1239
|
"typeDescriptions": {
|
1240
1240
|
"typeIdentifier": "t_bytes4",
|
@@ -1244,11 +1244,11 @@
|
|
1244
1244
|
"nodeType": "BinaryOperation",
|
1245
1245
|
"operator": "==",
|
1246
1246
|
"rightExpression": {
|
1247
|
-
"id":
|
1247
|
+
"id": 48786,
|
1248
1248
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
1249
1249
|
"nodeType": "Identifier",
|
1250
1250
|
"overloadedDeclarations": [],
|
1251
|
-
"referencedDeclaration":
|
1251
|
+
"referencedDeclaration": 70880,
|
1252
1252
|
"src": "1749:35:90",
|
1253
1253
|
"typeDescriptions": {
|
1254
1254
|
"typeIdentifier": "t_bytes4",
|
@@ -1268,17 +1268,17 @@
|
|
1268
1268
|
"typeIdentifier": "t_bytes4",
|
1269
1269
|
"typeString": "bytes4"
|
1270
1270
|
},
|
1271
|
-
"id":
|
1271
|
+
"id": 48790,
|
1272
1272
|
"isConstant": false,
|
1273
1273
|
"isLValue": false,
|
1274
1274
|
"isPure": false,
|
1275
1275
|
"lValueRequested": false,
|
1276
1276
|
"leftExpression": {
|
1277
|
-
"id":
|
1277
|
+
"id": 48788,
|
1278
1278
|
"name": "interfaceId",
|
1279
1279
|
"nodeType": "Identifier",
|
1280
1280
|
"overloadedDeclarations": [],
|
1281
|
-
"referencedDeclaration":
|
1281
|
+
"referencedDeclaration": 48780,
|
1282
1282
|
"src": "1788:11:90",
|
1283
1283
|
"typeDescriptions": {
|
1284
1284
|
"typeIdentifier": "t_bytes4",
|
@@ -1288,11 +1288,11 @@
|
|
1288
1288
|
"nodeType": "BinaryOperation",
|
1289
1289
|
"operator": "==",
|
1290
1290
|
"rightExpression": {
|
1291
|
-
"id":
|
1291
|
+
"id": 48789,
|
1292
1292
|
"name": "ERC165_INTERFACE_ID",
|
1293
1293
|
"nodeType": "Identifier",
|
1294
1294
|
"overloadedDeclarations": [],
|
1295
|
-
"referencedDeclaration":
|
1295
|
+
"referencedDeclaration": 70851,
|
1296
1296
|
"src": "1803:19:90",
|
1297
1297
|
"typeDescriptions": {
|
1298
1298
|
"typeIdentifier": "t_bytes4",
|
@@ -1311,15 +1311,15 @@
|
|
1311
1311
|
"typeString": "bool"
|
1312
1312
|
}
|
1313
1313
|
},
|
1314
|
-
"functionReturnParameters":
|
1315
|
-
"id":
|
1314
|
+
"functionReturnParameters": 48784,
|
1315
|
+
"id": 48792,
|
1316
1316
|
"nodeType": "Return",
|
1317
1317
|
"src": "1727:95:90"
|
1318
1318
|
}
|
1319
1319
|
]
|
1320
1320
|
},
|
1321
1321
|
"baseFunctions": [
|
1322
|
-
|
1322
|
+
70859
|
1323
1323
|
],
|
1324
1324
|
"functionSelector": "01ffc9a7",
|
1325
1325
|
"implemented": true,
|
@@ -1328,17 +1328,17 @@
|
|
1328
1328
|
"name": "supportsInterface",
|
1329
1329
|
"nameLocation": "1648:17:90",
|
1330
1330
|
"parameters": {
|
1331
|
-
"id":
|
1331
|
+
"id": 48781,
|
1332
1332
|
"nodeType": "ParameterList",
|
1333
1333
|
"parameters": [
|
1334
1334
|
{
|
1335
1335
|
"constant": false,
|
1336
|
-
"id":
|
1336
|
+
"id": 48780,
|
1337
1337
|
"mutability": "mutable",
|
1338
1338
|
"name": "interfaceId",
|
1339
1339
|
"nameLocation": "1673:11:90",
|
1340
1340
|
"nodeType": "VariableDeclaration",
|
1341
|
-
"scope":
|
1341
|
+
"scope": 48794,
|
1342
1342
|
"src": "1666:18:90",
|
1343
1343
|
"stateVariable": false,
|
1344
1344
|
"storageLocation": "default",
|
@@ -1347,7 +1347,7 @@
|
|
1347
1347
|
"typeString": "bytes4"
|
1348
1348
|
},
|
1349
1349
|
"typeName": {
|
1350
|
-
"id":
|
1350
|
+
"id": 48779,
|
1351
1351
|
"name": "bytes4",
|
1352
1352
|
"nodeType": "ElementaryTypeName",
|
1353
1353
|
"src": "1666:6:90",
|
@@ -1362,17 +1362,17 @@
|
|
1362
1362
|
"src": "1665:20:90"
|
1363
1363
|
},
|
1364
1364
|
"returnParameters": {
|
1365
|
-
"id":
|
1365
|
+
"id": 48784,
|
1366
1366
|
"nodeType": "ParameterList",
|
1367
1367
|
"parameters": [
|
1368
1368
|
{
|
1369
1369
|
"constant": false,
|
1370
|
-
"id":
|
1370
|
+
"id": 48783,
|
1371
1371
|
"mutability": "mutable",
|
1372
1372
|
"name": "",
|
1373
1373
|
"nameLocation": "-1:-1:-1",
|
1374
1374
|
"nodeType": "VariableDeclaration",
|
1375
|
-
"scope":
|
1375
|
+
"scope": 48794,
|
1376
1376
|
"src": "1715:4:90",
|
1377
1377
|
"stateVariable": false,
|
1378
1378
|
"storageLocation": "default",
|
@@ -1381,7 +1381,7 @@
|
|
1381
1381
|
"typeString": "bool"
|
1382
1382
|
},
|
1383
1383
|
"typeName": {
|
1384
|
-
"id":
|
1384
|
+
"id": 48782,
|
1385
1385
|
"name": "bool",
|
1386
1386
|
"nodeType": "ElementaryTypeName",
|
1387
1387
|
"src": "1715:4:90",
|
@@ -1395,7 +1395,7 @@
|
|
1395
1395
|
],
|
1396
1396
|
"src": "1714:6:90"
|
1397
1397
|
},
|
1398
|
-
"scope":
|
1398
|
+
"scope": 48795,
|
1399
1399
|
"stateMutability": "pure",
|
1400
1400
|
"virtual": true,
|
1401
1401
|
"visibility": "public"
|
@@ -1405,16 +1405,16 @@
|
|
1405
1405
|
"baseContracts": [
|
1406
1406
|
{
|
1407
1407
|
"baseName": {
|
1408
|
-
"id":
|
1408
|
+
"id": 48741,
|
1409
1409
|
"name": "IWorldContextConsumer",
|
1410
1410
|
"nameLocations": [
|
1411
1411
|
"706:21:90"
|
1412
1412
|
],
|
1413
1413
|
"nodeType": "IdentifierPath",
|
1414
|
-
"referencedDeclaration":
|
1414
|
+
"referencedDeclaration": 70898,
|
1415
1415
|
"src": "706:21:90"
|
1416
1416
|
},
|
1417
|
-
"id":
|
1417
|
+
"id": 48742,
|
1418
1418
|
"nodeType": "InheritanceSpecifier",
|
1419
1419
|
"src": "706:21:90"
|
1420
1420
|
}
|
@@ -1424,28 +1424,28 @@
|
|
1424
1424
|
"contractKind": "contract",
|
1425
1425
|
"fullyImplemented": true,
|
1426
1426
|
"linearizedBaseContracts": [
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1427
|
+
48795,
|
1428
|
+
70898,
|
1429
|
+
70860
|
1430
1430
|
],
|
1431
1431
|
"name": "WorldContextConsumer",
|
1432
1432
|
"nameLocation": "682:20:90",
|
1433
|
-
"scope":
|
1433
|
+
"scope": 48945,
|
1434
1434
|
"usedErrors": [],
|
1435
1435
|
"usedEvents": []
|
1436
1436
|
},
|
1437
1437
|
{
|
1438
|
-
"id":
|
1438
|
+
"id": 48944,
|
1439
1439
|
"nodeType": "ContractDefinition",
|
1440
1440
|
"src": "1968:1704:90",
|
1441
1441
|
"nodes": [
|
1442
1442
|
{
|
1443
|
-
"id":
|
1443
|
+
"id": 48815,
|
1444
1444
|
"nodeType": "FunctionDefinition",
|
1445
1445
|
"src": "2001:201:90",
|
1446
1446
|
"nodes": [],
|
1447
1447
|
"body": {
|
1448
|
-
"id":
|
1448
|
+
"id": 48814,
|
1449
1449
|
"nodeType": "Block",
|
1450
1450
|
"src": "2137:65:90",
|
1451
1451
|
"nodes": [],
|
@@ -1454,11 +1454,11 @@
|
|
1454
1454
|
"expression": {
|
1455
1455
|
"arguments": [
|
1456
1456
|
{
|
1457
|
-
"id":
|
1457
|
+
"id": 48809,
|
1458
1458
|
"name": "callData",
|
1459
1459
|
"nodeType": "Identifier",
|
1460
1460
|
"overloadedDeclarations": [],
|
1461
|
-
"referencedDeclaration":
|
1461
|
+
"referencedDeclaration": 48798,
|
1462
1462
|
"src": "2167:8:90",
|
1463
1463
|
"typeDescriptions": {
|
1464
1464
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1466,11 +1466,11 @@
|
|
1466
1466
|
}
|
1467
1467
|
},
|
1468
1468
|
{
|
1469
|
-
"id":
|
1469
|
+
"id": 48810,
|
1470
1470
|
"name": "msgSender",
|
1471
1471
|
"nodeType": "Identifier",
|
1472
1472
|
"overloadedDeclarations": [],
|
1473
|
-
"referencedDeclaration":
|
1473
|
+
"referencedDeclaration": 48800,
|
1474
1474
|
"src": "2177:9:90",
|
1475
1475
|
"typeDescriptions": {
|
1476
1476
|
"typeIdentifier": "t_address",
|
@@ -1478,11 +1478,11 @@
|
|
1478
1478
|
}
|
1479
1479
|
},
|
1480
1480
|
{
|
1481
|
-
"id":
|
1481
|
+
"id": 48811,
|
1482
1482
|
"name": "msgValue",
|
1483
1483
|
"nodeType": "Identifier",
|
1484
1484
|
"overloadedDeclarations": [],
|
1485
|
-
"referencedDeclaration":
|
1485
|
+
"referencedDeclaration": 48802,
|
1486
1486
|
"src": "2188:8:90",
|
1487
1487
|
"typeDescriptions": {
|
1488
1488
|
"typeIdentifier": "t_uint256",
|
@@ -1506,7 +1506,7 @@
|
|
1506
1506
|
}
|
1507
1507
|
],
|
1508
1508
|
"expression": {
|
1509
|
-
"id":
|
1509
|
+
"id": 48807,
|
1510
1510
|
"name": "abi",
|
1511
1511
|
"nodeType": "Identifier",
|
1512
1512
|
"overloadedDeclarations": [],
|
@@ -1517,7 +1517,7 @@
|
|
1517
1517
|
"typeString": "abi"
|
1518
1518
|
}
|
1519
1519
|
},
|
1520
|
-
"id":
|
1520
|
+
"id": 48808,
|
1521
1521
|
"isConstant": false,
|
1522
1522
|
"isLValue": false,
|
1523
1523
|
"isPure": true,
|
@@ -1531,7 +1531,7 @@
|
|
1531
1531
|
"typeString": "function () pure returns (bytes memory)"
|
1532
1532
|
}
|
1533
1533
|
},
|
1534
|
-
"id":
|
1534
|
+
"id": 48812,
|
1535
1535
|
"isConstant": false,
|
1536
1536
|
"isLValue": false,
|
1537
1537
|
"isPure": false,
|
@@ -1547,8 +1547,8 @@
|
|
1547
1547
|
"typeString": "bytes memory"
|
1548
1548
|
}
|
1549
1549
|
},
|
1550
|
-
"functionReturnParameters":
|
1551
|
-
"id":
|
1550
|
+
"functionReturnParameters": 48806,
|
1551
|
+
"id": 48813,
|
1552
1552
|
"nodeType": "Return",
|
1553
1553
|
"src": "2143:54:90"
|
1554
1554
|
}
|
@@ -1560,17 +1560,17 @@
|
|
1560
1560
|
"name": "appendContext",
|
1561
1561
|
"nameLocation": "2010:13:90",
|
1562
1562
|
"parameters": {
|
1563
|
-
"id":
|
1563
|
+
"id": 48803,
|
1564
1564
|
"nodeType": "ParameterList",
|
1565
1565
|
"parameters": [
|
1566
1566
|
{
|
1567
1567
|
"constant": false,
|
1568
|
-
"id":
|
1568
|
+
"id": 48798,
|
1569
1569
|
"mutability": "mutable",
|
1570
1570
|
"name": "callData",
|
1571
1571
|
"nameLocation": "2042:8:90",
|
1572
1572
|
"nodeType": "VariableDeclaration",
|
1573
|
-
"scope":
|
1573
|
+
"scope": 48815,
|
1574
1574
|
"src": "2029:21:90",
|
1575
1575
|
"stateVariable": false,
|
1576
1576
|
"storageLocation": "memory",
|
@@ -1579,7 +1579,7 @@
|
|
1579
1579
|
"typeString": "bytes"
|
1580
1580
|
},
|
1581
1581
|
"typeName": {
|
1582
|
-
"id":
|
1582
|
+
"id": 48797,
|
1583
1583
|
"name": "bytes",
|
1584
1584
|
"nodeType": "ElementaryTypeName",
|
1585
1585
|
"src": "2029:5:90",
|
@@ -1592,12 +1592,12 @@
|
|
1592
1592
|
},
|
1593
1593
|
{
|
1594
1594
|
"constant": false,
|
1595
|
-
"id":
|
1595
|
+
"id": 48800,
|
1596
1596
|
"mutability": "mutable",
|
1597
1597
|
"name": "msgSender",
|
1598
1598
|
"nameLocation": "2064:9:90",
|
1599
1599
|
"nodeType": "VariableDeclaration",
|
1600
|
-
"scope":
|
1600
|
+
"scope": 48815,
|
1601
1601
|
"src": "2056:17:90",
|
1602
1602
|
"stateVariable": false,
|
1603
1603
|
"storageLocation": "default",
|
@@ -1606,7 +1606,7 @@
|
|
1606
1606
|
"typeString": "address"
|
1607
1607
|
},
|
1608
1608
|
"typeName": {
|
1609
|
-
"id":
|
1609
|
+
"id": 48799,
|
1610
1610
|
"name": "address",
|
1611
1611
|
"nodeType": "ElementaryTypeName",
|
1612
1612
|
"src": "2056:7:90",
|
@@ -1620,12 +1620,12 @@
|
|
1620
1620
|
},
|
1621
1621
|
{
|
1622
1622
|
"constant": false,
|
1623
|
-
"id":
|
1623
|
+
"id": 48802,
|
1624
1624
|
"mutability": "mutable",
|
1625
1625
|
"name": "msgValue",
|
1626
1626
|
"nameLocation": "2087:8:90",
|
1627
1627
|
"nodeType": "VariableDeclaration",
|
1628
|
-
"scope":
|
1628
|
+
"scope": 48815,
|
1629
1629
|
"src": "2079:16:90",
|
1630
1630
|
"stateVariable": false,
|
1631
1631
|
"storageLocation": "default",
|
@@ -1634,7 +1634,7 @@
|
|
1634
1634
|
"typeString": "uint256"
|
1635
1635
|
},
|
1636
1636
|
"typeName": {
|
1637
|
-
"id":
|
1637
|
+
"id": 48801,
|
1638
1638
|
"name": "uint256",
|
1639
1639
|
"nodeType": "ElementaryTypeName",
|
1640
1640
|
"src": "2079:7:90",
|
@@ -1649,17 +1649,17 @@
|
|
1649
1649
|
"src": "2023:76:90"
|
1650
1650
|
},
|
1651
1651
|
"returnParameters": {
|
1652
|
-
"id":
|
1652
|
+
"id": 48806,
|
1653
1653
|
"nodeType": "ParameterList",
|
1654
1654
|
"parameters": [
|
1655
1655
|
{
|
1656
1656
|
"constant": false,
|
1657
|
-
"id":
|
1657
|
+
"id": 48805,
|
1658
1658
|
"mutability": "mutable",
|
1659
1659
|
"name": "",
|
1660
1660
|
"nameLocation": "-1:-1:-1",
|
1661
1661
|
"nodeType": "VariableDeclaration",
|
1662
|
-
"scope":
|
1662
|
+
"scope": 48815,
|
1663
1663
|
"src": "2123:12:90",
|
1664
1664
|
"stateVariable": false,
|
1665
1665
|
"storageLocation": "memory",
|
@@ -1668,7 +1668,7 @@
|
|
1668
1668
|
"typeString": "bytes"
|
1669
1669
|
},
|
1670
1670
|
"typeName": {
|
1671
|
-
"id":
|
1671
|
+
"id": 48804,
|
1672
1672
|
"name": "bytes",
|
1673
1673
|
"nodeType": "ElementaryTypeName",
|
1674
1674
|
"src": "2123:5:90",
|
@@ -1682,25 +1682,25 @@
|
|
1682
1682
|
],
|
1683
1683
|
"src": "2122:14:90"
|
1684
1684
|
},
|
1685
|
-
"scope":
|
1685
|
+
"scope": 48944,
|
1686
1686
|
"stateMutability": "pure",
|
1687
1687
|
"virtual": false,
|
1688
1688
|
"visibility": "internal"
|
1689
1689
|
},
|
1690
1690
|
{
|
1691
|
-
"id":
|
1691
|
+
"id": 48846,
|
1692
1692
|
"nodeType": "FunctionDefinition",
|
1693
1693
|
"src": "2206:317:90",
|
1694
1694
|
"nodes": [],
|
1695
1695
|
"body": {
|
1696
|
-
"id":
|
1696
|
+
"id": 48845,
|
1697
1697
|
"nodeType": "Block",
|
1698
1698
|
"src": "2378:145:90",
|
1699
1699
|
"nodes": [],
|
1700
1700
|
"statements": [
|
1701
1701
|
{
|
1702
1702
|
"expression": {
|
1703
|
-
"id":
|
1703
|
+
"id": 48843,
|
1704
1704
|
"isConstant": false,
|
1705
1705
|
"isLValue": false,
|
1706
1706
|
"isPure": false,
|
@@ -1708,11 +1708,11 @@
|
|
1708
1708
|
"leftHandSide": {
|
1709
1709
|
"components": [
|
1710
1710
|
{
|
1711
|
-
"id":
|
1711
|
+
"id": 48830,
|
1712
1712
|
"name": "success",
|
1713
1713
|
"nodeType": "Identifier",
|
1714
1714
|
"overloadedDeclarations": [],
|
1715
|
-
"referencedDeclaration":
|
1715
|
+
"referencedDeclaration": 48826,
|
1716
1716
|
"src": "2385:7:90",
|
1717
1717
|
"typeDescriptions": {
|
1718
1718
|
"typeIdentifier": "t_bool",
|
@@ -1720,11 +1720,11 @@
|
|
1720
1720
|
}
|
1721
1721
|
},
|
1722
1722
|
{
|
1723
|
-
"id":
|
1723
|
+
"id": 48831,
|
1724
1724
|
"name": "data",
|
1725
1725
|
"nodeType": "Identifier",
|
1726
1726
|
"overloadedDeclarations": [],
|
1727
|
-
"referencedDeclaration":
|
1727
|
+
"referencedDeclaration": 48828,
|
1728
1728
|
"src": "2394:4:90",
|
1729
1729
|
"typeDescriptions": {
|
1730
1730
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1732,7 +1732,7 @@
|
|
1732
1732
|
}
|
1733
1733
|
}
|
1734
1734
|
],
|
1735
|
-
"id":
|
1735
|
+
"id": 48832,
|
1736
1736
|
"isConstant": false,
|
1737
1737
|
"isInlineArray": false,
|
1738
1738
|
"isLValue": true,
|
@@ -1752,11 +1752,11 @@
|
|
1752
1752
|
{
|
1753
1753
|
"arguments": [
|
1754
1754
|
{
|
1755
|
-
"id":
|
1755
|
+
"id": 48838,
|
1756
1756
|
"name": "callData",
|
1757
1757
|
"nodeType": "Identifier",
|
1758
1758
|
"overloadedDeclarations": [],
|
1759
|
-
"referencedDeclaration":
|
1759
|
+
"referencedDeclaration": 48823,
|
1760
1760
|
"src": "2459:8:90",
|
1761
1761
|
"typeDescriptions": {
|
1762
1762
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1764,11 +1764,11 @@
|
|
1764
1764
|
}
|
1765
1765
|
},
|
1766
1766
|
{
|
1767
|
-
"id":
|
1767
|
+
"id": 48839,
|
1768
1768
|
"name": "msgSender",
|
1769
1769
|
"nodeType": "Identifier",
|
1770
1770
|
"overloadedDeclarations": [],
|
1771
|
-
"referencedDeclaration":
|
1771
|
+
"referencedDeclaration": 48817,
|
1772
1772
|
"src": "2480:9:90",
|
1773
1773
|
"typeDescriptions": {
|
1774
1774
|
"typeIdentifier": "t_address",
|
@@ -1776,11 +1776,11 @@
|
|
1776
1776
|
}
|
1777
1777
|
},
|
1778
1778
|
{
|
1779
|
-
"id":
|
1779
|
+
"id": 48840,
|
1780
1780
|
"name": "msgValue",
|
1781
1781
|
"nodeType": "Identifier",
|
1782
1782
|
"overloadedDeclarations": [],
|
1783
|
-
"referencedDeclaration":
|
1783
|
+
"referencedDeclaration": 48819,
|
1784
1784
|
"src": "2501:8:90",
|
1785
1785
|
"typeDescriptions": {
|
1786
1786
|
"typeIdentifier": "t_uint256",
|
@@ -1803,18 +1803,18 @@
|
|
1803
1803
|
"typeString": "uint256"
|
1804
1804
|
}
|
1805
1805
|
],
|
1806
|
-
"id":
|
1806
|
+
"id": 48837,
|
1807
1807
|
"name": "appendContext",
|
1808
1808
|
"nodeType": "Identifier",
|
1809
1809
|
"overloadedDeclarations": [],
|
1810
|
-
"referencedDeclaration":
|
1810
|
+
"referencedDeclaration": 48815,
|
1811
1811
|
"src": "2433:13:90",
|
1812
1812
|
"typeDescriptions": {
|
1813
1813
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_address_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
1814
1814
|
"typeString": "function (bytes memory,address,uint256) pure returns (bytes memory)"
|
1815
1815
|
}
|
1816
1816
|
},
|
1817
|
-
"id":
|
1817
|
+
"id": 48841,
|
1818
1818
|
"isConstant": false,
|
1819
1819
|
"isLValue": false,
|
1820
1820
|
"isPure": false,
|
@@ -1854,18 +1854,18 @@
|
|
1854
1854
|
}
|
1855
1855
|
],
|
1856
1856
|
"expression": {
|
1857
|
-
"id":
|
1857
|
+
"id": 48833,
|
1858
1858
|
"name": "target",
|
1859
1859
|
"nodeType": "Identifier",
|
1860
1860
|
"overloadedDeclarations": [],
|
1861
|
-
"referencedDeclaration":
|
1861
|
+
"referencedDeclaration": 48821,
|
1862
1862
|
"src": "2402:6:90",
|
1863
1863
|
"typeDescriptions": {
|
1864
1864
|
"typeIdentifier": "t_address",
|
1865
1865
|
"typeString": "address"
|
1866
1866
|
}
|
1867
1867
|
},
|
1868
|
-
"id":
|
1868
|
+
"id": 48834,
|
1869
1869
|
"isConstant": false,
|
1870
1870
|
"isLValue": false,
|
1871
1871
|
"isPure": false,
|
@@ -1879,7 +1879,7 @@
|
|
1879
1879
|
"typeString": "function (bytes memory) payable returns (bool,bytes memory)"
|
1880
1880
|
}
|
1881
1881
|
},
|
1882
|
-
"id":
|
1882
|
+
"id": 48836,
|
1883
1883
|
"isConstant": false,
|
1884
1884
|
"isLValue": false,
|
1885
1885
|
"isPure": false,
|
@@ -1891,7 +1891,7 @@
|
|
1891
1891
|
"options": [
|
1892
1892
|
{
|
1893
1893
|
"hexValue": "30",
|
1894
|
-
"id":
|
1894
|
+
"id": 48835,
|
1895
1895
|
"isConstant": false,
|
1896
1896
|
"isLValue": false,
|
1897
1897
|
"isPure": true,
|
@@ -1912,7 +1912,7 @@
|
|
1912
1912
|
"typeString": "function (bytes memory) payable returns (bool,bytes memory)"
|
1913
1913
|
}
|
1914
1914
|
},
|
1915
|
-
"id":
|
1915
|
+
"id": 48842,
|
1916
1916
|
"isConstant": false,
|
1917
1917
|
"isLValue": false,
|
1918
1918
|
"isPure": false,
|
@@ -1934,7 +1934,7 @@
|
|
1934
1934
|
"typeString": "tuple()"
|
1935
1935
|
}
|
1936
1936
|
},
|
1937
|
-
"id":
|
1937
|
+
"id": 48844,
|
1938
1938
|
"nodeType": "ExpressionStatement",
|
1939
1939
|
"src": "2384:134:90"
|
1940
1940
|
}
|
@@ -1946,17 +1946,17 @@
|
|
1946
1946
|
"name": "callWithContext",
|
1947
1947
|
"nameLocation": "2215:15:90",
|
1948
1948
|
"parameters": {
|
1949
|
-
"id":
|
1949
|
+
"id": 48824,
|
1950
1950
|
"nodeType": "ParameterList",
|
1951
1951
|
"parameters": [
|
1952
1952
|
{
|
1953
1953
|
"constant": false,
|
1954
|
-
"id":
|
1954
|
+
"id": 48817,
|
1955
1955
|
"mutability": "mutable",
|
1956
1956
|
"name": "msgSender",
|
1957
1957
|
"nameLocation": "2244:9:90",
|
1958
1958
|
"nodeType": "VariableDeclaration",
|
1959
|
-
"scope":
|
1959
|
+
"scope": 48846,
|
1960
1960
|
"src": "2236:17:90",
|
1961
1961
|
"stateVariable": false,
|
1962
1962
|
"storageLocation": "default",
|
@@ -1965,7 +1965,7 @@
|
|
1965
1965
|
"typeString": "address"
|
1966
1966
|
},
|
1967
1967
|
"typeName": {
|
1968
|
-
"id":
|
1968
|
+
"id": 48816,
|
1969
1969
|
"name": "address",
|
1970
1970
|
"nodeType": "ElementaryTypeName",
|
1971
1971
|
"src": "2236:7:90",
|
@@ -1979,12 +1979,12 @@
|
|
1979
1979
|
},
|
1980
1980
|
{
|
1981
1981
|
"constant": false,
|
1982
|
-
"id":
|
1982
|
+
"id": 48819,
|
1983
1983
|
"mutability": "mutable",
|
1984
1984
|
"name": "msgValue",
|
1985
1985
|
"nameLocation": "2267:8:90",
|
1986
1986
|
"nodeType": "VariableDeclaration",
|
1987
|
-
"scope":
|
1987
|
+
"scope": 48846,
|
1988
1988
|
"src": "2259:16:90",
|
1989
1989
|
"stateVariable": false,
|
1990
1990
|
"storageLocation": "default",
|
@@ -1993,7 +1993,7 @@
|
|
1993
1993
|
"typeString": "uint256"
|
1994
1994
|
},
|
1995
1995
|
"typeName": {
|
1996
|
-
"id":
|
1996
|
+
"id": 48818,
|
1997
1997
|
"name": "uint256",
|
1998
1998
|
"nodeType": "ElementaryTypeName",
|
1999
1999
|
"src": "2259:7:90",
|
@@ -2006,12 +2006,12 @@
|
|
2006
2006
|
},
|
2007
2007
|
{
|
2008
2008
|
"constant": false,
|
2009
|
-
"id":
|
2009
|
+
"id": 48821,
|
2010
2010
|
"mutability": "mutable",
|
2011
2011
|
"name": "target",
|
2012
2012
|
"nameLocation": "2289:6:90",
|
2013
2013
|
"nodeType": "VariableDeclaration",
|
2014
|
-
"scope":
|
2014
|
+
"scope": 48846,
|
2015
2015
|
"src": "2281:14:90",
|
2016
2016
|
"stateVariable": false,
|
2017
2017
|
"storageLocation": "default",
|
@@ -2020,7 +2020,7 @@
|
|
2020
2020
|
"typeString": "address"
|
2021
2021
|
},
|
2022
2022
|
"typeName": {
|
2023
|
-
"id":
|
2023
|
+
"id": 48820,
|
2024
2024
|
"name": "address",
|
2025
2025
|
"nodeType": "ElementaryTypeName",
|
2026
2026
|
"src": "2281:7:90",
|
@@ -2034,12 +2034,12 @@
|
|
2034
2034
|
},
|
2035
2035
|
{
|
2036
2036
|
"constant": false,
|
2037
|
-
"id":
|
2037
|
+
"id": 48823,
|
2038
2038
|
"mutability": "mutable",
|
2039
2039
|
"name": "callData",
|
2040
2040
|
"nameLocation": "2314:8:90",
|
2041
2041
|
"nodeType": "VariableDeclaration",
|
2042
|
-
"scope":
|
2042
|
+
"scope": 48846,
|
2043
2043
|
"src": "2301:21:90",
|
2044
2044
|
"stateVariable": false,
|
2045
2045
|
"storageLocation": "memory",
|
@@ -2048,7 +2048,7 @@
|
|
2048
2048
|
"typeString": "bytes"
|
2049
2049
|
},
|
2050
2050
|
"typeName": {
|
2051
|
-
"id":
|
2051
|
+
"id": 48822,
|
2052
2052
|
"name": "bytes",
|
2053
2053
|
"nodeType": "ElementaryTypeName",
|
2054
2054
|
"src": "2301:5:90",
|
@@ -2063,17 +2063,17 @@
|
|
2063
2063
|
"src": "2230:96:90"
|
2064
2064
|
},
|
2065
2065
|
"returnParameters": {
|
2066
|
-
"id":
|
2066
|
+
"id": 48829,
|
2067
2067
|
"nodeType": "ParameterList",
|
2068
2068
|
"parameters": [
|
2069
2069
|
{
|
2070
2070
|
"constant": false,
|
2071
|
-
"id":
|
2071
|
+
"id": 48826,
|
2072
2072
|
"mutability": "mutable",
|
2073
2073
|
"name": "success",
|
2074
2074
|
"nameLocation": "2350:7:90",
|
2075
2075
|
"nodeType": "VariableDeclaration",
|
2076
|
-
"scope":
|
2076
|
+
"scope": 48846,
|
2077
2077
|
"src": "2345:12:90",
|
2078
2078
|
"stateVariable": false,
|
2079
2079
|
"storageLocation": "default",
|
@@ -2082,7 +2082,7 @@
|
|
2082
2082
|
"typeString": "bool"
|
2083
2083
|
},
|
2084
2084
|
"typeName": {
|
2085
|
-
"id":
|
2085
|
+
"id": 48825,
|
2086
2086
|
"name": "bool",
|
2087
2087
|
"nodeType": "ElementaryTypeName",
|
2088
2088
|
"src": "2345:4:90",
|
@@ -2095,12 +2095,12 @@
|
|
2095
2095
|
},
|
2096
2096
|
{
|
2097
2097
|
"constant": false,
|
2098
|
-
"id":
|
2098
|
+
"id": 48828,
|
2099
2099
|
"mutability": "mutable",
|
2100
2100
|
"name": "data",
|
2101
2101
|
"nameLocation": "2372:4:90",
|
2102
2102
|
"nodeType": "VariableDeclaration",
|
2103
|
-
"scope":
|
2103
|
+
"scope": 48846,
|
2104
2104
|
"src": "2359:17:90",
|
2105
2105
|
"stateVariable": false,
|
2106
2106
|
"storageLocation": "memory",
|
@@ -2109,7 +2109,7 @@
|
|
2109
2109
|
"typeString": "bytes"
|
2110
2110
|
},
|
2111
2111
|
"typeName": {
|
2112
|
-
"id":
|
2112
|
+
"id": 48827,
|
2113
2113
|
"name": "bytes",
|
2114
2114
|
"nodeType": "ElementaryTypeName",
|
2115
2115
|
"src": "2359:5:90",
|
@@ -2123,25 +2123,25 @@
|
|
2123
2123
|
],
|
2124
2124
|
"src": "2344:33:90"
|
2125
2125
|
},
|
2126
|
-
"scope":
|
2126
|
+
"scope": 48944,
|
2127
2127
|
"stateMutability": "nonpayable",
|
2128
2128
|
"virtual": false,
|
2129
2129
|
"visibility": "internal"
|
2130
2130
|
},
|
2131
2131
|
{
|
2132
|
-
"id":
|
2132
|
+
"id": 48875,
|
2133
2133
|
"nodeType": "FunctionDefinition",
|
2134
2134
|
"src": "2527:321:90",
|
2135
2135
|
"nodes": [],
|
2136
2136
|
"body": {
|
2137
|
-
"id":
|
2137
|
+
"id": 48874,
|
2138
2138
|
"nodeType": "Block",
|
2139
2139
|
"src": "2707:141:90",
|
2140
2140
|
"nodes": [],
|
2141
2141
|
"statements": [
|
2142
2142
|
{
|
2143
2143
|
"expression": {
|
2144
|
-
"id":
|
2144
|
+
"id": 48872,
|
2145
2145
|
"isConstant": false,
|
2146
2146
|
"isLValue": false,
|
2147
2147
|
"isPure": false,
|
@@ -2149,11 +2149,11 @@
|
|
2149
2149
|
"leftHandSide": {
|
2150
2150
|
"components": [
|
2151
2151
|
{
|
2152
|
-
"id":
|
2152
|
+
"id": 48861,
|
2153
2153
|
"name": "success",
|
2154
2154
|
"nodeType": "Identifier",
|
2155
2155
|
"overloadedDeclarations": [],
|
2156
|
-
"referencedDeclaration":
|
2156
|
+
"referencedDeclaration": 48857,
|
2157
2157
|
"src": "2714:7:90",
|
2158
2158
|
"typeDescriptions": {
|
2159
2159
|
"typeIdentifier": "t_bool",
|
@@ -2161,11 +2161,11 @@
|
|
2161
2161
|
}
|
2162
2162
|
},
|
2163
2163
|
{
|
2164
|
-
"id":
|
2164
|
+
"id": 48862,
|
2165
2165
|
"name": "data",
|
2166
2166
|
"nodeType": "Identifier",
|
2167
2167
|
"overloadedDeclarations": [],
|
2168
|
-
"referencedDeclaration":
|
2168
|
+
"referencedDeclaration": 48859,
|
2169
2169
|
"src": "2723:4:90",
|
2170
2170
|
"typeDescriptions": {
|
2171
2171
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2173,7 +2173,7 @@
|
|
2173
2173
|
}
|
2174
2174
|
}
|
2175
2175
|
],
|
2176
|
-
"id":
|
2176
|
+
"id": 48863,
|
2177
2177
|
"isConstant": false,
|
2178
2178
|
"isInlineArray": false,
|
2179
2179
|
"isLValue": true,
|
@@ -2193,11 +2193,11 @@
|
|
2193
2193
|
{
|
2194
2194
|
"arguments": [
|
2195
2195
|
{
|
2196
|
-
"id":
|
2196
|
+
"id": 48867,
|
2197
2197
|
"name": "callData",
|
2198
2198
|
"nodeType": "Identifier",
|
2199
2199
|
"overloadedDeclarations": [],
|
2200
|
-
"referencedDeclaration":
|
2200
|
+
"referencedDeclaration": 48854,
|
2201
2201
|
"src": "2784:8:90",
|
2202
2202
|
"typeDescriptions": {
|
2203
2203
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2205,11 +2205,11 @@
|
|
2205
2205
|
}
|
2206
2206
|
},
|
2207
2207
|
{
|
2208
|
-
"id":
|
2208
|
+
"id": 48868,
|
2209
2209
|
"name": "msgSender",
|
2210
2210
|
"nodeType": "Identifier",
|
2211
2211
|
"overloadedDeclarations": [],
|
2212
|
-
"referencedDeclaration":
|
2212
|
+
"referencedDeclaration": 48848,
|
2213
2213
|
"src": "2805:9:90",
|
2214
2214
|
"typeDescriptions": {
|
2215
2215
|
"typeIdentifier": "t_address",
|
@@ -2217,11 +2217,11 @@
|
|
2217
2217
|
}
|
2218
2218
|
},
|
2219
2219
|
{
|
2220
|
-
"id":
|
2220
|
+
"id": 48869,
|
2221
2221
|
"name": "msgValue",
|
2222
2222
|
"nodeType": "Identifier",
|
2223
2223
|
"overloadedDeclarations": [],
|
2224
|
-
"referencedDeclaration":
|
2224
|
+
"referencedDeclaration": 48850,
|
2225
2225
|
"src": "2826:8:90",
|
2226
2226
|
"typeDescriptions": {
|
2227
2227
|
"typeIdentifier": "t_uint256",
|
@@ -2244,18 +2244,18 @@
|
|
2244
2244
|
"typeString": "uint256"
|
2245
2245
|
}
|
2246
2246
|
],
|
2247
|
-
"id":
|
2247
|
+
"id": 48866,
|
2248
2248
|
"name": "appendContext",
|
2249
2249
|
"nodeType": "Identifier",
|
2250
2250
|
"overloadedDeclarations": [],
|
2251
|
-
"referencedDeclaration":
|
2251
|
+
"referencedDeclaration": 48815,
|
2252
2252
|
"src": "2758:13:90",
|
2253
2253
|
"typeDescriptions": {
|
2254
2254
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_address_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
2255
2255
|
"typeString": "function (bytes memory,address,uint256) pure returns (bytes memory)"
|
2256
2256
|
}
|
2257
2257
|
},
|
2258
|
-
"id":
|
2258
|
+
"id": 48870,
|
2259
2259
|
"isConstant": false,
|
2260
2260
|
"isLValue": false,
|
2261
2261
|
"isPure": false,
|
@@ -2288,18 +2288,18 @@
|
|
2288
2288
|
}
|
2289
2289
|
],
|
2290
2290
|
"expression": {
|
2291
|
-
"id":
|
2291
|
+
"id": 48864,
|
2292
2292
|
"name": "target",
|
2293
2293
|
"nodeType": "Identifier",
|
2294
2294
|
"overloadedDeclarations": [],
|
2295
|
-
"referencedDeclaration":
|
2295
|
+
"referencedDeclaration": 48852,
|
2296
2296
|
"src": "2731:6:90",
|
2297
2297
|
"typeDescriptions": {
|
2298
2298
|
"typeIdentifier": "t_address",
|
2299
2299
|
"typeString": "address"
|
2300
2300
|
}
|
2301
2301
|
},
|
2302
|
-
"id":
|
2302
|
+
"id": 48865,
|
2303
2303
|
"isConstant": false,
|
2304
2304
|
"isLValue": false,
|
2305
2305
|
"isPure": false,
|
@@ -2313,7 +2313,7 @@
|
|
2313
2313
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2314
2314
|
}
|
2315
2315
|
},
|
2316
|
-
"id":
|
2316
|
+
"id": 48871,
|
2317
2317
|
"isConstant": false,
|
2318
2318
|
"isLValue": false,
|
2319
2319
|
"isPure": false,
|
@@ -2335,7 +2335,7 @@
|
|
2335
2335
|
"typeString": "tuple()"
|
2336
2336
|
}
|
2337
2337
|
},
|
2338
|
-
"id":
|
2338
|
+
"id": 48873,
|
2339
2339
|
"nodeType": "ExpressionStatement",
|
2340
2340
|
"src": "2713:130:90"
|
2341
2341
|
}
|
@@ -2347,17 +2347,17 @@
|
|
2347
2347
|
"name": "delegatecallWithContext",
|
2348
2348
|
"nameLocation": "2536:23:90",
|
2349
2349
|
"parameters": {
|
2350
|
-
"id":
|
2350
|
+
"id": 48855,
|
2351
2351
|
"nodeType": "ParameterList",
|
2352
2352
|
"parameters": [
|
2353
2353
|
{
|
2354
2354
|
"constant": false,
|
2355
|
-
"id":
|
2355
|
+
"id": 48848,
|
2356
2356
|
"mutability": "mutable",
|
2357
2357
|
"name": "msgSender",
|
2358
2358
|
"nameLocation": "2573:9:90",
|
2359
2359
|
"nodeType": "VariableDeclaration",
|
2360
|
-
"scope":
|
2360
|
+
"scope": 48875,
|
2361
2361
|
"src": "2565:17:90",
|
2362
2362
|
"stateVariable": false,
|
2363
2363
|
"storageLocation": "default",
|
@@ -2366,7 +2366,7 @@
|
|
2366
2366
|
"typeString": "address"
|
2367
2367
|
},
|
2368
2368
|
"typeName": {
|
2369
|
-
"id":
|
2369
|
+
"id": 48847,
|
2370
2370
|
"name": "address",
|
2371
2371
|
"nodeType": "ElementaryTypeName",
|
2372
2372
|
"src": "2565:7:90",
|
@@ -2380,12 +2380,12 @@
|
|
2380
2380
|
},
|
2381
2381
|
{
|
2382
2382
|
"constant": false,
|
2383
|
-
"id":
|
2383
|
+
"id": 48850,
|
2384
2384
|
"mutability": "mutable",
|
2385
2385
|
"name": "msgValue",
|
2386
2386
|
"nameLocation": "2596:8:90",
|
2387
2387
|
"nodeType": "VariableDeclaration",
|
2388
|
-
"scope":
|
2388
|
+
"scope": 48875,
|
2389
2389
|
"src": "2588:16:90",
|
2390
2390
|
"stateVariable": false,
|
2391
2391
|
"storageLocation": "default",
|
@@ -2394,7 +2394,7 @@
|
|
2394
2394
|
"typeString": "uint256"
|
2395
2395
|
},
|
2396
2396
|
"typeName": {
|
2397
|
-
"id":
|
2397
|
+
"id": 48849,
|
2398
2398
|
"name": "uint256",
|
2399
2399
|
"nodeType": "ElementaryTypeName",
|
2400
2400
|
"src": "2588:7:90",
|
@@ -2407,12 +2407,12 @@
|
|
2407
2407
|
},
|
2408
2408
|
{
|
2409
2409
|
"constant": false,
|
2410
|
-
"id":
|
2410
|
+
"id": 48852,
|
2411
2411
|
"mutability": "mutable",
|
2412
2412
|
"name": "target",
|
2413
2413
|
"nameLocation": "2618:6:90",
|
2414
2414
|
"nodeType": "VariableDeclaration",
|
2415
|
-
"scope":
|
2415
|
+
"scope": 48875,
|
2416
2416
|
"src": "2610:14:90",
|
2417
2417
|
"stateVariable": false,
|
2418
2418
|
"storageLocation": "default",
|
@@ -2421,7 +2421,7 @@
|
|
2421
2421
|
"typeString": "address"
|
2422
2422
|
},
|
2423
2423
|
"typeName": {
|
2424
|
-
"id":
|
2424
|
+
"id": 48851,
|
2425
2425
|
"name": "address",
|
2426
2426
|
"nodeType": "ElementaryTypeName",
|
2427
2427
|
"src": "2610:7:90",
|
@@ -2435,12 +2435,12 @@
|
|
2435
2435
|
},
|
2436
2436
|
{
|
2437
2437
|
"constant": false,
|
2438
|
-
"id":
|
2438
|
+
"id": 48854,
|
2439
2439
|
"mutability": "mutable",
|
2440
2440
|
"name": "callData",
|
2441
2441
|
"nameLocation": "2643:8:90",
|
2442
2442
|
"nodeType": "VariableDeclaration",
|
2443
|
-
"scope":
|
2443
|
+
"scope": 48875,
|
2444
2444
|
"src": "2630:21:90",
|
2445
2445
|
"stateVariable": false,
|
2446
2446
|
"storageLocation": "memory",
|
@@ -2449,7 +2449,7 @@
|
|
2449
2449
|
"typeString": "bytes"
|
2450
2450
|
},
|
2451
2451
|
"typeName": {
|
2452
|
-
"id":
|
2452
|
+
"id": 48853,
|
2453
2453
|
"name": "bytes",
|
2454
2454
|
"nodeType": "ElementaryTypeName",
|
2455
2455
|
"src": "2630:5:90",
|
@@ -2464,17 +2464,17 @@
|
|
2464
2464
|
"src": "2559:96:90"
|
2465
2465
|
},
|
2466
2466
|
"returnParameters": {
|
2467
|
-
"id":
|
2467
|
+
"id": 48860,
|
2468
2468
|
"nodeType": "ParameterList",
|
2469
2469
|
"parameters": [
|
2470
2470
|
{
|
2471
2471
|
"constant": false,
|
2472
|
-
"id":
|
2472
|
+
"id": 48857,
|
2473
2473
|
"mutability": "mutable",
|
2474
2474
|
"name": "success",
|
2475
2475
|
"nameLocation": "2679:7:90",
|
2476
2476
|
"nodeType": "VariableDeclaration",
|
2477
|
-
"scope":
|
2477
|
+
"scope": 48875,
|
2478
2478
|
"src": "2674:12:90",
|
2479
2479
|
"stateVariable": false,
|
2480
2480
|
"storageLocation": "default",
|
@@ -2483,7 +2483,7 @@
|
|
2483
2483
|
"typeString": "bool"
|
2484
2484
|
},
|
2485
2485
|
"typeName": {
|
2486
|
-
"id":
|
2486
|
+
"id": 48856,
|
2487
2487
|
"name": "bool",
|
2488
2488
|
"nodeType": "ElementaryTypeName",
|
2489
2489
|
"src": "2674:4:90",
|
@@ -2496,12 +2496,12 @@
|
|
2496
2496
|
},
|
2497
2497
|
{
|
2498
2498
|
"constant": false,
|
2499
|
-
"id":
|
2499
|
+
"id": 48859,
|
2500
2500
|
"mutability": "mutable",
|
2501
2501
|
"name": "data",
|
2502
2502
|
"nameLocation": "2701:4:90",
|
2503
2503
|
"nodeType": "VariableDeclaration",
|
2504
|
-
"scope":
|
2504
|
+
"scope": 48875,
|
2505
2505
|
"src": "2688:17:90",
|
2506
2506
|
"stateVariable": false,
|
2507
2507
|
"storageLocation": "memory",
|
@@ -2510,7 +2510,7 @@
|
|
2510
2510
|
"typeString": "bytes"
|
2511
2511
|
},
|
2512
2512
|
"typeName": {
|
2513
|
-
"id":
|
2513
|
+
"id": 48858,
|
2514
2514
|
"name": "bytes",
|
2515
2515
|
"nodeType": "ElementaryTypeName",
|
2516
2516
|
"src": "2688:5:90",
|
@@ -2524,36 +2524,36 @@
|
|
2524
2524
|
],
|
2525
2525
|
"src": "2673:33:90"
|
2526
2526
|
},
|
2527
|
-
"scope":
|
2527
|
+
"scope": 48944,
|
2528
2528
|
"stateMutability": "nonpayable",
|
2529
2529
|
"virtual": false,
|
2530
2530
|
"visibility": "internal"
|
2531
2531
|
},
|
2532
2532
|
{
|
2533
|
-
"id":
|
2533
|
+
"id": 48909,
|
2534
2534
|
"nodeType": "FunctionDefinition",
|
2535
2535
|
"src": "2852:399:90",
|
2536
2536
|
"nodes": [],
|
2537
2537
|
"body": {
|
2538
|
-
"id":
|
2538
|
+
"id": 48908,
|
2539
2539
|
"nodeType": "Block",
|
2540
2540
|
"src": "3018:233:90",
|
2541
2541
|
"nodes": [],
|
2542
2542
|
"statements": [
|
2543
2543
|
{
|
2544
2544
|
"assignments": [
|
2545
|
-
|
2546
|
-
|
2545
|
+
48889,
|
2546
|
+
48891
|
2547
2547
|
],
|
2548
2548
|
"declarations": [
|
2549
2549
|
{
|
2550
2550
|
"constant": false,
|
2551
|
-
"id":
|
2551
|
+
"id": 48889,
|
2552
2552
|
"mutability": "mutable",
|
2553
2553
|
"name": "success",
|
2554
2554
|
"nameLocation": "3030:7:90",
|
2555
2555
|
"nodeType": "VariableDeclaration",
|
2556
|
-
"scope":
|
2556
|
+
"scope": 48908,
|
2557
2557
|
"src": "3025:12:90",
|
2558
2558
|
"stateVariable": false,
|
2559
2559
|
"storageLocation": "default",
|
@@ -2562,7 +2562,7 @@
|
|
2562
2562
|
"typeString": "bool"
|
2563
2563
|
},
|
2564
2564
|
"typeName": {
|
2565
|
-
"id":
|
2565
|
+
"id": 48888,
|
2566
2566
|
"name": "bool",
|
2567
2567
|
"nodeType": "ElementaryTypeName",
|
2568
2568
|
"src": "3025:4:90",
|
@@ -2575,12 +2575,12 @@
|
|
2575
2575
|
},
|
2576
2576
|
{
|
2577
2577
|
"constant": false,
|
2578
|
-
"id":
|
2578
|
+
"id": 48891,
|
2579
2579
|
"mutability": "mutable",
|
2580
2580
|
"name": "_data",
|
2581
2581
|
"nameLocation": "3052:5:90",
|
2582
2582
|
"nodeType": "VariableDeclaration",
|
2583
|
-
"scope":
|
2583
|
+
"scope": 48908,
|
2584
2584
|
"src": "3039:18:90",
|
2585
2585
|
"stateVariable": false,
|
2586
2586
|
"storageLocation": "memory",
|
@@ -2589,7 +2589,7 @@
|
|
2589
2589
|
"typeString": "bytes"
|
2590
2590
|
},
|
2591
2591
|
"typeName": {
|
2592
|
-
"id":
|
2592
|
+
"id": 48890,
|
2593
2593
|
"name": "bytes",
|
2594
2594
|
"nodeType": "ElementaryTypeName",
|
2595
2595
|
"src": "3039:5:90",
|
@@ -2601,15 +2601,15 @@
|
|
2601
2601
|
"visibility": "internal"
|
2602
2602
|
}
|
2603
2603
|
],
|
2604
|
-
"id":
|
2604
|
+
"id": 48898,
|
2605
2605
|
"initialValue": {
|
2606
2606
|
"arguments": [
|
2607
2607
|
{
|
2608
|
-
"id":
|
2608
|
+
"id": 48893,
|
2609
2609
|
"name": "msgSender",
|
2610
2610
|
"nodeType": "Identifier",
|
2611
2611
|
"overloadedDeclarations": [],
|
2612
|
-
"referencedDeclaration":
|
2612
|
+
"referencedDeclaration": 48877,
|
2613
2613
|
"src": "3096:9:90",
|
2614
2614
|
"typeDescriptions": {
|
2615
2615
|
"typeIdentifier": "t_address",
|
@@ -2617,11 +2617,11 @@
|
|
2617
2617
|
}
|
2618
2618
|
},
|
2619
2619
|
{
|
2620
|
-
"id":
|
2620
|
+
"id": 48894,
|
2621
2621
|
"name": "msgValue",
|
2622
2622
|
"nodeType": "Identifier",
|
2623
2623
|
"overloadedDeclarations": [],
|
2624
|
-
"referencedDeclaration":
|
2624
|
+
"referencedDeclaration": 48879,
|
2625
2625
|
"src": "3123:8:90",
|
2626
2626
|
"typeDescriptions": {
|
2627
2627
|
"typeIdentifier": "t_uint256",
|
@@ -2629,11 +2629,11 @@
|
|
2629
2629
|
}
|
2630
2630
|
},
|
2631
2631
|
{
|
2632
|
-
"id":
|
2632
|
+
"id": 48895,
|
2633
2633
|
"name": "target",
|
2634
2634
|
"nodeType": "Identifier",
|
2635
2635
|
"overloadedDeclarations": [],
|
2636
|
-
"referencedDeclaration":
|
2636
|
+
"referencedDeclaration": 48881,
|
2637
2637
|
"src": "3147:6:90",
|
2638
2638
|
"typeDescriptions": {
|
2639
2639
|
"typeIdentifier": "t_address",
|
@@ -2641,11 +2641,11 @@
|
|
2641
2641
|
}
|
2642
2642
|
},
|
2643
2643
|
{
|
2644
|
-
"id":
|
2644
|
+
"id": 48896,
|
2645
2645
|
"name": "callData",
|
2646
2646
|
"nodeType": "Identifier",
|
2647
2647
|
"overloadedDeclarations": [],
|
2648
|
-
"referencedDeclaration":
|
2648
|
+
"referencedDeclaration": 48883,
|
2649
2649
|
"src": "3171:8:90",
|
2650
2650
|
"typeDescriptions": {
|
2651
2651
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2672,18 +2672,18 @@
|
|
2672
2672
|
"typeString": "bytes memory"
|
2673
2673
|
}
|
2674
2674
|
],
|
2675
|
-
"id":
|
2675
|
+
"id": 48892,
|
2676
2676
|
"name": "callWithContext",
|
2677
2677
|
"nodeType": "Identifier",
|
2678
2678
|
"overloadedDeclarations": [],
|
2679
|
-
"referencedDeclaration":
|
2679
|
+
"referencedDeclaration": 48846,
|
2680
2680
|
"src": "3061:15:90",
|
2681
2681
|
"typeDescriptions": {
|
2682
2682
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
|
2683
2683
|
"typeString": "function (address,uint256,address,bytes memory) returns (bool,bytes memory)"
|
2684
2684
|
}
|
2685
2685
|
},
|
2686
|
-
"id":
|
2686
|
+
"id": 48897,
|
2687
2687
|
"isConstant": false,
|
2688
2688
|
"isLValue": false,
|
2689
2689
|
"isPure": false,
|
@@ -2714,7 +2714,7 @@
|
|
2714
2714
|
},
|
2715
2715
|
{
|
2716
2716
|
"condition": {
|
2717
|
-
"id":
|
2717
|
+
"id": 48900,
|
2718
2718
|
"isConstant": false,
|
2719
2719
|
"isLValue": false,
|
2720
2720
|
"isPure": false,
|
@@ -2724,11 +2724,11 @@
|
|
2724
2724
|
"prefix": true,
|
2725
2725
|
"src": "3196:8:90",
|
2726
2726
|
"subExpression": {
|
2727
|
-
"id":
|
2727
|
+
"id": 48899,
|
2728
2728
|
"name": "success",
|
2729
2729
|
"nodeType": "Identifier",
|
2730
2730
|
"overloadedDeclarations": [],
|
2731
|
-
"referencedDeclaration":
|
2731
|
+
"referencedDeclaration": 48889,
|
2732
2732
|
"src": "3197:7:90",
|
2733
2733
|
"typeDescriptions": {
|
2734
2734
|
"typeIdentifier": "t_bool",
|
@@ -2740,18 +2740,18 @@
|
|
2740
2740
|
"typeString": "bool"
|
2741
2741
|
}
|
2742
2742
|
},
|
2743
|
-
"id":
|
2743
|
+
"id": 48905,
|
2744
2744
|
"nodeType": "IfStatement",
|
2745
2745
|
"src": "3192:36:90",
|
2746
2746
|
"trueBody": {
|
2747
2747
|
"expression": {
|
2748
2748
|
"arguments": [
|
2749
2749
|
{
|
2750
|
-
"id":
|
2750
|
+
"id": 48902,
|
2751
2751
|
"name": "_data",
|
2752
2752
|
"nodeType": "Identifier",
|
2753
2753
|
"overloadedDeclarations": [],
|
2754
|
-
"referencedDeclaration":
|
2754
|
+
"referencedDeclaration": 48891,
|
2755
2755
|
"src": "3222:5:90",
|
2756
2756
|
"typeDescriptions": {
|
2757
2757
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2766,18 +2766,18 @@
|
|
2766
2766
|
"typeString": "bytes memory"
|
2767
2767
|
}
|
2768
2768
|
],
|
2769
|
-
"id":
|
2769
|
+
"id": 48901,
|
2770
2770
|
"name": "revertWithBytes",
|
2771
2771
|
"nodeType": "Identifier",
|
2772
2772
|
"overloadedDeclarations": [],
|
2773
|
-
"referencedDeclaration":
|
2773
|
+
"referencedDeclaration": 49392,
|
2774
2774
|
"src": "3206:15:90",
|
2775
2775
|
"typeDescriptions": {
|
2776
2776
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
2777
2777
|
"typeString": "function (bytes memory) pure"
|
2778
2778
|
}
|
2779
2779
|
},
|
2780
|
-
"id":
|
2780
|
+
"id": 48903,
|
2781
2781
|
"isConstant": false,
|
2782
2782
|
"isLValue": false,
|
2783
2783
|
"isPure": false,
|
@@ -2793,26 +2793,26 @@
|
|
2793
2793
|
"typeString": "tuple()"
|
2794
2794
|
}
|
2795
2795
|
},
|
2796
|
-
"id":
|
2796
|
+
"id": 48904,
|
2797
2797
|
"nodeType": "ExpressionStatement",
|
2798
2798
|
"src": "3206:22:90"
|
2799
2799
|
}
|
2800
2800
|
},
|
2801
2801
|
{
|
2802
2802
|
"expression": {
|
2803
|
-
"id":
|
2803
|
+
"id": 48906,
|
2804
2804
|
"name": "_data",
|
2805
2805
|
"nodeType": "Identifier",
|
2806
2806
|
"overloadedDeclarations": [],
|
2807
|
-
"referencedDeclaration":
|
2807
|
+
"referencedDeclaration": 48891,
|
2808
2808
|
"src": "3241:5:90",
|
2809
2809
|
"typeDescriptions": {
|
2810
2810
|
"typeIdentifier": "t_bytes_memory_ptr",
|
2811
2811
|
"typeString": "bytes memory"
|
2812
2812
|
}
|
2813
2813
|
},
|
2814
|
-
"functionReturnParameters":
|
2815
|
-
"id":
|
2814
|
+
"functionReturnParameters": 48887,
|
2815
|
+
"id": 48907,
|
2816
2816
|
"nodeType": "Return",
|
2817
2817
|
"src": "3234:12:90"
|
2818
2818
|
}
|
@@ -2824,17 +2824,17 @@
|
|
2824
2824
|
"name": "callWithContextOrRevert",
|
2825
2825
|
"nameLocation": "2861:23:90",
|
2826
2826
|
"parameters": {
|
2827
|
-
"id":
|
2827
|
+
"id": 48884,
|
2828
2828
|
"nodeType": "ParameterList",
|
2829
2829
|
"parameters": [
|
2830
2830
|
{
|
2831
2831
|
"constant": false,
|
2832
|
-
"id":
|
2832
|
+
"id": 48877,
|
2833
2833
|
"mutability": "mutable",
|
2834
2834
|
"name": "msgSender",
|
2835
2835
|
"nameLocation": "2898:9:90",
|
2836
2836
|
"nodeType": "VariableDeclaration",
|
2837
|
-
"scope":
|
2837
|
+
"scope": 48909,
|
2838
2838
|
"src": "2890:17:90",
|
2839
2839
|
"stateVariable": false,
|
2840
2840
|
"storageLocation": "default",
|
@@ -2843,7 +2843,7 @@
|
|
2843
2843
|
"typeString": "address"
|
2844
2844
|
},
|
2845
2845
|
"typeName": {
|
2846
|
-
"id":
|
2846
|
+
"id": 48876,
|
2847
2847
|
"name": "address",
|
2848
2848
|
"nodeType": "ElementaryTypeName",
|
2849
2849
|
"src": "2890:7:90",
|
@@ -2857,12 +2857,12 @@
|
|
2857
2857
|
},
|
2858
2858
|
{
|
2859
2859
|
"constant": false,
|
2860
|
-
"id":
|
2860
|
+
"id": 48879,
|
2861
2861
|
"mutability": "mutable",
|
2862
2862
|
"name": "msgValue",
|
2863
2863
|
"nameLocation": "2921:8:90",
|
2864
2864
|
"nodeType": "VariableDeclaration",
|
2865
|
-
"scope":
|
2865
|
+
"scope": 48909,
|
2866
2866
|
"src": "2913:16:90",
|
2867
2867
|
"stateVariable": false,
|
2868
2868
|
"storageLocation": "default",
|
@@ -2871,7 +2871,7 @@
|
|
2871
2871
|
"typeString": "uint256"
|
2872
2872
|
},
|
2873
2873
|
"typeName": {
|
2874
|
-
"id":
|
2874
|
+
"id": 48878,
|
2875
2875
|
"name": "uint256",
|
2876
2876
|
"nodeType": "ElementaryTypeName",
|
2877
2877
|
"src": "2913:7:90",
|
@@ -2884,12 +2884,12 @@
|
|
2884
2884
|
},
|
2885
2885
|
{
|
2886
2886
|
"constant": false,
|
2887
|
-
"id":
|
2887
|
+
"id": 48881,
|
2888
2888
|
"mutability": "mutable",
|
2889
2889
|
"name": "target",
|
2890
2890
|
"nameLocation": "2943:6:90",
|
2891
2891
|
"nodeType": "VariableDeclaration",
|
2892
|
-
"scope":
|
2892
|
+
"scope": 48909,
|
2893
2893
|
"src": "2935:14:90",
|
2894
2894
|
"stateVariable": false,
|
2895
2895
|
"storageLocation": "default",
|
@@ -2898,7 +2898,7 @@
|
|
2898
2898
|
"typeString": "address"
|
2899
2899
|
},
|
2900
2900
|
"typeName": {
|
2901
|
-
"id":
|
2901
|
+
"id": 48880,
|
2902
2902
|
"name": "address",
|
2903
2903
|
"nodeType": "ElementaryTypeName",
|
2904
2904
|
"src": "2935:7:90",
|
@@ -2912,12 +2912,12 @@
|
|
2912
2912
|
},
|
2913
2913
|
{
|
2914
2914
|
"constant": false,
|
2915
|
-
"id":
|
2915
|
+
"id": 48883,
|
2916
2916
|
"mutability": "mutable",
|
2917
2917
|
"name": "callData",
|
2918
2918
|
"nameLocation": "2968:8:90",
|
2919
2919
|
"nodeType": "VariableDeclaration",
|
2920
|
-
"scope":
|
2920
|
+
"scope": 48909,
|
2921
2921
|
"src": "2955:21:90",
|
2922
2922
|
"stateVariable": false,
|
2923
2923
|
"storageLocation": "memory",
|
@@ -2926,7 +2926,7 @@
|
|
2926
2926
|
"typeString": "bytes"
|
2927
2927
|
},
|
2928
2928
|
"typeName": {
|
2929
|
-
"id":
|
2929
|
+
"id": 48882,
|
2930
2930
|
"name": "bytes",
|
2931
2931
|
"nodeType": "ElementaryTypeName",
|
2932
2932
|
"src": "2955:5:90",
|
@@ -2941,17 +2941,17 @@
|
|
2941
2941
|
"src": "2884:96:90"
|
2942
2942
|
},
|
2943
2943
|
"returnParameters": {
|
2944
|
-
"id":
|
2944
|
+
"id": 48887,
|
2945
2945
|
"nodeType": "ParameterList",
|
2946
2946
|
"parameters": [
|
2947
2947
|
{
|
2948
2948
|
"constant": false,
|
2949
|
-
"id":
|
2949
|
+
"id": 48886,
|
2950
2950
|
"mutability": "mutable",
|
2951
2951
|
"name": "data",
|
2952
2952
|
"nameLocation": "3012:4:90",
|
2953
2953
|
"nodeType": "VariableDeclaration",
|
2954
|
-
"scope":
|
2954
|
+
"scope": 48909,
|
2955
2955
|
"src": "2999:17:90",
|
2956
2956
|
"stateVariable": false,
|
2957
2957
|
"storageLocation": "memory",
|
@@ -2960,7 +2960,7 @@
|
|
2960
2960
|
"typeString": "bytes"
|
2961
2961
|
},
|
2962
2962
|
"typeName": {
|
2963
|
-
"id":
|
2963
|
+
"id": 48885,
|
2964
2964
|
"name": "bytes",
|
2965
2965
|
"nodeType": "ElementaryTypeName",
|
2966
2966
|
"src": "2999:5:90",
|
@@ -2974,36 +2974,36 @@
|
|
2974
2974
|
],
|
2975
2975
|
"src": "2998:19:90"
|
2976
2976
|
},
|
2977
|
-
"scope":
|
2977
|
+
"scope": 48944,
|
2978
2978
|
"stateMutability": "nonpayable",
|
2979
2979
|
"virtual": false,
|
2980
2980
|
"visibility": "internal"
|
2981
2981
|
},
|
2982
2982
|
{
|
2983
|
-
"id":
|
2983
|
+
"id": 48943,
|
2984
2984
|
"nodeType": "FunctionDefinition",
|
2985
2985
|
"src": "3255:415:90",
|
2986
2986
|
"nodes": [],
|
2987
2987
|
"body": {
|
2988
|
-
"id":
|
2988
|
+
"id": 48942,
|
2989
2989
|
"nodeType": "Block",
|
2990
2990
|
"src": "3429:241:90",
|
2991
2991
|
"nodes": [],
|
2992
2992
|
"statements": [
|
2993
2993
|
{
|
2994
2994
|
"assignments": [
|
2995
|
-
|
2996
|
-
|
2995
|
+
48923,
|
2996
|
+
48925
|
2997
2997
|
],
|
2998
2998
|
"declarations": [
|
2999
2999
|
{
|
3000
3000
|
"constant": false,
|
3001
|
-
"id":
|
3001
|
+
"id": 48923,
|
3002
3002
|
"mutability": "mutable",
|
3003
3003
|
"name": "success",
|
3004
3004
|
"nameLocation": "3441:7:90",
|
3005
3005
|
"nodeType": "VariableDeclaration",
|
3006
|
-
"scope":
|
3006
|
+
"scope": 48942,
|
3007
3007
|
"src": "3436:12:90",
|
3008
3008
|
"stateVariable": false,
|
3009
3009
|
"storageLocation": "default",
|
@@ -3012,7 +3012,7 @@
|
|
3012
3012
|
"typeString": "bool"
|
3013
3013
|
},
|
3014
3014
|
"typeName": {
|
3015
|
-
"id":
|
3015
|
+
"id": 48922,
|
3016
3016
|
"name": "bool",
|
3017
3017
|
"nodeType": "ElementaryTypeName",
|
3018
3018
|
"src": "3436:4:90",
|
@@ -3025,12 +3025,12 @@
|
|
3025
3025
|
},
|
3026
3026
|
{
|
3027
3027
|
"constant": false,
|
3028
|
-
"id":
|
3028
|
+
"id": 48925,
|
3029
3029
|
"mutability": "mutable",
|
3030
3030
|
"name": "_data",
|
3031
3031
|
"nameLocation": "3463:5:90",
|
3032
3032
|
"nodeType": "VariableDeclaration",
|
3033
|
-
"scope":
|
3033
|
+
"scope": 48942,
|
3034
3034
|
"src": "3450:18:90",
|
3035
3035
|
"stateVariable": false,
|
3036
3036
|
"storageLocation": "memory",
|
@@ -3039,7 +3039,7 @@
|
|
3039
3039
|
"typeString": "bytes"
|
3040
3040
|
},
|
3041
3041
|
"typeName": {
|
3042
|
-
"id":
|
3042
|
+
"id": 48924,
|
3043
3043
|
"name": "bytes",
|
3044
3044
|
"nodeType": "ElementaryTypeName",
|
3045
3045
|
"src": "3450:5:90",
|
@@ -3051,15 +3051,15 @@
|
|
3051
3051
|
"visibility": "internal"
|
3052
3052
|
}
|
3053
3053
|
],
|
3054
|
-
"id":
|
3054
|
+
"id": 48932,
|
3055
3055
|
"initialValue": {
|
3056
3056
|
"arguments": [
|
3057
3057
|
{
|
3058
|
-
"id":
|
3058
|
+
"id": 48927,
|
3059
3059
|
"name": "msgSender",
|
3060
3060
|
"nodeType": "Identifier",
|
3061
3061
|
"overloadedDeclarations": [],
|
3062
|
-
"referencedDeclaration":
|
3062
|
+
"referencedDeclaration": 48911,
|
3063
3063
|
"src": "3515:9:90",
|
3064
3064
|
"typeDescriptions": {
|
3065
3065
|
"typeIdentifier": "t_address",
|
@@ -3067,11 +3067,11 @@
|
|
3067
3067
|
}
|
3068
3068
|
},
|
3069
3069
|
{
|
3070
|
-
"id":
|
3070
|
+
"id": 48928,
|
3071
3071
|
"name": "msgValue",
|
3072
3072
|
"nodeType": "Identifier",
|
3073
3073
|
"overloadedDeclarations": [],
|
3074
|
-
"referencedDeclaration":
|
3074
|
+
"referencedDeclaration": 48913,
|
3075
3075
|
"src": "3542:8:90",
|
3076
3076
|
"typeDescriptions": {
|
3077
3077
|
"typeIdentifier": "t_uint256",
|
@@ -3079,11 +3079,11 @@
|
|
3079
3079
|
}
|
3080
3080
|
},
|
3081
3081
|
{
|
3082
|
-
"id":
|
3082
|
+
"id": 48929,
|
3083
3083
|
"name": "target",
|
3084
3084
|
"nodeType": "Identifier",
|
3085
3085
|
"overloadedDeclarations": [],
|
3086
|
-
"referencedDeclaration":
|
3086
|
+
"referencedDeclaration": 48915,
|
3087
3087
|
"src": "3566:6:90",
|
3088
3088
|
"typeDescriptions": {
|
3089
3089
|
"typeIdentifier": "t_address",
|
@@ -3091,11 +3091,11 @@
|
|
3091
3091
|
}
|
3092
3092
|
},
|
3093
3093
|
{
|
3094
|
-
"id":
|
3094
|
+
"id": 48930,
|
3095
3095
|
"name": "callData",
|
3096
3096
|
"nodeType": "Identifier",
|
3097
3097
|
"overloadedDeclarations": [],
|
3098
|
-
"referencedDeclaration":
|
3098
|
+
"referencedDeclaration": 48917,
|
3099
3099
|
"src": "3590:8:90",
|
3100
3100
|
"typeDescriptions": {
|
3101
3101
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3122,18 +3122,18 @@
|
|
3122
3122
|
"typeString": "bytes memory"
|
3123
3123
|
}
|
3124
3124
|
],
|
3125
|
-
"id":
|
3125
|
+
"id": 48926,
|
3126
3126
|
"name": "delegatecallWithContext",
|
3127
3127
|
"nodeType": "Identifier",
|
3128
3128
|
"overloadedDeclarations": [],
|
3129
|
-
"referencedDeclaration":
|
3129
|
+
"referencedDeclaration": 48875,
|
3130
3130
|
"src": "3472:23:90",
|
3131
3131
|
"typeDescriptions": {
|
3132
3132
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
|
3133
3133
|
"typeString": "function (address,uint256,address,bytes memory) returns (bool,bytes memory)"
|
3134
3134
|
}
|
3135
3135
|
},
|
3136
|
-
"id":
|
3136
|
+
"id": 48931,
|
3137
3137
|
"isConstant": false,
|
3138
3138
|
"isLValue": false,
|
3139
3139
|
"isPure": false,
|
@@ -3164,7 +3164,7 @@
|
|
3164
3164
|
},
|
3165
3165
|
{
|
3166
3166
|
"condition": {
|
3167
|
-
"id":
|
3167
|
+
"id": 48934,
|
3168
3168
|
"isConstant": false,
|
3169
3169
|
"isLValue": false,
|
3170
3170
|
"isPure": false,
|
@@ -3174,11 +3174,11 @@
|
|
3174
3174
|
"prefix": true,
|
3175
3175
|
"src": "3615:8:90",
|
3176
3176
|
"subExpression": {
|
3177
|
-
"id":
|
3177
|
+
"id": 48933,
|
3178
3178
|
"name": "success",
|
3179
3179
|
"nodeType": "Identifier",
|
3180
3180
|
"overloadedDeclarations": [],
|
3181
|
-
"referencedDeclaration":
|
3181
|
+
"referencedDeclaration": 48923,
|
3182
3182
|
"src": "3616:7:90",
|
3183
3183
|
"typeDescriptions": {
|
3184
3184
|
"typeIdentifier": "t_bool",
|
@@ -3190,18 +3190,18 @@
|
|
3190
3190
|
"typeString": "bool"
|
3191
3191
|
}
|
3192
3192
|
},
|
3193
|
-
"id":
|
3193
|
+
"id": 48939,
|
3194
3194
|
"nodeType": "IfStatement",
|
3195
3195
|
"src": "3611:36:90",
|
3196
3196
|
"trueBody": {
|
3197
3197
|
"expression": {
|
3198
3198
|
"arguments": [
|
3199
3199
|
{
|
3200
|
-
"id":
|
3200
|
+
"id": 48936,
|
3201
3201
|
"name": "_data",
|
3202
3202
|
"nodeType": "Identifier",
|
3203
3203
|
"overloadedDeclarations": [],
|
3204
|
-
"referencedDeclaration":
|
3204
|
+
"referencedDeclaration": 48925,
|
3205
3205
|
"src": "3641:5:90",
|
3206
3206
|
"typeDescriptions": {
|
3207
3207
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3216,18 +3216,18 @@
|
|
3216
3216
|
"typeString": "bytes memory"
|
3217
3217
|
}
|
3218
3218
|
],
|
3219
|
-
"id":
|
3219
|
+
"id": 48935,
|
3220
3220
|
"name": "revertWithBytes",
|
3221
3221
|
"nodeType": "Identifier",
|
3222
3222
|
"overloadedDeclarations": [],
|
3223
|
-
"referencedDeclaration":
|
3223
|
+
"referencedDeclaration": 49392,
|
3224
3224
|
"src": "3625:15:90",
|
3225
3225
|
"typeDescriptions": {
|
3226
3226
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
3227
3227
|
"typeString": "function (bytes memory) pure"
|
3228
3228
|
}
|
3229
3229
|
},
|
3230
|
-
"id":
|
3230
|
+
"id": 48937,
|
3231
3231
|
"isConstant": false,
|
3232
3232
|
"isLValue": false,
|
3233
3233
|
"isPure": false,
|
@@ -3243,26 +3243,26 @@
|
|
3243
3243
|
"typeString": "tuple()"
|
3244
3244
|
}
|
3245
3245
|
},
|
3246
|
-
"id":
|
3246
|
+
"id": 48938,
|
3247
3247
|
"nodeType": "ExpressionStatement",
|
3248
3248
|
"src": "3625:22:90"
|
3249
3249
|
}
|
3250
3250
|
},
|
3251
3251
|
{
|
3252
3252
|
"expression": {
|
3253
|
-
"id":
|
3253
|
+
"id": 48940,
|
3254
3254
|
"name": "_data",
|
3255
3255
|
"nodeType": "Identifier",
|
3256
3256
|
"overloadedDeclarations": [],
|
3257
|
-
"referencedDeclaration":
|
3257
|
+
"referencedDeclaration": 48925,
|
3258
3258
|
"src": "3660:5:90",
|
3259
3259
|
"typeDescriptions": {
|
3260
3260
|
"typeIdentifier": "t_bytes_memory_ptr",
|
3261
3261
|
"typeString": "bytes memory"
|
3262
3262
|
}
|
3263
3263
|
},
|
3264
|
-
"functionReturnParameters":
|
3265
|
-
"id":
|
3264
|
+
"functionReturnParameters": 48921,
|
3265
|
+
"id": 48941,
|
3266
3266
|
"nodeType": "Return",
|
3267
3267
|
"src": "3653:12:90"
|
3268
3268
|
}
|
@@ -3274,17 +3274,17 @@
|
|
3274
3274
|
"name": "delegatecallWithContextOrRevert",
|
3275
3275
|
"nameLocation": "3264:31:90",
|
3276
3276
|
"parameters": {
|
3277
|
-
"id":
|
3277
|
+
"id": 48918,
|
3278
3278
|
"nodeType": "ParameterList",
|
3279
3279
|
"parameters": [
|
3280
3280
|
{
|
3281
3281
|
"constant": false,
|
3282
|
-
"id":
|
3282
|
+
"id": 48911,
|
3283
3283
|
"mutability": "mutable",
|
3284
3284
|
"name": "msgSender",
|
3285
3285
|
"nameLocation": "3309:9:90",
|
3286
3286
|
"nodeType": "VariableDeclaration",
|
3287
|
-
"scope":
|
3287
|
+
"scope": 48943,
|
3288
3288
|
"src": "3301:17:90",
|
3289
3289
|
"stateVariable": false,
|
3290
3290
|
"storageLocation": "default",
|
@@ -3293,7 +3293,7 @@
|
|
3293
3293
|
"typeString": "address"
|
3294
3294
|
},
|
3295
3295
|
"typeName": {
|
3296
|
-
"id":
|
3296
|
+
"id": 48910,
|
3297
3297
|
"name": "address",
|
3298
3298
|
"nodeType": "ElementaryTypeName",
|
3299
3299
|
"src": "3301:7:90",
|
@@ -3307,12 +3307,12 @@
|
|
3307
3307
|
},
|
3308
3308
|
{
|
3309
3309
|
"constant": false,
|
3310
|
-
"id":
|
3310
|
+
"id": 48913,
|
3311
3311
|
"mutability": "mutable",
|
3312
3312
|
"name": "msgValue",
|
3313
3313
|
"nameLocation": "3332:8:90",
|
3314
3314
|
"nodeType": "VariableDeclaration",
|
3315
|
-
"scope":
|
3315
|
+
"scope": 48943,
|
3316
3316
|
"src": "3324:16:90",
|
3317
3317
|
"stateVariable": false,
|
3318
3318
|
"storageLocation": "default",
|
@@ -3321,7 +3321,7 @@
|
|
3321
3321
|
"typeString": "uint256"
|
3322
3322
|
},
|
3323
3323
|
"typeName": {
|
3324
|
-
"id":
|
3324
|
+
"id": 48912,
|
3325
3325
|
"name": "uint256",
|
3326
3326
|
"nodeType": "ElementaryTypeName",
|
3327
3327
|
"src": "3324:7:90",
|
@@ -3334,12 +3334,12 @@
|
|
3334
3334
|
},
|
3335
3335
|
{
|
3336
3336
|
"constant": false,
|
3337
|
-
"id":
|
3337
|
+
"id": 48915,
|
3338
3338
|
"mutability": "mutable",
|
3339
3339
|
"name": "target",
|
3340
3340
|
"nameLocation": "3354:6:90",
|
3341
3341
|
"nodeType": "VariableDeclaration",
|
3342
|
-
"scope":
|
3342
|
+
"scope": 48943,
|
3343
3343
|
"src": "3346:14:90",
|
3344
3344
|
"stateVariable": false,
|
3345
3345
|
"storageLocation": "default",
|
@@ -3348,7 +3348,7 @@
|
|
3348
3348
|
"typeString": "address"
|
3349
3349
|
},
|
3350
3350
|
"typeName": {
|
3351
|
-
"id":
|
3351
|
+
"id": 48914,
|
3352
3352
|
"name": "address",
|
3353
3353
|
"nodeType": "ElementaryTypeName",
|
3354
3354
|
"src": "3346:7:90",
|
@@ -3362,12 +3362,12 @@
|
|
3362
3362
|
},
|
3363
3363
|
{
|
3364
3364
|
"constant": false,
|
3365
|
-
"id":
|
3365
|
+
"id": 48917,
|
3366
3366
|
"mutability": "mutable",
|
3367
3367
|
"name": "callData",
|
3368
3368
|
"nameLocation": "3379:8:90",
|
3369
3369
|
"nodeType": "VariableDeclaration",
|
3370
|
-
"scope":
|
3370
|
+
"scope": 48943,
|
3371
3371
|
"src": "3366:21:90",
|
3372
3372
|
"stateVariable": false,
|
3373
3373
|
"storageLocation": "memory",
|
@@ -3376,7 +3376,7 @@
|
|
3376
3376
|
"typeString": "bytes"
|
3377
3377
|
},
|
3378
3378
|
"typeName": {
|
3379
|
-
"id":
|
3379
|
+
"id": 48916,
|
3380
3380
|
"name": "bytes",
|
3381
3381
|
"nodeType": "ElementaryTypeName",
|
3382
3382
|
"src": "3366:5:90",
|
@@ -3391,17 +3391,17 @@
|
|
3391
3391
|
"src": "3295:96:90"
|
3392
3392
|
},
|
3393
3393
|
"returnParameters": {
|
3394
|
-
"id":
|
3394
|
+
"id": 48921,
|
3395
3395
|
"nodeType": "ParameterList",
|
3396
3396
|
"parameters": [
|
3397
3397
|
{
|
3398
3398
|
"constant": false,
|
3399
|
-
"id":
|
3399
|
+
"id": 48920,
|
3400
3400
|
"mutability": "mutable",
|
3401
3401
|
"name": "data",
|
3402
3402
|
"nameLocation": "3423:4:90",
|
3403
3403
|
"nodeType": "VariableDeclaration",
|
3404
|
-
"scope":
|
3404
|
+
"scope": 48943,
|
3405
3405
|
"src": "3410:17:90",
|
3406
3406
|
"stateVariable": false,
|
3407
3407
|
"storageLocation": "memory",
|
@@ -3410,7 +3410,7 @@
|
|
3410
3410
|
"typeString": "bytes"
|
3411
3411
|
},
|
3412
3412
|
"typeName": {
|
3413
|
-
"id":
|
3413
|
+
"id": 48919,
|
3414
3414
|
"name": "bytes",
|
3415
3415
|
"nodeType": "ElementaryTypeName",
|
3416
3416
|
"src": "3410:5:90",
|
@@ -3424,7 +3424,7 @@
|
|
3424
3424
|
],
|
3425
3425
|
"src": "3409:19:90"
|
3426
3426
|
},
|
3427
|
-
"scope":
|
3427
|
+
"scope": 48944,
|
3428
3428
|
"stateMutability": "nonpayable",
|
3429
3429
|
"virtual": false,
|
3430
3430
|
"visibility": "internal"
|
@@ -3436,18 +3436,18 @@
|
|
3436
3436
|
"contractDependencies": [],
|
3437
3437
|
"contractKind": "library",
|
3438
3438
|
"documentation": {
|
3439
|
-
"id":
|
3439
|
+
"id": 48796,
|
3440
3440
|
"nodeType": "StructuredDocumentation",
|
3441
3441
|
"src": "1831:136:90",
|
3442
3442
|
"text": " Simple utility function to call a contract and append the msg.sender to the calldata (to be consumed by WorldContextConsumer)"
|
3443
3443
|
},
|
3444
3444
|
"fullyImplemented": true,
|
3445
3445
|
"linearizedBaseContracts": [
|
3446
|
-
|
3446
|
+
48944
|
3447
3447
|
],
|
3448
3448
|
"name": "WorldContextProvider",
|
3449
3449
|
"nameLocation": "1976:20:90",
|
3450
|
-
"scope":
|
3450
|
+
"scope": 48945,
|
3451
3451
|
"usedErrors": [],
|
3452
3452
|
"usedEvents": []
|
3453
3453
|
}
|