@verified-network/verified-sdk 0.4.6 → 0.5.0
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/abi/accounts/Account.json +68 -68
- package/dist/abi/accounts/Client.json +1997 -1989
- package/dist/abi/accounts/Holder.json +114 -114
- package/dist/abi/accounts/Kyc.json +12444 -7921
- package/dist/abi/accounts/Ledger.json +67 -67
- package/dist/abi/accounts/System.json +193 -193
- package/dist/abi/custody/Vault.json +19671 -0
- package/dist/abi/payments/Bond.json +5910 -5910
- package/dist/abi/payments/Cash.json +6192 -6084
- package/dist/abi/payments/Factory.json +2794 -2794
- package/dist/abi/payments/Oracle.json +3264 -3264
- package/dist/abi/payments/Token.json +1220 -1220
- package/dist/abi/securities/Issues.json +11669 -11615
- package/dist/abi/securities/Products.json +5351 -5351
- package/dist/abi/trades/OrderPool.json +4 -36
- package/dist/abi/trades/PoolFactory.json +416 -544
- package/dist/abi/trades/PostTrade.json +1001 -1061
- package/dist/abi/trades/PreTrade.json +4 -72
- package/dist/abi/trades/SecuritiesRegistry.json +1990 -2358
- package/dist/abi/trades/Security.json +3 -27
- package/dist/abi/trades/Trade.json +2116 -2184
- package/dist/contract/custody/index.js +85 -0
- package/dist/contract/factory/index.js +17 -0
- package/dist/contract/kyc/index.js +11 -0
- package/dist/contract/securitiesregistry/index.js +2 -2
- package/dist/contract/security/index.js +7 -2
- package/dist/contractAddress/index.js +27 -26
- package/dist/index.js +3 -1
- package/package.json +1 -1
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
"id": 8625,
|
|
738
738
|
"nodeType": "ImportDirective",
|
|
739
739
|
"scope": 9594,
|
|
740
|
-
"sourceUnit":
|
|
740
|
+
"sourceUnit": 10032,
|
|
741
741
|
"src": "151:42:18",
|
|
742
742
|
"symbolAliases": [],
|
|
743
743
|
"unitAlias": ""
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
"id": 8628,
|
|
771
771
|
"nodeType": "ImportDirective",
|
|
772
772
|
"scope": 9594,
|
|
773
|
-
"sourceUnit":
|
|
773
|
+
"sourceUnit": 10143,
|
|
774
774
|
"src": "284:42:18",
|
|
775
775
|
"symbolAliases": [],
|
|
776
776
|
"unitAlias": ""
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
"id": 8629,
|
|
782
782
|
"nodeType": "ImportDirective",
|
|
783
783
|
"scope": 9594,
|
|
784
|
-
"sourceUnit":
|
|
784
|
+
"sourceUnit": 10263,
|
|
785
785
|
"src": "328:38:18",
|
|
786
786
|
"symbolAliases": [],
|
|
787
787
|
"unitAlias": ""
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"id": 8630,
|
|
793
793
|
"nodeType": "ImportDirective",
|
|
794
794
|
"scope": 9594,
|
|
795
|
-
"sourceUnit":
|
|
795
|
+
"sourceUnit": 11527,
|
|
796
796
|
"src": "368:38:18",
|
|
797
797
|
"symbolAliases": [],
|
|
798
798
|
"unitAlias": ""
|
|
@@ -839,10 +839,10 @@
|
|
|
839
839
|
"id": 8634,
|
|
840
840
|
"name": "VerifiedSystem",
|
|
841
841
|
"nodeType": "UserDefinedTypeName",
|
|
842
|
-
"referencedDeclaration":
|
|
842
|
+
"referencedDeclaration": 10142,
|
|
843
843
|
"src": "651:14:18",
|
|
844
844
|
"typeDescriptions": {
|
|
845
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
845
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
846
846
|
"typeString": "contract VerifiedSystem"
|
|
847
847
|
}
|
|
848
848
|
},
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
153,
|
|
911
911
|
222,
|
|
912
912
|
968,
|
|
913
|
-
|
|
913
|
+
10142
|
|
914
914
|
],
|
|
915
915
|
"contractKind": "contract",
|
|
916
916
|
"documentation": null,
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
29,
|
|
923
923
|
222,
|
|
924
924
|
968,
|
|
925
|
-
|
|
925
|
+
10142
|
|
926
926
|
],
|
|
927
927
|
"name": "System",
|
|
928
928
|
"nodeType": "ContractDefinition",
|
|
@@ -934,10 +934,10 @@
|
|
|
934
934
|
"id": 8642,
|
|
935
935
|
"name": "stringutils",
|
|
936
936
|
"nodeType": "UserDefinedTypeName",
|
|
937
|
-
"referencedDeclaration":
|
|
937
|
+
"referencedDeclaration": 11526,
|
|
938
938
|
"src": "719:11:18",
|
|
939
939
|
"typeDescriptions": {
|
|
940
|
-
"typeIdentifier": "t_contract$_stringutils_$
|
|
940
|
+
"typeIdentifier": "t_contract$_stringutils_$11526",
|
|
941
941
|
"typeString": "library stringutils"
|
|
942
942
|
}
|
|
943
943
|
},
|
|
@@ -1913,7 +1913,7 @@
|
|
|
1913
1913
|
"stateVariable": true,
|
|
1914
1914
|
"storageLocation": "default",
|
|
1915
1915
|
"typeDescriptions": {
|
|
1916
|
-
"typeIdentifier": "t_contract$_VerifiedLedger_$
|
|
1916
|
+
"typeIdentifier": "t_contract$_VerifiedLedger_$10031",
|
|
1917
1917
|
"typeString": "contract VerifiedLedger"
|
|
1918
1918
|
},
|
|
1919
1919
|
"typeName": {
|
|
@@ -1921,10 +1921,10 @@
|
|
|
1921
1921
|
"id": 8722,
|
|
1922
1922
|
"name": "VerifiedLedger",
|
|
1923
1923
|
"nodeType": "UserDefinedTypeName",
|
|
1924
|
-
"referencedDeclaration":
|
|
1924
|
+
"referencedDeclaration": 10031,
|
|
1925
1925
|
"src": "2371:14:18",
|
|
1926
1926
|
"typeDescriptions": {
|
|
1927
|
-
"typeIdentifier": "t_contract$_VerifiedLedger_$
|
|
1927
|
+
"typeIdentifier": "t_contract$_VerifiedLedger_$10031",
|
|
1928
1928
|
"typeString": "contract VerifiedLedger"
|
|
1929
1929
|
}
|
|
1930
1930
|
},
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"stateVariable": true,
|
|
1942
1942
|
"storageLocation": "default",
|
|
1943
1943
|
"typeDescriptions": {
|
|
1944
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
1944
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10262",
|
|
1945
1945
|
"typeString": "contract ViaFactory"
|
|
1946
1946
|
},
|
|
1947
1947
|
"typeName": {
|
|
@@ -1949,10 +1949,10 @@
|
|
|
1949
1949
|
"id": 8724,
|
|
1950
1950
|
"name": "ViaFactory",
|
|
1951
1951
|
"nodeType": "UserDefinedTypeName",
|
|
1952
|
-
"referencedDeclaration":
|
|
1952
|
+
"referencedDeclaration": 10262,
|
|
1953
1953
|
"src": "2410:10:18",
|
|
1954
1954
|
"typeDescriptions": {
|
|
1955
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
1955
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10262",
|
|
1956
1956
|
"typeString": "contract ViaFactory"
|
|
1957
1957
|
}
|
|
1958
1958
|
},
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
"name": "msg",
|
|
2059
2059
|
"nodeType": "Identifier",
|
|
2060
2060
|
"overloadedDeclarations": [],
|
|
2061
|
-
"referencedDeclaration":
|
|
2061
|
+
"referencedDeclaration": 11541,
|
|
2062
2062
|
"src": "2770:3:18",
|
|
2063
2063
|
"typeDescriptions": {
|
|
2064
2064
|
"typeIdentifier": "t_magic_message",
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
"referencedDeclaration": 8723,
|
|
2396
2396
|
"src": "2933:9:18",
|
|
2397
2397
|
"typeDescriptions": {
|
|
2398
|
-
"typeIdentifier": "t_contract$_VerifiedLedger_$
|
|
2398
|
+
"typeIdentifier": "t_contract$_VerifiedLedger_$10031",
|
|
2399
2399
|
"typeString": "contract VerifiedLedger"
|
|
2400
2400
|
}
|
|
2401
2401
|
},
|
|
@@ -2429,10 +2429,10 @@
|
|
|
2429
2429
|
"name": "VerifiedLedger",
|
|
2430
2430
|
"nodeType": "Identifier",
|
|
2431
2431
|
"overloadedDeclarations": [],
|
|
2432
|
-
"referencedDeclaration":
|
|
2432
|
+
"referencedDeclaration": 10031,
|
|
2433
2433
|
"src": "2945:14:18",
|
|
2434
2434
|
"typeDescriptions": {
|
|
2435
|
-
"typeIdentifier": "t_type$_t_contract$_VerifiedLedger_$
|
|
2435
|
+
"typeIdentifier": "t_type$_t_contract$_VerifiedLedger_$10031_$",
|
|
2436
2436
|
"typeString": "type(contract VerifiedLedger)"
|
|
2437
2437
|
}
|
|
2438
2438
|
},
|
|
@@ -2446,13 +2446,13 @@
|
|
|
2446
2446
|
"nodeType": "FunctionCall",
|
|
2447
2447
|
"src": "2945:23:18",
|
|
2448
2448
|
"typeDescriptions": {
|
|
2449
|
-
"typeIdentifier": "t_contract$_VerifiedLedger_$
|
|
2449
|
+
"typeIdentifier": "t_contract$_VerifiedLedger_$10031",
|
|
2450
2450
|
"typeString": "contract VerifiedLedger"
|
|
2451
2451
|
}
|
|
2452
2452
|
},
|
|
2453
2453
|
"src": "2933:35:18",
|
|
2454
2454
|
"typeDescriptions": {
|
|
2455
|
-
"typeIdentifier": "t_contract$_VerifiedLedger_$
|
|
2455
|
+
"typeIdentifier": "t_contract$_VerifiedLedger_$10031",
|
|
2456
2456
|
"typeString": "contract VerifiedLedger"
|
|
2457
2457
|
}
|
|
2458
2458
|
},
|
|
@@ -2615,7 +2615,7 @@
|
|
|
2615
2615
|
"referencedDeclaration": 8725,
|
|
2616
2616
|
"src": "3083:3:18",
|
|
2617
2617
|
"typeDescriptions": {
|
|
2618
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
2618
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10262",
|
|
2619
2619
|
"typeString": "contract ViaFactory"
|
|
2620
2620
|
}
|
|
2621
2621
|
},
|
|
@@ -2649,10 +2649,10 @@
|
|
|
2649
2649
|
"name": "ViaFactory",
|
|
2650
2650
|
"nodeType": "Identifier",
|
|
2651
2651
|
"overloadedDeclarations": [],
|
|
2652
|
-
"referencedDeclaration":
|
|
2652
|
+
"referencedDeclaration": 10262,
|
|
2653
2653
|
"src": "3089:10:18",
|
|
2654
2654
|
"typeDescriptions": {
|
|
2655
|
-
"typeIdentifier": "t_type$_t_contract$_ViaFactory_$
|
|
2655
|
+
"typeIdentifier": "t_type$_t_contract$_ViaFactory_$10262_$",
|
|
2656
2656
|
"typeString": "type(contract ViaFactory)"
|
|
2657
2657
|
}
|
|
2658
2658
|
},
|
|
@@ -2666,13 +2666,13 @@
|
|
|
2666
2666
|
"nodeType": "FunctionCall",
|
|
2667
2667
|
"src": "3089:23:18",
|
|
2668
2668
|
"typeDescriptions": {
|
|
2669
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
2669
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10262",
|
|
2670
2670
|
"typeString": "contract ViaFactory"
|
|
2671
2671
|
}
|
|
2672
2672
|
},
|
|
2673
2673
|
"src": "3083:29:18",
|
|
2674
2674
|
"typeDescriptions": {
|
|
2675
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
2675
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10262",
|
|
2676
2676
|
"typeString": "contract ViaFactory"
|
|
2677
2677
|
}
|
|
2678
2678
|
},
|
|
@@ -2714,7 +2714,7 @@
|
|
|
2714
2714
|
"referencedDeclaration": 8725,
|
|
2715
2715
|
"src": "3123:3:18",
|
|
2716
2716
|
"typeDescriptions": {
|
|
2717
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
2717
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10262",
|
|
2718
2718
|
"typeString": "contract ViaFactory"
|
|
2719
2719
|
}
|
|
2720
2720
|
},
|
|
@@ -2725,7 +2725,7 @@
|
|
|
2725
2725
|
"lValueRequested": false,
|
|
2726
2726
|
"memberName": "setClientAddress",
|
|
2727
2727
|
"nodeType": "MemberAccess",
|
|
2728
|
-
"referencedDeclaration":
|
|
2728
|
+
"referencedDeclaration": 10261,
|
|
2729
2729
|
"src": "3123:20:18",
|
|
2730
2730
|
"typeDescriptions": {
|
|
2731
2731
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
|
|
@@ -3204,7 +3204,7 @@
|
|
|
3204
3204
|
"scope": 9593,
|
|
3205
3205
|
"src": "3230:287:18",
|
|
3206
3206
|
"stateMutability": "view",
|
|
3207
|
-
"superFunction":
|
|
3207
|
+
"superFunction": 10076,
|
|
3208
3208
|
"visibility": "external"
|
|
3209
3209
|
},
|
|
3210
3210
|
{
|
|
@@ -3478,7 +3478,7 @@
|
|
|
3478
3478
|
"scope": 9593,
|
|
3479
3479
|
"src": "3586:279:18",
|
|
3480
3480
|
"stateMutability": "view",
|
|
3481
|
-
"superFunction":
|
|
3481
|
+
"superFunction": 10083,
|
|
3482
3482
|
"visibility": "external"
|
|
3483
3483
|
},
|
|
3484
3484
|
{
|
|
@@ -3752,7 +3752,7 @@
|
|
|
3752
3752
|
"scope": 9593,
|
|
3753
3753
|
"src": "3927:281:18",
|
|
3754
3754
|
"stateMutability": "view",
|
|
3755
|
-
"superFunction":
|
|
3755
|
+
"superFunction": 10090,
|
|
3756
3756
|
"visibility": "external"
|
|
3757
3757
|
},
|
|
3758
3758
|
{
|
|
@@ -3897,7 +3897,7 @@
|
|
|
3897
3897
|
"scope": 9593,
|
|
3898
3898
|
"src": "4276:149:18",
|
|
3899
3899
|
"stateMutability": "view",
|
|
3900
|
-
"superFunction":
|
|
3900
|
+
"superFunction": 10098,
|
|
3901
3901
|
"visibility": "external"
|
|
3902
3902
|
},
|
|
3903
3903
|
{
|
|
@@ -4042,7 +4042,7 @@
|
|
|
4042
4042
|
"scope": 9593,
|
|
4043
4043
|
"src": "4492:140:18",
|
|
4044
4044
|
"stateMutability": "view",
|
|
4045
|
-
"superFunction":
|
|
4045
|
+
"superFunction": 10106,
|
|
4046
4046
|
"visibility": "external"
|
|
4047
4047
|
},
|
|
4048
4048
|
{
|
|
@@ -4187,7 +4187,7 @@
|
|
|
4187
4187
|
"scope": 9593,
|
|
4188
4188
|
"src": "4696:141:18",
|
|
4189
4189
|
"stateMutability": "view",
|
|
4190
|
-
"superFunction":
|
|
4190
|
+
"superFunction": 10114,
|
|
4191
4191
|
"visibility": "external"
|
|
4192
4192
|
},
|
|
4193
4193
|
{
|
|
@@ -4437,7 +4437,7 @@
|
|
|
4437
4437
|
"scope": 9593,
|
|
4438
4438
|
"src": "4886:180:18",
|
|
4439
4439
|
"stateMutability": "view",
|
|
4440
|
-
"superFunction":
|
|
4440
|
+
"superFunction": 10123,
|
|
4441
4441
|
"visibility": "external"
|
|
4442
4442
|
},
|
|
4443
4443
|
{
|
|
@@ -4686,7 +4686,7 @@
|
|
|
4686
4686
|
"scope": 9593,
|
|
4687
4687
|
"src": "5107:161:18",
|
|
4688
4688
|
"stateMutability": "view",
|
|
4689
|
-
"superFunction":
|
|
4689
|
+
"superFunction": 10132,
|
|
4690
4690
|
"visibility": "external"
|
|
4691
4691
|
},
|
|
4692
4692
|
{
|
|
@@ -4935,7 +4935,7 @@
|
|
|
4935
4935
|
"scope": 9593,
|
|
4936
4936
|
"src": "5310:171:18",
|
|
4937
4937
|
"stateMutability": "view",
|
|
4938
|
-
"superFunction":
|
|
4938
|
+
"superFunction": 10141,
|
|
4939
4939
|
"visibility": "external"
|
|
4940
4940
|
},
|
|
4941
4941
|
{
|
|
@@ -5207,7 +5207,7 @@
|
|
|
5207
5207
|
"scope": 9593,
|
|
5208
5208
|
"src": "5540:228:18",
|
|
5209
5209
|
"stateMutability": "view",
|
|
5210
|
-
"superFunction":
|
|
5210
|
+
"superFunction": 10040,
|
|
5211
5211
|
"visibility": "external"
|
|
5212
5212
|
},
|
|
5213
5213
|
{
|
|
@@ -5242,7 +5242,7 @@
|
|
|
5242
5242
|
"name": "msg",
|
|
5243
5243
|
"nodeType": "Identifier",
|
|
5244
5244
|
"overloadedDeclarations": [],
|
|
5245
|
-
"referencedDeclaration":
|
|
5245
|
+
"referencedDeclaration": 11541,
|
|
5246
5246
|
"src": "6245:3:18",
|
|
5247
5247
|
"typeDescriptions": {
|
|
5248
5248
|
"typeIdentifier": "t_magic_message",
|
|
@@ -5365,7 +5365,7 @@
|
|
|
5365
5365
|
"name": "msg",
|
|
5366
5366
|
"nodeType": "Identifier",
|
|
5367
5367
|
"overloadedDeclarations": [],
|
|
5368
|
-
"referencedDeclaration":
|
|
5368
|
+
"referencedDeclaration": 11541,
|
|
5369
5369
|
"src": "6269:3:18",
|
|
5370
5370
|
"typeDescriptions": {
|
|
5371
5371
|
"typeIdentifier": "t_magic_message",
|
|
@@ -5410,10 +5410,10 @@
|
|
|
5410
5410
|
"name": "require",
|
|
5411
5411
|
"nodeType": "Identifier",
|
|
5412
5412
|
"overloadedDeclarations": [
|
|
5413
|
-
|
|
5414
|
-
|
|
5413
|
+
11544,
|
|
5414
|
+
11545
|
|
5415
5415
|
],
|
|
5416
|
-
"referencedDeclaration":
|
|
5416
|
+
"referencedDeclaration": 11544,
|
|
5417
5417
|
"src": "6214:7:18",
|
|
5418
5418
|
"typeDescriptions": {
|
|
5419
5419
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
@@ -5658,7 +5658,7 @@
|
|
|
5658
5658
|
"name": "msg",
|
|
5659
5659
|
"nodeType": "Identifier",
|
|
5660
5660
|
"overloadedDeclarations": [],
|
|
5661
|
-
"referencedDeclaration":
|
|
5661
|
+
"referencedDeclaration": 11541,
|
|
5662
5662
|
"src": "6476:3:18",
|
|
5663
5663
|
"typeDescriptions": {
|
|
5664
5664
|
"typeIdentifier": "t_magic_message",
|
|
@@ -5818,7 +5818,7 @@
|
|
|
5818
5818
|
"name": "msg",
|
|
5819
5819
|
"nodeType": "Identifier",
|
|
5820
5820
|
"overloadedDeclarations": [],
|
|
5821
|
-
"referencedDeclaration":
|
|
5821
|
+
"referencedDeclaration": 11541,
|
|
5822
5822
|
"src": "6552:3:18",
|
|
5823
5823
|
"typeDescriptions": {
|
|
5824
5824
|
"typeIdentifier": "t_magic_message",
|
|
@@ -6036,7 +6036,7 @@
|
|
|
6036
6036
|
"name": "msg",
|
|
6037
6037
|
"nodeType": "Identifier",
|
|
6038
6038
|
"overloadedDeclarations": [],
|
|
6039
|
-
"referencedDeclaration":
|
|
6039
|
+
"referencedDeclaration": 11541,
|
|
6040
6040
|
"src": "6680:3:18",
|
|
6041
6041
|
"typeDescriptions": {
|
|
6042
6042
|
"typeIdentifier": "t_magic_message",
|
|
@@ -6199,7 +6199,7 @@
|
|
|
6199
6199
|
"name": "msg",
|
|
6200
6200
|
"nodeType": "Identifier",
|
|
6201
6201
|
"overloadedDeclarations": [],
|
|
6202
|
-
"referencedDeclaration":
|
|
6202
|
+
"referencedDeclaration": 11541,
|
|
6203
6203
|
"src": "6778:3:18",
|
|
6204
6204
|
"typeDescriptions": {
|
|
6205
6205
|
"typeIdentifier": "t_magic_message",
|
|
@@ -6335,7 +6335,7 @@
|
|
|
6335
6335
|
"name": "msg",
|
|
6336
6336
|
"nodeType": "Identifier",
|
|
6337
6337
|
"overloadedDeclarations": [],
|
|
6338
|
-
"referencedDeclaration":
|
|
6338
|
+
"referencedDeclaration": 11541,
|
|
6339
6339
|
"src": "6836:3:18",
|
|
6340
6340
|
"typeDescriptions": {
|
|
6341
6341
|
"typeIdentifier": "t_magic_message",
|
|
@@ -6420,7 +6420,7 @@
|
|
|
6420
6420
|
"name": "msg",
|
|
6421
6421
|
"nodeType": "Identifier",
|
|
6422
6422
|
"overloadedDeclarations": [],
|
|
6423
|
-
"referencedDeclaration":
|
|
6423
|
+
"referencedDeclaration": 11541,
|
|
6424
6424
|
"src": "6871:3:18",
|
|
6425
6425
|
"typeDescriptions": {
|
|
6426
6426
|
"typeIdentifier": "t_magic_message",
|
|
@@ -6579,7 +6579,7 @@
|
|
|
6579
6579
|
"name": "msg",
|
|
6580
6580
|
"nodeType": "Identifier",
|
|
6581
6581
|
"overloadedDeclarations": [],
|
|
6582
|
-
"referencedDeclaration":
|
|
6582
|
+
"referencedDeclaration": 11541,
|
|
6583
6583
|
"src": "6401:3:18",
|
|
6584
6584
|
"typeDescriptions": {
|
|
6585
6585
|
"typeIdentifier": "t_magic_message",
|
|
@@ -6788,7 +6788,7 @@
|
|
|
6788
6788
|
"name": "msg",
|
|
6789
6789
|
"nodeType": "Identifier",
|
|
6790
6790
|
"overloadedDeclarations": [],
|
|
6791
|
-
"referencedDeclaration":
|
|
6791
|
+
"referencedDeclaration": 11541,
|
|
6792
6792
|
"src": "7522:3:18",
|
|
6793
6793
|
"typeDescriptions": {
|
|
6794
6794
|
"typeIdentifier": "t_magic_message",
|
|
@@ -6901,7 +6901,7 @@
|
|
|
6901
6901
|
"name": "msg",
|
|
6902
6902
|
"nodeType": "Identifier",
|
|
6903
6903
|
"overloadedDeclarations": [],
|
|
6904
|
-
"referencedDeclaration":
|
|
6904
|
+
"referencedDeclaration": 11541,
|
|
6905
6905
|
"src": "7572:3:18",
|
|
6906
6906
|
"typeDescriptions": {
|
|
6907
6907
|
"typeIdentifier": "t_magic_message",
|
|
@@ -7050,7 +7050,7 @@
|
|
|
7050
7050
|
"name": "msg",
|
|
7051
7051
|
"nodeType": "Identifier",
|
|
7052
7052
|
"overloadedDeclarations": [],
|
|
7053
|
-
"referencedDeclaration":
|
|
7053
|
+
"referencedDeclaration": 11541,
|
|
7054
7054
|
"src": "7048:3:18",
|
|
7055
7055
|
"typeDescriptions": {
|
|
7056
7056
|
"typeIdentifier": "t_magic_message",
|
|
@@ -7080,7 +7080,7 @@
|
|
|
7080
7080
|
"name": "this",
|
|
7081
7081
|
"nodeType": "Identifier",
|
|
7082
7082
|
"overloadedDeclarations": [],
|
|
7083
|
-
"referencedDeclaration":
|
|
7083
|
+
"referencedDeclaration": 11609,
|
|
7084
7084
|
"src": "7068:4:18",
|
|
7085
7085
|
"typeDescriptions": {
|
|
7086
7086
|
"typeIdentifier": "t_contract$_System_$9593",
|
|
@@ -7165,7 +7165,7 @@
|
|
|
7165
7165
|
"name": "abi",
|
|
7166
7166
|
"nodeType": "Identifier",
|
|
7167
7167
|
"overloadedDeclarations": [],
|
|
7168
|
-
"referencedDeclaration":
|
|
7168
|
+
"referencedDeclaration": 11528,
|
|
7169
7169
|
"src": "6964:3:18",
|
|
7170
7170
|
"typeDescriptions": {
|
|
7171
7171
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -7565,7 +7565,7 @@
|
|
|
7565
7565
|
"name": "msg",
|
|
7566
7566
|
"nodeType": "Identifier",
|
|
7567
7567
|
"overloadedDeclarations": [],
|
|
7568
|
-
"referencedDeclaration":
|
|
7568
|
+
"referencedDeclaration": 11541,
|
|
7569
7569
|
"src": "7437:3:18",
|
|
7570
7570
|
"typeDescriptions": {
|
|
7571
7571
|
"typeIdentifier": "t_magic_message",
|
|
@@ -7710,7 +7710,7 @@
|
|
|
7710
7710
|
"scope": 9593,
|
|
7711
7711
|
"src": "6013:1603:18",
|
|
7712
7712
|
"stateMutability": "nonpayable",
|
|
7713
|
-
"superFunction":
|
|
7713
|
+
"superFunction": 10069,
|
|
7714
7714
|
"visibility": "external"
|
|
7715
7715
|
},
|
|
7716
7716
|
{
|
|
@@ -7760,7 +7760,7 @@
|
|
|
7760
7760
|
"name": "msg",
|
|
7761
7761
|
"nodeType": "Identifier",
|
|
7762
7762
|
"overloadedDeclarations": [],
|
|
7763
|
-
"referencedDeclaration":
|
|
7763
|
+
"referencedDeclaration": 11541,
|
|
7764
7764
|
"src": "7941:3:18",
|
|
7765
7765
|
"typeDescriptions": {
|
|
7766
7766
|
"typeIdentifier": "t_magic_message",
|
|
@@ -7839,10 +7839,10 @@
|
|
|
7839
7839
|
"name": "require",
|
|
7840
7840
|
"nodeType": "Identifier",
|
|
7841
7841
|
"overloadedDeclarations": [
|
|
7842
|
-
|
|
7843
|
-
|
|
7842
|
+
11544,
|
|
7843
|
+
11545
|
|
7844
7844
|
],
|
|
7845
|
-
"referencedDeclaration":
|
|
7845
|
+
"referencedDeclaration": 11544,
|
|
7846
7846
|
"src": "7918:7:18",
|
|
7847
7847
|
"typeDescriptions": {
|
|
7848
7848
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
@@ -8087,7 +8087,7 @@
|
|
|
8087
8087
|
"name": "msg",
|
|
8088
8088
|
"nodeType": "Identifier",
|
|
8089
8089
|
"overloadedDeclarations": [],
|
|
8090
|
-
"referencedDeclaration":
|
|
8090
|
+
"referencedDeclaration": 11541,
|
|
8091
8091
|
"src": "8158:3:18",
|
|
8092
8092
|
"typeDescriptions": {
|
|
8093
8093
|
"typeIdentifier": "t_magic_message",
|
|
@@ -8247,7 +8247,7 @@
|
|
|
8247
8247
|
"name": "msg",
|
|
8248
8248
|
"nodeType": "Identifier",
|
|
8249
8249
|
"overloadedDeclarations": [],
|
|
8250
|
-
"referencedDeclaration":
|
|
8250
|
+
"referencedDeclaration": 11541,
|
|
8251
8251
|
"src": "8220:3:18",
|
|
8252
8252
|
"typeDescriptions": {
|
|
8253
8253
|
"typeIdentifier": "t_magic_message",
|
|
@@ -8465,7 +8465,7 @@
|
|
|
8465
8465
|
"name": "msg",
|
|
8466
8466
|
"nodeType": "Identifier",
|
|
8467
8467
|
"overloadedDeclarations": [],
|
|
8468
|
-
"referencedDeclaration":
|
|
8468
|
+
"referencedDeclaration": 11541,
|
|
8469
8469
|
"src": "8331:3:18",
|
|
8470
8470
|
"typeDescriptions": {
|
|
8471
8471
|
"typeIdentifier": "t_magic_message",
|
|
@@ -8628,7 +8628,7 @@
|
|
|
8628
8628
|
"name": "msg",
|
|
8629
8629
|
"nodeType": "Identifier",
|
|
8630
8630
|
"overloadedDeclarations": [],
|
|
8631
|
-
"referencedDeclaration":
|
|
8631
|
+
"referencedDeclaration": 11541,
|
|
8632
8632
|
"src": "8421:3:18",
|
|
8633
8633
|
"typeDescriptions": {
|
|
8634
8634
|
"typeIdentifier": "t_magic_message",
|
|
@@ -8764,7 +8764,7 @@
|
|
|
8764
8764
|
"name": "msg",
|
|
8765
8765
|
"nodeType": "Identifier",
|
|
8766
8766
|
"overloadedDeclarations": [],
|
|
8767
|
-
"referencedDeclaration":
|
|
8767
|
+
"referencedDeclaration": 11541,
|
|
8768
8768
|
"src": "8472:3:18",
|
|
8769
8769
|
"typeDescriptions": {
|
|
8770
8770
|
"typeIdentifier": "t_magic_message",
|
|
@@ -8849,7 +8849,7 @@
|
|
|
8849
8849
|
"name": "msg",
|
|
8850
8850
|
"nodeType": "Identifier",
|
|
8851
8851
|
"overloadedDeclarations": [],
|
|
8852
|
-
"referencedDeclaration":
|
|
8852
|
+
"referencedDeclaration": 11541,
|
|
8853
8853
|
"src": "8500:3:18",
|
|
8854
8854
|
"typeDescriptions": {
|
|
8855
8855
|
"typeIdentifier": "t_magic_message",
|
|
@@ -9008,7 +9008,7 @@
|
|
|
9008
9008
|
"name": "msg",
|
|
9009
9009
|
"nodeType": "Identifier",
|
|
9010
9010
|
"overloadedDeclarations": [],
|
|
9011
|
-
"referencedDeclaration":
|
|
9011
|
+
"referencedDeclaration": 11541,
|
|
9012
9012
|
"src": "8097:3:18",
|
|
9013
9013
|
"typeDescriptions": {
|
|
9014
9014
|
"typeIdentifier": "t_magic_message",
|
|
@@ -9217,7 +9217,7 @@
|
|
|
9217
9217
|
"name": "msg",
|
|
9218
9218
|
"nodeType": "Identifier",
|
|
9219
9219
|
"overloadedDeclarations": [],
|
|
9220
|
-
"referencedDeclaration":
|
|
9220
|
+
"referencedDeclaration": 11541,
|
|
9221
9221
|
"src": "9254:3:18",
|
|
9222
9222
|
"typeDescriptions": {
|
|
9223
9223
|
"typeIdentifier": "t_magic_message",
|
|
@@ -9330,7 +9330,7 @@
|
|
|
9330
9330
|
"name": "msg",
|
|
9331
9331
|
"nodeType": "Identifier",
|
|
9332
9332
|
"overloadedDeclarations": [],
|
|
9333
|
-
"referencedDeclaration":
|
|
9333
|
+
"referencedDeclaration": 11541,
|
|
9334
9334
|
"src": "9297:3:18",
|
|
9335
9335
|
"typeDescriptions": {
|
|
9336
9336
|
"typeIdentifier": "t_magic_message",
|
|
@@ -9492,7 +9492,7 @@
|
|
|
9492
9492
|
"name": "msg",
|
|
9493
9493
|
"nodeType": "Identifier",
|
|
9494
9494
|
"overloadedDeclarations": [],
|
|
9495
|
-
"referencedDeclaration":
|
|
9495
|
+
"referencedDeclaration": 11541,
|
|
9496
9496
|
"src": "8795:3:18",
|
|
9497
9497
|
"typeDescriptions": {
|
|
9498
9498
|
"typeIdentifier": "t_magic_message",
|
|
@@ -9522,7 +9522,7 @@
|
|
|
9522
9522
|
"name": "this",
|
|
9523
9523
|
"nodeType": "Identifier",
|
|
9524
9524
|
"overloadedDeclarations": [],
|
|
9525
|
-
"referencedDeclaration":
|
|
9525
|
+
"referencedDeclaration": 11609,
|
|
9526
9526
|
"src": "8815:4:18",
|
|
9527
9527
|
"typeDescriptions": {
|
|
9528
9528
|
"typeIdentifier": "t_contract$_System_$9593",
|
|
@@ -9628,7 +9628,7 @@
|
|
|
9628
9628
|
"name": "abi",
|
|
9629
9629
|
"nodeType": "Identifier",
|
|
9630
9630
|
"overloadedDeclarations": [],
|
|
9631
|
-
"referencedDeclaration":
|
|
9631
|
+
"referencedDeclaration": 11528,
|
|
9632
9632
|
"src": "8681:3:18",
|
|
9633
9633
|
"typeDescriptions": {
|
|
9634
9634
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -9816,7 +9816,7 @@
|
|
|
9816
9816
|
"name": "msg",
|
|
9817
9817
|
"nodeType": "Identifier",
|
|
9818
9818
|
"overloadedDeclarations": [],
|
|
9819
|
-
"referencedDeclaration":
|
|
9819
|
+
"referencedDeclaration": 11541,
|
|
9820
9820
|
"src": "9018:3:18",
|
|
9821
9821
|
"typeDescriptions": {
|
|
9822
9822
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10078,7 +10078,7 @@
|
|
|
10078
10078
|
"name": "msg",
|
|
10079
10079
|
"nodeType": "Identifier",
|
|
10080
10080
|
"overloadedDeclarations": [],
|
|
10081
|
-
"referencedDeclaration":
|
|
10081
|
+
"referencedDeclaration": 11541,
|
|
10082
10082
|
"src": "9177:3:18",
|
|
10083
10083
|
"typeDescriptions": {
|
|
10084
10084
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10276,7 +10276,7 @@
|
|
|
10276
10276
|
"scope": 9593,
|
|
10277
10277
|
"src": "7724:1635:18",
|
|
10278
10278
|
"stateMutability": "nonpayable",
|
|
10279
|
-
"superFunction":
|
|
10279
|
+
"superFunction": 10051,
|
|
10280
10280
|
"visibility": "external"
|
|
10281
10281
|
},
|
|
10282
10282
|
{
|
|
@@ -10326,7 +10326,7 @@
|
|
|
10326
10326
|
"name": "msg",
|
|
10327
10327
|
"nodeType": "Identifier",
|
|
10328
10328
|
"overloadedDeclarations": [],
|
|
10329
|
-
"referencedDeclaration":
|
|
10329
|
+
"referencedDeclaration": 11541,
|
|
10330
10330
|
"src": "9697:3:18",
|
|
10331
10331
|
"typeDescriptions": {
|
|
10332
10332
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10382,7 +10382,7 @@
|
|
|
10382
10382
|
"name": "msg",
|
|
10383
10383
|
"nodeType": "Identifier",
|
|
10384
10384
|
"overloadedDeclarations": [],
|
|
10385
|
-
"referencedDeclaration":
|
|
10385
|
+
"referencedDeclaration": 11541,
|
|
10386
10386
|
"src": "9717:3:18",
|
|
10387
10387
|
"typeDescriptions": {
|
|
10388
10388
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10421,10 +10421,10 @@
|
|
|
10421
10421
|
"name": "require",
|
|
10422
10422
|
"nodeType": "Identifier",
|
|
10423
10423
|
"overloadedDeclarations": [
|
|
10424
|
-
|
|
10425
|
-
|
|
10424
|
+
11544,
|
|
10425
|
+
11545
|
|
10426
10426
|
],
|
|
10427
|
-
"referencedDeclaration":
|
|
10427
|
+
"referencedDeclaration": 11544,
|
|
10428
10428
|
"src": "9681:7:18",
|
|
10429
10429
|
"typeDescriptions": {
|
|
10430
10430
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
@@ -10669,7 +10669,7 @@
|
|
|
10669
10669
|
"name": "msg",
|
|
10670
10670
|
"nodeType": "Identifier",
|
|
10671
10671
|
"overloadedDeclarations": [],
|
|
10672
|
-
"referencedDeclaration":
|
|
10672
|
+
"referencedDeclaration": 11541,
|
|
10673
10673
|
"src": "9907:3:18",
|
|
10674
10674
|
"typeDescriptions": {
|
|
10675
10675
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10829,7 +10829,7 @@
|
|
|
10829
10829
|
"name": "msg",
|
|
10830
10830
|
"nodeType": "Identifier",
|
|
10831
10831
|
"overloadedDeclarations": [],
|
|
10832
|
-
"referencedDeclaration":
|
|
10832
|
+
"referencedDeclaration": 11541,
|
|
10833
10833
|
"src": "9973:3:18",
|
|
10834
10834
|
"typeDescriptions": {
|
|
10835
10835
|
"typeIdentifier": "t_magic_message",
|
|
@@ -11047,7 +11047,7 @@
|
|
|
11047
11047
|
"name": "msg",
|
|
11048
11048
|
"nodeType": "Identifier",
|
|
11049
11049
|
"overloadedDeclarations": [],
|
|
11050
|
-
"referencedDeclaration":
|
|
11050
|
+
"referencedDeclaration": 11541,
|
|
11051
11051
|
"src": "10086:3:18",
|
|
11052
11052
|
"typeDescriptions": {
|
|
11053
11053
|
"typeIdentifier": "t_magic_message",
|
|
@@ -11210,7 +11210,7 @@
|
|
|
11210
11210
|
"name": "msg",
|
|
11211
11211
|
"nodeType": "Identifier",
|
|
11212
11212
|
"overloadedDeclarations": [],
|
|
11213
|
-
"referencedDeclaration":
|
|
11213
|
+
"referencedDeclaration": 11541,
|
|
11214
11214
|
"src": "10177:3:18",
|
|
11215
11215
|
"typeDescriptions": {
|
|
11216
11216
|
"typeIdentifier": "t_magic_message",
|
|
@@ -11346,7 +11346,7 @@
|
|
|
11346
11346
|
"name": "msg",
|
|
11347
11347
|
"nodeType": "Identifier",
|
|
11348
11348
|
"overloadedDeclarations": [],
|
|
11349
|
-
"referencedDeclaration":
|
|
11349
|
+
"referencedDeclaration": 11541,
|
|
11350
11350
|
"src": "10229:3:18",
|
|
11351
11351
|
"typeDescriptions": {
|
|
11352
11352
|
"typeIdentifier": "t_magic_message",
|
|
@@ -11431,7 +11431,7 @@
|
|
|
11431
11431
|
"name": "msg",
|
|
11432
11432
|
"nodeType": "Identifier",
|
|
11433
11433
|
"overloadedDeclarations": [],
|
|
11434
|
-
"referencedDeclaration":
|
|
11434
|
+
"referencedDeclaration": 11541,
|
|
11435
11435
|
"src": "10258:3:18",
|
|
11436
11436
|
"typeDescriptions": {
|
|
11437
11437
|
"typeIdentifier": "t_magic_message",
|
|
@@ -11590,7 +11590,7 @@
|
|
|
11590
11590
|
"name": "msg",
|
|
11591
11591
|
"nodeType": "Identifier",
|
|
11592
11592
|
"overloadedDeclarations": [],
|
|
11593
|
-
"referencedDeclaration":
|
|
11593
|
+
"referencedDeclaration": 11541,
|
|
11594
11594
|
"src": "9844:3:18",
|
|
11595
11595
|
"typeDescriptions": {
|
|
11596
11596
|
"typeIdentifier": "t_magic_message",
|
|
@@ -11799,7 +11799,7 @@
|
|
|
11799
11799
|
"name": "msg",
|
|
11800
11800
|
"nodeType": "Identifier",
|
|
11801
11801
|
"overloadedDeclarations": [],
|
|
11802
|
-
"referencedDeclaration":
|
|
11802
|
+
"referencedDeclaration": 11541,
|
|
11803
11803
|
"src": "11446:3:18",
|
|
11804
11804
|
"typeDescriptions": {
|
|
11805
11805
|
"typeIdentifier": "t_magic_message",
|
|
@@ -11912,7 +11912,7 @@
|
|
|
11912
11912
|
"name": "msg",
|
|
11913
11913
|
"nodeType": "Identifier",
|
|
11914
11914
|
"overloadedDeclarations": [],
|
|
11915
|
-
"referencedDeclaration":
|
|
11915
|
+
"referencedDeclaration": 11541,
|
|
11916
11916
|
"src": "11490:3:18",
|
|
11917
11917
|
"typeDescriptions": {
|
|
11918
11918
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12107,7 +12107,7 @@
|
|
|
12107
12107
|
"referencedDeclaration": 8725,
|
|
12108
12108
|
"src": "10371:3:18",
|
|
12109
12109
|
"typeDescriptions": {
|
|
12110
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
12110
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10262",
|
|
12111
12111
|
"typeString": "contract ViaFactory"
|
|
12112
12112
|
}
|
|
12113
12113
|
},
|
|
@@ -12118,7 +12118,7 @@
|
|
|
12118
12118
|
"lValueRequested": false,
|
|
12119
12119
|
"memberName": "getTokenByNameType",
|
|
12120
12120
|
"nodeType": "MemberAccess",
|
|
12121
|
-
"referencedDeclaration":
|
|
12121
|
+
"referencedDeclaration": 10206,
|
|
12122
12122
|
"src": "10371:22:18",
|
|
12123
12123
|
"typeDescriptions": {
|
|
12124
12124
|
"typeIdentifier": "t_function_external_view$_t_bytes32_$_t_bytes32_$returns$_t_address_$",
|
|
@@ -12278,7 +12278,7 @@
|
|
|
12278
12278
|
"name": "abi",
|
|
12279
12279
|
"nodeType": "Identifier",
|
|
12280
12280
|
"overloadedDeclarations": [],
|
|
12281
|
-
"referencedDeclaration":
|
|
12281
|
+
"referencedDeclaration": 11528,
|
|
12282
12282
|
"src": "10533:3:18",
|
|
12283
12283
|
"typeDescriptions": {
|
|
12284
12284
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -12355,7 +12355,7 @@
|
|
|
12355
12355
|
"lValueRequested": false,
|
|
12356
12356
|
"memberName": "stringToBytes32",
|
|
12357
12357
|
"nodeType": "MemberAccess",
|
|
12358
|
-
"referencedDeclaration":
|
|
12358
|
+
"referencedDeclaration": 11430,
|
|
12359
12359
|
"src": "10526:57:18",
|
|
12360
12360
|
"typeDescriptions": {
|
|
12361
12361
|
"typeIdentifier": "t_function_delegatecall_pure$_t_string_memory_ptr_$returns$_t_bytes32_$bound_to$_t_string_memory_ptr_$",
|
|
@@ -12415,7 +12415,7 @@
|
|
|
12415
12415
|
"referencedDeclaration": 8725,
|
|
12416
12416
|
"src": "10503:3:18",
|
|
12417
12417
|
"typeDescriptions": {
|
|
12418
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
12418
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10262",
|
|
12419
12419
|
"typeString": "contract ViaFactory"
|
|
12420
12420
|
}
|
|
12421
12421
|
},
|
|
@@ -12426,7 +12426,7 @@
|
|
|
12426
12426
|
"lValueRequested": false,
|
|
12427
12427
|
"memberName": "getTokenByNameType",
|
|
12428
12428
|
"nodeType": "MemberAccess",
|
|
12429
|
-
"referencedDeclaration":
|
|
12429
|
+
"referencedDeclaration": 10206,
|
|
12430
12430
|
"src": "10503:22:18",
|
|
12431
12431
|
"typeDescriptions": {
|
|
12432
12432
|
"typeIdentifier": "t_function_external_view$_t_bytes32_$_t_bytes32_$returns$_t_address_$",
|
|
@@ -12847,7 +12847,7 @@
|
|
|
12847
12847
|
"name": "msg",
|
|
12848
12848
|
"nodeType": "Identifier",
|
|
12849
12849
|
"overloadedDeclarations": [],
|
|
12850
|
-
"referencedDeclaration":
|
|
12850
|
+
"referencedDeclaration": 11541,
|
|
12851
12851
|
"src": "10928:3:18",
|
|
12852
12852
|
"typeDescriptions": {
|
|
12853
12853
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12877,7 +12877,7 @@
|
|
|
12877
12877
|
"name": "this",
|
|
12878
12878
|
"nodeType": "Identifier",
|
|
12879
12879
|
"overloadedDeclarations": [],
|
|
12880
|
-
"referencedDeclaration":
|
|
12880
|
+
"referencedDeclaration": 11609,
|
|
12881
12881
|
"src": "10948:4:18",
|
|
12882
12882
|
"typeDescriptions": {
|
|
12883
12883
|
"typeIdentifier": "t_contract$_System_$9593",
|
|
@@ -12996,7 +12996,7 @@
|
|
|
12996
12996
|
"name": "abi",
|
|
12997
12997
|
"nodeType": "Identifier",
|
|
12998
12998
|
"overloadedDeclarations": [],
|
|
12999
|
-
"referencedDeclaration":
|
|
12999
|
+
"referencedDeclaration": 11528,
|
|
13000
13000
|
"src": "10827:3:18",
|
|
13001
13001
|
"typeDescriptions": {
|
|
13002
13002
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -13171,7 +13171,7 @@
|
|
|
13171
13171
|
"name": "msg",
|
|
13172
13172
|
"nodeType": "Identifier",
|
|
13173
13173
|
"overloadedDeclarations": [],
|
|
13174
|
-
"referencedDeclaration":
|
|
13174
|
+
"referencedDeclaration": 11541,
|
|
13175
13175
|
"src": "11167:3:18",
|
|
13176
13176
|
"typeDescriptions": {
|
|
13177
13177
|
"typeIdentifier": "t_magic_message",
|
|
@@ -13429,7 +13429,7 @@
|
|
|
13429
13429
|
"name": "msg",
|
|
13430
13430
|
"nodeType": "Identifier",
|
|
13431
13431
|
"overloadedDeclarations": [],
|
|
13432
|
-
"referencedDeclaration":
|
|
13432
|
+
"referencedDeclaration": 11541,
|
|
13433
13433
|
"src": "11352:3:18",
|
|
13434
13434
|
"typeDescriptions": {
|
|
13435
13435
|
"typeIdentifier": "t_magic_message",
|
|
@@ -13630,7 +13630,7 @@
|
|
|
13630
13630
|
"scope": 9593,
|
|
13631
13631
|
"src": "9455:2080:18",
|
|
13632
13632
|
"stateMutability": "nonpayable",
|
|
13633
|
-
"superFunction":
|
|
13633
|
+
"superFunction": 10062,
|
|
13634
13634
|
"visibility": "external"
|
|
13635
13635
|
}
|
|
13636
13636
|
],
|
|
@@ -13679,7 +13679,7 @@
|
|
|
13679
13679
|
},
|
|
13680
13680
|
{
|
|
13681
13681
|
"attributes": {
|
|
13682
|
-
"SourceUnit":
|
|
13682
|
+
"SourceUnit": 10032,
|
|
13683
13683
|
"absolutePath": "project:/contracts/interfaces/VerifiedLedger.sol",
|
|
13684
13684
|
"file": "../interfaces/VerifiedLedger.sol",
|
|
13685
13685
|
"scope": 9594,
|
|
@@ -13724,7 +13724,7 @@
|
|
|
13724
13724
|
},
|
|
13725
13725
|
{
|
|
13726
13726
|
"attributes": {
|
|
13727
|
-
"SourceUnit":
|
|
13727
|
+
"SourceUnit": 10143,
|
|
13728
13728
|
"absolutePath": "project:/contracts/interfaces/VerifiedSystem.sol",
|
|
13729
13729
|
"file": "../interfaces/VerifiedSystem.sol",
|
|
13730
13730
|
"scope": 9594,
|
|
@@ -13739,7 +13739,7 @@
|
|
|
13739
13739
|
},
|
|
13740
13740
|
{
|
|
13741
13741
|
"attributes": {
|
|
13742
|
-
"SourceUnit":
|
|
13742
|
+
"SourceUnit": 10263,
|
|
13743
13743
|
"absolutePath": "project:/contracts/interfaces/ViaFactory.sol",
|
|
13744
13744
|
"file": "../interfaces/ViaFactory.sol",
|
|
13745
13745
|
"scope": 9594,
|
|
@@ -13754,7 +13754,7 @@
|
|
|
13754
13754
|
},
|
|
13755
13755
|
{
|
|
13756
13756
|
"attributes": {
|
|
13757
|
-
"SourceUnit":
|
|
13757
|
+
"SourceUnit": 11527,
|
|
13758
13758
|
"absolutePath": "project:/contracts/utilities/StringUtils.sol",
|
|
13759
13759
|
"file": "../utilities/StringUtils.sol",
|
|
13760
13760
|
"scope": 9594,
|
|
@@ -13819,7 +13819,7 @@
|
|
|
13819
13819
|
153,
|
|
13820
13820
|
222,
|
|
13821
13821
|
968,
|
|
13822
|
-
|
|
13822
|
+
10142
|
|
13823
13823
|
],
|
|
13824
13824
|
"contractKind": "contract",
|
|
13825
13825
|
"documentation": null,
|
|
@@ -13830,7 +13830,7 @@
|
|
|
13830
13830
|
29,
|
|
13831
13831
|
222,
|
|
13832
13832
|
968,
|
|
13833
|
-
|
|
13833
|
+
10142
|
|
13834
13834
|
],
|
|
13835
13835
|
"name": "System",
|
|
13836
13836
|
"scope": 9594
|
|
@@ -13845,7 +13845,7 @@
|
|
|
13845
13845
|
"attributes": {
|
|
13846
13846
|
"contractScope": null,
|
|
13847
13847
|
"name": "VerifiedSystem",
|
|
13848
|
-
"referencedDeclaration":
|
|
13848
|
+
"referencedDeclaration": 10142,
|
|
13849
13849
|
"type": "contract VerifiedSystem"
|
|
13850
13850
|
},
|
|
13851
13851
|
"id": 8634,
|
|
@@ -13929,7 +13929,7 @@
|
|
|
13929
13929
|
"attributes": {
|
|
13930
13930
|
"contractScope": null,
|
|
13931
13931
|
"name": "stringutils",
|
|
13932
|
-
"referencedDeclaration":
|
|
13932
|
+
"referencedDeclaration": 11526,
|
|
13933
13933
|
"type": "library stringutils"
|
|
13934
13934
|
},
|
|
13935
13935
|
"id": 8642,
|
|
@@ -14936,7 +14936,7 @@
|
|
|
14936
14936
|
"attributes": {
|
|
14937
14937
|
"contractScope": null,
|
|
14938
14938
|
"name": "VerifiedLedger",
|
|
14939
|
-
"referencedDeclaration":
|
|
14939
|
+
"referencedDeclaration": 10031,
|
|
14940
14940
|
"type": "contract VerifiedLedger"
|
|
14941
14941
|
},
|
|
14942
14942
|
"id": 8722,
|
|
@@ -14964,7 +14964,7 @@
|
|
|
14964
14964
|
"attributes": {
|
|
14965
14965
|
"contractScope": null,
|
|
14966
14966
|
"name": "ViaFactory",
|
|
14967
|
-
"referencedDeclaration":
|
|
14967
|
+
"referencedDeclaration": 10262,
|
|
14968
14968
|
"type": "contract ViaFactory"
|
|
14969
14969
|
},
|
|
14970
14970
|
"id": 8724,
|
|
@@ -15320,7 +15320,7 @@
|
|
|
15320
15320
|
"overloadedDeclarations": [
|
|
15321
15321
|
null
|
|
15322
15322
|
],
|
|
15323
|
-
"referencedDeclaration":
|
|
15323
|
+
"referencedDeclaration": 11541,
|
|
15324
15324
|
"type": "msg",
|
|
15325
15325
|
"value": "msg"
|
|
15326
15326
|
},
|
|
@@ -15666,7 +15666,7 @@
|
|
|
15666
15666
|
"overloadedDeclarations": [
|
|
15667
15667
|
null
|
|
15668
15668
|
],
|
|
15669
|
-
"referencedDeclaration":
|
|
15669
|
+
"referencedDeclaration": 10031,
|
|
15670
15670
|
"type": "type(contract VerifiedLedger)",
|
|
15671
15671
|
"value": "VerifiedLedger"
|
|
15672
15672
|
},
|
|
@@ -15909,7 +15909,7 @@
|
|
|
15909
15909
|
"overloadedDeclarations": [
|
|
15910
15910
|
null
|
|
15911
15911
|
],
|
|
15912
|
-
"referencedDeclaration":
|
|
15912
|
+
"referencedDeclaration": 10262,
|
|
15913
15913
|
"type": "type(contract ViaFactory)",
|
|
15914
15914
|
"value": "ViaFactory"
|
|
15915
15915
|
},
|
|
@@ -15976,7 +15976,7 @@
|
|
|
15976
15976
|
"isPure": false,
|
|
15977
15977
|
"lValueRequested": false,
|
|
15978
15978
|
"member_name": "setClientAddress",
|
|
15979
|
-
"referencedDeclaration":
|
|
15979
|
+
"referencedDeclaration": 10261,
|
|
15980
15980
|
"type": "function (address) external"
|
|
15981
15981
|
},
|
|
15982
15982
|
"children": [
|
|
@@ -16045,7 +16045,7 @@
|
|
|
16045
16045
|
"name": "getAccountHolder",
|
|
16046
16046
|
"scope": 9593,
|
|
16047
16047
|
"stateMutability": "view",
|
|
16048
|
-
"superFunction":
|
|
16048
|
+
"superFunction": 10076,
|
|
16049
16049
|
"visibility": "external"
|
|
16050
16050
|
},
|
|
16051
16051
|
"children": [
|
|
@@ -16340,7 +16340,7 @@
|
|
|
16340
16340
|
"name": "getAccountLedger",
|
|
16341
16341
|
"scope": 9593,
|
|
16342
16342
|
"stateMutability": "view",
|
|
16343
|
-
"superFunction":
|
|
16343
|
+
"superFunction": 10083,
|
|
16344
16344
|
"visibility": "external"
|
|
16345
16345
|
},
|
|
16346
16346
|
"children": [
|
|
@@ -16635,7 +16635,7 @@
|
|
|
16635
16635
|
"name": "getLedgerAccount",
|
|
16636
16636
|
"scope": 9593,
|
|
16637
16637
|
"stateMutability": "view",
|
|
16638
|
-
"superFunction":
|
|
16638
|
+
"superFunction": 10090,
|
|
16639
16639
|
"visibility": "external"
|
|
16640
16640
|
},
|
|
16641
16641
|
"children": [
|
|
@@ -16930,7 +16930,7 @@
|
|
|
16930
16930
|
"name": "getAccountHolders",
|
|
16931
16931
|
"scope": 9593,
|
|
16932
16932
|
"stateMutability": "view",
|
|
16933
|
-
"superFunction":
|
|
16933
|
+
"superFunction": 10098,
|
|
16934
16934
|
"visibility": "external"
|
|
16935
16935
|
},
|
|
16936
16936
|
"children": [
|
|
@@ -17090,7 +17090,7 @@
|
|
|
17090
17090
|
"name": "getAccountLedgers",
|
|
17091
17091
|
"scope": 9593,
|
|
17092
17092
|
"stateMutability": "view",
|
|
17093
|
-
"superFunction":
|
|
17093
|
+
"superFunction": 10106,
|
|
17094
17094
|
"visibility": "external"
|
|
17095
17095
|
},
|
|
17096
17096
|
"children": [
|
|
@@ -17250,7 +17250,7 @@
|
|
|
17250
17250
|
"name": "getLedgerAccounts",
|
|
17251
17251
|
"scope": 9593,
|
|
17252
17252
|
"stateMutability": "view",
|
|
17253
|
-
"superFunction":
|
|
17253
|
+
"superFunction": 10114,
|
|
17254
17254
|
"visibility": "external"
|
|
17255
17255
|
},
|
|
17256
17256
|
"children": [
|
|
@@ -17410,7 +17410,7 @@
|
|
|
17410
17410
|
"name": "getHolderDetails",
|
|
17411
17411
|
"scope": 9593,
|
|
17412
17412
|
"stateMutability": "view",
|
|
17413
|
-
"superFunction":
|
|
17413
|
+
"superFunction": 10123,
|
|
17414
17414
|
"visibility": "external"
|
|
17415
17415
|
},
|
|
17416
17416
|
"children": [
|
|
@@ -17678,7 +17678,7 @@
|
|
|
17678
17678
|
"name": "getLedgerDetails",
|
|
17679
17679
|
"scope": 9593,
|
|
17680
17680
|
"stateMutability": "view",
|
|
17681
|
-
"superFunction":
|
|
17681
|
+
"superFunction": 10132,
|
|
17682
17682
|
"visibility": "external"
|
|
17683
17683
|
},
|
|
17684
17684
|
"children": [
|
|
@@ -17945,7 +17945,7 @@
|
|
|
17945
17945
|
"name": "getAccountDetails",
|
|
17946
17946
|
"scope": 9593,
|
|
17947
17947
|
"stateMutability": "view",
|
|
17948
|
-
"superFunction":
|
|
17948
|
+
"superFunction": 10141,
|
|
17949
17949
|
"visibility": "external"
|
|
17950
17950
|
},
|
|
17951
17951
|
"children": [
|
|
@@ -18212,7 +18212,7 @@
|
|
|
18212
18212
|
"name": "confirmAccountHolder",
|
|
18213
18213
|
"scope": 9593,
|
|
18214
18214
|
"stateMutability": "view",
|
|
18215
|
-
"superFunction":
|
|
18215
|
+
"superFunction": 10040,
|
|
18216
18216
|
"visibility": "external"
|
|
18217
18217
|
},
|
|
18218
18218
|
"children": [
|
|
@@ -18504,7 +18504,7 @@
|
|
|
18504
18504
|
"name": "createHolder",
|
|
18505
18505
|
"scope": 9593,
|
|
18506
18506
|
"stateMutability": "nonpayable",
|
|
18507
|
-
"superFunction":
|
|
18507
|
+
"superFunction": 10069,
|
|
18508
18508
|
"visibility": "external"
|
|
18509
18509
|
},
|
|
18510
18510
|
"children": [
|
|
@@ -18607,10 +18607,10 @@
|
|
|
18607
18607
|
}
|
|
18608
18608
|
],
|
|
18609
18609
|
"overloadedDeclarations": [
|
|
18610
|
-
|
|
18611
|
-
|
|
18610
|
+
11544,
|
|
18611
|
+
11545
|
|
18612
18612
|
],
|
|
18613
|
-
"referencedDeclaration":
|
|
18613
|
+
"referencedDeclaration": 11544,
|
|
18614
18614
|
"type": "function (bool) pure",
|
|
18615
18615
|
"value": "require"
|
|
18616
18616
|
},
|
|
@@ -18702,7 +18702,7 @@
|
|
|
18702
18702
|
"overloadedDeclarations": [
|
|
18703
18703
|
null
|
|
18704
18704
|
],
|
|
18705
|
-
"referencedDeclaration":
|
|
18705
|
+
"referencedDeclaration": 11541,
|
|
18706
18706
|
"type": "msg",
|
|
18707
18707
|
"value": "msg"
|
|
18708
18708
|
},
|
|
@@ -18792,7 +18792,7 @@
|
|
|
18792
18792
|
"overloadedDeclarations": [
|
|
18793
18793
|
null
|
|
18794
18794
|
],
|
|
18795
|
-
"referencedDeclaration":
|
|
18795
|
+
"referencedDeclaration": 11541,
|
|
18796
18796
|
"type": "msg",
|
|
18797
18797
|
"value": "msg"
|
|
18798
18798
|
},
|
|
@@ -19115,7 +19115,7 @@
|
|
|
19115
19115
|
"overloadedDeclarations": [
|
|
19116
19116
|
null
|
|
19117
19117
|
],
|
|
19118
|
-
"referencedDeclaration":
|
|
19118
|
+
"referencedDeclaration": 11541,
|
|
19119
19119
|
"type": "msg",
|
|
19120
19120
|
"value": "msg"
|
|
19121
19121
|
},
|
|
@@ -19306,7 +19306,7 @@
|
|
|
19306
19306
|
"overloadedDeclarations": [
|
|
19307
19307
|
null
|
|
19308
19308
|
],
|
|
19309
|
-
"referencedDeclaration":
|
|
19309
|
+
"referencedDeclaration": 11541,
|
|
19310
19310
|
"type": "msg",
|
|
19311
19311
|
"value": "msg"
|
|
19312
19312
|
},
|
|
@@ -19475,7 +19475,7 @@
|
|
|
19475
19475
|
"overloadedDeclarations": [
|
|
19476
19476
|
null
|
|
19477
19477
|
],
|
|
19478
|
-
"referencedDeclaration":
|
|
19478
|
+
"referencedDeclaration": 11541,
|
|
19479
19479
|
"type": "msg",
|
|
19480
19480
|
"value": "msg"
|
|
19481
19481
|
},
|
|
@@ -19681,7 +19681,7 @@
|
|
|
19681
19681
|
"overloadedDeclarations": [
|
|
19682
19682
|
null
|
|
19683
19683
|
],
|
|
19684
|
-
"referencedDeclaration":
|
|
19684
|
+
"referencedDeclaration": 11541,
|
|
19685
19685
|
"type": "msg",
|
|
19686
19686
|
"value": "msg"
|
|
19687
19687
|
},
|
|
@@ -19881,7 +19881,7 @@
|
|
|
19881
19881
|
"overloadedDeclarations": [
|
|
19882
19882
|
null
|
|
19883
19883
|
],
|
|
19884
|
-
"referencedDeclaration":
|
|
19884
|
+
"referencedDeclaration": 11541,
|
|
19885
19885
|
"type": "msg",
|
|
19886
19886
|
"value": "msg"
|
|
19887
19887
|
},
|
|
@@ -20006,7 +20006,7 @@
|
|
|
20006
20006
|
"overloadedDeclarations": [
|
|
20007
20007
|
null
|
|
20008
20008
|
],
|
|
20009
|
-
"referencedDeclaration":
|
|
20009
|
+
"referencedDeclaration": 11541,
|
|
20010
20010
|
"type": "msg",
|
|
20011
20011
|
"value": "msg"
|
|
20012
20012
|
},
|
|
@@ -20095,7 +20095,7 @@
|
|
|
20095
20095
|
"overloadedDeclarations": [
|
|
20096
20096
|
null
|
|
20097
20097
|
],
|
|
20098
|
-
"referencedDeclaration":
|
|
20098
|
+
"referencedDeclaration": 11541,
|
|
20099
20099
|
"type": "msg",
|
|
20100
20100
|
"value": "msg"
|
|
20101
20101
|
},
|
|
@@ -20316,7 +20316,7 @@
|
|
|
20316
20316
|
"overloadedDeclarations": [
|
|
20317
20317
|
null
|
|
20318
20318
|
],
|
|
20319
|
-
"referencedDeclaration":
|
|
20319
|
+
"referencedDeclaration": 11528,
|
|
20320
20320
|
"type": "abi",
|
|
20321
20321
|
"value": "abi"
|
|
20322
20322
|
},
|
|
@@ -20378,7 +20378,7 @@
|
|
|
20378
20378
|
"overloadedDeclarations": [
|
|
20379
20379
|
null
|
|
20380
20380
|
],
|
|
20381
|
-
"referencedDeclaration":
|
|
20381
|
+
"referencedDeclaration": 11541,
|
|
20382
20382
|
"type": "msg",
|
|
20383
20383
|
"value": "msg"
|
|
20384
20384
|
},
|
|
@@ -20431,7 +20431,7 @@
|
|
|
20431
20431
|
"overloadedDeclarations": [
|
|
20432
20432
|
null
|
|
20433
20433
|
],
|
|
20434
|
-
"referencedDeclaration":
|
|
20434
|
+
"referencedDeclaration": 11609,
|
|
20435
20435
|
"type": "contract System",
|
|
20436
20436
|
"value": "this"
|
|
20437
20437
|
},
|
|
@@ -20885,7 +20885,7 @@
|
|
|
20885
20885
|
"overloadedDeclarations": [
|
|
20886
20886
|
null
|
|
20887
20887
|
],
|
|
20888
|
-
"referencedDeclaration":
|
|
20888
|
+
"referencedDeclaration": 11541,
|
|
20889
20889
|
"type": "msg",
|
|
20890
20890
|
"value": "msg"
|
|
20891
20891
|
},
|
|
@@ -21015,7 +21015,7 @@
|
|
|
21015
21015
|
"overloadedDeclarations": [
|
|
21016
21016
|
null
|
|
21017
21017
|
],
|
|
21018
|
-
"referencedDeclaration":
|
|
21018
|
+
"referencedDeclaration": 11541,
|
|
21019
21019
|
"type": "msg",
|
|
21020
21020
|
"value": "msg"
|
|
21021
21021
|
},
|
|
@@ -21124,7 +21124,7 @@
|
|
|
21124
21124
|
"overloadedDeclarations": [
|
|
21125
21125
|
null
|
|
21126
21126
|
],
|
|
21127
|
-
"referencedDeclaration":
|
|
21127
|
+
"referencedDeclaration": 11541,
|
|
21128
21128
|
"type": "msg",
|
|
21129
21129
|
"value": "msg"
|
|
21130
21130
|
},
|
|
@@ -21203,7 +21203,7 @@
|
|
|
21203
21203
|
"name": "createLedger",
|
|
21204
21204
|
"scope": 9593,
|
|
21205
21205
|
"stateMutability": "nonpayable",
|
|
21206
|
-
"superFunction":
|
|
21206
|
+
"superFunction": 10051,
|
|
21207
21207
|
"visibility": "external"
|
|
21208
21208
|
},
|
|
21209
21209
|
"children": [
|
|
@@ -21359,10 +21359,10 @@
|
|
|
21359
21359
|
}
|
|
21360
21360
|
],
|
|
21361
21361
|
"overloadedDeclarations": [
|
|
21362
|
-
|
|
21363
|
-
|
|
21362
|
+
11544,
|
|
21363
|
+
11545
|
|
21364
21364
|
],
|
|
21365
|
-
"referencedDeclaration":
|
|
21365
|
+
"referencedDeclaration": 11544,
|
|
21366
21366
|
"type": "function (bool) pure",
|
|
21367
21367
|
"value": "require"
|
|
21368
21368
|
},
|
|
@@ -21439,7 +21439,7 @@
|
|
|
21439
21439
|
"overloadedDeclarations": [
|
|
21440
21440
|
null
|
|
21441
21441
|
],
|
|
21442
|
-
"referencedDeclaration":
|
|
21442
|
+
"referencedDeclaration": 11541,
|
|
21443
21443
|
"type": "msg",
|
|
21444
21444
|
"value": "msg"
|
|
21445
21445
|
},
|
|
@@ -21781,7 +21781,7 @@
|
|
|
21781
21781
|
"overloadedDeclarations": [
|
|
21782
21782
|
null
|
|
21783
21783
|
],
|
|
21784
|
-
"referencedDeclaration":
|
|
21784
|
+
"referencedDeclaration": 11541,
|
|
21785
21785
|
"type": "msg",
|
|
21786
21786
|
"value": "msg"
|
|
21787
21787
|
},
|
|
@@ -21972,7 +21972,7 @@
|
|
|
21972
21972
|
"overloadedDeclarations": [
|
|
21973
21973
|
null
|
|
21974
21974
|
],
|
|
21975
|
-
"referencedDeclaration":
|
|
21975
|
+
"referencedDeclaration": 11541,
|
|
21976
21976
|
"type": "msg",
|
|
21977
21977
|
"value": "msg"
|
|
21978
21978
|
},
|
|
@@ -22141,7 +22141,7 @@
|
|
|
22141
22141
|
"overloadedDeclarations": [
|
|
22142
22142
|
null
|
|
22143
22143
|
],
|
|
22144
|
-
"referencedDeclaration":
|
|
22144
|
+
"referencedDeclaration": 11541,
|
|
22145
22145
|
"type": "msg",
|
|
22146
22146
|
"value": "msg"
|
|
22147
22147
|
},
|
|
@@ -22347,7 +22347,7 @@
|
|
|
22347
22347
|
"overloadedDeclarations": [
|
|
22348
22348
|
null
|
|
22349
22349
|
],
|
|
22350
|
-
"referencedDeclaration":
|
|
22350
|
+
"referencedDeclaration": 11541,
|
|
22351
22351
|
"type": "msg",
|
|
22352
22352
|
"value": "msg"
|
|
22353
22353
|
},
|
|
@@ -22547,7 +22547,7 @@
|
|
|
22547
22547
|
"overloadedDeclarations": [
|
|
22548
22548
|
null
|
|
22549
22549
|
],
|
|
22550
|
-
"referencedDeclaration":
|
|
22550
|
+
"referencedDeclaration": 11541,
|
|
22551
22551
|
"type": "msg",
|
|
22552
22552
|
"value": "msg"
|
|
22553
22553
|
},
|
|
@@ -22672,7 +22672,7 @@
|
|
|
22672
22672
|
"overloadedDeclarations": [
|
|
22673
22673
|
null
|
|
22674
22674
|
],
|
|
22675
|
-
"referencedDeclaration":
|
|
22675
|
+
"referencedDeclaration": 11541,
|
|
22676
22676
|
"type": "msg",
|
|
22677
22677
|
"value": "msg"
|
|
22678
22678
|
},
|
|
@@ -22761,7 +22761,7 @@
|
|
|
22761
22761
|
"overloadedDeclarations": [
|
|
22762
22762
|
null
|
|
22763
22763
|
],
|
|
22764
|
-
"referencedDeclaration":
|
|
22764
|
+
"referencedDeclaration": 11541,
|
|
22765
22765
|
"type": "msg",
|
|
22766
22766
|
"value": "msg"
|
|
22767
22767
|
},
|
|
@@ -22990,7 +22990,7 @@
|
|
|
22990
22990
|
"overloadedDeclarations": [
|
|
22991
22991
|
null
|
|
22992
22992
|
],
|
|
22993
|
-
"referencedDeclaration":
|
|
22993
|
+
"referencedDeclaration": 11528,
|
|
22994
22994
|
"type": "abi",
|
|
22995
22995
|
"value": "abi"
|
|
22996
22996
|
},
|
|
@@ -23066,7 +23066,7 @@
|
|
|
23066
23066
|
"overloadedDeclarations": [
|
|
23067
23067
|
null
|
|
23068
23068
|
],
|
|
23069
|
-
"referencedDeclaration":
|
|
23069
|
+
"referencedDeclaration": 11541,
|
|
23070
23070
|
"type": "msg",
|
|
23071
23071
|
"value": "msg"
|
|
23072
23072
|
},
|
|
@@ -23119,7 +23119,7 @@
|
|
|
23119
23119
|
"overloadedDeclarations": [
|
|
23120
23120
|
null
|
|
23121
23121
|
],
|
|
23122
|
-
"referencedDeclaration":
|
|
23122
|
+
"referencedDeclaration": 11609,
|
|
23123
23123
|
"type": "contract System",
|
|
23124
23124
|
"value": "this"
|
|
23125
23125
|
},
|
|
@@ -23386,7 +23386,7 @@
|
|
|
23386
23386
|
"overloadedDeclarations": [
|
|
23387
23387
|
null
|
|
23388
23388
|
],
|
|
23389
|
-
"referencedDeclaration":
|
|
23389
|
+
"referencedDeclaration": 11541,
|
|
23390
23390
|
"type": "msg",
|
|
23391
23391
|
"value": "msg"
|
|
23392
23392
|
},
|
|
@@ -23640,7 +23640,7 @@
|
|
|
23640
23640
|
"overloadedDeclarations": [
|
|
23641
23641
|
null
|
|
23642
23642
|
],
|
|
23643
|
-
"referencedDeclaration":
|
|
23643
|
+
"referencedDeclaration": 11541,
|
|
23644
23644
|
"type": "msg",
|
|
23645
23645
|
"value": "msg"
|
|
23646
23646
|
},
|
|
@@ -23770,7 +23770,7 @@
|
|
|
23770
23770
|
"overloadedDeclarations": [
|
|
23771
23771
|
null
|
|
23772
23772
|
],
|
|
23773
|
-
"referencedDeclaration":
|
|
23773
|
+
"referencedDeclaration": 11541,
|
|
23774
23774
|
"type": "msg",
|
|
23775
23775
|
"value": "msg"
|
|
23776
23776
|
},
|
|
@@ -23879,7 +23879,7 @@
|
|
|
23879
23879
|
"overloadedDeclarations": [
|
|
23880
23880
|
null
|
|
23881
23881
|
],
|
|
23882
|
-
"referencedDeclaration":
|
|
23882
|
+
"referencedDeclaration": 11541,
|
|
23883
23883
|
"type": "msg",
|
|
23884
23884
|
"value": "msg"
|
|
23885
23885
|
},
|
|
@@ -23958,7 +23958,7 @@
|
|
|
23958
23958
|
"name": "createAccount",
|
|
23959
23959
|
"scope": 9593,
|
|
23960
23960
|
"stateMutability": "nonpayable",
|
|
23961
|
-
"superFunction":
|
|
23961
|
+
"superFunction": 10062,
|
|
23962
23962
|
"visibility": "external"
|
|
23963
23963
|
},
|
|
23964
23964
|
"children": [
|
|
@@ -24114,10 +24114,10 @@
|
|
|
24114
24114
|
}
|
|
24115
24115
|
],
|
|
24116
24116
|
"overloadedDeclarations": [
|
|
24117
|
-
|
|
24118
|
-
|
|
24117
|
+
11544,
|
|
24118
|
+
11545
|
|
24119
24119
|
],
|
|
24120
|
-
"referencedDeclaration":
|
|
24120
|
+
"referencedDeclaration": 11544,
|
|
24121
24121
|
"type": "function (bool) pure",
|
|
24122
24122
|
"value": "require"
|
|
24123
24123
|
},
|
|
@@ -24194,7 +24194,7 @@
|
|
|
24194
24194
|
"overloadedDeclarations": [
|
|
24195
24195
|
null
|
|
24196
24196
|
],
|
|
24197
|
-
"referencedDeclaration":
|
|
24197
|
+
"referencedDeclaration": 11541,
|
|
24198
24198
|
"type": "msg",
|
|
24199
24199
|
"value": "msg"
|
|
24200
24200
|
},
|
|
@@ -24235,7 +24235,7 @@
|
|
|
24235
24235
|
"overloadedDeclarations": [
|
|
24236
24236
|
null
|
|
24237
24237
|
],
|
|
24238
|
-
"referencedDeclaration":
|
|
24238
|
+
"referencedDeclaration": 11541,
|
|
24239
24239
|
"type": "msg",
|
|
24240
24240
|
"value": "msg"
|
|
24241
24241
|
},
|
|
@@ -24553,7 +24553,7 @@
|
|
|
24553
24553
|
"overloadedDeclarations": [
|
|
24554
24554
|
null
|
|
24555
24555
|
],
|
|
24556
|
-
"referencedDeclaration":
|
|
24556
|
+
"referencedDeclaration": 11541,
|
|
24557
24557
|
"type": "msg",
|
|
24558
24558
|
"value": "msg"
|
|
24559
24559
|
},
|
|
@@ -24744,7 +24744,7 @@
|
|
|
24744
24744
|
"overloadedDeclarations": [
|
|
24745
24745
|
null
|
|
24746
24746
|
],
|
|
24747
|
-
"referencedDeclaration":
|
|
24747
|
+
"referencedDeclaration": 11541,
|
|
24748
24748
|
"type": "msg",
|
|
24749
24749
|
"value": "msg"
|
|
24750
24750
|
},
|
|
@@ -24913,7 +24913,7 @@
|
|
|
24913
24913
|
"overloadedDeclarations": [
|
|
24914
24914
|
null
|
|
24915
24915
|
],
|
|
24916
|
-
"referencedDeclaration":
|
|
24916
|
+
"referencedDeclaration": 11541,
|
|
24917
24917
|
"type": "msg",
|
|
24918
24918
|
"value": "msg"
|
|
24919
24919
|
},
|
|
@@ -25119,7 +25119,7 @@
|
|
|
25119
25119
|
"overloadedDeclarations": [
|
|
25120
25120
|
null
|
|
25121
25121
|
],
|
|
25122
|
-
"referencedDeclaration":
|
|
25122
|
+
"referencedDeclaration": 11541,
|
|
25123
25123
|
"type": "msg",
|
|
25124
25124
|
"value": "msg"
|
|
25125
25125
|
},
|
|
@@ -25319,7 +25319,7 @@
|
|
|
25319
25319
|
"overloadedDeclarations": [
|
|
25320
25320
|
null
|
|
25321
25321
|
],
|
|
25322
|
-
"referencedDeclaration":
|
|
25322
|
+
"referencedDeclaration": 11541,
|
|
25323
25323
|
"type": "msg",
|
|
25324
25324
|
"value": "msg"
|
|
25325
25325
|
},
|
|
@@ -25444,7 +25444,7 @@
|
|
|
25444
25444
|
"overloadedDeclarations": [
|
|
25445
25445
|
null
|
|
25446
25446
|
],
|
|
25447
|
-
"referencedDeclaration":
|
|
25447
|
+
"referencedDeclaration": 11541,
|
|
25448
25448
|
"type": "msg",
|
|
25449
25449
|
"value": "msg"
|
|
25450
25450
|
},
|
|
@@ -25533,7 +25533,7 @@
|
|
|
25533
25533
|
"overloadedDeclarations": [
|
|
25534
25534
|
null
|
|
25535
25535
|
],
|
|
25536
|
-
"referencedDeclaration":
|
|
25536
|
+
"referencedDeclaration": 11541,
|
|
25537
25537
|
"type": "msg",
|
|
25538
25538
|
"value": "msg"
|
|
25539
25539
|
},
|
|
@@ -25771,7 +25771,7 @@
|
|
|
25771
25771
|
"isPure": false,
|
|
25772
25772
|
"lValueRequested": false,
|
|
25773
25773
|
"member_name": "getTokenByNameType",
|
|
25774
|
-
"referencedDeclaration":
|
|
25774
|
+
"referencedDeclaration": 10206,
|
|
25775
25775
|
"type": "function (bytes32,bytes32) view external returns (address)"
|
|
25776
25776
|
},
|
|
25777
25777
|
"children": [
|
|
@@ -26001,7 +26001,7 @@
|
|
|
26001
26001
|
"isPure": false,
|
|
26002
26002
|
"lValueRequested": false,
|
|
26003
26003
|
"member_name": "getTokenByNameType",
|
|
26004
|
-
"referencedDeclaration":
|
|
26004
|
+
"referencedDeclaration": 10206,
|
|
26005
26005
|
"type": "function (bytes32,bytes32) view external returns (address)"
|
|
26006
26006
|
},
|
|
26007
26007
|
"children": [
|
|
@@ -26052,7 +26052,7 @@
|
|
|
26052
26052
|
"isPure": false,
|
|
26053
26053
|
"lValueRequested": false,
|
|
26054
26054
|
"member_name": "stringToBytes32",
|
|
26055
|
-
"referencedDeclaration":
|
|
26055
|
+
"referencedDeclaration": 11430,
|
|
26056
26056
|
"type": "function (string memory) pure returns (bytes32)"
|
|
26057
26057
|
},
|
|
26058
26058
|
"children": [
|
|
@@ -26132,7 +26132,7 @@
|
|
|
26132
26132
|
"overloadedDeclarations": [
|
|
26133
26133
|
null
|
|
26134
26134
|
],
|
|
26135
|
-
"referencedDeclaration":
|
|
26135
|
+
"referencedDeclaration": 11528,
|
|
26136
26136
|
"type": "abi",
|
|
26137
26137
|
"value": "abi"
|
|
26138
26138
|
},
|
|
@@ -26588,7 +26588,7 @@
|
|
|
26588
26588
|
"overloadedDeclarations": [
|
|
26589
26589
|
null
|
|
26590
26590
|
],
|
|
26591
|
-
"referencedDeclaration":
|
|
26591
|
+
"referencedDeclaration": 11528,
|
|
26592
26592
|
"type": "abi",
|
|
26593
26593
|
"value": "abi"
|
|
26594
26594
|
},
|
|
@@ -26650,7 +26650,7 @@
|
|
|
26650
26650
|
"overloadedDeclarations": [
|
|
26651
26651
|
null
|
|
26652
26652
|
],
|
|
26653
|
-
"referencedDeclaration":
|
|
26653
|
+
"referencedDeclaration": 11541,
|
|
26654
26654
|
"type": "msg",
|
|
26655
26655
|
"value": "msg"
|
|
26656
26656
|
},
|
|
@@ -26703,7 +26703,7 @@
|
|
|
26703
26703
|
"overloadedDeclarations": [
|
|
26704
26704
|
null
|
|
26705
26705
|
],
|
|
26706
|
-
"referencedDeclaration":
|
|
26706
|
+
"referencedDeclaration": 11609,
|
|
26707
26707
|
"type": "contract System",
|
|
26708
26708
|
"value": "this"
|
|
26709
26709
|
},
|
|
@@ -26966,7 +26966,7 @@
|
|
|
26966
26966
|
"overloadedDeclarations": [
|
|
26967
26967
|
null
|
|
26968
26968
|
],
|
|
26969
|
-
"referencedDeclaration":
|
|
26969
|
+
"referencedDeclaration": 11541,
|
|
26970
26970
|
"type": "msg",
|
|
26971
26971
|
"value": "msg"
|
|
26972
26972
|
},
|
|
@@ -27220,7 +27220,7 @@
|
|
|
27220
27220
|
"overloadedDeclarations": [
|
|
27221
27221
|
null
|
|
27222
27222
|
],
|
|
27223
|
-
"referencedDeclaration":
|
|
27223
|
+
"referencedDeclaration": 11541,
|
|
27224
27224
|
"type": "msg",
|
|
27225
27225
|
"value": "msg"
|
|
27226
27226
|
},
|
|
@@ -27360,7 +27360,7 @@
|
|
|
27360
27360
|
"overloadedDeclarations": [
|
|
27361
27361
|
null
|
|
27362
27362
|
],
|
|
27363
|
-
"referencedDeclaration":
|
|
27363
|
+
"referencedDeclaration": 11541,
|
|
27364
27364
|
"type": "msg",
|
|
27365
27365
|
"value": "msg"
|
|
27366
27366
|
},
|
|
@@ -27469,7 +27469,7 @@
|
|
|
27469
27469
|
"overloadedDeclarations": [
|
|
27470
27470
|
null
|
|
27471
27471
|
],
|
|
27472
|
-
"referencedDeclaration":
|
|
27472
|
+
"referencedDeclaration": 11541,
|
|
27473
27473
|
"type": "msg",
|
|
27474
27474
|
"value": "msg"
|
|
27475
27475
|
},
|
|
@@ -27655,14 +27655,14 @@
|
|
|
27655
27655
|
}
|
|
27656
27656
|
},
|
|
27657
27657
|
"links": {
|
|
27658
|
-
"stringutils": "
|
|
27658
|
+
"stringutils": "0xeE7C4E1d41dBBCD9D9388058e1A3a17EFEf7cE0A"
|
|
27659
27659
|
},
|
|
27660
|
-
"address": "
|
|
27661
|
-
"transactionHash": "
|
|
27660
|
+
"address": "0xD816C6c666A6e927990d798a84ba23cFfbdb0B27",
|
|
27661
|
+
"transactionHash": "0xbf268e73c926948589912fe809a469551434c598aef76420bf2a4614e95af87c"
|
|
27662
27662
|
}
|
|
27663
27663
|
},
|
|
27664
27664
|
"schemaVersion": "3.4.3",
|
|
27665
|
-
"updatedAt": "
|
|
27665
|
+
"updatedAt": "2022-01-03T14:42:34.932Z",
|
|
27666
27666
|
"networkType": "ethereum",
|
|
27667
27667
|
"devdoc": {
|
|
27668
27668
|
"methods": {
|