@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
@@ -481,38 +481,38 @@
|
|
481
481
|
},
|
482
482
|
"ast": {
|
483
483
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
|
484
|
-
"id":
|
484
|
+
"id": 48945,
|
485
485
|
"exportedSymbols": {
|
486
486
|
"CONTEXT_BYTES": [
|
487
|
-
|
487
|
+
48740
|
488
488
|
],
|
489
489
|
"ERC165_INTERFACE_ID": [
|
490
|
-
|
490
|
+
70851
|
491
491
|
],
|
492
492
|
"IWorldContextConsumer": [
|
493
|
-
|
493
|
+
70898
|
494
494
|
],
|
495
495
|
"StoreSwitch": [
|
496
|
-
|
496
|
+
41020
|
497
497
|
],
|
498
498
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
499
|
-
|
499
|
+
70880
|
500
500
|
],
|
501
501
|
"WorldContextConsumer": [
|
502
|
-
|
502
|
+
48795
|
503
503
|
],
|
504
504
|
"WorldContextProvider": [
|
505
|
-
|
505
|
+
48944
|
506
506
|
],
|
507
507
|
"revertWithBytes": [
|
508
|
-
|
508
|
+
49392
|
509
509
|
]
|
510
510
|
},
|
511
511
|
"nodeType": "SourceUnit",
|
512
512
|
"src": "32:3641:90",
|
513
513
|
"nodes": [
|
514
514
|
{
|
515
|
-
"id":
|
515
|
+
"id": 48726,
|
516
516
|
"nodeType": "PragmaDirective",
|
517
517
|
"src": "32:25:90",
|
518
518
|
"nodes": [],
|
@@ -524,23 +524,23 @@
|
|
524
524
|
]
|
525
525
|
},
|
526
526
|
{
|
527
|
-
"id":
|
527
|
+
"id": 48728,
|
528
528
|
"nodeType": "ImportDirective",
|
529
529
|
"src": "59:68:90",
|
530
530
|
"nodes": [],
|
531
531
|
"absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
|
532
532
|
"file": "@latticexyz/store/src/StoreSwitch.sol",
|
533
533
|
"nameLocation": "-1:-1:-1",
|
534
|
-
"scope":
|
535
|
-
"sourceUnit":
|
534
|
+
"scope": 48945,
|
535
|
+
"sourceUnit": 41021,
|
536
536
|
"symbolAliases": [
|
537
537
|
{
|
538
538
|
"foreign": {
|
539
|
-
"id":
|
539
|
+
"id": 48727,
|
540
540
|
"name": "StoreSwitch",
|
541
541
|
"nodeType": "Identifier",
|
542
542
|
"overloadedDeclarations": [],
|
543
|
-
"referencedDeclaration":
|
543
|
+
"referencedDeclaration": 41020,
|
544
544
|
"src": "68:11:90",
|
545
545
|
"typeDescriptions": {}
|
546
546
|
},
|
@@ -550,23 +550,23 @@
|
|
550
550
|
"unitAlias": ""
|
551
551
|
},
|
552
552
|
{
|
553
|
-
"id":
|
553
|
+
"id": 48730,
|
554
554
|
"nodeType": "ImportDirective",
|
555
555
|
"src": "128:56:90",
|
556
556
|
"nodes": [],
|
557
557
|
"absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
|
558
558
|
"file": "./revertWithBytes.sol",
|
559
559
|
"nameLocation": "-1:-1:-1",
|
560
|
-
"scope":
|
561
|
-
"sourceUnit":
|
560
|
+
"scope": 48945,
|
561
|
+
"sourceUnit": 49393,
|
562
562
|
"symbolAliases": [
|
563
563
|
{
|
564
564
|
"foreign": {
|
565
|
-
"id":
|
565
|
+
"id": 48729,
|
566
566
|
"name": "revertWithBytes",
|
567
567
|
"nodeType": "Identifier",
|
568
568
|
"overloadedDeclarations": [],
|
569
|
-
"referencedDeclaration":
|
569
|
+
"referencedDeclaration": 49392,
|
570
570
|
"src": "137:15:90",
|
571
571
|
"typeDescriptions": {}
|
572
572
|
},
|
@@ -576,23 +576,23 @@
|
|
576
576
|
"unitAlias": ""
|
577
577
|
},
|
578
578
|
{
|
579
|
-
"id":
|
579
|
+
"id": 48732,
|
580
580
|
"nodeType": "ImportDirective",
|
581
581
|
"src": "185:63:90",
|
582
582
|
"nodes": [],
|
583
583
|
"absolutePath": "node_modules/@latticexyz/world/src/interfaces/IERC165.sol",
|
584
584
|
"file": "./interfaces/IERC165.sol",
|
585
585
|
"nameLocation": "-1:-1:-1",
|
586
|
-
"scope":
|
587
|
-
"sourceUnit":
|
586
|
+
"scope": 48945,
|
587
|
+
"sourceUnit": 70861,
|
588
588
|
"symbolAliases": [
|
589
589
|
{
|
590
590
|
"foreign": {
|
591
|
-
"id":
|
591
|
+
"id": 48731,
|
592
592
|
"name": "ERC165_INTERFACE_ID",
|
593
593
|
"nodeType": "Identifier",
|
594
594
|
"overloadedDeclarations": [],
|
595
|
-
"referencedDeclaration":
|
595
|
+
"referencedDeclaration": 70851,
|
596
596
|
"src": "194:19:90",
|
597
597
|
"typeDescriptions": {}
|
598
598
|
},
|
@@ -602,23 +602,23 @@
|
|
602
602
|
"unitAlias": ""
|
603
603
|
},
|
604
604
|
{
|
605
|
-
"id":
|
605
|
+
"id": 48735,
|
606
606
|
"nodeType": "ImportDirective",
|
607
607
|
"src": "249:116:90",
|
608
608
|
"nodes": [],
|
609
609
|
"absolutePath": "node_modules/@latticexyz/world/src/interfaces/IWorldContextConsumer.sol",
|
610
610
|
"file": "./interfaces/IWorldContextConsumer.sol",
|
611
611
|
"nameLocation": "-1:-1:-1",
|
612
|
-
"scope":
|
613
|
-
"sourceUnit":
|
612
|
+
"scope": 48945,
|
613
|
+
"sourceUnit": 70899,
|
614
614
|
"symbolAliases": [
|
615
615
|
{
|
616
616
|
"foreign": {
|
617
|
-
"id":
|
617
|
+
"id": 48733,
|
618
618
|
"name": "IWorldContextConsumer",
|
619
619
|
"nodeType": "Identifier",
|
620
620
|
"overloadedDeclarations": [],
|
621
|
-
"referencedDeclaration":
|
621
|
+
"referencedDeclaration": 70898,
|
622
622
|
"src": "258:21:90",
|
623
623
|
"typeDescriptions": {}
|
624
624
|
},
|
@@ -626,11 +626,11 @@
|
|
626
626
|
},
|
627
627
|
{
|
628
628
|
"foreign": {
|
629
|
-
"id":
|
629
|
+
"id": 48734,
|
630
630
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
631
631
|
"nodeType": "Identifier",
|
632
632
|
"overloadedDeclarations": [],
|
633
|
-
"referencedDeclaration":
|
633
|
+
"referencedDeclaration": 70880,
|
634
634
|
"src": "281:35:90",
|
635
635
|
"typeDescriptions": {}
|
636
636
|
},
|
@@ -640,7 +640,7 @@
|
|
640
640
|
"unitAlias": ""
|
641
641
|
},
|
642
642
|
{
|
643
|
-
"id":
|
643
|
+
"id": 48740,
|
644
644
|
"nodeType": "VariableDeclaration",
|
645
645
|
"src": "442:40:90",
|
646
646
|
"nodes": [],
|
@@ -648,7 +648,7 @@
|
|
648
648
|
"mutability": "constant",
|
649
649
|
"name": "CONTEXT_BYTES",
|
650
650
|
"nameLocation": "459:13:90",
|
651
|
-
"scope":
|
651
|
+
"scope": 48945,
|
652
652
|
"stateVariable": false,
|
653
653
|
"storageLocation": "default",
|
654
654
|
"typeDescriptions": {
|
@@ -656,7 +656,7 @@
|
|
656
656
|
"typeString": "uint256"
|
657
657
|
},
|
658
658
|
"typeName": {
|
659
|
-
"id":
|
659
|
+
"id": 48736,
|
660
660
|
"name": "uint256",
|
661
661
|
"nodeType": "ElementaryTypeName",
|
662
662
|
"src": "442:7:90",
|
@@ -670,14 +670,14 @@
|
|
670
670
|
"typeIdentifier": "t_rational_52_by_1",
|
671
671
|
"typeString": "int_const 52"
|
672
672
|
},
|
673
|
-
"id":
|
673
|
+
"id": 48739,
|
674
674
|
"isConstant": false,
|
675
675
|
"isLValue": false,
|
676
676
|
"isPure": true,
|
677
677
|
"lValueRequested": false,
|
678
678
|
"leftExpression": {
|
679
679
|
"hexValue": "3230",
|
680
|
-
"id":
|
680
|
+
"id": 48737,
|
681
681
|
"isConstant": false,
|
682
682
|
"isLValue": false,
|
683
683
|
"isPure": true,
|
@@ -695,7 +695,7 @@
|
|
695
695
|
"operator": "+",
|
696
696
|
"rightExpression": {
|
697
697
|
"hexValue": "3332",
|
698
|
-
"id":
|
698
|
+
"id": 48738,
|
699
699
|
"isConstant": false,
|
700
700
|
"isLValue": false,
|
701
701
|
"isPure": true,
|
@@ -718,17 +718,17 @@
|
|
718
718
|
"visibility": "internal"
|
719
719
|
},
|
720
720
|
{
|
721
|
-
"id":
|
721
|
+
"id": 48795,
|
722
722
|
"nodeType": "ContractDefinition",
|
723
723
|
"src": "664:1165:90",
|
724
724
|
"nodes": [
|
725
725
|
{
|
726
|
-
"id":
|
726
|
+
"id": 48761,
|
727
727
|
"nodeType": "FunctionDefinition",
|
728
728
|
"src": "799:379:90",
|
729
729
|
"nodes": [],
|
730
730
|
"body": {
|
731
|
-
"id":
|
731
|
+
"id": 48760,
|
732
732
|
"nodeType": "Block",
|
733
733
|
"src": "858:320:90",
|
734
734
|
"nodes": [],
|
@@ -822,21 +822,21 @@
|
|
822
822
|
"evmVersion": "paris",
|
823
823
|
"externalReferences": [
|
824
824
|
{
|
825
|
-
"declaration":
|
825
|
+
"declaration": 48740,
|
826
826
|
"isOffset": false,
|
827
827
|
"isSlot": false,
|
828
828
|
"src": "1101:13:90",
|
829
829
|
"valueSize": 1
|
830
830
|
},
|
831
831
|
{
|
832
|
-
"declaration":
|
832
|
+
"declaration": 48745,
|
833
833
|
"isOffset": false,
|
834
834
|
"isSlot": false,
|
835
835
|
"src": "1050:6:90",
|
836
836
|
"valueSize": 1
|
837
837
|
}
|
838
838
|
],
|
839
|
-
"id":
|
839
|
+
"id": 48747,
|
840
840
|
"nodeType": "InlineAssembly",
|
841
841
|
"src": "864:259:90"
|
842
842
|
},
|
@@ -846,17 +846,17 @@
|
|
846
846
|
"typeIdentifier": "t_address",
|
847
847
|
"typeString": "address"
|
848
848
|
},
|
849
|
-
"id":
|
849
|
+
"id": 48753,
|
850
850
|
"isConstant": false,
|
851
851
|
"isLValue": false,
|
852
852
|
"isPure": false,
|
853
853
|
"lValueRequested": false,
|
854
854
|
"leftExpression": {
|
855
|
-
"id":
|
855
|
+
"id": 48748,
|
856
856
|
"name": "sender",
|
857
857
|
"nodeType": "Identifier",
|
858
858
|
"overloadedDeclarations": [],
|
859
|
-
"referencedDeclaration":
|
859
|
+
"referencedDeclaration": 48745,
|
860
860
|
"src": "1132:6:90",
|
861
861
|
"typeDescriptions": {
|
862
862
|
"typeIdentifier": "t_address",
|
@@ -869,7 +869,7 @@
|
|
869
869
|
"arguments": [
|
870
870
|
{
|
871
871
|
"hexValue": "30",
|
872
|
-
"id":
|
872
|
+
"id": 48751,
|
873
873
|
"isConstant": false,
|
874
874
|
"isLValue": false,
|
875
875
|
"isPure": true,
|
@@ -891,7 +891,7 @@
|
|
891
891
|
"typeString": "int_const 0"
|
892
892
|
}
|
893
893
|
],
|
894
|
-
"id":
|
894
|
+
"id": 48750,
|
895
895
|
"isConstant": false,
|
896
896
|
"isLValue": false,
|
897
897
|
"isPure": true,
|
@@ -903,14 +903,14 @@
|
|
903
903
|
"typeString": "type(address)"
|
904
904
|
},
|
905
905
|
"typeName": {
|
906
|
-
"id":
|
906
|
+
"id": 48749,
|
907
907
|
"name": "address",
|
908
908
|
"nodeType": "ElementaryTypeName",
|
909
909
|
"src": "1142:7:90",
|
910
910
|
"typeDescriptions": {}
|
911
911
|
}
|
912
912
|
},
|
913
|
-
"id":
|
913
|
+
"id": 48752,
|
914
914
|
"isConstant": false,
|
915
915
|
"isLValue": false,
|
916
916
|
"isPure": true,
|
@@ -932,22 +932,22 @@
|
|
932
932
|
"typeString": "bool"
|
933
933
|
}
|
934
934
|
},
|
935
|
-
"id":
|
935
|
+
"id": 48759,
|
936
936
|
"nodeType": "IfStatement",
|
937
937
|
"src": "1128:45:90",
|
938
938
|
"trueBody": {
|
939
939
|
"expression": {
|
940
|
-
"id":
|
940
|
+
"id": 48757,
|
941
941
|
"isConstant": false,
|
942
942
|
"isLValue": false,
|
943
943
|
"isPure": false,
|
944
944
|
"lValueRequested": false,
|
945
945
|
"leftHandSide": {
|
946
|
-
"id":
|
946
|
+
"id": 48754,
|
947
947
|
"name": "sender",
|
948
948
|
"nodeType": "Identifier",
|
949
949
|
"overloadedDeclarations": [],
|
950
|
-
"referencedDeclaration":
|
950
|
+
"referencedDeclaration": 48745,
|
951
951
|
"src": "1154:6:90",
|
952
952
|
"typeDescriptions": {
|
953
953
|
"typeIdentifier": "t_address",
|
@@ -958,7 +958,7 @@
|
|
958
958
|
"operator": "=",
|
959
959
|
"rightHandSide": {
|
960
960
|
"expression": {
|
961
|
-
"id":
|
961
|
+
"id": 48755,
|
962
962
|
"name": "msg",
|
963
963
|
"nodeType": "Identifier",
|
964
964
|
"overloadedDeclarations": [],
|
@@ -969,7 +969,7 @@
|
|
969
969
|
"typeString": "msg"
|
970
970
|
}
|
971
971
|
},
|
972
|
-
"id":
|
972
|
+
"id": 48756,
|
973
973
|
"isConstant": false,
|
974
974
|
"isLValue": false,
|
975
975
|
"isPure": false,
|
@@ -989,7 +989,7 @@
|
|
989
989
|
"typeString": "address"
|
990
990
|
}
|
991
991
|
},
|
992
|
-
"id":
|
992
|
+
"id": 48758,
|
993
993
|
"nodeType": "ExpressionStatement",
|
994
994
|
"src": "1154:19:90"
|
995
995
|
}
|
@@ -997,7 +997,7 @@
|
|
997
997
|
]
|
998
998
|
},
|
999
999
|
"baseFunctions": [
|
1000
|
-
|
1000
|
+
70887
|
1001
1001
|
],
|
1002
1002
|
"functionSelector": "119df25f",
|
1003
1003
|
"implemented": true,
|
@@ -1006,23 +1006,23 @@
|
|
1006
1006
|
"name": "_msgSender",
|
1007
1007
|
"nameLocation": "808:10:90",
|
1008
1008
|
"parameters": {
|
1009
|
-
"id":
|
1009
|
+
"id": 48743,
|
1010
1010
|
"nodeType": "ParameterList",
|
1011
1011
|
"parameters": [],
|
1012
1012
|
"src": "818:2:90"
|
1013
1013
|
},
|
1014
1014
|
"returnParameters": {
|
1015
|
-
"id":
|
1015
|
+
"id": 48746,
|
1016
1016
|
"nodeType": "ParameterList",
|
1017
1017
|
"parameters": [
|
1018
1018
|
{
|
1019
1019
|
"constant": false,
|
1020
|
-
"id":
|
1020
|
+
"id": 48745,
|
1021
1021
|
"mutability": "mutable",
|
1022
1022
|
"name": "sender",
|
1023
1023
|
"nameLocation": "850:6:90",
|
1024
1024
|
"nodeType": "VariableDeclaration",
|
1025
|
-
"scope":
|
1025
|
+
"scope": 48761,
|
1026
1026
|
"src": "842:14:90",
|
1027
1027
|
"stateVariable": false,
|
1028
1028
|
"storageLocation": "default",
|
@@ -1031,7 +1031,7 @@
|
|
1031
1031
|
"typeString": "address"
|
1032
1032
|
},
|
1033
1033
|
"typeName": {
|
1034
|
-
"id":
|
1034
|
+
"id": 48744,
|
1035
1035
|
"name": "address",
|
1036
1036
|
"nodeType": "ElementaryTypeName",
|
1037
1037
|
"src": "842:7:90",
|
@@ -1046,18 +1046,18 @@
|
|
1046
1046
|
],
|
1047
1047
|
"src": "841:16:90"
|
1048
1048
|
},
|
1049
|
-
"scope":
|
1049
|
+
"scope": 48795,
|
1050
1050
|
"stateMutability": "view",
|
1051
1051
|
"virtual": false,
|
1052
1052
|
"visibility": "public"
|
1053
1053
|
},
|
1054
1054
|
{
|
1055
|
-
"id":
|
1055
|
+
"id": 48768,
|
1056
1056
|
"nodeType": "FunctionDefinition",
|
1057
1057
|
"src": "1248:212:90",
|
1058
1058
|
"nodes": [],
|
1059
1059
|
"body": {
|
1060
|
-
"id":
|
1060
|
+
"id": 48767,
|
1061
1061
|
"nodeType": "Block",
|
1062
1062
|
"src": "1305:155:90",
|
1063
1063
|
"nodes": [],
|
@@ -1132,21 +1132,21 @@
|
|
1132
1132
|
"evmVersion": "paris",
|
1133
1133
|
"externalReferences": [
|
1134
1134
|
{
|
1135
|
-
"declaration":
|
1135
|
+
"declaration": 48764,
|
1136
1136
|
"isOffset": false,
|
1137
1137
|
"isSlot": false,
|
1138
1138
|
"src": "1404:5:90",
|
1139
1139
|
"valueSize": 1
|
1140
1140
|
}
|
1141
1141
|
],
|
1142
|
-
"id":
|
1142
|
+
"id": 48766,
|
1143
1143
|
"nodeType": "InlineAssembly",
|
1144
1144
|
"src": "1311:145:90"
|
1145
1145
|
}
|
1146
1146
|
]
|
1147
1147
|
},
|
1148
1148
|
"baseFunctions": [
|
1149
|
-
|
1149
|
+
70892
|
1150
1150
|
],
|
1151
1151
|
"functionSelector": "45ec9354",
|
1152
1152
|
"implemented": true,
|
@@ -1155,23 +1155,23 @@
|
|
1155
1155
|
"name": "_msgValue",
|
1156
1156
|
"nameLocation": "1257:9:90",
|
1157
1157
|
"parameters": {
|
1158
|
-
"id":
|
1158
|
+
"id": 48762,
|
1159
1159
|
"nodeType": "ParameterList",
|
1160
1160
|
"parameters": [],
|
1161
1161
|
"src": "1266:2:90"
|
1162
1162
|
},
|
1163
1163
|
"returnParameters": {
|
1164
|
-
"id":
|
1164
|
+
"id": 48765,
|
1165
1165
|
"nodeType": "ParameterList",
|
1166
1166
|
"parameters": [
|
1167
1167
|
{
|
1168
1168
|
"constant": false,
|
1169
|
-
"id":
|
1169
|
+
"id": 48764,
|
1170
1170
|
"mutability": "mutable",
|
1171
1171
|
"name": "value",
|
1172
1172
|
"nameLocation": "1298:5:90",
|
1173
1173
|
"nodeType": "VariableDeclaration",
|
1174
|
-
"scope":
|
1174
|
+
"scope": 48768,
|
1175
1175
|
"src": "1290:13:90",
|
1176
1176
|
"stateVariable": false,
|
1177
1177
|
"storageLocation": "default",
|
@@ -1180,7 +1180,7 @@
|
|
1180
1180
|
"typeString": "uint256"
|
1181
1181
|
},
|
1182
1182
|
"typeName": {
|
1183
|
-
"id":
|
1183
|
+
"id": 48763,
|
1184
1184
|
"name": "uint256",
|
1185
1185
|
"nodeType": "ElementaryTypeName",
|
1186
1186
|
"src": "1290:7:90",
|
@@ -1194,18 +1194,18 @@
|
|
1194
1194
|
],
|
1195
1195
|
"src": "1289:15:90"
|
1196
1196
|
},
|
1197
|
-
"scope":
|
1197
|
+
"scope": 48795,
|
1198
1198
|
"stateMutability": "pure",
|
1199
1199
|
"virtual": false,
|
1200
1200
|
"visibility": "public"
|
1201
1201
|
},
|
1202
1202
|
{
|
1203
|
-
"id":
|
1203
|
+
"id": 48778,
|
1204
1204
|
"nodeType": "FunctionDefinition",
|
1205
1205
|
"src": "1464:95:90",
|
1206
1206
|
"nodes": [],
|
1207
1207
|
"body": {
|
1208
|
-
"id":
|
1208
|
+
"id": 48777,
|
1209
1209
|
"nodeType": "Block",
|
1210
1210
|
"src": "1512:47:90",
|
1211
1211
|
"nodes": [],
|
@@ -1216,18 +1216,18 @@
|
|
1216
1216
|
"expression": {
|
1217
1217
|
"argumentTypes": [],
|
1218
1218
|
"expression": {
|
1219
|
-
"id":
|
1219
|
+
"id": 48773,
|
1220
1220
|
"name": "StoreSwitch",
|
1221
1221
|
"nodeType": "Identifier",
|
1222
1222
|
"overloadedDeclarations": [],
|
1223
|
-
"referencedDeclaration":
|
1223
|
+
"referencedDeclaration": 41020,
|
1224
1224
|
"src": "1525:11:90",
|
1225
1225
|
"typeDescriptions": {
|
1226
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
1226
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$41020_$",
|
1227
1227
|
"typeString": "type(library StoreSwitch)"
|
1228
1228
|
}
|
1229
1229
|
},
|
1230
|
-
"id":
|
1230
|
+
"id": 48774,
|
1231
1231
|
"isConstant": false,
|
1232
1232
|
"isLValue": false,
|
1233
1233
|
"isPure": false,
|
@@ -1235,14 +1235,14 @@
|
|
1235
1235
|
"memberLocation": "1537:15:90",
|
1236
1236
|
"memberName": "getStoreAddress",
|
1237
1237
|
"nodeType": "MemberAccess",
|
1238
|
-
"referencedDeclaration":
|
1238
|
+
"referencedDeclaration": 39790,
|
1239
1239
|
"src": "1525:27:90",
|
1240
1240
|
"typeDescriptions": {
|
1241
1241
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
1242
1242
|
"typeString": "function () view returns (address)"
|
1243
1243
|
}
|
1244
1244
|
},
|
1245
|
-
"id":
|
1245
|
+
"id": 48775,
|
1246
1246
|
"isConstant": false,
|
1247
1247
|
"isLValue": false,
|
1248
1248
|
"isPure": false,
|
@@ -1258,15 +1258,15 @@
|
|
1258
1258
|
"typeString": "address"
|
1259
1259
|
}
|
1260
1260
|
},
|
1261
|
-
"functionReturnParameters":
|
1262
|
-
"id":
|
1261
|
+
"functionReturnParameters": 48772,
|
1262
|
+
"id": 48776,
|
1263
1263
|
"nodeType": "Return",
|
1264
1264
|
"src": "1518:36:90"
|
1265
1265
|
}
|
1266
1266
|
]
|
1267
1267
|
},
|
1268
1268
|
"baseFunctions": [
|
1269
|
-
|
1269
|
+
70897
|
1270
1270
|
],
|
1271
1271
|
"functionSelector": "e1af802c",
|
1272
1272
|
"implemented": true,
|
@@ -1275,23 +1275,23 @@
|
|
1275
1275
|
"name": "_world",
|
1276
1276
|
"nameLocation": "1473:6:90",
|
1277
1277
|
"parameters": {
|
1278
|
-
"id":
|
1278
|
+
"id": 48769,
|
1279
1279
|
"nodeType": "ParameterList",
|
1280
1280
|
"parameters": [],
|
1281
1281
|
"src": "1479:2:90"
|
1282
1282
|
},
|
1283
1283
|
"returnParameters": {
|
1284
|
-
"id":
|
1284
|
+
"id": 48772,
|
1285
1285
|
"nodeType": "ParameterList",
|
1286
1286
|
"parameters": [
|
1287
1287
|
{
|
1288
1288
|
"constant": false,
|
1289
|
-
"id":
|
1289
|
+
"id": 48771,
|
1290
1290
|
"mutability": "mutable",
|
1291
1291
|
"name": "",
|
1292
1292
|
"nameLocation": "-1:-1:-1",
|
1293
1293
|
"nodeType": "VariableDeclaration",
|
1294
|
-
"scope":
|
1294
|
+
"scope": 48778,
|
1295
1295
|
"src": "1503:7:90",
|
1296
1296
|
"stateVariable": false,
|
1297
1297
|
"storageLocation": "default",
|
@@ -1300,7 +1300,7 @@
|
|
1300
1300
|
"typeString": "address"
|
1301
1301
|
},
|
1302
1302
|
"typeName": {
|
1303
|
-
"id":
|
1303
|
+
"id": 48770,
|
1304
1304
|
"name": "address",
|
1305
1305
|
"nodeType": "ElementaryTypeName",
|
1306
1306
|
"src": "1503:7:90",
|
@@ -1315,18 +1315,18 @@
|
|
1315
1315
|
],
|
1316
1316
|
"src": "1502:9:90"
|
1317
1317
|
},
|
1318
|
-
"scope":
|
1318
|
+
"scope": 48795,
|
1319
1319
|
"stateMutability": "view",
|
1320
1320
|
"virtual": false,
|
1321
1321
|
"visibility": "public"
|
1322
1322
|
},
|
1323
1323
|
{
|
1324
|
-
"id":
|
1324
|
+
"id": 48794,
|
1325
1325
|
"nodeType": "FunctionDefinition",
|
1326
1326
|
"src": "1639:188:90",
|
1327
1327
|
"nodes": [],
|
1328
1328
|
"body": {
|
1329
|
-
"id":
|
1329
|
+
"id": 48793,
|
1330
1330
|
"nodeType": "Block",
|
1331
1331
|
"src": "1721:106:90",
|
1332
1332
|
"nodes": [],
|
@@ -1337,7 +1337,7 @@
|
|
1337
1337
|
"typeIdentifier": "t_bool",
|
1338
1338
|
"typeString": "bool"
|
1339
1339
|
},
|
1340
|
-
"id":
|
1340
|
+
"id": 48791,
|
1341
1341
|
"isConstant": false,
|
1342
1342
|
"isLValue": false,
|
1343
1343
|
"isPure": false,
|
@@ -1347,17 +1347,17 @@
|
|
1347
1347
|
"typeIdentifier": "t_bytes4",
|
1348
1348
|
"typeString": "bytes4"
|
1349
1349
|
},
|
1350
|
-
"id":
|
1350
|
+
"id": 48787,
|
1351
1351
|
"isConstant": false,
|
1352
1352
|
"isLValue": false,
|
1353
1353
|
"isPure": false,
|
1354
1354
|
"lValueRequested": false,
|
1355
1355
|
"leftExpression": {
|
1356
|
-
"id":
|
1356
|
+
"id": 48785,
|
1357
1357
|
"name": "interfaceId",
|
1358
1358
|
"nodeType": "Identifier",
|
1359
1359
|
"overloadedDeclarations": [],
|
1360
|
-
"referencedDeclaration":
|
1360
|
+
"referencedDeclaration": 48780,
|
1361
1361
|
"src": "1734:11:90",
|
1362
1362
|
"typeDescriptions": {
|
1363
1363
|
"typeIdentifier": "t_bytes4",
|
@@ -1367,11 +1367,11 @@
|
|
1367
1367
|
"nodeType": "BinaryOperation",
|
1368
1368
|
"operator": "==",
|
1369
1369
|
"rightExpression": {
|
1370
|
-
"id":
|
1370
|
+
"id": 48786,
|
1371
1371
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
1372
1372
|
"nodeType": "Identifier",
|
1373
1373
|
"overloadedDeclarations": [],
|
1374
|
-
"referencedDeclaration":
|
1374
|
+
"referencedDeclaration": 70880,
|
1375
1375
|
"src": "1749:35:90",
|
1376
1376
|
"typeDescriptions": {
|
1377
1377
|
"typeIdentifier": "t_bytes4",
|
@@ -1391,17 +1391,17 @@
|
|
1391
1391
|
"typeIdentifier": "t_bytes4",
|
1392
1392
|
"typeString": "bytes4"
|
1393
1393
|
},
|
1394
|
-
"id":
|
1394
|
+
"id": 48790,
|
1395
1395
|
"isConstant": false,
|
1396
1396
|
"isLValue": false,
|
1397
1397
|
"isPure": false,
|
1398
1398
|
"lValueRequested": false,
|
1399
1399
|
"leftExpression": {
|
1400
|
-
"id":
|
1400
|
+
"id": 48788,
|
1401
1401
|
"name": "interfaceId",
|
1402
1402
|
"nodeType": "Identifier",
|
1403
1403
|
"overloadedDeclarations": [],
|
1404
|
-
"referencedDeclaration":
|
1404
|
+
"referencedDeclaration": 48780,
|
1405
1405
|
"src": "1788:11:90",
|
1406
1406
|
"typeDescriptions": {
|
1407
1407
|
"typeIdentifier": "t_bytes4",
|
@@ -1411,11 +1411,11 @@
|
|
1411
1411
|
"nodeType": "BinaryOperation",
|
1412
1412
|
"operator": "==",
|
1413
1413
|
"rightExpression": {
|
1414
|
-
"id":
|
1414
|
+
"id": 48789,
|
1415
1415
|
"name": "ERC165_INTERFACE_ID",
|
1416
1416
|
"nodeType": "Identifier",
|
1417
1417
|
"overloadedDeclarations": [],
|
1418
|
-
"referencedDeclaration":
|
1418
|
+
"referencedDeclaration": 70851,
|
1419
1419
|
"src": "1803:19:90",
|
1420
1420
|
"typeDescriptions": {
|
1421
1421
|
"typeIdentifier": "t_bytes4",
|
@@ -1434,15 +1434,15 @@
|
|
1434
1434
|
"typeString": "bool"
|
1435
1435
|
}
|
1436
1436
|
},
|
1437
|
-
"functionReturnParameters":
|
1438
|
-
"id":
|
1437
|
+
"functionReturnParameters": 48784,
|
1438
|
+
"id": 48792,
|
1439
1439
|
"nodeType": "Return",
|
1440
1440
|
"src": "1727:95:90"
|
1441
1441
|
}
|
1442
1442
|
]
|
1443
1443
|
},
|
1444
1444
|
"baseFunctions": [
|
1445
|
-
|
1445
|
+
70859
|
1446
1446
|
],
|
1447
1447
|
"functionSelector": "01ffc9a7",
|
1448
1448
|
"implemented": true,
|
@@ -1451,17 +1451,17 @@
|
|
1451
1451
|
"name": "supportsInterface",
|
1452
1452
|
"nameLocation": "1648:17:90",
|
1453
1453
|
"parameters": {
|
1454
|
-
"id":
|
1454
|
+
"id": 48781,
|
1455
1455
|
"nodeType": "ParameterList",
|
1456
1456
|
"parameters": [
|
1457
1457
|
{
|
1458
1458
|
"constant": false,
|
1459
|
-
"id":
|
1459
|
+
"id": 48780,
|
1460
1460
|
"mutability": "mutable",
|
1461
1461
|
"name": "interfaceId",
|
1462
1462
|
"nameLocation": "1673:11:90",
|
1463
1463
|
"nodeType": "VariableDeclaration",
|
1464
|
-
"scope":
|
1464
|
+
"scope": 48794,
|
1465
1465
|
"src": "1666:18:90",
|
1466
1466
|
"stateVariable": false,
|
1467
1467
|
"storageLocation": "default",
|
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
"typeString": "bytes4"
|
1471
1471
|
},
|
1472
1472
|
"typeName": {
|
1473
|
-
"id":
|
1473
|
+
"id": 48779,
|
1474
1474
|
"name": "bytes4",
|
1475
1475
|
"nodeType": "ElementaryTypeName",
|
1476
1476
|
"src": "1666:6:90",
|
@@ -1485,17 +1485,17 @@
|
|
1485
1485
|
"src": "1665:20:90"
|
1486
1486
|
},
|
1487
1487
|
"returnParameters": {
|
1488
|
-
"id":
|
1488
|
+
"id": 48784,
|
1489
1489
|
"nodeType": "ParameterList",
|
1490
1490
|
"parameters": [
|
1491
1491
|
{
|
1492
1492
|
"constant": false,
|
1493
|
-
"id":
|
1493
|
+
"id": 48783,
|
1494
1494
|
"mutability": "mutable",
|
1495
1495
|
"name": "",
|
1496
1496
|
"nameLocation": "-1:-1:-1",
|
1497
1497
|
"nodeType": "VariableDeclaration",
|
1498
|
-
"scope":
|
1498
|
+
"scope": 48794,
|
1499
1499
|
"src": "1715:4:90",
|
1500
1500
|
"stateVariable": false,
|
1501
1501
|
"storageLocation": "default",
|
@@ -1504,7 +1504,7 @@
|
|
1504
1504
|
"typeString": "bool"
|
1505
1505
|
},
|
1506
1506
|
"typeName": {
|
1507
|
-
"id":
|
1507
|
+
"id": 48782,
|
1508
1508
|
"name": "bool",
|
1509
1509
|
"nodeType": "ElementaryTypeName",
|
1510
1510
|
"src": "1715:4:90",
|
@@ -1518,7 +1518,7 @@
|
|
1518
1518
|
],
|
1519
1519
|
"src": "1714:6:90"
|
1520
1520
|
},
|
1521
|
-
"scope":
|
1521
|
+
"scope": 48795,
|
1522
1522
|
"stateMutability": "pure",
|
1523
1523
|
"virtual": true,
|
1524
1524
|
"visibility": "public"
|
@@ -1528,16 +1528,16 @@
|
|
1528
1528
|
"baseContracts": [
|
1529
1529
|
{
|
1530
1530
|
"baseName": {
|
1531
|
-
"id":
|
1531
|
+
"id": 48741,
|
1532
1532
|
"name": "IWorldContextConsumer",
|
1533
1533
|
"nameLocations": [
|
1534
1534
|
"706:21:90"
|
1535
1535
|
],
|
1536
1536
|
"nodeType": "IdentifierPath",
|
1537
|
-
"referencedDeclaration":
|
1537
|
+
"referencedDeclaration": 70898,
|
1538
1538
|
"src": "706:21:90"
|
1539
1539
|
},
|
1540
|
-
"id":
|
1540
|
+
"id": 48742,
|
1541
1541
|
"nodeType": "InheritanceSpecifier",
|
1542
1542
|
"src": "706:21:90"
|
1543
1543
|
}
|
@@ -1547,28 +1547,28 @@
|
|
1547
1547
|
"contractKind": "contract",
|
1548
1548
|
"fullyImplemented": true,
|
1549
1549
|
"linearizedBaseContracts": [
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1550
|
+
48795,
|
1551
|
+
70898,
|
1552
|
+
70860
|
1553
1553
|
],
|
1554
1554
|
"name": "WorldContextConsumer",
|
1555
1555
|
"nameLocation": "682:20:90",
|
1556
|
-
"scope":
|
1556
|
+
"scope": 48945,
|
1557
1557
|
"usedErrors": [],
|
1558
1558
|
"usedEvents": []
|
1559
1559
|
},
|
1560
1560
|
{
|
1561
|
-
"id":
|
1561
|
+
"id": 48944,
|
1562
1562
|
"nodeType": "ContractDefinition",
|
1563
1563
|
"src": "1968:1704:90",
|
1564
1564
|
"nodes": [
|
1565
1565
|
{
|
1566
|
-
"id":
|
1566
|
+
"id": 48815,
|
1567
1567
|
"nodeType": "FunctionDefinition",
|
1568
1568
|
"src": "2001:201:90",
|
1569
1569
|
"nodes": [],
|
1570
1570
|
"body": {
|
1571
|
-
"id":
|
1571
|
+
"id": 48814,
|
1572
1572
|
"nodeType": "Block",
|
1573
1573
|
"src": "2137:65:90",
|
1574
1574
|
"nodes": [],
|
@@ -1577,11 +1577,11 @@
|
|
1577
1577
|
"expression": {
|
1578
1578
|
"arguments": [
|
1579
1579
|
{
|
1580
|
-
"id":
|
1580
|
+
"id": 48809,
|
1581
1581
|
"name": "callData",
|
1582
1582
|
"nodeType": "Identifier",
|
1583
1583
|
"overloadedDeclarations": [],
|
1584
|
-
"referencedDeclaration":
|
1584
|
+
"referencedDeclaration": 48798,
|
1585
1585
|
"src": "2167:8:90",
|
1586
1586
|
"typeDescriptions": {
|
1587
1587
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1589,11 +1589,11 @@
|
|
1589
1589
|
}
|
1590
1590
|
},
|
1591
1591
|
{
|
1592
|
-
"id":
|
1592
|
+
"id": 48810,
|
1593
1593
|
"name": "msgSender",
|
1594
1594
|
"nodeType": "Identifier",
|
1595
1595
|
"overloadedDeclarations": [],
|
1596
|
-
"referencedDeclaration":
|
1596
|
+
"referencedDeclaration": 48800,
|
1597
1597
|
"src": "2177:9:90",
|
1598
1598
|
"typeDescriptions": {
|
1599
1599
|
"typeIdentifier": "t_address",
|
@@ -1601,11 +1601,11 @@
|
|
1601
1601
|
}
|
1602
1602
|
},
|
1603
1603
|
{
|
1604
|
-
"id":
|
1604
|
+
"id": 48811,
|
1605
1605
|
"name": "msgValue",
|
1606
1606
|
"nodeType": "Identifier",
|
1607
1607
|
"overloadedDeclarations": [],
|
1608
|
-
"referencedDeclaration":
|
1608
|
+
"referencedDeclaration": 48802,
|
1609
1609
|
"src": "2188:8:90",
|
1610
1610
|
"typeDescriptions": {
|
1611
1611
|
"typeIdentifier": "t_uint256",
|
@@ -1629,7 +1629,7 @@
|
|
1629
1629
|
}
|
1630
1630
|
],
|
1631
1631
|
"expression": {
|
1632
|
-
"id":
|
1632
|
+
"id": 48807,
|
1633
1633
|
"name": "abi",
|
1634
1634
|
"nodeType": "Identifier",
|
1635
1635
|
"overloadedDeclarations": [],
|
@@ -1640,7 +1640,7 @@
|
|
1640
1640
|
"typeString": "abi"
|
1641
1641
|
}
|
1642
1642
|
},
|
1643
|
-
"id":
|
1643
|
+
"id": 48808,
|
1644
1644
|
"isConstant": false,
|
1645
1645
|
"isLValue": false,
|
1646
1646
|
"isPure": true,
|
@@ -1654,7 +1654,7 @@
|
|
1654
1654
|
"typeString": "function () pure returns (bytes memory)"
|
1655
1655
|
}
|
1656
1656
|
},
|
1657
|
-
"id":
|
1657
|
+
"id": 48812,
|
1658
1658
|
"isConstant": false,
|
1659
1659
|
"isLValue": false,
|
1660
1660
|
"isPure": false,
|
@@ -1670,8 +1670,8 @@
|
|
1670
1670
|
"typeString": "bytes memory"
|
1671
1671
|
}
|
1672
1672
|
},
|
1673
|
-
"functionReturnParameters":
|
1674
|
-
"id":
|
1673
|
+
"functionReturnParameters": 48806,
|
1674
|
+
"id": 48813,
|
1675
1675
|
"nodeType": "Return",
|
1676
1676
|
"src": "2143:54:90"
|
1677
1677
|
}
|
@@ -1683,17 +1683,17 @@
|
|
1683
1683
|
"name": "appendContext",
|
1684
1684
|
"nameLocation": "2010:13:90",
|
1685
1685
|
"parameters": {
|
1686
|
-
"id":
|
1686
|
+
"id": 48803,
|
1687
1687
|
"nodeType": "ParameterList",
|
1688
1688
|
"parameters": [
|
1689
1689
|
{
|
1690
1690
|
"constant": false,
|
1691
|
-
"id":
|
1691
|
+
"id": 48798,
|
1692
1692
|
"mutability": "mutable",
|
1693
1693
|
"name": "callData",
|
1694
1694
|
"nameLocation": "2042:8:90",
|
1695
1695
|
"nodeType": "VariableDeclaration",
|
1696
|
-
"scope":
|
1696
|
+
"scope": 48815,
|
1697
1697
|
"src": "2029:21:90",
|
1698
1698
|
"stateVariable": false,
|
1699
1699
|
"storageLocation": "memory",
|
@@ -1702,7 +1702,7 @@
|
|
1702
1702
|
"typeString": "bytes"
|
1703
1703
|
},
|
1704
1704
|
"typeName": {
|
1705
|
-
"id":
|
1705
|
+
"id": 48797,
|
1706
1706
|
"name": "bytes",
|
1707
1707
|
"nodeType": "ElementaryTypeName",
|
1708
1708
|
"src": "2029:5:90",
|
@@ -1715,12 +1715,12 @@
|
|
1715
1715
|
},
|
1716
1716
|
{
|
1717
1717
|
"constant": false,
|
1718
|
-
"id":
|
1718
|
+
"id": 48800,
|
1719
1719
|
"mutability": "mutable",
|
1720
1720
|
"name": "msgSender",
|
1721
1721
|
"nameLocation": "2064:9:90",
|
1722
1722
|
"nodeType": "VariableDeclaration",
|
1723
|
-
"scope":
|
1723
|
+
"scope": 48815,
|
1724
1724
|
"src": "2056:17:90",
|
1725
1725
|
"stateVariable": false,
|
1726
1726
|
"storageLocation": "default",
|
@@ -1729,7 +1729,7 @@
|
|
1729
1729
|
"typeString": "address"
|
1730
1730
|
},
|
1731
1731
|
"typeName": {
|
1732
|
-
"id":
|
1732
|
+
"id": 48799,
|
1733
1733
|
"name": "address",
|
1734
1734
|
"nodeType": "ElementaryTypeName",
|
1735
1735
|
"src": "2056:7:90",
|
@@ -1743,12 +1743,12 @@
|
|
1743
1743
|
},
|
1744
1744
|
{
|
1745
1745
|
"constant": false,
|
1746
|
-
"id":
|
1746
|
+
"id": 48802,
|
1747
1747
|
"mutability": "mutable",
|
1748
1748
|
"name": "msgValue",
|
1749
1749
|
"nameLocation": "2087:8:90",
|
1750
1750
|
"nodeType": "VariableDeclaration",
|
1751
|
-
"scope":
|
1751
|
+
"scope": 48815,
|
1752
1752
|
"src": "2079:16:90",
|
1753
1753
|
"stateVariable": false,
|
1754
1754
|
"storageLocation": "default",
|
@@ -1757,7 +1757,7 @@
|
|
1757
1757
|
"typeString": "uint256"
|
1758
1758
|
},
|
1759
1759
|
"typeName": {
|
1760
|
-
"id":
|
1760
|
+
"id": 48801,
|
1761
1761
|
"name": "uint256",
|
1762
1762
|
"nodeType": "ElementaryTypeName",
|
1763
1763
|
"src": "2079:7:90",
|
@@ -1772,17 +1772,17 @@
|
|
1772
1772
|
"src": "2023:76:90"
|
1773
1773
|
},
|
1774
1774
|
"returnParameters": {
|
1775
|
-
"id":
|
1775
|
+
"id": 48806,
|
1776
1776
|
"nodeType": "ParameterList",
|
1777
1777
|
"parameters": [
|
1778
1778
|
{
|
1779
1779
|
"constant": false,
|
1780
|
-
"id":
|
1780
|
+
"id": 48805,
|
1781
1781
|
"mutability": "mutable",
|
1782
1782
|
"name": "",
|
1783
1783
|
"nameLocation": "-1:-1:-1",
|
1784
1784
|
"nodeType": "VariableDeclaration",
|
1785
|
-
"scope":
|
1785
|
+
"scope": 48815,
|
1786
1786
|
"src": "2123:12:90",
|
1787
1787
|
"stateVariable": false,
|
1788
1788
|
"storageLocation": "memory",
|
@@ -1791,7 +1791,7 @@
|
|
1791
1791
|
"typeString": "bytes"
|
1792
1792
|
},
|
1793
1793
|
"typeName": {
|
1794
|
-
"id":
|
1794
|
+
"id": 48804,
|
1795
1795
|
"name": "bytes",
|
1796
1796
|
"nodeType": "ElementaryTypeName",
|
1797
1797
|
"src": "2123:5:90",
|
@@ -1805,25 +1805,25 @@
|
|
1805
1805
|
],
|
1806
1806
|
"src": "2122:14:90"
|
1807
1807
|
},
|
1808
|
-
"scope":
|
1808
|
+
"scope": 48944,
|
1809
1809
|
"stateMutability": "pure",
|
1810
1810
|
"virtual": false,
|
1811
1811
|
"visibility": "internal"
|
1812
1812
|
},
|
1813
1813
|
{
|
1814
|
-
"id":
|
1814
|
+
"id": 48846,
|
1815
1815
|
"nodeType": "FunctionDefinition",
|
1816
1816
|
"src": "2206:317:90",
|
1817
1817
|
"nodes": [],
|
1818
1818
|
"body": {
|
1819
|
-
"id":
|
1819
|
+
"id": 48845,
|
1820
1820
|
"nodeType": "Block",
|
1821
1821
|
"src": "2378:145:90",
|
1822
1822
|
"nodes": [],
|
1823
1823
|
"statements": [
|
1824
1824
|
{
|
1825
1825
|
"expression": {
|
1826
|
-
"id":
|
1826
|
+
"id": 48843,
|
1827
1827
|
"isConstant": false,
|
1828
1828
|
"isLValue": false,
|
1829
1829
|
"isPure": false,
|
@@ -1831,11 +1831,11 @@
|
|
1831
1831
|
"leftHandSide": {
|
1832
1832
|
"components": [
|
1833
1833
|
{
|
1834
|
-
"id":
|
1834
|
+
"id": 48830,
|
1835
1835
|
"name": "success",
|
1836
1836
|
"nodeType": "Identifier",
|
1837
1837
|
"overloadedDeclarations": [],
|
1838
|
-
"referencedDeclaration":
|
1838
|
+
"referencedDeclaration": 48826,
|
1839
1839
|
"src": "2385:7:90",
|
1840
1840
|
"typeDescriptions": {
|
1841
1841
|
"typeIdentifier": "t_bool",
|
@@ -1843,11 +1843,11 @@
|
|
1843
1843
|
}
|
1844
1844
|
},
|
1845
1845
|
{
|
1846
|
-
"id":
|
1846
|
+
"id": 48831,
|
1847
1847
|
"name": "data",
|
1848
1848
|
"nodeType": "Identifier",
|
1849
1849
|
"overloadedDeclarations": [],
|
1850
|
-
"referencedDeclaration":
|
1850
|
+
"referencedDeclaration": 48828,
|
1851
1851
|
"src": "2394:4:90",
|
1852
1852
|
"typeDescriptions": {
|
1853
1853
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1855,7 +1855,7 @@
|
|
1855
1855
|
}
|
1856
1856
|
}
|
1857
1857
|
],
|
1858
|
-
"id":
|
1858
|
+
"id": 48832,
|
1859
1859
|
"isConstant": false,
|
1860
1860
|
"isInlineArray": false,
|
1861
1861
|
"isLValue": true,
|
@@ -1875,11 +1875,11 @@
|
|
1875
1875
|
{
|
1876
1876
|
"arguments": [
|
1877
1877
|
{
|
1878
|
-
"id":
|
1878
|
+
"id": 48838,
|
1879
1879
|
"name": "callData",
|
1880
1880
|
"nodeType": "Identifier",
|
1881
1881
|
"overloadedDeclarations": [],
|
1882
|
-
"referencedDeclaration":
|
1882
|
+
"referencedDeclaration": 48823,
|
1883
1883
|
"src": "2459:8:90",
|
1884
1884
|
"typeDescriptions": {
|
1885
1885
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1887,11 +1887,11 @@
|
|
1887
1887
|
}
|
1888
1888
|
},
|
1889
1889
|
{
|
1890
|
-
"id":
|
1890
|
+
"id": 48839,
|
1891
1891
|
"name": "msgSender",
|
1892
1892
|
"nodeType": "Identifier",
|
1893
1893
|
"overloadedDeclarations": [],
|
1894
|
-
"referencedDeclaration":
|
1894
|
+
"referencedDeclaration": 48817,
|
1895
1895
|
"src": "2480:9:90",
|
1896
1896
|
"typeDescriptions": {
|
1897
1897
|
"typeIdentifier": "t_address",
|
@@ -1899,11 +1899,11 @@
|
|
1899
1899
|
}
|
1900
1900
|
},
|
1901
1901
|
{
|
1902
|
-
"id":
|
1902
|
+
"id": 48840,
|
1903
1903
|
"name": "msgValue",
|
1904
1904
|
"nodeType": "Identifier",
|
1905
1905
|
"overloadedDeclarations": [],
|
1906
|
-
"referencedDeclaration":
|
1906
|
+
"referencedDeclaration": 48819,
|
1907
1907
|
"src": "2501:8:90",
|
1908
1908
|
"typeDescriptions": {
|
1909
1909
|
"typeIdentifier": "t_uint256",
|
@@ -1926,18 +1926,18 @@
|
|
1926
1926
|
"typeString": "uint256"
|
1927
1927
|
}
|
1928
1928
|
],
|
1929
|
-
"id":
|
1929
|
+
"id": 48837,
|
1930
1930
|
"name": "appendContext",
|
1931
1931
|
"nodeType": "Identifier",
|
1932
1932
|
"overloadedDeclarations": [],
|
1933
|
-
"referencedDeclaration":
|
1933
|
+
"referencedDeclaration": 48815,
|
1934
1934
|
"src": "2433:13:90",
|
1935
1935
|
"typeDescriptions": {
|
1936
1936
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_address_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
1937
1937
|
"typeString": "function (bytes memory,address,uint256) pure returns (bytes memory)"
|
1938
1938
|
}
|
1939
1939
|
},
|
1940
|
-
"id":
|
1940
|
+
"id": 48841,
|
1941
1941
|
"isConstant": false,
|
1942
1942
|
"isLValue": false,
|
1943
1943
|
"isPure": false,
|
@@ -1977,18 +1977,18 @@
|
|
1977
1977
|
}
|
1978
1978
|
],
|
1979
1979
|
"expression": {
|
1980
|
-
"id":
|
1980
|
+
"id": 48833,
|
1981
1981
|
"name": "target",
|
1982
1982
|
"nodeType": "Identifier",
|
1983
1983
|
"overloadedDeclarations": [],
|
1984
|
-
"referencedDeclaration":
|
1984
|
+
"referencedDeclaration": 48821,
|
1985
1985
|
"src": "2402:6:90",
|
1986
1986
|
"typeDescriptions": {
|
1987
1987
|
"typeIdentifier": "t_address",
|
1988
1988
|
"typeString": "address"
|
1989
1989
|
}
|
1990
1990
|
},
|
1991
|
-
"id":
|
1991
|
+
"id": 48834,
|
1992
1992
|
"isConstant": false,
|
1993
1993
|
"isLValue": false,
|
1994
1994
|
"isPure": false,
|
@@ -2002,7 +2002,7 @@
|
|
2002
2002
|
"typeString": "function (bytes memory) payable returns (bool,bytes memory)"
|
2003
2003
|
}
|
2004
2004
|
},
|
2005
|
-
"id":
|
2005
|
+
"id": 48836,
|
2006
2006
|
"isConstant": false,
|
2007
2007
|
"isLValue": false,
|
2008
2008
|
"isPure": false,
|
@@ -2014,7 +2014,7 @@
|
|
2014
2014
|
"options": [
|
2015
2015
|
{
|
2016
2016
|
"hexValue": "30",
|
2017
|
-
"id":
|
2017
|
+
"id": 48835,
|
2018
2018
|
"isConstant": false,
|
2019
2019
|
"isLValue": false,
|
2020
2020
|
"isPure": true,
|
@@ -2035,7 +2035,7 @@
|
|
2035
2035
|
"typeString": "function (bytes memory) payable returns (bool,bytes memory)"
|
2036
2036
|
}
|
2037
2037
|
},
|
2038
|
-
"id":
|
2038
|
+
"id": 48842,
|
2039
2039
|
"isConstant": false,
|
2040
2040
|
"isLValue": false,
|
2041
2041
|
"isPure": false,
|
@@ -2057,7 +2057,7 @@
|
|
2057
2057
|
"typeString": "tuple()"
|
2058
2058
|
}
|
2059
2059
|
},
|
2060
|
-
"id":
|
2060
|
+
"id": 48844,
|
2061
2061
|
"nodeType": "ExpressionStatement",
|
2062
2062
|
"src": "2384:134:90"
|
2063
2063
|
}
|
@@ -2069,17 +2069,17 @@
|
|
2069
2069
|
"name": "callWithContext",
|
2070
2070
|
"nameLocation": "2215:15:90",
|
2071
2071
|
"parameters": {
|
2072
|
-
"id":
|
2072
|
+
"id": 48824,
|
2073
2073
|
"nodeType": "ParameterList",
|
2074
2074
|
"parameters": [
|
2075
2075
|
{
|
2076
2076
|
"constant": false,
|
2077
|
-
"id":
|
2077
|
+
"id": 48817,
|
2078
2078
|
"mutability": "mutable",
|
2079
2079
|
"name": "msgSender",
|
2080
2080
|
"nameLocation": "2244:9:90",
|
2081
2081
|
"nodeType": "VariableDeclaration",
|
2082
|
-
"scope":
|
2082
|
+
"scope": 48846,
|
2083
2083
|
"src": "2236:17:90",
|
2084
2084
|
"stateVariable": false,
|
2085
2085
|
"storageLocation": "default",
|
@@ -2088,7 +2088,7 @@
|
|
2088
2088
|
"typeString": "address"
|
2089
2089
|
},
|
2090
2090
|
"typeName": {
|
2091
|
-
"id":
|
2091
|
+
"id": 48816,
|
2092
2092
|
"name": "address",
|
2093
2093
|
"nodeType": "ElementaryTypeName",
|
2094
2094
|
"src": "2236:7:90",
|
@@ -2102,12 +2102,12 @@
|
|
2102
2102
|
},
|
2103
2103
|
{
|
2104
2104
|
"constant": false,
|
2105
|
-
"id":
|
2105
|
+
"id": 48819,
|
2106
2106
|
"mutability": "mutable",
|
2107
2107
|
"name": "msgValue",
|
2108
2108
|
"nameLocation": "2267:8:90",
|
2109
2109
|
"nodeType": "VariableDeclaration",
|
2110
|
-
"scope":
|
2110
|
+
"scope": 48846,
|
2111
2111
|
"src": "2259:16:90",
|
2112
2112
|
"stateVariable": false,
|
2113
2113
|
"storageLocation": "default",
|
@@ -2116,7 +2116,7 @@
|
|
2116
2116
|
"typeString": "uint256"
|
2117
2117
|
},
|
2118
2118
|
"typeName": {
|
2119
|
-
"id":
|
2119
|
+
"id": 48818,
|
2120
2120
|
"name": "uint256",
|
2121
2121
|
"nodeType": "ElementaryTypeName",
|
2122
2122
|
"src": "2259:7:90",
|
@@ -2129,12 +2129,12 @@
|
|
2129
2129
|
},
|
2130
2130
|
{
|
2131
2131
|
"constant": false,
|
2132
|
-
"id":
|
2132
|
+
"id": 48821,
|
2133
2133
|
"mutability": "mutable",
|
2134
2134
|
"name": "target",
|
2135
2135
|
"nameLocation": "2289:6:90",
|
2136
2136
|
"nodeType": "VariableDeclaration",
|
2137
|
-
"scope":
|
2137
|
+
"scope": 48846,
|
2138
2138
|
"src": "2281:14:90",
|
2139
2139
|
"stateVariable": false,
|
2140
2140
|
"storageLocation": "default",
|
@@ -2143,7 +2143,7 @@
|
|
2143
2143
|
"typeString": "address"
|
2144
2144
|
},
|
2145
2145
|
"typeName": {
|
2146
|
-
"id":
|
2146
|
+
"id": 48820,
|
2147
2147
|
"name": "address",
|
2148
2148
|
"nodeType": "ElementaryTypeName",
|
2149
2149
|
"src": "2281:7:90",
|
@@ -2157,12 +2157,12 @@
|
|
2157
2157
|
},
|
2158
2158
|
{
|
2159
2159
|
"constant": false,
|
2160
|
-
"id":
|
2160
|
+
"id": 48823,
|
2161
2161
|
"mutability": "mutable",
|
2162
2162
|
"name": "callData",
|
2163
2163
|
"nameLocation": "2314:8:90",
|
2164
2164
|
"nodeType": "VariableDeclaration",
|
2165
|
-
"scope":
|
2165
|
+
"scope": 48846,
|
2166
2166
|
"src": "2301:21:90",
|
2167
2167
|
"stateVariable": false,
|
2168
2168
|
"storageLocation": "memory",
|
@@ -2171,7 +2171,7 @@
|
|
2171
2171
|
"typeString": "bytes"
|
2172
2172
|
},
|
2173
2173
|
"typeName": {
|
2174
|
-
"id":
|
2174
|
+
"id": 48822,
|
2175
2175
|
"name": "bytes",
|
2176
2176
|
"nodeType": "ElementaryTypeName",
|
2177
2177
|
"src": "2301:5:90",
|
@@ -2186,17 +2186,17 @@
|
|
2186
2186
|
"src": "2230:96:90"
|
2187
2187
|
},
|
2188
2188
|
"returnParameters": {
|
2189
|
-
"id":
|
2189
|
+
"id": 48829,
|
2190
2190
|
"nodeType": "ParameterList",
|
2191
2191
|
"parameters": [
|
2192
2192
|
{
|
2193
2193
|
"constant": false,
|
2194
|
-
"id":
|
2194
|
+
"id": 48826,
|
2195
2195
|
"mutability": "mutable",
|
2196
2196
|
"name": "success",
|
2197
2197
|
"nameLocation": "2350:7:90",
|
2198
2198
|
"nodeType": "VariableDeclaration",
|
2199
|
-
"scope":
|
2199
|
+
"scope": 48846,
|
2200
2200
|
"src": "2345:12:90",
|
2201
2201
|
"stateVariable": false,
|
2202
2202
|
"storageLocation": "default",
|
@@ -2205,7 +2205,7 @@
|
|
2205
2205
|
"typeString": "bool"
|
2206
2206
|
},
|
2207
2207
|
"typeName": {
|
2208
|
-
"id":
|
2208
|
+
"id": 48825,
|
2209
2209
|
"name": "bool",
|
2210
2210
|
"nodeType": "ElementaryTypeName",
|
2211
2211
|
"src": "2345:4:90",
|
@@ -2218,12 +2218,12 @@
|
|
2218
2218
|
},
|
2219
2219
|
{
|
2220
2220
|
"constant": false,
|
2221
|
-
"id":
|
2221
|
+
"id": 48828,
|
2222
2222
|
"mutability": "mutable",
|
2223
2223
|
"name": "data",
|
2224
2224
|
"nameLocation": "2372:4:90",
|
2225
2225
|
"nodeType": "VariableDeclaration",
|
2226
|
-
"scope":
|
2226
|
+
"scope": 48846,
|
2227
2227
|
"src": "2359:17:90",
|
2228
2228
|
"stateVariable": false,
|
2229
2229
|
"storageLocation": "memory",
|
@@ -2232,7 +2232,7 @@
|
|
2232
2232
|
"typeString": "bytes"
|
2233
2233
|
},
|
2234
2234
|
"typeName": {
|
2235
|
-
"id":
|
2235
|
+
"id": 48827,
|
2236
2236
|
"name": "bytes",
|
2237
2237
|
"nodeType": "ElementaryTypeName",
|
2238
2238
|
"src": "2359:5:90",
|
@@ -2246,25 +2246,25 @@
|
|
2246
2246
|
],
|
2247
2247
|
"src": "2344:33:90"
|
2248
2248
|
},
|
2249
|
-
"scope":
|
2249
|
+
"scope": 48944,
|
2250
2250
|
"stateMutability": "nonpayable",
|
2251
2251
|
"virtual": false,
|
2252
2252
|
"visibility": "internal"
|
2253
2253
|
},
|
2254
2254
|
{
|
2255
|
-
"id":
|
2255
|
+
"id": 48875,
|
2256
2256
|
"nodeType": "FunctionDefinition",
|
2257
2257
|
"src": "2527:321:90",
|
2258
2258
|
"nodes": [],
|
2259
2259
|
"body": {
|
2260
|
-
"id":
|
2260
|
+
"id": 48874,
|
2261
2261
|
"nodeType": "Block",
|
2262
2262
|
"src": "2707:141:90",
|
2263
2263
|
"nodes": [],
|
2264
2264
|
"statements": [
|
2265
2265
|
{
|
2266
2266
|
"expression": {
|
2267
|
-
"id":
|
2267
|
+
"id": 48872,
|
2268
2268
|
"isConstant": false,
|
2269
2269
|
"isLValue": false,
|
2270
2270
|
"isPure": false,
|
@@ -2272,11 +2272,11 @@
|
|
2272
2272
|
"leftHandSide": {
|
2273
2273
|
"components": [
|
2274
2274
|
{
|
2275
|
-
"id":
|
2275
|
+
"id": 48861,
|
2276
2276
|
"name": "success",
|
2277
2277
|
"nodeType": "Identifier",
|
2278
2278
|
"overloadedDeclarations": [],
|
2279
|
-
"referencedDeclaration":
|
2279
|
+
"referencedDeclaration": 48857,
|
2280
2280
|
"src": "2714:7:90",
|
2281
2281
|
"typeDescriptions": {
|
2282
2282
|
"typeIdentifier": "t_bool",
|
@@ -2284,11 +2284,11 @@
|
|
2284
2284
|
}
|
2285
2285
|
},
|
2286
2286
|
{
|
2287
|
-
"id":
|
2287
|
+
"id": 48862,
|
2288
2288
|
"name": "data",
|
2289
2289
|
"nodeType": "Identifier",
|
2290
2290
|
"overloadedDeclarations": [],
|
2291
|
-
"referencedDeclaration":
|
2291
|
+
"referencedDeclaration": 48859,
|
2292
2292
|
"src": "2723:4:90",
|
2293
2293
|
"typeDescriptions": {
|
2294
2294
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2296,7 +2296,7 @@
|
|
2296
2296
|
}
|
2297
2297
|
}
|
2298
2298
|
],
|
2299
|
-
"id":
|
2299
|
+
"id": 48863,
|
2300
2300
|
"isConstant": false,
|
2301
2301
|
"isInlineArray": false,
|
2302
2302
|
"isLValue": true,
|
@@ -2316,11 +2316,11 @@
|
|
2316
2316
|
{
|
2317
2317
|
"arguments": [
|
2318
2318
|
{
|
2319
|
-
"id":
|
2319
|
+
"id": 48867,
|
2320
2320
|
"name": "callData",
|
2321
2321
|
"nodeType": "Identifier",
|
2322
2322
|
"overloadedDeclarations": [],
|
2323
|
-
"referencedDeclaration":
|
2323
|
+
"referencedDeclaration": 48854,
|
2324
2324
|
"src": "2784:8:90",
|
2325
2325
|
"typeDescriptions": {
|
2326
2326
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2328,11 +2328,11 @@
|
|
2328
2328
|
}
|
2329
2329
|
},
|
2330
2330
|
{
|
2331
|
-
"id":
|
2331
|
+
"id": 48868,
|
2332
2332
|
"name": "msgSender",
|
2333
2333
|
"nodeType": "Identifier",
|
2334
2334
|
"overloadedDeclarations": [],
|
2335
|
-
"referencedDeclaration":
|
2335
|
+
"referencedDeclaration": 48848,
|
2336
2336
|
"src": "2805:9:90",
|
2337
2337
|
"typeDescriptions": {
|
2338
2338
|
"typeIdentifier": "t_address",
|
@@ -2340,11 +2340,11 @@
|
|
2340
2340
|
}
|
2341
2341
|
},
|
2342
2342
|
{
|
2343
|
-
"id":
|
2343
|
+
"id": 48869,
|
2344
2344
|
"name": "msgValue",
|
2345
2345
|
"nodeType": "Identifier",
|
2346
2346
|
"overloadedDeclarations": [],
|
2347
|
-
"referencedDeclaration":
|
2347
|
+
"referencedDeclaration": 48850,
|
2348
2348
|
"src": "2826:8:90",
|
2349
2349
|
"typeDescriptions": {
|
2350
2350
|
"typeIdentifier": "t_uint256",
|
@@ -2367,18 +2367,18 @@
|
|
2367
2367
|
"typeString": "uint256"
|
2368
2368
|
}
|
2369
2369
|
],
|
2370
|
-
"id":
|
2370
|
+
"id": 48866,
|
2371
2371
|
"name": "appendContext",
|
2372
2372
|
"nodeType": "Identifier",
|
2373
2373
|
"overloadedDeclarations": [],
|
2374
|
-
"referencedDeclaration":
|
2374
|
+
"referencedDeclaration": 48815,
|
2375
2375
|
"src": "2758:13:90",
|
2376
2376
|
"typeDescriptions": {
|
2377
2377
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_address_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
2378
2378
|
"typeString": "function (bytes memory,address,uint256) pure returns (bytes memory)"
|
2379
2379
|
}
|
2380
2380
|
},
|
2381
|
-
"id":
|
2381
|
+
"id": 48870,
|
2382
2382
|
"isConstant": false,
|
2383
2383
|
"isLValue": false,
|
2384
2384
|
"isPure": false,
|
@@ -2411,18 +2411,18 @@
|
|
2411
2411
|
}
|
2412
2412
|
],
|
2413
2413
|
"expression": {
|
2414
|
-
"id":
|
2414
|
+
"id": 48864,
|
2415
2415
|
"name": "target",
|
2416
2416
|
"nodeType": "Identifier",
|
2417
2417
|
"overloadedDeclarations": [],
|
2418
|
-
"referencedDeclaration":
|
2418
|
+
"referencedDeclaration": 48852,
|
2419
2419
|
"src": "2731:6:90",
|
2420
2420
|
"typeDescriptions": {
|
2421
2421
|
"typeIdentifier": "t_address",
|
2422
2422
|
"typeString": "address"
|
2423
2423
|
}
|
2424
2424
|
},
|
2425
|
-
"id":
|
2425
|
+
"id": 48865,
|
2426
2426
|
"isConstant": false,
|
2427
2427
|
"isLValue": false,
|
2428
2428
|
"isPure": false,
|
@@ -2436,7 +2436,7 @@
|
|
2436
2436
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2437
2437
|
}
|
2438
2438
|
},
|
2439
|
-
"id":
|
2439
|
+
"id": 48871,
|
2440
2440
|
"isConstant": false,
|
2441
2441
|
"isLValue": false,
|
2442
2442
|
"isPure": false,
|
@@ -2458,7 +2458,7 @@
|
|
2458
2458
|
"typeString": "tuple()"
|
2459
2459
|
}
|
2460
2460
|
},
|
2461
|
-
"id":
|
2461
|
+
"id": 48873,
|
2462
2462
|
"nodeType": "ExpressionStatement",
|
2463
2463
|
"src": "2713:130:90"
|
2464
2464
|
}
|
@@ -2470,17 +2470,17 @@
|
|
2470
2470
|
"name": "delegatecallWithContext",
|
2471
2471
|
"nameLocation": "2536:23:90",
|
2472
2472
|
"parameters": {
|
2473
|
-
"id":
|
2473
|
+
"id": 48855,
|
2474
2474
|
"nodeType": "ParameterList",
|
2475
2475
|
"parameters": [
|
2476
2476
|
{
|
2477
2477
|
"constant": false,
|
2478
|
-
"id":
|
2478
|
+
"id": 48848,
|
2479
2479
|
"mutability": "mutable",
|
2480
2480
|
"name": "msgSender",
|
2481
2481
|
"nameLocation": "2573:9:90",
|
2482
2482
|
"nodeType": "VariableDeclaration",
|
2483
|
-
"scope":
|
2483
|
+
"scope": 48875,
|
2484
2484
|
"src": "2565:17:90",
|
2485
2485
|
"stateVariable": false,
|
2486
2486
|
"storageLocation": "default",
|
@@ -2489,7 +2489,7 @@
|
|
2489
2489
|
"typeString": "address"
|
2490
2490
|
},
|
2491
2491
|
"typeName": {
|
2492
|
-
"id":
|
2492
|
+
"id": 48847,
|
2493
2493
|
"name": "address",
|
2494
2494
|
"nodeType": "ElementaryTypeName",
|
2495
2495
|
"src": "2565:7:90",
|
@@ -2503,12 +2503,12 @@
|
|
2503
2503
|
},
|
2504
2504
|
{
|
2505
2505
|
"constant": false,
|
2506
|
-
"id":
|
2506
|
+
"id": 48850,
|
2507
2507
|
"mutability": "mutable",
|
2508
2508
|
"name": "msgValue",
|
2509
2509
|
"nameLocation": "2596:8:90",
|
2510
2510
|
"nodeType": "VariableDeclaration",
|
2511
|
-
"scope":
|
2511
|
+
"scope": 48875,
|
2512
2512
|
"src": "2588:16:90",
|
2513
2513
|
"stateVariable": false,
|
2514
2514
|
"storageLocation": "default",
|
@@ -2517,7 +2517,7 @@
|
|
2517
2517
|
"typeString": "uint256"
|
2518
2518
|
},
|
2519
2519
|
"typeName": {
|
2520
|
-
"id":
|
2520
|
+
"id": 48849,
|
2521
2521
|
"name": "uint256",
|
2522
2522
|
"nodeType": "ElementaryTypeName",
|
2523
2523
|
"src": "2588:7:90",
|
@@ -2530,12 +2530,12 @@
|
|
2530
2530
|
},
|
2531
2531
|
{
|
2532
2532
|
"constant": false,
|
2533
|
-
"id":
|
2533
|
+
"id": 48852,
|
2534
2534
|
"mutability": "mutable",
|
2535
2535
|
"name": "target",
|
2536
2536
|
"nameLocation": "2618:6:90",
|
2537
2537
|
"nodeType": "VariableDeclaration",
|
2538
|
-
"scope":
|
2538
|
+
"scope": 48875,
|
2539
2539
|
"src": "2610:14:90",
|
2540
2540
|
"stateVariable": false,
|
2541
2541
|
"storageLocation": "default",
|
@@ -2544,7 +2544,7 @@
|
|
2544
2544
|
"typeString": "address"
|
2545
2545
|
},
|
2546
2546
|
"typeName": {
|
2547
|
-
"id":
|
2547
|
+
"id": 48851,
|
2548
2548
|
"name": "address",
|
2549
2549
|
"nodeType": "ElementaryTypeName",
|
2550
2550
|
"src": "2610:7:90",
|
@@ -2558,12 +2558,12 @@
|
|
2558
2558
|
},
|
2559
2559
|
{
|
2560
2560
|
"constant": false,
|
2561
|
-
"id":
|
2561
|
+
"id": 48854,
|
2562
2562
|
"mutability": "mutable",
|
2563
2563
|
"name": "callData",
|
2564
2564
|
"nameLocation": "2643:8:90",
|
2565
2565
|
"nodeType": "VariableDeclaration",
|
2566
|
-
"scope":
|
2566
|
+
"scope": 48875,
|
2567
2567
|
"src": "2630:21:90",
|
2568
2568
|
"stateVariable": false,
|
2569
2569
|
"storageLocation": "memory",
|
@@ -2572,7 +2572,7 @@
|
|
2572
2572
|
"typeString": "bytes"
|
2573
2573
|
},
|
2574
2574
|
"typeName": {
|
2575
|
-
"id":
|
2575
|
+
"id": 48853,
|
2576
2576
|
"name": "bytes",
|
2577
2577
|
"nodeType": "ElementaryTypeName",
|
2578
2578
|
"src": "2630:5:90",
|
@@ -2587,17 +2587,17 @@
|
|
2587
2587
|
"src": "2559:96:90"
|
2588
2588
|
},
|
2589
2589
|
"returnParameters": {
|
2590
|
-
"id":
|
2590
|
+
"id": 48860,
|
2591
2591
|
"nodeType": "ParameterList",
|
2592
2592
|
"parameters": [
|
2593
2593
|
{
|
2594
2594
|
"constant": false,
|
2595
|
-
"id":
|
2595
|
+
"id": 48857,
|
2596
2596
|
"mutability": "mutable",
|
2597
2597
|
"name": "success",
|
2598
2598
|
"nameLocation": "2679:7:90",
|
2599
2599
|
"nodeType": "VariableDeclaration",
|
2600
|
-
"scope":
|
2600
|
+
"scope": 48875,
|
2601
2601
|
"src": "2674:12:90",
|
2602
2602
|
"stateVariable": false,
|
2603
2603
|
"storageLocation": "default",
|
@@ -2606,7 +2606,7 @@
|
|
2606
2606
|
"typeString": "bool"
|
2607
2607
|
},
|
2608
2608
|
"typeName": {
|
2609
|
-
"id":
|
2609
|
+
"id": 48856,
|
2610
2610
|
"name": "bool",
|
2611
2611
|
"nodeType": "ElementaryTypeName",
|
2612
2612
|
"src": "2674:4:90",
|
@@ -2619,12 +2619,12 @@
|
|
2619
2619
|
},
|
2620
2620
|
{
|
2621
2621
|
"constant": false,
|
2622
|
-
"id":
|
2622
|
+
"id": 48859,
|
2623
2623
|
"mutability": "mutable",
|
2624
2624
|
"name": "data",
|
2625
2625
|
"nameLocation": "2701:4:90",
|
2626
2626
|
"nodeType": "VariableDeclaration",
|
2627
|
-
"scope":
|
2627
|
+
"scope": 48875,
|
2628
2628
|
"src": "2688:17:90",
|
2629
2629
|
"stateVariable": false,
|
2630
2630
|
"storageLocation": "memory",
|
@@ -2633,7 +2633,7 @@
|
|
2633
2633
|
"typeString": "bytes"
|
2634
2634
|
},
|
2635
2635
|
"typeName": {
|
2636
|
-
"id":
|
2636
|
+
"id": 48858,
|
2637
2637
|
"name": "bytes",
|
2638
2638
|
"nodeType": "ElementaryTypeName",
|
2639
2639
|
"src": "2688:5:90",
|
@@ -2647,36 +2647,36 @@
|
|
2647
2647
|
],
|
2648
2648
|
"src": "2673:33:90"
|
2649
2649
|
},
|
2650
|
-
"scope":
|
2650
|
+
"scope": 48944,
|
2651
2651
|
"stateMutability": "nonpayable",
|
2652
2652
|
"virtual": false,
|
2653
2653
|
"visibility": "internal"
|
2654
2654
|
},
|
2655
2655
|
{
|
2656
|
-
"id":
|
2656
|
+
"id": 48909,
|
2657
2657
|
"nodeType": "FunctionDefinition",
|
2658
2658
|
"src": "2852:399:90",
|
2659
2659
|
"nodes": [],
|
2660
2660
|
"body": {
|
2661
|
-
"id":
|
2661
|
+
"id": 48908,
|
2662
2662
|
"nodeType": "Block",
|
2663
2663
|
"src": "3018:233:90",
|
2664
2664
|
"nodes": [],
|
2665
2665
|
"statements": [
|
2666
2666
|
{
|
2667
2667
|
"assignments": [
|
2668
|
-
|
2669
|
-
|
2668
|
+
48889,
|
2669
|
+
48891
|
2670
2670
|
],
|
2671
2671
|
"declarations": [
|
2672
2672
|
{
|
2673
2673
|
"constant": false,
|
2674
|
-
"id":
|
2674
|
+
"id": 48889,
|
2675
2675
|
"mutability": "mutable",
|
2676
2676
|
"name": "success",
|
2677
2677
|
"nameLocation": "3030:7:90",
|
2678
2678
|
"nodeType": "VariableDeclaration",
|
2679
|
-
"scope":
|
2679
|
+
"scope": 48908,
|
2680
2680
|
"src": "3025:12:90",
|
2681
2681
|
"stateVariable": false,
|
2682
2682
|
"storageLocation": "default",
|
@@ -2685,7 +2685,7 @@
|
|
2685
2685
|
"typeString": "bool"
|
2686
2686
|
},
|
2687
2687
|
"typeName": {
|
2688
|
-
"id":
|
2688
|
+
"id": 48888,
|
2689
2689
|
"name": "bool",
|
2690
2690
|
"nodeType": "ElementaryTypeName",
|
2691
2691
|
"src": "3025:4:90",
|
@@ -2698,12 +2698,12 @@
|
|
2698
2698
|
},
|
2699
2699
|
{
|
2700
2700
|
"constant": false,
|
2701
|
-
"id":
|
2701
|
+
"id": 48891,
|
2702
2702
|
"mutability": "mutable",
|
2703
2703
|
"name": "_data",
|
2704
2704
|
"nameLocation": "3052:5:90",
|
2705
2705
|
"nodeType": "VariableDeclaration",
|
2706
|
-
"scope":
|
2706
|
+
"scope": 48908,
|
2707
2707
|
"src": "3039:18:90",
|
2708
2708
|
"stateVariable": false,
|
2709
2709
|
"storageLocation": "memory",
|
@@ -2712,7 +2712,7 @@
|
|
2712
2712
|
"typeString": "bytes"
|
2713
2713
|
},
|
2714
2714
|
"typeName": {
|
2715
|
-
"id":
|
2715
|
+
"id": 48890,
|
2716
2716
|
"name": "bytes",
|
2717
2717
|
"nodeType": "ElementaryTypeName",
|
2718
2718
|
"src": "3039:5:90",
|
@@ -2724,15 +2724,15 @@
|
|
2724
2724
|
"visibility": "internal"
|
2725
2725
|
}
|
2726
2726
|
],
|
2727
|
-
"id":
|
2727
|
+
"id": 48898,
|
2728
2728
|
"initialValue": {
|
2729
2729
|
"arguments": [
|
2730
2730
|
{
|
2731
|
-
"id":
|
2731
|
+
"id": 48893,
|
2732
2732
|
"name": "msgSender",
|
2733
2733
|
"nodeType": "Identifier",
|
2734
2734
|
"overloadedDeclarations": [],
|
2735
|
-
"referencedDeclaration":
|
2735
|
+
"referencedDeclaration": 48877,
|
2736
2736
|
"src": "3096:9:90",
|
2737
2737
|
"typeDescriptions": {
|
2738
2738
|
"typeIdentifier": "t_address",
|
@@ -2740,11 +2740,11 @@
|
|
2740
2740
|
}
|
2741
2741
|
},
|
2742
2742
|
{
|
2743
|
-
"id":
|
2743
|
+
"id": 48894,
|
2744
2744
|
"name": "msgValue",
|
2745
2745
|
"nodeType": "Identifier",
|
2746
2746
|
"overloadedDeclarations": [],
|
2747
|
-
"referencedDeclaration":
|
2747
|
+
"referencedDeclaration": 48879,
|
2748
2748
|
"src": "3123:8:90",
|
2749
2749
|
"typeDescriptions": {
|
2750
2750
|
"typeIdentifier": "t_uint256",
|
@@ -2752,11 +2752,11 @@
|
|
2752
2752
|
}
|
2753
2753
|
},
|
2754
2754
|
{
|
2755
|
-
"id":
|
2755
|
+
"id": 48895,
|
2756
2756
|
"name": "target",
|
2757
2757
|
"nodeType": "Identifier",
|
2758
2758
|
"overloadedDeclarations": [],
|
2759
|
-
"referencedDeclaration":
|
2759
|
+
"referencedDeclaration": 48881,
|
2760
2760
|
"src": "3147:6:90",
|
2761
2761
|
"typeDescriptions": {
|
2762
2762
|
"typeIdentifier": "t_address",
|
@@ -2764,11 +2764,11 @@
|
|
2764
2764
|
}
|
2765
2765
|
},
|
2766
2766
|
{
|
2767
|
-
"id":
|
2767
|
+
"id": 48896,
|
2768
2768
|
"name": "callData",
|
2769
2769
|
"nodeType": "Identifier",
|
2770
2770
|
"overloadedDeclarations": [],
|
2771
|
-
"referencedDeclaration":
|
2771
|
+
"referencedDeclaration": 48883,
|
2772
2772
|
"src": "3171:8:90",
|
2773
2773
|
"typeDescriptions": {
|
2774
2774
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2795,18 +2795,18 @@
|
|
2795
2795
|
"typeString": "bytes memory"
|
2796
2796
|
}
|
2797
2797
|
],
|
2798
|
-
"id":
|
2798
|
+
"id": 48892,
|
2799
2799
|
"name": "callWithContext",
|
2800
2800
|
"nodeType": "Identifier",
|
2801
2801
|
"overloadedDeclarations": [],
|
2802
|
-
"referencedDeclaration":
|
2802
|
+
"referencedDeclaration": 48846,
|
2803
2803
|
"src": "3061:15:90",
|
2804
2804
|
"typeDescriptions": {
|
2805
2805
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
|
2806
2806
|
"typeString": "function (address,uint256,address,bytes memory) returns (bool,bytes memory)"
|
2807
2807
|
}
|
2808
2808
|
},
|
2809
|
-
"id":
|
2809
|
+
"id": 48897,
|
2810
2810
|
"isConstant": false,
|
2811
2811
|
"isLValue": false,
|
2812
2812
|
"isPure": false,
|
@@ -2837,7 +2837,7 @@
|
|
2837
2837
|
},
|
2838
2838
|
{
|
2839
2839
|
"condition": {
|
2840
|
-
"id":
|
2840
|
+
"id": 48900,
|
2841
2841
|
"isConstant": false,
|
2842
2842
|
"isLValue": false,
|
2843
2843
|
"isPure": false,
|
@@ -2847,11 +2847,11 @@
|
|
2847
2847
|
"prefix": true,
|
2848
2848
|
"src": "3196:8:90",
|
2849
2849
|
"subExpression": {
|
2850
|
-
"id":
|
2850
|
+
"id": 48899,
|
2851
2851
|
"name": "success",
|
2852
2852
|
"nodeType": "Identifier",
|
2853
2853
|
"overloadedDeclarations": [],
|
2854
|
-
"referencedDeclaration":
|
2854
|
+
"referencedDeclaration": 48889,
|
2855
2855
|
"src": "3197:7:90",
|
2856
2856
|
"typeDescriptions": {
|
2857
2857
|
"typeIdentifier": "t_bool",
|
@@ -2863,18 +2863,18 @@
|
|
2863
2863
|
"typeString": "bool"
|
2864
2864
|
}
|
2865
2865
|
},
|
2866
|
-
"id":
|
2866
|
+
"id": 48905,
|
2867
2867
|
"nodeType": "IfStatement",
|
2868
2868
|
"src": "3192:36:90",
|
2869
2869
|
"trueBody": {
|
2870
2870
|
"expression": {
|
2871
2871
|
"arguments": [
|
2872
2872
|
{
|
2873
|
-
"id":
|
2873
|
+
"id": 48902,
|
2874
2874
|
"name": "_data",
|
2875
2875
|
"nodeType": "Identifier",
|
2876
2876
|
"overloadedDeclarations": [],
|
2877
|
-
"referencedDeclaration":
|
2877
|
+
"referencedDeclaration": 48891,
|
2878
2878
|
"src": "3222:5:90",
|
2879
2879
|
"typeDescriptions": {
|
2880
2880
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2889,18 +2889,18 @@
|
|
2889
2889
|
"typeString": "bytes memory"
|
2890
2890
|
}
|
2891
2891
|
],
|
2892
|
-
"id":
|
2892
|
+
"id": 48901,
|
2893
2893
|
"name": "revertWithBytes",
|
2894
2894
|
"nodeType": "Identifier",
|
2895
2895
|
"overloadedDeclarations": [],
|
2896
|
-
"referencedDeclaration":
|
2896
|
+
"referencedDeclaration": 49392,
|
2897
2897
|
"src": "3206:15:90",
|
2898
2898
|
"typeDescriptions": {
|
2899
2899
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
2900
2900
|
"typeString": "function (bytes memory) pure"
|
2901
2901
|
}
|
2902
2902
|
},
|
2903
|
-
"id":
|
2903
|
+
"id": 48903,
|
2904
2904
|
"isConstant": false,
|
2905
2905
|
"isLValue": false,
|
2906
2906
|
"isPure": false,
|
@@ -2916,26 +2916,26 @@
|
|
2916
2916
|
"typeString": "tuple()"
|
2917
2917
|
}
|
2918
2918
|
},
|
2919
|
-
"id":
|
2919
|
+
"id": 48904,
|
2920
2920
|
"nodeType": "ExpressionStatement",
|
2921
2921
|
"src": "3206:22:90"
|
2922
2922
|
}
|
2923
2923
|
},
|
2924
2924
|
{
|
2925
2925
|
"expression": {
|
2926
|
-
"id":
|
2926
|
+
"id": 48906,
|
2927
2927
|
"name": "_data",
|
2928
2928
|
"nodeType": "Identifier",
|
2929
2929
|
"overloadedDeclarations": [],
|
2930
|
-
"referencedDeclaration":
|
2930
|
+
"referencedDeclaration": 48891,
|
2931
2931
|
"src": "3241:5:90",
|
2932
2932
|
"typeDescriptions": {
|
2933
2933
|
"typeIdentifier": "t_bytes_memory_ptr",
|
2934
2934
|
"typeString": "bytes memory"
|
2935
2935
|
}
|
2936
2936
|
},
|
2937
|
-
"functionReturnParameters":
|
2938
|
-
"id":
|
2937
|
+
"functionReturnParameters": 48887,
|
2938
|
+
"id": 48907,
|
2939
2939
|
"nodeType": "Return",
|
2940
2940
|
"src": "3234:12:90"
|
2941
2941
|
}
|
@@ -2947,17 +2947,17 @@
|
|
2947
2947
|
"name": "callWithContextOrRevert",
|
2948
2948
|
"nameLocation": "2861:23:90",
|
2949
2949
|
"parameters": {
|
2950
|
-
"id":
|
2950
|
+
"id": 48884,
|
2951
2951
|
"nodeType": "ParameterList",
|
2952
2952
|
"parameters": [
|
2953
2953
|
{
|
2954
2954
|
"constant": false,
|
2955
|
-
"id":
|
2955
|
+
"id": 48877,
|
2956
2956
|
"mutability": "mutable",
|
2957
2957
|
"name": "msgSender",
|
2958
2958
|
"nameLocation": "2898:9:90",
|
2959
2959
|
"nodeType": "VariableDeclaration",
|
2960
|
-
"scope":
|
2960
|
+
"scope": 48909,
|
2961
2961
|
"src": "2890:17:90",
|
2962
2962
|
"stateVariable": false,
|
2963
2963
|
"storageLocation": "default",
|
@@ -2966,7 +2966,7 @@
|
|
2966
2966
|
"typeString": "address"
|
2967
2967
|
},
|
2968
2968
|
"typeName": {
|
2969
|
-
"id":
|
2969
|
+
"id": 48876,
|
2970
2970
|
"name": "address",
|
2971
2971
|
"nodeType": "ElementaryTypeName",
|
2972
2972
|
"src": "2890:7:90",
|
@@ -2980,12 +2980,12 @@
|
|
2980
2980
|
},
|
2981
2981
|
{
|
2982
2982
|
"constant": false,
|
2983
|
-
"id":
|
2983
|
+
"id": 48879,
|
2984
2984
|
"mutability": "mutable",
|
2985
2985
|
"name": "msgValue",
|
2986
2986
|
"nameLocation": "2921:8:90",
|
2987
2987
|
"nodeType": "VariableDeclaration",
|
2988
|
-
"scope":
|
2988
|
+
"scope": 48909,
|
2989
2989
|
"src": "2913:16:90",
|
2990
2990
|
"stateVariable": false,
|
2991
2991
|
"storageLocation": "default",
|
@@ -2994,7 +2994,7 @@
|
|
2994
2994
|
"typeString": "uint256"
|
2995
2995
|
},
|
2996
2996
|
"typeName": {
|
2997
|
-
"id":
|
2997
|
+
"id": 48878,
|
2998
2998
|
"name": "uint256",
|
2999
2999
|
"nodeType": "ElementaryTypeName",
|
3000
3000
|
"src": "2913:7:90",
|
@@ -3007,12 +3007,12 @@
|
|
3007
3007
|
},
|
3008
3008
|
{
|
3009
3009
|
"constant": false,
|
3010
|
-
"id":
|
3010
|
+
"id": 48881,
|
3011
3011
|
"mutability": "mutable",
|
3012
3012
|
"name": "target",
|
3013
3013
|
"nameLocation": "2943:6:90",
|
3014
3014
|
"nodeType": "VariableDeclaration",
|
3015
|
-
"scope":
|
3015
|
+
"scope": 48909,
|
3016
3016
|
"src": "2935:14:90",
|
3017
3017
|
"stateVariable": false,
|
3018
3018
|
"storageLocation": "default",
|
@@ -3021,7 +3021,7 @@
|
|
3021
3021
|
"typeString": "address"
|
3022
3022
|
},
|
3023
3023
|
"typeName": {
|
3024
|
-
"id":
|
3024
|
+
"id": 48880,
|
3025
3025
|
"name": "address",
|
3026
3026
|
"nodeType": "ElementaryTypeName",
|
3027
3027
|
"src": "2935:7:90",
|
@@ -3035,12 +3035,12 @@
|
|
3035
3035
|
},
|
3036
3036
|
{
|
3037
3037
|
"constant": false,
|
3038
|
-
"id":
|
3038
|
+
"id": 48883,
|
3039
3039
|
"mutability": "mutable",
|
3040
3040
|
"name": "callData",
|
3041
3041
|
"nameLocation": "2968:8:90",
|
3042
3042
|
"nodeType": "VariableDeclaration",
|
3043
|
-
"scope":
|
3043
|
+
"scope": 48909,
|
3044
3044
|
"src": "2955:21:90",
|
3045
3045
|
"stateVariable": false,
|
3046
3046
|
"storageLocation": "memory",
|
@@ -3049,7 +3049,7 @@
|
|
3049
3049
|
"typeString": "bytes"
|
3050
3050
|
},
|
3051
3051
|
"typeName": {
|
3052
|
-
"id":
|
3052
|
+
"id": 48882,
|
3053
3053
|
"name": "bytes",
|
3054
3054
|
"nodeType": "ElementaryTypeName",
|
3055
3055
|
"src": "2955:5:90",
|
@@ -3064,17 +3064,17 @@
|
|
3064
3064
|
"src": "2884:96:90"
|
3065
3065
|
},
|
3066
3066
|
"returnParameters": {
|
3067
|
-
"id":
|
3067
|
+
"id": 48887,
|
3068
3068
|
"nodeType": "ParameterList",
|
3069
3069
|
"parameters": [
|
3070
3070
|
{
|
3071
3071
|
"constant": false,
|
3072
|
-
"id":
|
3072
|
+
"id": 48886,
|
3073
3073
|
"mutability": "mutable",
|
3074
3074
|
"name": "data",
|
3075
3075
|
"nameLocation": "3012:4:90",
|
3076
3076
|
"nodeType": "VariableDeclaration",
|
3077
|
-
"scope":
|
3077
|
+
"scope": 48909,
|
3078
3078
|
"src": "2999:17:90",
|
3079
3079
|
"stateVariable": false,
|
3080
3080
|
"storageLocation": "memory",
|
@@ -3083,7 +3083,7 @@
|
|
3083
3083
|
"typeString": "bytes"
|
3084
3084
|
},
|
3085
3085
|
"typeName": {
|
3086
|
-
"id":
|
3086
|
+
"id": 48885,
|
3087
3087
|
"name": "bytes",
|
3088
3088
|
"nodeType": "ElementaryTypeName",
|
3089
3089
|
"src": "2999:5:90",
|
@@ -3097,36 +3097,36 @@
|
|
3097
3097
|
],
|
3098
3098
|
"src": "2998:19:90"
|
3099
3099
|
},
|
3100
|
-
"scope":
|
3100
|
+
"scope": 48944,
|
3101
3101
|
"stateMutability": "nonpayable",
|
3102
3102
|
"virtual": false,
|
3103
3103
|
"visibility": "internal"
|
3104
3104
|
},
|
3105
3105
|
{
|
3106
|
-
"id":
|
3106
|
+
"id": 48943,
|
3107
3107
|
"nodeType": "FunctionDefinition",
|
3108
3108
|
"src": "3255:415:90",
|
3109
3109
|
"nodes": [],
|
3110
3110
|
"body": {
|
3111
|
-
"id":
|
3111
|
+
"id": 48942,
|
3112
3112
|
"nodeType": "Block",
|
3113
3113
|
"src": "3429:241:90",
|
3114
3114
|
"nodes": [],
|
3115
3115
|
"statements": [
|
3116
3116
|
{
|
3117
3117
|
"assignments": [
|
3118
|
-
|
3119
|
-
|
3118
|
+
48923,
|
3119
|
+
48925
|
3120
3120
|
],
|
3121
3121
|
"declarations": [
|
3122
3122
|
{
|
3123
3123
|
"constant": false,
|
3124
|
-
"id":
|
3124
|
+
"id": 48923,
|
3125
3125
|
"mutability": "mutable",
|
3126
3126
|
"name": "success",
|
3127
3127
|
"nameLocation": "3441:7:90",
|
3128
3128
|
"nodeType": "VariableDeclaration",
|
3129
|
-
"scope":
|
3129
|
+
"scope": 48942,
|
3130
3130
|
"src": "3436:12:90",
|
3131
3131
|
"stateVariable": false,
|
3132
3132
|
"storageLocation": "default",
|
@@ -3135,7 +3135,7 @@
|
|
3135
3135
|
"typeString": "bool"
|
3136
3136
|
},
|
3137
3137
|
"typeName": {
|
3138
|
-
"id":
|
3138
|
+
"id": 48922,
|
3139
3139
|
"name": "bool",
|
3140
3140
|
"nodeType": "ElementaryTypeName",
|
3141
3141
|
"src": "3436:4:90",
|
@@ -3148,12 +3148,12 @@
|
|
3148
3148
|
},
|
3149
3149
|
{
|
3150
3150
|
"constant": false,
|
3151
|
-
"id":
|
3151
|
+
"id": 48925,
|
3152
3152
|
"mutability": "mutable",
|
3153
3153
|
"name": "_data",
|
3154
3154
|
"nameLocation": "3463:5:90",
|
3155
3155
|
"nodeType": "VariableDeclaration",
|
3156
|
-
"scope":
|
3156
|
+
"scope": 48942,
|
3157
3157
|
"src": "3450:18:90",
|
3158
3158
|
"stateVariable": false,
|
3159
3159
|
"storageLocation": "memory",
|
@@ -3162,7 +3162,7 @@
|
|
3162
3162
|
"typeString": "bytes"
|
3163
3163
|
},
|
3164
3164
|
"typeName": {
|
3165
|
-
"id":
|
3165
|
+
"id": 48924,
|
3166
3166
|
"name": "bytes",
|
3167
3167
|
"nodeType": "ElementaryTypeName",
|
3168
3168
|
"src": "3450:5:90",
|
@@ -3174,15 +3174,15 @@
|
|
3174
3174
|
"visibility": "internal"
|
3175
3175
|
}
|
3176
3176
|
],
|
3177
|
-
"id":
|
3177
|
+
"id": 48932,
|
3178
3178
|
"initialValue": {
|
3179
3179
|
"arguments": [
|
3180
3180
|
{
|
3181
|
-
"id":
|
3181
|
+
"id": 48927,
|
3182
3182
|
"name": "msgSender",
|
3183
3183
|
"nodeType": "Identifier",
|
3184
3184
|
"overloadedDeclarations": [],
|
3185
|
-
"referencedDeclaration":
|
3185
|
+
"referencedDeclaration": 48911,
|
3186
3186
|
"src": "3515:9:90",
|
3187
3187
|
"typeDescriptions": {
|
3188
3188
|
"typeIdentifier": "t_address",
|
@@ -3190,11 +3190,11 @@
|
|
3190
3190
|
}
|
3191
3191
|
},
|
3192
3192
|
{
|
3193
|
-
"id":
|
3193
|
+
"id": 48928,
|
3194
3194
|
"name": "msgValue",
|
3195
3195
|
"nodeType": "Identifier",
|
3196
3196
|
"overloadedDeclarations": [],
|
3197
|
-
"referencedDeclaration":
|
3197
|
+
"referencedDeclaration": 48913,
|
3198
3198
|
"src": "3542:8:90",
|
3199
3199
|
"typeDescriptions": {
|
3200
3200
|
"typeIdentifier": "t_uint256",
|
@@ -3202,11 +3202,11 @@
|
|
3202
3202
|
}
|
3203
3203
|
},
|
3204
3204
|
{
|
3205
|
-
"id":
|
3205
|
+
"id": 48929,
|
3206
3206
|
"name": "target",
|
3207
3207
|
"nodeType": "Identifier",
|
3208
3208
|
"overloadedDeclarations": [],
|
3209
|
-
"referencedDeclaration":
|
3209
|
+
"referencedDeclaration": 48915,
|
3210
3210
|
"src": "3566:6:90",
|
3211
3211
|
"typeDescriptions": {
|
3212
3212
|
"typeIdentifier": "t_address",
|
@@ -3214,11 +3214,11 @@
|
|
3214
3214
|
}
|
3215
3215
|
},
|
3216
3216
|
{
|
3217
|
-
"id":
|
3217
|
+
"id": 48930,
|
3218
3218
|
"name": "callData",
|
3219
3219
|
"nodeType": "Identifier",
|
3220
3220
|
"overloadedDeclarations": [],
|
3221
|
-
"referencedDeclaration":
|
3221
|
+
"referencedDeclaration": 48917,
|
3222
3222
|
"src": "3590:8:90",
|
3223
3223
|
"typeDescriptions": {
|
3224
3224
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3245,18 +3245,18 @@
|
|
3245
3245
|
"typeString": "bytes memory"
|
3246
3246
|
}
|
3247
3247
|
],
|
3248
|
-
"id":
|
3248
|
+
"id": 48926,
|
3249
3249
|
"name": "delegatecallWithContext",
|
3250
3250
|
"nodeType": "Identifier",
|
3251
3251
|
"overloadedDeclarations": [],
|
3252
|
-
"referencedDeclaration":
|
3252
|
+
"referencedDeclaration": 48875,
|
3253
3253
|
"src": "3472:23:90",
|
3254
3254
|
"typeDescriptions": {
|
3255
3255
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
|
3256
3256
|
"typeString": "function (address,uint256,address,bytes memory) returns (bool,bytes memory)"
|
3257
3257
|
}
|
3258
3258
|
},
|
3259
|
-
"id":
|
3259
|
+
"id": 48931,
|
3260
3260
|
"isConstant": false,
|
3261
3261
|
"isLValue": false,
|
3262
3262
|
"isPure": false,
|
@@ -3287,7 +3287,7 @@
|
|
3287
3287
|
},
|
3288
3288
|
{
|
3289
3289
|
"condition": {
|
3290
|
-
"id":
|
3290
|
+
"id": 48934,
|
3291
3291
|
"isConstant": false,
|
3292
3292
|
"isLValue": false,
|
3293
3293
|
"isPure": false,
|
@@ -3297,11 +3297,11 @@
|
|
3297
3297
|
"prefix": true,
|
3298
3298
|
"src": "3615:8:90",
|
3299
3299
|
"subExpression": {
|
3300
|
-
"id":
|
3300
|
+
"id": 48933,
|
3301
3301
|
"name": "success",
|
3302
3302
|
"nodeType": "Identifier",
|
3303
3303
|
"overloadedDeclarations": [],
|
3304
|
-
"referencedDeclaration":
|
3304
|
+
"referencedDeclaration": 48923,
|
3305
3305
|
"src": "3616:7:90",
|
3306
3306
|
"typeDescriptions": {
|
3307
3307
|
"typeIdentifier": "t_bool",
|
@@ -3313,18 +3313,18 @@
|
|
3313
3313
|
"typeString": "bool"
|
3314
3314
|
}
|
3315
3315
|
},
|
3316
|
-
"id":
|
3316
|
+
"id": 48939,
|
3317
3317
|
"nodeType": "IfStatement",
|
3318
3318
|
"src": "3611:36:90",
|
3319
3319
|
"trueBody": {
|
3320
3320
|
"expression": {
|
3321
3321
|
"arguments": [
|
3322
3322
|
{
|
3323
|
-
"id":
|
3323
|
+
"id": 48936,
|
3324
3324
|
"name": "_data",
|
3325
3325
|
"nodeType": "Identifier",
|
3326
3326
|
"overloadedDeclarations": [],
|
3327
|
-
"referencedDeclaration":
|
3327
|
+
"referencedDeclaration": 48925,
|
3328
3328
|
"src": "3641:5:90",
|
3329
3329
|
"typeDescriptions": {
|
3330
3330
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3339,18 +3339,18 @@
|
|
3339
3339
|
"typeString": "bytes memory"
|
3340
3340
|
}
|
3341
3341
|
],
|
3342
|
-
"id":
|
3342
|
+
"id": 48935,
|
3343
3343
|
"name": "revertWithBytes",
|
3344
3344
|
"nodeType": "Identifier",
|
3345
3345
|
"overloadedDeclarations": [],
|
3346
|
-
"referencedDeclaration":
|
3346
|
+
"referencedDeclaration": 49392,
|
3347
3347
|
"src": "3625:15:90",
|
3348
3348
|
"typeDescriptions": {
|
3349
3349
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
3350
3350
|
"typeString": "function (bytes memory) pure"
|
3351
3351
|
}
|
3352
3352
|
},
|
3353
|
-
"id":
|
3353
|
+
"id": 48937,
|
3354
3354
|
"isConstant": false,
|
3355
3355
|
"isLValue": false,
|
3356
3356
|
"isPure": false,
|
@@ -3366,26 +3366,26 @@
|
|
3366
3366
|
"typeString": "tuple()"
|
3367
3367
|
}
|
3368
3368
|
},
|
3369
|
-
"id":
|
3369
|
+
"id": 48938,
|
3370
3370
|
"nodeType": "ExpressionStatement",
|
3371
3371
|
"src": "3625:22:90"
|
3372
3372
|
}
|
3373
3373
|
},
|
3374
3374
|
{
|
3375
3375
|
"expression": {
|
3376
|
-
"id":
|
3376
|
+
"id": 48940,
|
3377
3377
|
"name": "_data",
|
3378
3378
|
"nodeType": "Identifier",
|
3379
3379
|
"overloadedDeclarations": [],
|
3380
|
-
"referencedDeclaration":
|
3380
|
+
"referencedDeclaration": 48925,
|
3381
3381
|
"src": "3660:5:90",
|
3382
3382
|
"typeDescriptions": {
|
3383
3383
|
"typeIdentifier": "t_bytes_memory_ptr",
|
3384
3384
|
"typeString": "bytes memory"
|
3385
3385
|
}
|
3386
3386
|
},
|
3387
|
-
"functionReturnParameters":
|
3388
|
-
"id":
|
3387
|
+
"functionReturnParameters": 48921,
|
3388
|
+
"id": 48941,
|
3389
3389
|
"nodeType": "Return",
|
3390
3390
|
"src": "3653:12:90"
|
3391
3391
|
}
|
@@ -3397,17 +3397,17 @@
|
|
3397
3397
|
"name": "delegatecallWithContextOrRevert",
|
3398
3398
|
"nameLocation": "3264:31:90",
|
3399
3399
|
"parameters": {
|
3400
|
-
"id":
|
3400
|
+
"id": 48918,
|
3401
3401
|
"nodeType": "ParameterList",
|
3402
3402
|
"parameters": [
|
3403
3403
|
{
|
3404
3404
|
"constant": false,
|
3405
|
-
"id":
|
3405
|
+
"id": 48911,
|
3406
3406
|
"mutability": "mutable",
|
3407
3407
|
"name": "msgSender",
|
3408
3408
|
"nameLocation": "3309:9:90",
|
3409
3409
|
"nodeType": "VariableDeclaration",
|
3410
|
-
"scope":
|
3410
|
+
"scope": 48943,
|
3411
3411
|
"src": "3301:17:90",
|
3412
3412
|
"stateVariable": false,
|
3413
3413
|
"storageLocation": "default",
|
@@ -3416,7 +3416,7 @@
|
|
3416
3416
|
"typeString": "address"
|
3417
3417
|
},
|
3418
3418
|
"typeName": {
|
3419
|
-
"id":
|
3419
|
+
"id": 48910,
|
3420
3420
|
"name": "address",
|
3421
3421
|
"nodeType": "ElementaryTypeName",
|
3422
3422
|
"src": "3301:7:90",
|
@@ -3430,12 +3430,12 @@
|
|
3430
3430
|
},
|
3431
3431
|
{
|
3432
3432
|
"constant": false,
|
3433
|
-
"id":
|
3433
|
+
"id": 48913,
|
3434
3434
|
"mutability": "mutable",
|
3435
3435
|
"name": "msgValue",
|
3436
3436
|
"nameLocation": "3332:8:90",
|
3437
3437
|
"nodeType": "VariableDeclaration",
|
3438
|
-
"scope":
|
3438
|
+
"scope": 48943,
|
3439
3439
|
"src": "3324:16:90",
|
3440
3440
|
"stateVariable": false,
|
3441
3441
|
"storageLocation": "default",
|
@@ -3444,7 +3444,7 @@
|
|
3444
3444
|
"typeString": "uint256"
|
3445
3445
|
},
|
3446
3446
|
"typeName": {
|
3447
|
-
"id":
|
3447
|
+
"id": 48912,
|
3448
3448
|
"name": "uint256",
|
3449
3449
|
"nodeType": "ElementaryTypeName",
|
3450
3450
|
"src": "3324:7:90",
|
@@ -3457,12 +3457,12 @@
|
|
3457
3457
|
},
|
3458
3458
|
{
|
3459
3459
|
"constant": false,
|
3460
|
-
"id":
|
3460
|
+
"id": 48915,
|
3461
3461
|
"mutability": "mutable",
|
3462
3462
|
"name": "target",
|
3463
3463
|
"nameLocation": "3354:6:90",
|
3464
3464
|
"nodeType": "VariableDeclaration",
|
3465
|
-
"scope":
|
3465
|
+
"scope": 48943,
|
3466
3466
|
"src": "3346:14:90",
|
3467
3467
|
"stateVariable": false,
|
3468
3468
|
"storageLocation": "default",
|
@@ -3471,7 +3471,7 @@
|
|
3471
3471
|
"typeString": "address"
|
3472
3472
|
},
|
3473
3473
|
"typeName": {
|
3474
|
-
"id":
|
3474
|
+
"id": 48914,
|
3475
3475
|
"name": "address",
|
3476
3476
|
"nodeType": "ElementaryTypeName",
|
3477
3477
|
"src": "3346:7:90",
|
@@ -3485,12 +3485,12 @@
|
|
3485
3485
|
},
|
3486
3486
|
{
|
3487
3487
|
"constant": false,
|
3488
|
-
"id":
|
3488
|
+
"id": 48917,
|
3489
3489
|
"mutability": "mutable",
|
3490
3490
|
"name": "callData",
|
3491
3491
|
"nameLocation": "3379:8:90",
|
3492
3492
|
"nodeType": "VariableDeclaration",
|
3493
|
-
"scope":
|
3493
|
+
"scope": 48943,
|
3494
3494
|
"src": "3366:21:90",
|
3495
3495
|
"stateVariable": false,
|
3496
3496
|
"storageLocation": "memory",
|
@@ -3499,7 +3499,7 @@
|
|
3499
3499
|
"typeString": "bytes"
|
3500
3500
|
},
|
3501
3501
|
"typeName": {
|
3502
|
-
"id":
|
3502
|
+
"id": 48916,
|
3503
3503
|
"name": "bytes",
|
3504
3504
|
"nodeType": "ElementaryTypeName",
|
3505
3505
|
"src": "3366:5:90",
|
@@ -3514,17 +3514,17 @@
|
|
3514
3514
|
"src": "3295:96:90"
|
3515
3515
|
},
|
3516
3516
|
"returnParameters": {
|
3517
|
-
"id":
|
3517
|
+
"id": 48921,
|
3518
3518
|
"nodeType": "ParameterList",
|
3519
3519
|
"parameters": [
|
3520
3520
|
{
|
3521
3521
|
"constant": false,
|
3522
|
-
"id":
|
3522
|
+
"id": 48920,
|
3523
3523
|
"mutability": "mutable",
|
3524
3524
|
"name": "data",
|
3525
3525
|
"nameLocation": "3423:4:90",
|
3526
3526
|
"nodeType": "VariableDeclaration",
|
3527
|
-
"scope":
|
3527
|
+
"scope": 48943,
|
3528
3528
|
"src": "3410:17:90",
|
3529
3529
|
"stateVariable": false,
|
3530
3530
|
"storageLocation": "memory",
|
@@ -3533,7 +3533,7 @@
|
|
3533
3533
|
"typeString": "bytes"
|
3534
3534
|
},
|
3535
3535
|
"typeName": {
|
3536
|
-
"id":
|
3536
|
+
"id": 48919,
|
3537
3537
|
"name": "bytes",
|
3538
3538
|
"nodeType": "ElementaryTypeName",
|
3539
3539
|
"src": "3410:5:90",
|
@@ -3547,7 +3547,7 @@
|
|
3547
3547
|
],
|
3548
3548
|
"src": "3409:19:90"
|
3549
3549
|
},
|
3550
|
-
"scope":
|
3550
|
+
"scope": 48944,
|
3551
3551
|
"stateMutability": "nonpayable",
|
3552
3552
|
"virtual": false,
|
3553
3553
|
"visibility": "internal"
|
@@ -3559,18 +3559,18 @@
|
|
3559
3559
|
"contractDependencies": [],
|
3560
3560
|
"contractKind": "library",
|
3561
3561
|
"documentation": {
|
3562
|
-
"id":
|
3562
|
+
"id": 48796,
|
3563
3563
|
"nodeType": "StructuredDocumentation",
|
3564
3564
|
"src": "1831:136:90",
|
3565
3565
|
"text": " Simple utility function to call a contract and append the msg.sender to the calldata (to be consumed by WorldContextConsumer)"
|
3566
3566
|
},
|
3567
3567
|
"fullyImplemented": true,
|
3568
3568
|
"linearizedBaseContracts": [
|
3569
|
-
|
3569
|
+
48944
|
3570
3570
|
],
|
3571
3571
|
"name": "WorldContextProvider",
|
3572
3572
|
"nameLocation": "1976:20:90",
|
3573
|
-
"scope":
|
3573
|
+
"scope": 48945,
|
3574
3574
|
"usedErrors": [],
|
3575
3575
|
"usedEvents": []
|
3576
3576
|
}
|