@verified-network/verified-sdk 1.0.4 → 1.0.6
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/assetmanager/balancer/MarginIssueManager.json +392 -212
- package/dist/abi/assetmanager/balancer/PrimaryIssueManager.json +5780 -4791
- package/dist/abi/assetmanager/balancer/SecondaryIssueManager.json +9787 -9521
- package/dist/abi/distribution/Distribution.json +88 -5
- package/dist/abi/liquidity/Liquidity.json +7902 -7605
- package/dist/abi/securities/Client.json +249 -249
- package/dist/abi/securities/SecuritiesFactory.json +113 -113
- package/dist/abi/securities/Security.json +3611 -3719
- package/dist/contract/amm/secondary/index.js +3 -2
- package/dist/contractAddress/index.js +11 -11
- package/package.json +1 -1
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
"id": 1860,
|
|
680
680
|
"nodeType": "ImportDirective",
|
|
681
681
|
"scope": 3277,
|
|
682
|
-
"sourceUnit":
|
|
682
|
+
"sourceUnit": 6372,
|
|
683
683
|
"src": "173:41:17",
|
|
684
684
|
"symbolAliases": [],
|
|
685
685
|
"unitAlias": ""
|
|
@@ -715,10 +715,10 @@
|
|
|
715
715
|
"id": 1863,
|
|
716
716
|
"name": "VerifiedClient",
|
|
717
717
|
"nodeType": "UserDefinedTypeName",
|
|
718
|
-
"referencedDeclaration":
|
|
718
|
+
"referencedDeclaration": 6371,
|
|
719
719
|
"src": "383:14:17",
|
|
720
720
|
"typeDescriptions": {
|
|
721
|
-
"typeIdentifier": "t_contract$_VerifiedClient_$
|
|
721
|
+
"typeIdentifier": "t_contract$_VerifiedClient_$6371",
|
|
722
722
|
"typeString": "contract VerifiedClient"
|
|
723
723
|
}
|
|
724
724
|
},
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
29,
|
|
768
768
|
409,
|
|
769
769
|
1042,
|
|
770
|
-
|
|
770
|
+
6371
|
|
771
771
|
],
|
|
772
772
|
"contractKind": "contract",
|
|
773
773
|
"documentation": null,
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
409,
|
|
779
779
|
29,
|
|
780
780
|
1042,
|
|
781
|
-
|
|
781
|
+
6371
|
|
782
782
|
],
|
|
783
783
|
"name": "Client",
|
|
784
784
|
"nodeType": "ContractDefinition",
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
"stateVariable": true,
|
|
1570
1570
|
"storageLocation": "default",
|
|
1571
1571
|
"typeDescriptions": {
|
|
1572
|
-
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$
|
|
1572
|
+
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_$",
|
|
1573
1573
|
"typeString": "mapping(address => struct VerifiedClient.custodian[])"
|
|
1574
1574
|
},
|
|
1575
1575
|
"typeName": {
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"nodeType": "Mapping",
|
|
1588
1588
|
"src": "1632:31:17",
|
|
1589
1589
|
"typeDescriptions": {
|
|
1590
|
-
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$
|
|
1590
|
+
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_$",
|
|
1591
1591
|
"typeString": "mapping(address => struct VerifiedClient.custodian[])"
|
|
1592
1592
|
},
|
|
1593
1593
|
"valueType": {
|
|
@@ -1596,10 +1596,10 @@
|
|
|
1596
1596
|
"id": 1933,
|
|
1597
1597
|
"name": "custodian",
|
|
1598
1598
|
"nodeType": "UserDefinedTypeName",
|
|
1599
|
-
"referencedDeclaration":
|
|
1599
|
+
"referencedDeclaration": 6197,
|
|
1600
1600
|
"src": "1651:9:17",
|
|
1601
1601
|
"typeDescriptions": {
|
|
1602
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
1602
|
+
"typeIdentifier": "t_struct$_custodian_$6197_storage_ptr",
|
|
1603
1603
|
"typeString": "struct VerifiedClient.custodian"
|
|
1604
1604
|
}
|
|
1605
1605
|
},
|
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
"nodeType": "ArrayTypeName",
|
|
1609
1609
|
"src": "1651:11:17",
|
|
1610
1610
|
"typeDescriptions": {
|
|
1611
|
-
"typeIdentifier": "t_array$_t_struct$_custodian_$
|
|
1611
|
+
"typeIdentifier": "t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_ptr",
|
|
1612
1612
|
"typeString": "struct VerifiedClient.custodian[]"
|
|
1613
1613
|
}
|
|
1614
1614
|
}
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
"name": "msg",
|
|
2108
2108
|
"nodeType": "Identifier",
|
|
2109
2109
|
"overloadedDeclarations": [],
|
|
2110
|
-
"referencedDeclaration":
|
|
2110
|
+
"referencedDeclaration": 6721,
|
|
2111
2111
|
"src": "2192:3:17",
|
|
2112
2112
|
"typeDescriptions": {
|
|
2113
2113
|
"typeIdentifier": "t_magic_message",
|
|
@@ -2426,7 +2426,7 @@
|
|
|
2426
2426
|
"scope": 3276,
|
|
2427
2427
|
"src": "2246:90:17",
|
|
2428
2428
|
"stateMutability": "nonpayable",
|
|
2429
|
-
"superFunction":
|
|
2429
|
+
"superFunction": 6253,
|
|
2430
2430
|
"visibility": "external"
|
|
2431
2431
|
},
|
|
2432
2432
|
{
|
|
@@ -2523,7 +2523,7 @@
|
|
|
2523
2523
|
"name": "abi",
|
|
2524
2524
|
"nodeType": "Identifier",
|
|
2525
2525
|
"overloadedDeclarations": [],
|
|
2526
|
-
"referencedDeclaration":
|
|
2526
|
+
"referencedDeclaration": 6708,
|
|
2527
2527
|
"src": "2590:3:17",
|
|
2528
2528
|
"typeDescriptions": {
|
|
2529
2529
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -2570,7 +2570,7 @@
|
|
|
2570
2570
|
"name": "keccak256",
|
|
2571
2571
|
"nodeType": "Identifier",
|
|
2572
2572
|
"overloadedDeclarations": [],
|
|
2573
|
-
"referencedDeclaration":
|
|
2573
|
+
"referencedDeclaration": 6715,
|
|
2574
2574
|
"src": "2580:9:17",
|
|
2575
2575
|
"typeDescriptions": {
|
|
2576
2576
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
@@ -2682,7 +2682,7 @@
|
|
|
2682
2682
|
"name": "abi",
|
|
2683
2683
|
"nodeType": "Identifier",
|
|
2684
2684
|
"overloadedDeclarations": [],
|
|
2685
|
-
"referencedDeclaration":
|
|
2685
|
+
"referencedDeclaration": 6708,
|
|
2686
2686
|
"src": "2670:3:17",
|
|
2687
2687
|
"typeDescriptions": {
|
|
2688
2688
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -2729,7 +2729,7 @@
|
|
|
2729
2729
|
"name": "keccak256",
|
|
2730
2730
|
"nodeType": "Identifier",
|
|
2731
2731
|
"overloadedDeclarations": [],
|
|
2732
|
-
"referencedDeclaration":
|
|
2732
|
+
"referencedDeclaration": 6715,
|
|
2733
2733
|
"src": "2660:9:17",
|
|
2734
2734
|
"typeDescriptions": {
|
|
2735
2735
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
@@ -2858,7 +2858,7 @@
|
|
|
2858
2858
|
"name": "ecrecover",
|
|
2859
2859
|
"nodeType": "Identifier",
|
|
2860
2860
|
"overloadedDeclarations": [],
|
|
2861
|
-
"referencedDeclaration":
|
|
2861
|
+
"referencedDeclaration": 6713,
|
|
2862
2862
|
"src": "2755:9:17",
|
|
2863
2863
|
"typeDescriptions": {
|
|
2864
2864
|
"typeIdentifier": "t_function_ecrecover_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$",
|
|
@@ -2921,7 +2921,7 @@
|
|
|
2921
2921
|
"name": "msg",
|
|
2922
2922
|
"nodeType": "Identifier",
|
|
2923
2923
|
"overloadedDeclarations": [],
|
|
2924
|
-
"referencedDeclaration":
|
|
2924
|
+
"referencedDeclaration": 6721,
|
|
2925
2925
|
"src": "2802:3:17",
|
|
2926
2926
|
"typeDescriptions": {
|
|
2927
2927
|
"typeIdentifier": "t_magic_message",
|
|
@@ -3003,10 +3003,10 @@
|
|
|
3003
3003
|
"name": "require",
|
|
3004
3004
|
"nodeType": "Identifier",
|
|
3005
3005
|
"overloadedDeclarations": [
|
|
3006
|
-
|
|
3007
|
-
|
|
3006
|
+
6724,
|
|
3007
|
+
6725
|
|
3008
3008
|
],
|
|
3009
|
-
"referencedDeclaration":
|
|
3009
|
+
"referencedDeclaration": 6725,
|
|
3010
3010
|
"src": "2747:7:17",
|
|
3011
3011
|
"typeDescriptions": {
|
|
3012
3012
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -3395,10 +3395,10 @@
|
|
|
3395
3395
|
"name": "require",
|
|
3396
3396
|
"nodeType": "Identifier",
|
|
3397
3397
|
"overloadedDeclarations": [
|
|
3398
|
-
|
|
3399
|
-
|
|
3398
|
+
6724,
|
|
3399
|
+
6725
|
|
3400
3400
|
],
|
|
3401
|
-
"referencedDeclaration":
|
|
3401
|
+
"referencedDeclaration": 6725,
|
|
3402
3402
|
"src": "2855:7:17",
|
|
3403
3403
|
"typeDescriptions": {
|
|
3404
3404
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -3523,10 +3523,10 @@
|
|
|
3523
3523
|
"name": "require",
|
|
3524
3524
|
"nodeType": "Identifier",
|
|
3525
3525
|
"overloadedDeclarations": [
|
|
3526
|
-
|
|
3527
|
-
|
|
3526
|
+
6724,
|
|
3527
|
+
6725
|
|
3528
3528
|
],
|
|
3529
|
-
"referencedDeclaration":
|
|
3529
|
+
"referencedDeclaration": 6725,
|
|
3530
3530
|
"src": "2985:7:17",
|
|
3531
3531
|
"typeDescriptions": {
|
|
3532
3532
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -5011,7 +5011,7 @@
|
|
|
5011
5011
|
"scope": 3276,
|
|
5012
5012
|
"src": "2348:1402:17",
|
|
5013
5013
|
"stateMutability": "nonpayable",
|
|
5014
|
-
"superFunction":
|
|
5014
|
+
"superFunction": 6218,
|
|
5015
5015
|
"visibility": "external"
|
|
5016
5016
|
},
|
|
5017
5017
|
{
|
|
@@ -6016,7 +6016,7 @@
|
|
|
6016
6016
|
"scope": 3276,
|
|
6017
6017
|
"src": "3758:486:17",
|
|
6018
6018
|
"stateMutability": "view",
|
|
6019
|
-
"superFunction":
|
|
6019
|
+
"superFunction": 6229,
|
|
6020
6020
|
"visibility": "external"
|
|
6021
6021
|
},
|
|
6022
6022
|
{
|
|
@@ -6113,7 +6113,7 @@
|
|
|
6113
6113
|
"name": "abi",
|
|
6114
6114
|
"nodeType": "Identifier",
|
|
6115
6115
|
"overloadedDeclarations": [],
|
|
6116
|
-
"referencedDeclaration":
|
|
6116
|
+
"referencedDeclaration": 6708,
|
|
6117
6117
|
"src": "4484:3:17",
|
|
6118
6118
|
"typeDescriptions": {
|
|
6119
6119
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -6160,7 +6160,7 @@
|
|
|
6160
6160
|
"name": "keccak256",
|
|
6161
6161
|
"nodeType": "Identifier",
|
|
6162
6162
|
"overloadedDeclarations": [],
|
|
6163
|
-
"referencedDeclaration":
|
|
6163
|
+
"referencedDeclaration": 6715,
|
|
6164
6164
|
"src": "4474:9:17",
|
|
6165
6165
|
"typeDescriptions": {
|
|
6166
6166
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
@@ -6272,7 +6272,7 @@
|
|
|
6272
6272
|
"name": "abi",
|
|
6273
6273
|
"nodeType": "Identifier",
|
|
6274
6274
|
"overloadedDeclarations": [],
|
|
6275
|
-
"referencedDeclaration":
|
|
6275
|
+
"referencedDeclaration": 6708,
|
|
6276
6276
|
"src": "4564:3:17",
|
|
6277
6277
|
"typeDescriptions": {
|
|
6278
6278
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -6319,7 +6319,7 @@
|
|
|
6319
6319
|
"name": "keccak256",
|
|
6320
6320
|
"nodeType": "Identifier",
|
|
6321
6321
|
"overloadedDeclarations": [],
|
|
6322
|
-
"referencedDeclaration":
|
|
6322
|
+
"referencedDeclaration": 6715,
|
|
6323
6323
|
"src": "4554:9:17",
|
|
6324
6324
|
"typeDescriptions": {
|
|
6325
6325
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
@@ -6448,7 +6448,7 @@
|
|
|
6448
6448
|
"name": "ecrecover",
|
|
6449
6449
|
"nodeType": "Identifier",
|
|
6450
6450
|
"overloadedDeclarations": [],
|
|
6451
|
-
"referencedDeclaration":
|
|
6451
|
+
"referencedDeclaration": 6713,
|
|
6452
6452
|
"src": "4649:9:17",
|
|
6453
6453
|
"typeDescriptions": {
|
|
6454
6454
|
"typeIdentifier": "t_function_ecrecover_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$",
|
|
@@ -6511,7 +6511,7 @@
|
|
|
6511
6511
|
"name": "msg",
|
|
6512
6512
|
"nodeType": "Identifier",
|
|
6513
6513
|
"overloadedDeclarations": [],
|
|
6514
|
-
"referencedDeclaration":
|
|
6514
|
+
"referencedDeclaration": 6721,
|
|
6515
6515
|
"src": "4696:3:17",
|
|
6516
6516
|
"typeDescriptions": {
|
|
6517
6517
|
"typeIdentifier": "t_magic_message",
|
|
@@ -6593,10 +6593,10 @@
|
|
|
6593
6593
|
"name": "require",
|
|
6594
6594
|
"nodeType": "Identifier",
|
|
6595
6595
|
"overloadedDeclarations": [
|
|
6596
|
-
|
|
6597
|
-
|
|
6596
|
+
6724,
|
|
6597
|
+
6725
|
|
6598
6598
|
],
|
|
6599
|
-
"referencedDeclaration":
|
|
6599
|
+
"referencedDeclaration": 6725,
|
|
6600
6600
|
"src": "4641:7:17",
|
|
6601
6601
|
"typeDescriptions": {
|
|
6602
6602
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -6985,10 +6985,10 @@
|
|
|
6985
6985
|
"name": "require",
|
|
6986
6986
|
"nodeType": "Identifier",
|
|
6987
6987
|
"overloadedDeclarations": [
|
|
6988
|
-
|
|
6989
|
-
|
|
6988
|
+
6724,
|
|
6989
|
+
6725
|
|
6990
6990
|
],
|
|
6991
|
-
"referencedDeclaration":
|
|
6991
|
+
"referencedDeclaration": 6725,
|
|
6992
6992
|
"src": "4749:7:17",
|
|
6993
6993
|
"typeDescriptions": {
|
|
6994
6994
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -9039,7 +9039,7 @@
|
|
|
9039
9039
|
"scope": 3276,
|
|
9040
9040
|
"src": "4252:1484:17",
|
|
9041
9041
|
"stateMutability": "nonpayable",
|
|
9042
|
-
"superFunction":
|
|
9042
|
+
"superFunction": 6248,
|
|
9043
9043
|
"visibility": "external"
|
|
9044
9044
|
},
|
|
9045
9045
|
{
|
|
@@ -9097,7 +9097,7 @@
|
|
|
9097
9097
|
"name": "msg",
|
|
9098
9098
|
"nodeType": "Identifier",
|
|
9099
9099
|
"overloadedDeclarations": [],
|
|
9100
|
-
"referencedDeclaration":
|
|
9100
|
+
"referencedDeclaration": 6721,
|
|
9101
9101
|
"src": "5835:3:17",
|
|
9102
9102
|
"typeDescriptions": {
|
|
9103
9103
|
"typeIdentifier": "t_magic_message",
|
|
@@ -9187,7 +9187,7 @@
|
|
|
9187
9187
|
"name": "msg",
|
|
9188
9188
|
"nodeType": "Identifier",
|
|
9189
9189
|
"overloadedDeclarations": [],
|
|
9190
|
-
"referencedDeclaration":
|
|
9190
|
+
"referencedDeclaration": 6721,
|
|
9191
9191
|
"src": "5867:3:17",
|
|
9192
9192
|
"typeDescriptions": {
|
|
9193
9193
|
"typeIdentifier": "t_magic_message",
|
|
@@ -9254,10 +9254,10 @@
|
|
|
9254
9254
|
"name": "require",
|
|
9255
9255
|
"nodeType": "Identifier",
|
|
9256
9256
|
"overloadedDeclarations": [
|
|
9257
|
-
|
|
9258
|
-
|
|
9257
|
+
6724,
|
|
9258
|
+
6725
|
|
9259
9259
|
],
|
|
9260
|
-
"referencedDeclaration":
|
|
9260
|
+
"referencedDeclaration": 6725,
|
|
9261
9261
|
"src": "5819:7:17",
|
|
9262
9262
|
"typeDescriptions": {
|
|
9263
9263
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -9449,7 +9449,7 @@
|
|
|
9449
9449
|
"scope": 3276,
|
|
9450
9450
|
"src": "5747:205:17",
|
|
9451
9451
|
"stateMutability": "nonpayable",
|
|
9452
|
-
"superFunction":
|
|
9452
|
+
"superFunction": 6282,
|
|
9453
9453
|
"visibility": "external"
|
|
9454
9454
|
},
|
|
9455
9455
|
{
|
|
@@ -9496,7 +9496,7 @@
|
|
|
9496
9496
|
"name": "msg",
|
|
9497
9497
|
"nodeType": "Identifier",
|
|
9498
9498
|
"overloadedDeclarations": [],
|
|
9499
|
-
"referencedDeclaration":
|
|
9499
|
+
"referencedDeclaration": 6721,
|
|
9500
9500
|
"src": "6037:3:17",
|
|
9501
9501
|
"typeDescriptions": {
|
|
9502
9502
|
"typeIdentifier": "t_magic_message",
|
|
@@ -9557,10 +9557,10 @@
|
|
|
9557
9557
|
"name": "require",
|
|
9558
9558
|
"nodeType": "Identifier",
|
|
9559
9559
|
"overloadedDeclarations": [
|
|
9560
|
-
|
|
9561
|
-
|
|
9560
|
+
6724,
|
|
9561
|
+
6725
|
|
9562
9562
|
],
|
|
9563
|
-
"referencedDeclaration":
|
|
9563
|
+
"referencedDeclaration": 6725,
|
|
9564
9564
|
"src": "6021:7:17",
|
|
9565
9565
|
"typeDescriptions": {
|
|
9566
9566
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -10036,7 +10036,7 @@
|
|
|
10036
10036
|
"scope": 3276,
|
|
10037
10037
|
"src": "6119:228:17",
|
|
10038
10038
|
"stateMutability": "view",
|
|
10039
|
-
"superFunction":
|
|
10039
|
+
"superFunction": 6289,
|
|
10040
10040
|
"visibility": "external"
|
|
10041
10041
|
},
|
|
10042
10042
|
{
|
|
@@ -10094,7 +10094,7 @@
|
|
|
10094
10094
|
"name": "msg",
|
|
10095
10095
|
"nodeType": "Identifier",
|
|
10096
10096
|
"overloadedDeclarations": [],
|
|
10097
|
-
"referencedDeclaration":
|
|
10097
|
+
"referencedDeclaration": 6721,
|
|
10098
10098
|
"src": "6446:3:17",
|
|
10099
10099
|
"typeDescriptions": {
|
|
10100
10100
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10184,7 +10184,7 @@
|
|
|
10184
10184
|
"name": "msg",
|
|
10185
10185
|
"nodeType": "Identifier",
|
|
10186
10186
|
"overloadedDeclarations": [],
|
|
10187
|
-
"referencedDeclaration":
|
|
10187
|
+
"referencedDeclaration": 6721,
|
|
10188
10188
|
"src": "6478:3:17",
|
|
10189
10189
|
"typeDescriptions": {
|
|
10190
10190
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10251,10 +10251,10 @@
|
|
|
10251
10251
|
"name": "require",
|
|
10252
10252
|
"nodeType": "Identifier",
|
|
10253
10253
|
"overloadedDeclarations": [
|
|
10254
|
-
|
|
10255
|
-
|
|
10254
|
+
6724,
|
|
10255
|
+
6725
|
|
10256
10256
|
],
|
|
10257
|
-
"referencedDeclaration":
|
|
10257
|
+
"referencedDeclaration": 6725,
|
|
10258
10258
|
"src": "6430:7:17",
|
|
10259
10259
|
"typeDescriptions": {
|
|
10260
10260
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -10446,7 +10446,7 @@
|
|
|
10446
10446
|
"scope": 3276,
|
|
10447
10447
|
"src": "6355:208:17",
|
|
10448
10448
|
"stateMutability": "nonpayable",
|
|
10449
|
-
"superFunction":
|
|
10449
|
+
"superFunction": 6275,
|
|
10450
10450
|
"visibility": "external"
|
|
10451
10451
|
},
|
|
10452
10452
|
{
|
|
@@ -10500,7 +10500,7 @@
|
|
|
10500
10500
|
"name": "msg",
|
|
10501
10501
|
"nodeType": "Identifier",
|
|
10502
10502
|
"overloadedDeclarations": [],
|
|
10503
|
-
"referencedDeclaration":
|
|
10503
|
+
"referencedDeclaration": 6721,
|
|
10504
10504
|
"src": "7028:3:17",
|
|
10505
10505
|
"typeDescriptions": {
|
|
10506
10506
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10605,7 +10605,7 @@
|
|
|
10605
10605
|
"name": "msg",
|
|
10606
10606
|
"nodeType": "Identifier",
|
|
10607
10607
|
"overloadedDeclarations": [],
|
|
10608
|
-
"referencedDeclaration":
|
|
10608
|
+
"referencedDeclaration": 6721,
|
|
10609
10609
|
"src": "7068:3:17",
|
|
10610
10610
|
"typeDescriptions": {
|
|
10611
10611
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10677,7 +10677,7 @@
|
|
|
10677
10677
|
"name": "msg",
|
|
10678
10678
|
"nodeType": "Identifier",
|
|
10679
10679
|
"overloadedDeclarations": [],
|
|
10680
|
-
"referencedDeclaration":
|
|
10680
|
+
"referencedDeclaration": 6721,
|
|
10681
10681
|
"src": "7088:3:17",
|
|
10682
10682
|
"typeDescriptions": {
|
|
10683
10683
|
"typeIdentifier": "t_magic_message",
|
|
@@ -10789,10 +10789,10 @@
|
|
|
10789
10789
|
"name": "require",
|
|
10790
10790
|
"nodeType": "Identifier",
|
|
10791
10791
|
"overloadedDeclarations": [
|
|
10792
|
-
|
|
10793
|
-
|
|
10792
|
+
6724,
|
|
10793
|
+
6725
|
|
10794
10794
|
],
|
|
10795
|
-
"referencedDeclaration":
|
|
10795
|
+
"referencedDeclaration": 6725,
|
|
10796
10796
|
"src": "6972:7:17",
|
|
10797
10797
|
"typeDescriptions": {
|
|
10798
10798
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -11734,7 +11734,7 @@
|
|
|
11734
11734
|
"scope": 3276,
|
|
11735
11735
|
"src": "6571:1035:17",
|
|
11736
11736
|
"stateMutability": "nonpayable",
|
|
11737
|
-
"superFunction":
|
|
11737
|
+
"superFunction": 6268,
|
|
11738
11738
|
"visibility": "external"
|
|
11739
11739
|
},
|
|
11740
11740
|
{
|
|
@@ -11843,7 +11843,7 @@
|
|
|
11843
11843
|
"name": "msg",
|
|
11844
11844
|
"nodeType": "Identifier",
|
|
11845
11845
|
"overloadedDeclarations": [],
|
|
11846
|
-
"referencedDeclaration":
|
|
11846
|
+
"referencedDeclaration": 6721,
|
|
11847
11847
|
"src": "7755:3:17",
|
|
11848
11848
|
"typeDescriptions": {
|
|
11849
11849
|
"typeIdentifier": "t_magic_message",
|
|
@@ -11906,7 +11906,7 @@
|
|
|
11906
11906
|
"name": "msg",
|
|
11907
11907
|
"nodeType": "Identifier",
|
|
11908
11908
|
"overloadedDeclarations": [],
|
|
11909
|
-
"referencedDeclaration":
|
|
11909
|
+
"referencedDeclaration": 6721,
|
|
11910
11910
|
"src": "7777:3:17",
|
|
11911
11911
|
"typeDescriptions": {
|
|
11912
11912
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12017,7 +12017,7 @@
|
|
|
12017
12017
|
"name": "msg",
|
|
12018
12018
|
"nodeType": "Identifier",
|
|
12019
12019
|
"overloadedDeclarations": [],
|
|
12020
|
-
"referencedDeclaration":
|
|
12020
|
+
"referencedDeclaration": 6721,
|
|
12021
12021
|
"src": "7817:3:17",
|
|
12022
12022
|
"typeDescriptions": {
|
|
12023
12023
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12089,7 +12089,7 @@
|
|
|
12089
12089
|
"name": "msg",
|
|
12090
12090
|
"nodeType": "Identifier",
|
|
12091
12091
|
"overloadedDeclarations": [],
|
|
12092
|
-
"referencedDeclaration":
|
|
12092
|
+
"referencedDeclaration": 6721,
|
|
12093
12093
|
"src": "7837:3:17",
|
|
12094
12094
|
"typeDescriptions": {
|
|
12095
12095
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12206,7 +12206,7 @@
|
|
|
12206
12206
|
"name": "msg",
|
|
12207
12207
|
"nodeType": "Identifier",
|
|
12208
12208
|
"overloadedDeclarations": [],
|
|
12209
|
-
"referencedDeclaration":
|
|
12209
|
+
"referencedDeclaration": 6721,
|
|
12210
12210
|
"src": "7891:3:17",
|
|
12211
12211
|
"typeDescriptions": {
|
|
12212
12212
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12323,7 +12323,7 @@
|
|
|
12323
12323
|
"name": "msg",
|
|
12324
12324
|
"nodeType": "Identifier",
|
|
12325
12325
|
"overloadedDeclarations": [],
|
|
12326
|
-
"referencedDeclaration":
|
|
12326
|
+
"referencedDeclaration": 6721,
|
|
12327
12327
|
"src": "7923:3:17",
|
|
12328
12328
|
"typeDescriptions": {
|
|
12329
12329
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12440,7 +12440,7 @@
|
|
|
12440
12440
|
"name": "msg",
|
|
12441
12441
|
"nodeType": "Identifier",
|
|
12442
12442
|
"overloadedDeclarations": [],
|
|
12443
|
-
"referencedDeclaration":
|
|
12443
|
+
"referencedDeclaration": 6721,
|
|
12444
12444
|
"src": "7955:3:17",
|
|
12445
12445
|
"typeDescriptions": {
|
|
12446
12446
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12557,7 +12557,7 @@
|
|
|
12557
12557
|
"name": "msg",
|
|
12558
12558
|
"nodeType": "Identifier",
|
|
12559
12559
|
"overloadedDeclarations": [],
|
|
12560
|
-
"referencedDeclaration":
|
|
12560
|
+
"referencedDeclaration": 6721,
|
|
12561
12561
|
"src": "7991:3:17",
|
|
12562
12562
|
"typeDescriptions": {
|
|
12563
12563
|
"typeIdentifier": "t_magic_message",
|
|
@@ -12669,10 +12669,10 @@
|
|
|
12669
12669
|
"name": "require",
|
|
12670
12670
|
"nodeType": "Identifier",
|
|
12671
12671
|
"overloadedDeclarations": [
|
|
12672
|
-
|
|
12673
|
-
|
|
12672
|
+
6724,
|
|
12673
|
+
6725
|
|
12674
12674
|
],
|
|
12675
|
-
"referencedDeclaration":
|
|
12675
|
+
"referencedDeclaration": 6725,
|
|
12676
12676
|
"src": "7747:7:17",
|
|
12677
12677
|
"typeDescriptions": {
|
|
12678
12678
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -13347,7 +13347,7 @@
|
|
|
13347
13347
|
"scope": 3276,
|
|
13348
13348
|
"src": "7614:756:17",
|
|
13349
13349
|
"stateMutability": "view",
|
|
13350
|
-
"superFunction":
|
|
13350
|
+
"superFunction": 6315,
|
|
13351
13351
|
"visibility": "external"
|
|
13352
13352
|
},
|
|
13353
13353
|
{
|
|
@@ -13401,7 +13401,7 @@
|
|
|
13401
13401
|
"name": "msg",
|
|
13402
13402
|
"nodeType": "Identifier",
|
|
13403
13403
|
"overloadedDeclarations": [],
|
|
13404
|
-
"referencedDeclaration":
|
|
13404
|
+
"referencedDeclaration": 6721,
|
|
13405
13405
|
"src": "8825:3:17",
|
|
13406
13406
|
"typeDescriptions": {
|
|
13407
13407
|
"typeIdentifier": "t_magic_message",
|
|
@@ -13506,7 +13506,7 @@
|
|
|
13506
13506
|
"name": "msg",
|
|
13507
13507
|
"nodeType": "Identifier",
|
|
13508
13508
|
"overloadedDeclarations": [],
|
|
13509
|
-
"referencedDeclaration":
|
|
13509
|
+
"referencedDeclaration": 6721,
|
|
13510
13510
|
"src": "8865:3:17",
|
|
13511
13511
|
"typeDescriptions": {
|
|
13512
13512
|
"typeIdentifier": "t_magic_message",
|
|
@@ -13578,7 +13578,7 @@
|
|
|
13578
13578
|
"name": "msg",
|
|
13579
13579
|
"nodeType": "Identifier",
|
|
13580
13580
|
"overloadedDeclarations": [],
|
|
13581
|
-
"referencedDeclaration":
|
|
13581
|
+
"referencedDeclaration": 6721,
|
|
13582
13582
|
"src": "8885:3:17",
|
|
13583
13583
|
"typeDescriptions": {
|
|
13584
13584
|
"typeIdentifier": "t_magic_message",
|
|
@@ -13690,10 +13690,10 @@
|
|
|
13690
13690
|
"name": "require",
|
|
13691
13691
|
"nodeType": "Identifier",
|
|
13692
13692
|
"overloadedDeclarations": [
|
|
13693
|
-
|
|
13694
|
-
|
|
13693
|
+
6724,
|
|
13694
|
+
6725
|
|
13695
13695
|
],
|
|
13696
|
-
"referencedDeclaration":
|
|
13696
|
+
"referencedDeclaration": 6725,
|
|
13697
13697
|
"src": "8766:7:17",
|
|
13698
13698
|
"typeDescriptions": {
|
|
13699
13699
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -14115,7 +14115,7 @@
|
|
|
14115
14115
|
"scope": 3276,
|
|
14116
14116
|
"src": "8378:751:17",
|
|
14117
14117
|
"stateMutability": "nonpayable",
|
|
14118
|
-
"superFunction":
|
|
14118
|
+
"superFunction": 6326,
|
|
14119
14119
|
"visibility": "external"
|
|
14120
14120
|
},
|
|
14121
14121
|
{
|
|
@@ -14180,7 +14180,7 @@
|
|
|
14180
14180
|
"name": "msg",
|
|
14181
14181
|
"nodeType": "Identifier",
|
|
14182
14182
|
"overloadedDeclarations": [],
|
|
14183
|
-
"referencedDeclaration":
|
|
14183
|
+
"referencedDeclaration": 6721,
|
|
14184
14184
|
"src": "9273:3:17",
|
|
14185
14185
|
"typeDescriptions": {
|
|
14186
14186
|
"typeIdentifier": "t_magic_message",
|
|
@@ -14243,7 +14243,7 @@
|
|
|
14243
14243
|
"name": "msg",
|
|
14244
14244
|
"nodeType": "Identifier",
|
|
14245
14245
|
"overloadedDeclarations": [],
|
|
14246
|
-
"referencedDeclaration":
|
|
14246
|
+
"referencedDeclaration": 6721,
|
|
14247
14247
|
"src": "9295:3:17",
|
|
14248
14248
|
"typeDescriptions": {
|
|
14249
14249
|
"typeIdentifier": "t_magic_message",
|
|
@@ -14354,7 +14354,7 @@
|
|
|
14354
14354
|
"name": "msg",
|
|
14355
14355
|
"nodeType": "Identifier",
|
|
14356
14356
|
"overloadedDeclarations": [],
|
|
14357
|
-
"referencedDeclaration":
|
|
14357
|
+
"referencedDeclaration": 6721,
|
|
14358
14358
|
"src": "9335:3:17",
|
|
14359
14359
|
"typeDescriptions": {
|
|
14360
14360
|
"typeIdentifier": "t_magic_message",
|
|
@@ -14426,7 +14426,7 @@
|
|
|
14426
14426
|
"name": "msg",
|
|
14427
14427
|
"nodeType": "Identifier",
|
|
14428
14428
|
"overloadedDeclarations": [],
|
|
14429
|
-
"referencedDeclaration":
|
|
14429
|
+
"referencedDeclaration": 6721,
|
|
14430
14430
|
"src": "9355:3:17",
|
|
14431
14431
|
"typeDescriptions": {
|
|
14432
14432
|
"typeIdentifier": "t_magic_message",
|
|
@@ -14538,10 +14538,10 @@
|
|
|
14538
14538
|
"name": "require",
|
|
14539
14539
|
"nodeType": "Identifier",
|
|
14540
14540
|
"overloadedDeclarations": [
|
|
14541
|
-
|
|
14542
|
-
|
|
14541
|
+
6724,
|
|
14542
|
+
6725
|
|
14543
14543
|
],
|
|
14544
|
-
"referencedDeclaration":
|
|
14544
|
+
"referencedDeclaration": 6725,
|
|
14545
14545
|
"src": "9265:7:17",
|
|
14546
14546
|
"typeDescriptions": {
|
|
14547
14547
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -14970,7 +14970,7 @@
|
|
|
14970
14970
|
"scope": 3276,
|
|
14971
14971
|
"src": "9137:489:17",
|
|
14972
14972
|
"stateMutability": "view",
|
|
14973
|
-
"superFunction":
|
|
14973
|
+
"superFunction": 6339,
|
|
14974
14974
|
"visibility": "external"
|
|
14975
14975
|
},
|
|
14976
14976
|
{
|
|
@@ -17036,7 +17036,7 @@
|
|
|
17036
17036
|
"scope": 3276,
|
|
17037
17037
|
"src": "10785:112:17",
|
|
17038
17038
|
"stateMutability": "view",
|
|
17039
|
-
"superFunction":
|
|
17039
|
+
"superFunction": 6296,
|
|
17040
17040
|
"visibility": "external"
|
|
17041
17041
|
},
|
|
17042
17042
|
{
|
|
@@ -18053,7 +18053,7 @@
|
|
|
18053
18053
|
"name": "msg",
|
|
18054
18054
|
"nodeType": "Identifier",
|
|
18055
18055
|
"overloadedDeclarations": [],
|
|
18056
|
-
"referencedDeclaration":
|
|
18056
|
+
"referencedDeclaration": 6721,
|
|
18057
18057
|
"src": "11508:3:17",
|
|
18058
18058
|
"typeDescriptions": {
|
|
18059
18059
|
"typeIdentifier": "t_magic_message",
|
|
@@ -18129,10 +18129,10 @@
|
|
|
18129
18129
|
"name": "require",
|
|
18130
18130
|
"nodeType": "Identifier",
|
|
18131
18131
|
"overloadedDeclarations": [
|
|
18132
|
-
|
|
18133
|
-
|
|
18132
|
+
6724,
|
|
18133
|
+
6725
|
|
18134
18134
|
],
|
|
18135
|
-
"referencedDeclaration":
|
|
18135
|
+
"referencedDeclaration": 6725,
|
|
18136
18136
|
"src": "11500:7:17",
|
|
18137
18137
|
"typeDescriptions": {
|
|
18138
18138
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -18360,7 +18360,7 @@
|
|
|
18360
18360
|
"referencedDeclaration": 1936,
|
|
18361
18361
|
"src": "11658:8:17",
|
|
18362
18362
|
"typeDescriptions": {
|
|
18363
|
-
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$
|
|
18363
|
+
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_$",
|
|
18364
18364
|
"typeString": "mapping(address => struct VerifiedClient.custodian storage ref[] storage ref)"
|
|
18365
18365
|
}
|
|
18366
18366
|
},
|
|
@@ -18385,7 +18385,7 @@
|
|
|
18385
18385
|
"nodeType": "IndexAccess",
|
|
18386
18386
|
"src": "11658:21:17",
|
|
18387
18387
|
"typeDescriptions": {
|
|
18388
|
-
"typeIdentifier": "t_array$_t_struct$_custodian_$
|
|
18388
|
+
"typeIdentifier": "t_array$_t_struct$_custodian_$6197_storage_$dyn_storage",
|
|
18389
18389
|
"typeString": "struct VerifiedClient.custodian storage ref[] storage ref"
|
|
18390
18390
|
}
|
|
18391
18391
|
},
|
|
@@ -18439,7 +18439,7 @@
|
|
|
18439
18439
|
"referencedDeclaration": 1936,
|
|
18440
18440
|
"src": "11754:8:17",
|
|
18441
18441
|
"typeDescriptions": {
|
|
18442
|
-
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$
|
|
18442
|
+
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_$",
|
|
18443
18443
|
"typeString": "mapping(address => struct VerifiedClient.custodian storage ref[] storage ref)"
|
|
18444
18444
|
}
|
|
18445
18445
|
},
|
|
@@ -18464,7 +18464,7 @@
|
|
|
18464
18464
|
"nodeType": "IndexAccess",
|
|
18465
18465
|
"src": "11754:21:17",
|
|
18466
18466
|
"typeDescriptions": {
|
|
18467
|
-
"typeIdentifier": "t_array$_t_struct$_custodian_$
|
|
18467
|
+
"typeIdentifier": "t_array$_t_struct$_custodian_$6197_storage_$dyn_storage",
|
|
18468
18468
|
"typeString": "struct VerifiedClient.custodian storage ref[] storage ref"
|
|
18469
18469
|
}
|
|
18470
18470
|
},
|
|
@@ -18489,7 +18489,7 @@
|
|
|
18489
18489
|
"nodeType": "IndexAccess",
|
|
18490
18490
|
"src": "11754:24:17",
|
|
18491
18491
|
"typeDescriptions": {
|
|
18492
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
18492
|
+
"typeIdentifier": "t_struct$_custodian_$6197_storage",
|
|
18493
18493
|
"typeString": "struct VerifiedClient.custodian storage ref"
|
|
18494
18494
|
}
|
|
18495
18495
|
},
|
|
@@ -18500,7 +18500,7 @@
|
|
|
18500
18500
|
"lValueRequested": false,
|
|
18501
18501
|
"memberName": "currency",
|
|
18502
18502
|
"nodeType": "MemberAccess",
|
|
18503
|
-
"referencedDeclaration":
|
|
18503
|
+
"referencedDeclaration": 6194,
|
|
18504
18504
|
"src": "11754:33:17",
|
|
18505
18505
|
"typeDescriptions": {
|
|
18506
18506
|
"typeIdentifier": "t_bytes32",
|
|
@@ -18560,7 +18560,7 @@
|
|
|
18560
18560
|
"referencedDeclaration": 1936,
|
|
18561
18561
|
"src": "11822:8:17",
|
|
18562
18562
|
"typeDescriptions": {
|
|
18563
|
-
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$
|
|
18563
|
+
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_$",
|
|
18564
18564
|
"typeString": "mapping(address => struct VerifiedClient.custodian storage ref[] storage ref)"
|
|
18565
18565
|
}
|
|
18566
18566
|
},
|
|
@@ -18585,7 +18585,7 @@
|
|
|
18585
18585
|
"nodeType": "IndexAccess",
|
|
18586
18586
|
"src": "11822:21:17",
|
|
18587
18587
|
"typeDescriptions": {
|
|
18588
|
-
"typeIdentifier": "t_array$_t_struct$_custodian_$
|
|
18588
|
+
"typeIdentifier": "t_array$_t_struct$_custodian_$6197_storage_$dyn_storage",
|
|
18589
18589
|
"typeString": "struct VerifiedClient.custodian storage ref[] storage ref"
|
|
18590
18590
|
}
|
|
18591
18591
|
},
|
|
@@ -18610,7 +18610,7 @@
|
|
|
18610
18610
|
"nodeType": "IndexAccess",
|
|
18611
18611
|
"src": "11822:24:17",
|
|
18612
18612
|
"typeDescriptions": {
|
|
18613
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
18613
|
+
"typeIdentifier": "t_struct$_custodian_$6197_storage",
|
|
18614
18614
|
"typeString": "struct VerifiedClient.custodian storage ref"
|
|
18615
18615
|
}
|
|
18616
18616
|
},
|
|
@@ -18621,7 +18621,7 @@
|
|
|
18621
18621
|
"lValueRequested": true,
|
|
18622
18622
|
"memberName": "account",
|
|
18623
18623
|
"nodeType": "MemberAccess",
|
|
18624
|
-
"referencedDeclaration":
|
|
18624
|
+
"referencedDeclaration": 6196,
|
|
18625
18625
|
"src": "11822:32:17",
|
|
18626
18626
|
"typeDescriptions": {
|
|
18627
18627
|
"typeIdentifier": "t_bytes32",
|
|
@@ -18903,7 +18903,7 @@
|
|
|
18903
18903
|
"stateVariable": false,
|
|
18904
18904
|
"storageLocation": "memory",
|
|
18905
18905
|
"typeDescriptions": {
|
|
18906
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
18906
|
+
"typeIdentifier": "t_struct$_custodian_$6197_memory_ptr",
|
|
18907
18907
|
"typeString": "struct VerifiedClient.custodian"
|
|
18908
18908
|
},
|
|
18909
18909
|
"typeName": {
|
|
@@ -18911,10 +18911,10 @@
|
|
|
18911
18911
|
"id": 3205,
|
|
18912
18912
|
"name": "VerifiedClient.custodian",
|
|
18913
18913
|
"nodeType": "UserDefinedTypeName",
|
|
18914
|
-
"referencedDeclaration":
|
|
18914
|
+
"referencedDeclaration": 6197,
|
|
18915
18915
|
"src": "11983:24:17",
|
|
18916
18916
|
"typeDescriptions": {
|
|
18917
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
18917
|
+
"typeIdentifier": "t_struct$_custodian_$6197_storage_ptr",
|
|
18918
18918
|
"typeString": "struct VerifiedClient.custodian"
|
|
18919
18919
|
}
|
|
18920
18920
|
},
|
|
@@ -18970,10 +18970,10 @@
|
|
|
18970
18970
|
"name": "VerifiedClient",
|
|
18971
18971
|
"nodeType": "Identifier",
|
|
18972
18972
|
"overloadedDeclarations": [],
|
|
18973
|
-
"referencedDeclaration":
|
|
18973
|
+
"referencedDeclaration": 6371,
|
|
18974
18974
|
"src": "12019:14:17",
|
|
18975
18975
|
"typeDescriptions": {
|
|
18976
|
-
"typeIdentifier": "t_type$_t_contract$_VerifiedClient_$
|
|
18976
|
+
"typeIdentifier": "t_type$_t_contract$_VerifiedClient_$6371_$",
|
|
18977
18977
|
"typeString": "type(contract VerifiedClient)"
|
|
18978
18978
|
}
|
|
18979
18979
|
},
|
|
@@ -18984,10 +18984,10 @@
|
|
|
18984
18984
|
"lValueRequested": false,
|
|
18985
18985
|
"memberName": "custodian",
|
|
18986
18986
|
"nodeType": "MemberAccess",
|
|
18987
|
-
"referencedDeclaration":
|
|
18987
|
+
"referencedDeclaration": 6197,
|
|
18988
18988
|
"src": "12019:24:17",
|
|
18989
18989
|
"typeDescriptions": {
|
|
18990
|
-
"typeIdentifier": "t_type$_t_struct$_custodian_$
|
|
18990
|
+
"typeIdentifier": "t_type$_t_struct$_custodian_$6197_storage_ptr_$",
|
|
18991
18991
|
"typeString": "type(struct VerifiedClient.custodian storage pointer)"
|
|
18992
18992
|
}
|
|
18993
18993
|
},
|
|
@@ -19004,7 +19004,7 @@
|
|
|
19004
19004
|
"nodeType": "FunctionCall",
|
|
19005
19005
|
"src": "12019:119:17",
|
|
19006
19006
|
"typeDescriptions": {
|
|
19007
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
19007
|
+
"typeIdentifier": "t_struct$_custodian_$6197_memory",
|
|
19008
19008
|
"typeString": "struct VerifiedClient.custodian memory"
|
|
19009
19009
|
}
|
|
19010
19010
|
},
|
|
@@ -19024,7 +19024,7 @@
|
|
|
19024
19024
|
"referencedDeclaration": 3206,
|
|
19025
19025
|
"src": "12180:1:17",
|
|
19026
19026
|
"typeDescriptions": {
|
|
19027
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
19027
|
+
"typeIdentifier": "t_struct$_custodian_$6197_memory_ptr",
|
|
19028
19028
|
"typeString": "struct VerifiedClient.custodian memory"
|
|
19029
19029
|
}
|
|
19030
19030
|
}
|
|
@@ -19032,7 +19032,7 @@
|
|
|
19032
19032
|
"expression": {
|
|
19033
19033
|
"argumentTypes": [
|
|
19034
19034
|
{
|
|
19035
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
19035
|
+
"typeIdentifier": "t_struct$_custodian_$6197_memory_ptr",
|
|
19036
19036
|
"typeString": "struct VerifiedClient.custodian memory"
|
|
19037
19037
|
}
|
|
19038
19038
|
],
|
|
@@ -19047,7 +19047,7 @@
|
|
|
19047
19047
|
"referencedDeclaration": 1936,
|
|
19048
19048
|
"src": "12153:8:17",
|
|
19049
19049
|
"typeDescriptions": {
|
|
19050
|
-
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$
|
|
19050
|
+
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_$",
|
|
19051
19051
|
"typeString": "mapping(address => struct VerifiedClient.custodian storage ref[] storage ref)"
|
|
19052
19052
|
}
|
|
19053
19053
|
},
|
|
@@ -19072,7 +19072,7 @@
|
|
|
19072
19072
|
"nodeType": "IndexAccess",
|
|
19073
19073
|
"src": "12153:21:17",
|
|
19074
19074
|
"typeDescriptions": {
|
|
19075
|
-
"typeIdentifier": "t_array$_t_struct$_custodian_$
|
|
19075
|
+
"typeIdentifier": "t_array$_t_struct$_custodian_$6197_storage_$dyn_storage",
|
|
19076
19076
|
"typeString": "struct VerifiedClient.custodian storage ref[] storage ref"
|
|
19077
19077
|
}
|
|
19078
19078
|
},
|
|
@@ -19086,7 +19086,7 @@
|
|
|
19086
19086
|
"referencedDeclaration": null,
|
|
19087
19087
|
"src": "12153:26:17",
|
|
19088
19088
|
"typeDescriptions": {
|
|
19089
|
-
"typeIdentifier": "t_function_arraypush_nonpayable$_t_struct$_custodian_$
|
|
19089
|
+
"typeIdentifier": "t_function_arraypush_nonpayable$_t_struct$_custodian_$6197_storage_$returns$_t_uint256_$",
|
|
19090
19090
|
"typeString": "function (struct VerifiedClient.custodian storage ref) returns (uint256)"
|
|
19091
19091
|
}
|
|
19092
19092
|
},
|
|
@@ -19215,7 +19215,7 @@
|
|
|
19215
19215
|
"scope": 3276,
|
|
19216
19216
|
"src": "11393:820:17",
|
|
19217
19217
|
"stateMutability": "nonpayable",
|
|
19218
|
-
"superFunction":
|
|
19218
|
+
"superFunction": 6348,
|
|
19219
19219
|
"visibility": "external"
|
|
19220
19220
|
},
|
|
19221
19221
|
{
|
|
@@ -19236,7 +19236,7 @@
|
|
|
19236
19236
|
"referencedDeclaration": 1936,
|
|
19237
19237
|
"src": "12328:8:17",
|
|
19238
19238
|
"typeDescriptions": {
|
|
19239
|
-
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$
|
|
19239
|
+
"typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_$",
|
|
19240
19240
|
"typeString": "mapping(address => struct VerifiedClient.custodian storage ref[] storage ref)"
|
|
19241
19241
|
}
|
|
19242
19242
|
},
|
|
@@ -19261,7 +19261,7 @@
|
|
|
19261
19261
|
"nodeType": "IndexAccess",
|
|
19262
19262
|
"src": "12328:21:17",
|
|
19263
19263
|
"typeDescriptions": {
|
|
19264
|
-
"typeIdentifier": "t_array$_t_struct$_custodian_$
|
|
19264
|
+
"typeIdentifier": "t_array$_t_struct$_custodian_$6197_storage_$dyn_storage",
|
|
19265
19265
|
"typeString": "struct VerifiedClient.custodian storage ref[] storage ref"
|
|
19266
19266
|
}
|
|
19267
19267
|
},
|
|
@@ -19327,7 +19327,7 @@
|
|
|
19327
19327
|
"stateVariable": false,
|
|
19328
19328
|
"storageLocation": "memory",
|
|
19329
19329
|
"typeDescriptions": {
|
|
19330
|
-
"typeIdentifier": "t_array$_t_struct$_custodian_$
|
|
19330
|
+
"typeIdentifier": "t_array$_t_struct$_custodian_$6197_memory_$dyn_memory_ptr",
|
|
19331
19331
|
"typeString": "struct VerifiedClient.custodian[]"
|
|
19332
19332
|
},
|
|
19333
19333
|
"typeName": {
|
|
@@ -19336,10 +19336,10 @@
|
|
|
19336
19336
|
"id": 3227,
|
|
19337
19337
|
"name": "custodian",
|
|
19338
19338
|
"nodeType": "UserDefinedTypeName",
|
|
19339
|
-
"referencedDeclaration":
|
|
19339
|
+
"referencedDeclaration": 6197,
|
|
19340
19340
|
"src": "12291:9:17",
|
|
19341
19341
|
"typeDescriptions": {
|
|
19342
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
19342
|
+
"typeIdentifier": "t_struct$_custodian_$6197_storage_ptr",
|
|
19343
19343
|
"typeString": "struct VerifiedClient.custodian"
|
|
19344
19344
|
}
|
|
19345
19345
|
},
|
|
@@ -19348,7 +19348,7 @@
|
|
|
19348
19348
|
"nodeType": "ArrayTypeName",
|
|
19349
19349
|
"src": "12291:11:17",
|
|
19350
19350
|
"typeDescriptions": {
|
|
19351
|
-
"typeIdentifier": "t_array$_t_struct$_custodian_$
|
|
19351
|
+
"typeIdentifier": "t_array$_t_struct$_custodian_$6197_storage_$dyn_storage_ptr",
|
|
19352
19352
|
"typeString": "struct VerifiedClient.custodian[]"
|
|
19353
19353
|
}
|
|
19354
19354
|
},
|
|
@@ -19361,7 +19361,7 @@
|
|
|
19361
19361
|
"scope": 3276,
|
|
19362
19362
|
"src": "12221:136:17",
|
|
19363
19363
|
"stateMutability": "view",
|
|
19364
|
-
"superFunction":
|
|
19364
|
+
"superFunction": 6356,
|
|
19365
19365
|
"visibility": "external"
|
|
19366
19366
|
},
|
|
19367
19367
|
{
|
|
@@ -19404,7 +19404,7 @@
|
|
|
19404
19404
|
"name": "msg",
|
|
19405
19405
|
"nodeType": "Identifier",
|
|
19406
19406
|
"overloadedDeclarations": [],
|
|
19407
|
-
"referencedDeclaration":
|
|
19407
|
+
"referencedDeclaration": 6721,
|
|
19408
19408
|
"src": "12452:3:17",
|
|
19409
19409
|
"typeDescriptions": {
|
|
19410
19410
|
"typeIdentifier": "t_magic_message",
|
|
@@ -19467,7 +19467,7 @@
|
|
|
19467
19467
|
"name": "msg",
|
|
19468
19468
|
"nodeType": "Identifier",
|
|
19469
19469
|
"overloadedDeclarations": [],
|
|
19470
|
-
"referencedDeclaration":
|
|
19470
|
+
"referencedDeclaration": 6721,
|
|
19471
19471
|
"src": "12479:3:17",
|
|
19472
19472
|
"typeDescriptions": {
|
|
19473
19473
|
"typeIdentifier": "t_magic_message",
|
|
@@ -19549,10 +19549,10 @@
|
|
|
19549
19549
|
"name": "require",
|
|
19550
19550
|
"nodeType": "Identifier",
|
|
19551
19551
|
"overloadedDeclarations": [
|
|
19552
|
-
|
|
19553
|
-
|
|
19552
|
+
6724,
|
|
19553
|
+
6725
|
|
19554
19554
|
],
|
|
19555
|
-
"referencedDeclaration":
|
|
19555
|
+
"referencedDeclaration": 6725,
|
|
19556
19556
|
"src": "12444:7:17",
|
|
19557
19557
|
"typeDescriptions": {
|
|
19558
19558
|
"typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
|
|
@@ -19728,7 +19728,7 @@
|
|
|
19728
19728
|
"scope": 3276,
|
|
19729
19729
|
"src": "12365:214:17",
|
|
19730
19730
|
"stateMutability": "nonpayable",
|
|
19731
|
-
"superFunction":
|
|
19731
|
+
"superFunction": 6363,
|
|
19732
19732
|
"visibility": "external"
|
|
19733
19733
|
},
|
|
19734
19734
|
{
|
|
@@ -19862,7 +19862,7 @@
|
|
|
19862
19862
|
"scope": 3276,
|
|
19863
19863
|
"src": "12587:124:17",
|
|
19864
19864
|
"stateMutability": "view",
|
|
19865
|
-
"superFunction":
|
|
19865
|
+
"superFunction": 6370,
|
|
19866
19866
|
"visibility": "external"
|
|
19867
19867
|
}
|
|
19868
19868
|
],
|
|
@@ -19907,7 +19907,7 @@
|
|
|
19907
19907
|
},
|
|
19908
19908
|
{
|
|
19909
19909
|
"attributes": {
|
|
19910
|
-
"SourceUnit":
|
|
19910
|
+
"SourceUnit": 6372,
|
|
19911
19911
|
"absolutePath": "project:/contracts/interfaces/VerifiedClient.sol",
|
|
19912
19912
|
"file": "./interfaces/VerifiedClient.sol",
|
|
19913
19913
|
"scope": 3277,
|
|
@@ -19956,7 +19956,7 @@
|
|
|
19956
19956
|
29,
|
|
19957
19957
|
409,
|
|
19958
19958
|
1042,
|
|
19959
|
-
|
|
19959
|
+
6371
|
|
19960
19960
|
],
|
|
19961
19961
|
"contractKind": "contract",
|
|
19962
19962
|
"documentation": null,
|
|
@@ -19966,7 +19966,7 @@
|
|
|
19966
19966
|
409,
|
|
19967
19967
|
29,
|
|
19968
19968
|
1042,
|
|
19969
|
-
|
|
19969
|
+
6371
|
|
19970
19970
|
],
|
|
19971
19971
|
"name": "Client",
|
|
19972
19972
|
"scope": 3277
|
|
@@ -19981,7 +19981,7 @@
|
|
|
19981
19981
|
"attributes": {
|
|
19982
19982
|
"contractScope": null,
|
|
19983
19983
|
"name": "VerifiedClient",
|
|
19984
|
-
"referencedDeclaration":
|
|
19984
|
+
"referencedDeclaration": 6371,
|
|
19985
19985
|
"type": "contract VerifiedClient"
|
|
19986
19986
|
},
|
|
19987
19987
|
"id": 1863,
|
|
@@ -20855,7 +20855,7 @@
|
|
|
20855
20855
|
"attributes": {
|
|
20856
20856
|
"contractScope": null,
|
|
20857
20857
|
"name": "custodian",
|
|
20858
|
-
"referencedDeclaration":
|
|
20858
|
+
"referencedDeclaration": 6197,
|
|
20859
20859
|
"type": "struct VerifiedClient.custodian"
|
|
20860
20860
|
},
|
|
20861
20861
|
"id": 1933,
|
|
@@ -21517,7 +21517,7 @@
|
|
|
21517
21517
|
"overloadedDeclarations": [
|
|
21518
21518
|
null
|
|
21519
21519
|
],
|
|
21520
|
-
"referencedDeclaration":
|
|
21520
|
+
"referencedDeclaration": 6721,
|
|
21521
21521
|
"type": "msg",
|
|
21522
21522
|
"value": "msg"
|
|
21523
21523
|
},
|
|
@@ -21610,7 +21610,7 @@
|
|
|
21610
21610
|
"name": "setSigner",
|
|
21611
21611
|
"scope": 3276,
|
|
21612
21612
|
"stateMutability": "nonpayable",
|
|
21613
|
-
"superFunction":
|
|
21613
|
+
"superFunction": 6253,
|
|
21614
21614
|
"visibility": "external"
|
|
21615
21615
|
},
|
|
21616
21616
|
"children": [
|
|
@@ -21758,7 +21758,7 @@
|
|
|
21758
21758
|
"name": "addRole",
|
|
21759
21759
|
"scope": 3276,
|
|
21760
21760
|
"stateMutability": "nonpayable",
|
|
21761
|
-
"superFunction":
|
|
21761
|
+
"superFunction": 6218,
|
|
21762
21762
|
"visibility": "external"
|
|
21763
21763
|
},
|
|
21764
21764
|
"children": [
|
|
@@ -22077,7 +22077,7 @@
|
|
|
22077
22077
|
"overloadedDeclarations": [
|
|
22078
22078
|
null
|
|
22079
22079
|
],
|
|
22080
|
-
"referencedDeclaration":
|
|
22080
|
+
"referencedDeclaration": 6715,
|
|
22081
22081
|
"type": "function (bytes memory) pure returns (bytes32)",
|
|
22082
22082
|
"value": "keccak256"
|
|
22083
22083
|
},
|
|
@@ -22127,7 +22127,7 @@
|
|
|
22127
22127
|
"overloadedDeclarations": [
|
|
22128
22128
|
null
|
|
22129
22129
|
],
|
|
22130
|
-
"referencedDeclaration":
|
|
22130
|
+
"referencedDeclaration": 6708,
|
|
22131
22131
|
"type": "abi",
|
|
22132
22132
|
"value": "abi"
|
|
22133
22133
|
},
|
|
@@ -22245,7 +22245,7 @@
|
|
|
22245
22245
|
"overloadedDeclarations": [
|
|
22246
22246
|
null
|
|
22247
22247
|
],
|
|
22248
|
-
"referencedDeclaration":
|
|
22248
|
+
"referencedDeclaration": 6715,
|
|
22249
22249
|
"type": "function (bytes memory) pure returns (bytes32)",
|
|
22250
22250
|
"value": "keccak256"
|
|
22251
22251
|
},
|
|
@@ -22295,7 +22295,7 @@
|
|
|
22295
22295
|
"overloadedDeclarations": [
|
|
22296
22296
|
null
|
|
22297
22297
|
],
|
|
22298
|
-
"referencedDeclaration":
|
|
22298
|
+
"referencedDeclaration": 6708,
|
|
22299
22299
|
"type": "abi",
|
|
22300
22300
|
"value": "abi"
|
|
22301
22301
|
},
|
|
@@ -22384,10 +22384,10 @@
|
|
|
22384
22384
|
}
|
|
22385
22385
|
],
|
|
22386
22386
|
"overloadedDeclarations": [
|
|
22387
|
-
|
|
22388
|
-
|
|
22387
|
+
6724,
|
|
22388
|
+
6725
|
|
22389
22389
|
],
|
|
22390
|
-
"referencedDeclaration":
|
|
22390
|
+
"referencedDeclaration": 6725,
|
|
22391
22391
|
"type": "function (bool,string memory) pure",
|
|
22392
22392
|
"value": "require"
|
|
22393
22393
|
},
|
|
@@ -22463,7 +22463,7 @@
|
|
|
22463
22463
|
"overloadedDeclarations": [
|
|
22464
22464
|
null
|
|
22465
22465
|
],
|
|
22466
|
-
"referencedDeclaration":
|
|
22466
|
+
"referencedDeclaration": 6713,
|
|
22467
22467
|
"type": "function (bytes32,uint8,bytes32,bytes32) pure returns (address)",
|
|
22468
22468
|
"value": "ecrecover"
|
|
22469
22469
|
},
|
|
@@ -22584,7 +22584,7 @@
|
|
|
22584
22584
|
"overloadedDeclarations": [
|
|
22585
22585
|
null
|
|
22586
22586
|
],
|
|
22587
|
-
"referencedDeclaration":
|
|
22587
|
+
"referencedDeclaration": 6721,
|
|
22588
22588
|
"type": "msg",
|
|
22589
22589
|
"value": "msg"
|
|
22590
22590
|
},
|
|
@@ -22678,10 +22678,10 @@
|
|
|
22678
22678
|
}
|
|
22679
22679
|
],
|
|
22680
22680
|
"overloadedDeclarations": [
|
|
22681
|
-
|
|
22682
|
-
|
|
22681
|
+
6724,
|
|
22682
|
+
6725
|
|
22683
22683
|
],
|
|
22684
|
-
"referencedDeclaration":
|
|
22684
|
+
"referencedDeclaration": 6725,
|
|
22685
22685
|
"type": "function (bool,string memory) pure",
|
|
22686
22686
|
"value": "require"
|
|
22687
22687
|
},
|
|
@@ -23081,10 +23081,10 @@
|
|
|
23081
23081
|
}
|
|
23082
23082
|
],
|
|
23083
23083
|
"overloadedDeclarations": [
|
|
23084
|
-
|
|
23085
|
-
|
|
23084
|
+
6724,
|
|
23085
|
+
6725
|
|
23086
23086
|
],
|
|
23087
|
-
"referencedDeclaration":
|
|
23087
|
+
"referencedDeclaration": 6725,
|
|
23088
23088
|
"type": "function (bool,string memory) pure",
|
|
23089
23089
|
"value": "require"
|
|
23090
23090
|
},
|
|
@@ -24515,7 +24515,7 @@
|
|
|
24515
24515
|
"name": "getRole",
|
|
24516
24516
|
"scope": 3276,
|
|
24517
24517
|
"stateMutability": "view",
|
|
24518
|
-
"superFunction":
|
|
24518
|
+
"superFunction": 6229,
|
|
24519
24519
|
"visibility": "external"
|
|
24520
24520
|
},
|
|
24521
24521
|
"children": [
|
|
@@ -25580,7 +25580,7 @@
|
|
|
25580
25580
|
"name": "removeRole",
|
|
25581
25581
|
"scope": 3276,
|
|
25582
25582
|
"stateMutability": "nonpayable",
|
|
25583
|
-
"superFunction":
|
|
25583
|
+
"superFunction": 6248,
|
|
25584
25584
|
"visibility": "external"
|
|
25585
25585
|
},
|
|
25586
25586
|
"children": [
|
|
@@ -25873,7 +25873,7 @@
|
|
|
25873
25873
|
"overloadedDeclarations": [
|
|
25874
25874
|
null
|
|
25875
25875
|
],
|
|
25876
|
-
"referencedDeclaration":
|
|
25876
|
+
"referencedDeclaration": 6715,
|
|
25877
25877
|
"type": "function (bytes memory) pure returns (bytes32)",
|
|
25878
25878
|
"value": "keccak256"
|
|
25879
25879
|
},
|
|
@@ -25923,7 +25923,7 @@
|
|
|
25923
25923
|
"overloadedDeclarations": [
|
|
25924
25924
|
null
|
|
25925
25925
|
],
|
|
25926
|
-
"referencedDeclaration":
|
|
25926
|
+
"referencedDeclaration": 6708,
|
|
25927
25927
|
"type": "abi",
|
|
25928
25928
|
"value": "abi"
|
|
25929
25929
|
},
|
|
@@ -26041,7 +26041,7 @@
|
|
|
26041
26041
|
"overloadedDeclarations": [
|
|
26042
26042
|
null
|
|
26043
26043
|
],
|
|
26044
|
-
"referencedDeclaration":
|
|
26044
|
+
"referencedDeclaration": 6715,
|
|
26045
26045
|
"type": "function (bytes memory) pure returns (bytes32)",
|
|
26046
26046
|
"value": "keccak256"
|
|
26047
26047
|
},
|
|
@@ -26091,7 +26091,7 @@
|
|
|
26091
26091
|
"overloadedDeclarations": [
|
|
26092
26092
|
null
|
|
26093
26093
|
],
|
|
26094
|
-
"referencedDeclaration":
|
|
26094
|
+
"referencedDeclaration": 6708,
|
|
26095
26095
|
"type": "abi",
|
|
26096
26096
|
"value": "abi"
|
|
26097
26097
|
},
|
|
@@ -26180,10 +26180,10 @@
|
|
|
26180
26180
|
}
|
|
26181
26181
|
],
|
|
26182
26182
|
"overloadedDeclarations": [
|
|
26183
|
-
|
|
26184
|
-
|
|
26183
|
+
6724,
|
|
26184
|
+
6725
|
|
26185
26185
|
],
|
|
26186
|
-
"referencedDeclaration":
|
|
26186
|
+
"referencedDeclaration": 6725,
|
|
26187
26187
|
"type": "function (bool,string memory) pure",
|
|
26188
26188
|
"value": "require"
|
|
26189
26189
|
},
|
|
@@ -26259,7 +26259,7 @@
|
|
|
26259
26259
|
"overloadedDeclarations": [
|
|
26260
26260
|
null
|
|
26261
26261
|
],
|
|
26262
|
-
"referencedDeclaration":
|
|
26262
|
+
"referencedDeclaration": 6713,
|
|
26263
26263
|
"type": "function (bytes32,uint8,bytes32,bytes32) pure returns (address)",
|
|
26264
26264
|
"value": "ecrecover"
|
|
26265
26265
|
},
|
|
@@ -26380,7 +26380,7 @@
|
|
|
26380
26380
|
"overloadedDeclarations": [
|
|
26381
26381
|
null
|
|
26382
26382
|
],
|
|
26383
|
-
"referencedDeclaration":
|
|
26383
|
+
"referencedDeclaration": 6721,
|
|
26384
26384
|
"type": "msg",
|
|
26385
26385
|
"value": "msg"
|
|
26386
26386
|
},
|
|
@@ -26474,10 +26474,10 @@
|
|
|
26474
26474
|
}
|
|
26475
26475
|
],
|
|
26476
26476
|
"overloadedDeclarations": [
|
|
26477
|
-
|
|
26478
|
-
|
|
26477
|
+
6724,
|
|
26478
|
+
6725
|
|
26479
26479
|
],
|
|
26480
|
-
"referencedDeclaration":
|
|
26480
|
+
"referencedDeclaration": 6725,
|
|
26481
26481
|
"type": "function (bool,string memory) pure",
|
|
26482
26482
|
"value": "require"
|
|
26483
26483
|
},
|
|
@@ -28765,7 +28765,7 @@
|
|
|
28765
28765
|
"name": "setAmlScore",
|
|
28766
28766
|
"scope": 3276,
|
|
28767
28767
|
"stateMutability": "nonpayable",
|
|
28768
|
-
"superFunction":
|
|
28768
|
+
"superFunction": 6282,
|
|
28769
28769
|
"visibility": "external"
|
|
28770
28770
|
},
|
|
28771
28771
|
"children": [
|
|
@@ -28872,10 +28872,10 @@
|
|
|
28872
28872
|
}
|
|
28873
28873
|
],
|
|
28874
28874
|
"overloadedDeclarations": [
|
|
28875
|
-
|
|
28876
|
-
|
|
28875
|
+
6724,
|
|
28876
|
+
6725
|
|
28877
28877
|
],
|
|
28878
|
-
"referencedDeclaration":
|
|
28878
|
+
"referencedDeclaration": 6725,
|
|
28879
28879
|
"type": "function (bool,string memory) pure",
|
|
28880
28880
|
"value": "require"
|
|
28881
28881
|
},
|
|
@@ -28945,7 +28945,7 @@
|
|
|
28945
28945
|
"overloadedDeclarations": [
|
|
28946
28946
|
null
|
|
28947
28947
|
],
|
|
28948
|
-
"referencedDeclaration":
|
|
28948
|
+
"referencedDeclaration": 6721,
|
|
28949
28949
|
"type": "msg",
|
|
28950
28950
|
"value": "msg"
|
|
28951
28951
|
},
|
|
@@ -29039,7 +29039,7 @@
|
|
|
29039
29039
|
"overloadedDeclarations": [
|
|
29040
29040
|
null
|
|
29041
29041
|
],
|
|
29042
|
-
"referencedDeclaration":
|
|
29042
|
+
"referencedDeclaration": 6721,
|
|
29043
29043
|
"type": "msg",
|
|
29044
29044
|
"value": "msg"
|
|
29045
29045
|
},
|
|
@@ -29288,10 +29288,10 @@
|
|
|
29288
29288
|
}
|
|
29289
29289
|
],
|
|
29290
29290
|
"overloadedDeclarations": [
|
|
29291
|
-
|
|
29292
|
-
|
|
29291
|
+
6724,
|
|
29292
|
+
6725
|
|
29293
29293
|
],
|
|
29294
|
-
"referencedDeclaration":
|
|
29294
|
+
"referencedDeclaration": 6725,
|
|
29295
29295
|
"type": "function (bool,string memory) pure",
|
|
29296
29296
|
"value": "require"
|
|
29297
29297
|
},
|
|
@@ -29346,7 +29346,7 @@
|
|
|
29346
29346
|
"overloadedDeclarations": [
|
|
29347
29347
|
null
|
|
29348
29348
|
],
|
|
29349
|
-
"referencedDeclaration":
|
|
29349
|
+
"referencedDeclaration": 6721,
|
|
29350
29350
|
"type": "msg",
|
|
29351
29351
|
"value": "msg"
|
|
29352
29352
|
},
|
|
@@ -29464,7 +29464,7 @@
|
|
|
29464
29464
|
"name": "getAMLStatus",
|
|
29465
29465
|
"scope": 3276,
|
|
29466
29466
|
"stateMutability": "view",
|
|
29467
|
-
"superFunction":
|
|
29467
|
+
"superFunction": 6289,
|
|
29468
29468
|
"visibility": "external"
|
|
29469
29469
|
},
|
|
29470
29470
|
"children": [
|
|
@@ -29843,7 +29843,7 @@
|
|
|
29843
29843
|
"name": "setCreditScore",
|
|
29844
29844
|
"scope": 3276,
|
|
29845
29845
|
"stateMutability": "nonpayable",
|
|
29846
|
-
"superFunction":
|
|
29846
|
+
"superFunction": 6275,
|
|
29847
29847
|
"visibility": "external"
|
|
29848
29848
|
},
|
|
29849
29849
|
"children": [
|
|
@@ -29950,10 +29950,10 @@
|
|
|
29950
29950
|
}
|
|
29951
29951
|
],
|
|
29952
29952
|
"overloadedDeclarations": [
|
|
29953
|
-
|
|
29954
|
-
|
|
29953
|
+
6724,
|
|
29954
|
+
6725
|
|
29955
29955
|
],
|
|
29956
|
-
"referencedDeclaration":
|
|
29956
|
+
"referencedDeclaration": 6725,
|
|
29957
29957
|
"type": "function (bool,string memory) pure",
|
|
29958
29958
|
"value": "require"
|
|
29959
29959
|
},
|
|
@@ -30023,7 +30023,7 @@
|
|
|
30023
30023
|
"overloadedDeclarations": [
|
|
30024
30024
|
null
|
|
30025
30025
|
],
|
|
30026
|
-
"referencedDeclaration":
|
|
30026
|
+
"referencedDeclaration": 6721,
|
|
30027
30027
|
"type": "msg",
|
|
30028
30028
|
"value": "msg"
|
|
30029
30029
|
},
|
|
@@ -30117,7 +30117,7 @@
|
|
|
30117
30117
|
"overloadedDeclarations": [
|
|
30118
30118
|
null
|
|
30119
30119
|
],
|
|
30120
|
-
"referencedDeclaration":
|
|
30120
|
+
"referencedDeclaration": 6721,
|
|
30121
30121
|
"type": "msg",
|
|
30122
30122
|
"value": "msg"
|
|
30123
30123
|
},
|
|
@@ -30286,7 +30286,7 @@
|
|
|
30286
30286
|
"name": "KycUpdate",
|
|
30287
30287
|
"scope": 3276,
|
|
30288
30288
|
"stateMutability": "nonpayable",
|
|
30289
|
-
"superFunction":
|
|
30289
|
+
"superFunction": 6268,
|
|
30290
30290
|
"visibility": "external"
|
|
30291
30291
|
},
|
|
30292
30292
|
"children": [
|
|
@@ -30497,10 +30497,10 @@
|
|
|
30497
30497
|
}
|
|
30498
30498
|
],
|
|
30499
30499
|
"overloadedDeclarations": [
|
|
30500
|
-
|
|
30501
|
-
|
|
30500
|
+
6724,
|
|
30501
|
+
6725
|
|
30502
30502
|
],
|
|
30503
|
-
"referencedDeclaration":
|
|
30503
|
+
"referencedDeclaration": 6725,
|
|
30504
30504
|
"type": "function (bool,string memory) pure",
|
|
30505
30505
|
"value": "require"
|
|
30506
30506
|
},
|
|
@@ -30571,7 +30571,7 @@
|
|
|
30571
30571
|
"overloadedDeclarations": [
|
|
30572
30572
|
null
|
|
30573
30573
|
],
|
|
30574
|
-
"referencedDeclaration":
|
|
30574
|
+
"referencedDeclaration": 6721,
|
|
30575
30575
|
"type": "msg",
|
|
30576
30576
|
"value": "msg"
|
|
30577
30577
|
},
|
|
@@ -30679,7 +30679,7 @@
|
|
|
30679
30679
|
"overloadedDeclarations": [
|
|
30680
30680
|
null
|
|
30681
30681
|
],
|
|
30682
|
-
"referencedDeclaration":
|
|
30682
|
+
"referencedDeclaration": 6721,
|
|
30683
30683
|
"type": "msg",
|
|
30684
30684
|
"value": "msg"
|
|
30685
30685
|
},
|
|
@@ -30771,7 +30771,7 @@
|
|
|
30771
30771
|
"overloadedDeclarations": [
|
|
30772
30772
|
null
|
|
30773
30773
|
],
|
|
30774
|
-
"referencedDeclaration":
|
|
30774
|
+
"referencedDeclaration": 6721,
|
|
30775
30775
|
"type": "msg",
|
|
30776
30776
|
"value": "msg"
|
|
30777
30777
|
},
|
|
@@ -31671,7 +31671,7 @@
|
|
|
31671
31671
|
"name": "getClientKYC",
|
|
31672
31672
|
"scope": 3276,
|
|
31673
31673
|
"stateMutability": "view",
|
|
31674
|
-
"superFunction":
|
|
31674
|
+
"superFunction": 6315,
|
|
31675
31675
|
"visibility": "external"
|
|
31676
31676
|
},
|
|
31677
31677
|
"children": [
|
|
@@ -31930,10 +31930,10 @@
|
|
|
31930
31930
|
}
|
|
31931
31931
|
],
|
|
31932
31932
|
"overloadedDeclarations": [
|
|
31933
|
-
|
|
31934
|
-
|
|
31933
|
+
6724,
|
|
31934
|
+
6725
|
|
31935
31935
|
],
|
|
31936
|
-
"referencedDeclaration":
|
|
31936
|
+
"referencedDeclaration": 6725,
|
|
31937
31937
|
"type": "function (bool,string memory) pure",
|
|
31938
31938
|
"value": "require"
|
|
31939
31939
|
},
|
|
@@ -32079,7 +32079,7 @@
|
|
|
32079
32079
|
"overloadedDeclarations": [
|
|
32080
32080
|
null
|
|
32081
32081
|
],
|
|
32082
|
-
"referencedDeclaration":
|
|
32082
|
+
"referencedDeclaration": 6721,
|
|
32083
32083
|
"type": "msg",
|
|
32084
32084
|
"value": "msg"
|
|
32085
32085
|
},
|
|
@@ -32144,7 +32144,7 @@
|
|
|
32144
32144
|
"overloadedDeclarations": [
|
|
32145
32145
|
null
|
|
32146
32146
|
],
|
|
32147
|
-
"referencedDeclaration":
|
|
32147
|
+
"referencedDeclaration": 6721,
|
|
32148
32148
|
"type": "msg",
|
|
32149
32149
|
"value": "msg"
|
|
32150
32150
|
},
|
|
@@ -32257,7 +32257,7 @@
|
|
|
32257
32257
|
"overloadedDeclarations": [
|
|
32258
32258
|
null
|
|
32259
32259
|
],
|
|
32260
|
-
"referencedDeclaration":
|
|
32260
|
+
"referencedDeclaration": 6721,
|
|
32261
32261
|
"type": "msg",
|
|
32262
32262
|
"value": "msg"
|
|
32263
32263
|
},
|
|
@@ -32349,7 +32349,7 @@
|
|
|
32349
32349
|
"overloadedDeclarations": [
|
|
32350
32350
|
null
|
|
32351
32351
|
],
|
|
32352
|
-
"referencedDeclaration":
|
|
32352
|
+
"referencedDeclaration": 6721,
|
|
32353
32353
|
"type": "msg",
|
|
32354
32354
|
"value": "msg"
|
|
32355
32355
|
},
|
|
@@ -32468,7 +32468,7 @@
|
|
|
32468
32468
|
"overloadedDeclarations": [
|
|
32469
32469
|
null
|
|
32470
32470
|
],
|
|
32471
|
-
"referencedDeclaration":
|
|
32471
|
+
"referencedDeclaration": 6721,
|
|
32472
32472
|
"type": "msg",
|
|
32473
32473
|
"value": "msg"
|
|
32474
32474
|
},
|
|
@@ -32587,7 +32587,7 @@
|
|
|
32587
32587
|
"overloadedDeclarations": [
|
|
32588
32588
|
null
|
|
32589
32589
|
],
|
|
32590
|
-
"referencedDeclaration":
|
|
32590
|
+
"referencedDeclaration": 6721,
|
|
32591
32591
|
"type": "msg",
|
|
32592
32592
|
"value": "msg"
|
|
32593
32593
|
},
|
|
@@ -32706,7 +32706,7 @@
|
|
|
32706
32706
|
"overloadedDeclarations": [
|
|
32707
32707
|
null
|
|
32708
32708
|
],
|
|
32709
|
-
"referencedDeclaration":
|
|
32709
|
+
"referencedDeclaration": 6721,
|
|
32710
32710
|
"type": "msg",
|
|
32711
32711
|
"value": "msg"
|
|
32712
32712
|
},
|
|
@@ -32825,7 +32825,7 @@
|
|
|
32825
32825
|
"overloadedDeclarations": [
|
|
32826
32826
|
null
|
|
32827
32827
|
],
|
|
32828
|
-
"referencedDeclaration":
|
|
32828
|
+
"referencedDeclaration": 6721,
|
|
32829
32829
|
"type": "msg",
|
|
32830
32830
|
"value": "msg"
|
|
32831
32831
|
},
|
|
@@ -33370,7 +33370,7 @@
|
|
|
33370
33370
|
"name": "fullKycUpdate",
|
|
33371
33371
|
"scope": 3276,
|
|
33372
33372
|
"stateMutability": "nonpayable",
|
|
33373
|
-
"superFunction":
|
|
33373
|
+
"superFunction": 6326,
|
|
33374
33374
|
"visibility": "external"
|
|
33375
33375
|
},
|
|
33376
33376
|
"children": [
|
|
@@ -33529,10 +33529,10 @@
|
|
|
33529
33529
|
}
|
|
33530
33530
|
],
|
|
33531
33531
|
"overloadedDeclarations": [
|
|
33532
|
-
|
|
33533
|
-
|
|
33532
|
+
6724,
|
|
33533
|
+
6725
|
|
33534
33534
|
],
|
|
33535
|
-
"referencedDeclaration":
|
|
33535
|
+
"referencedDeclaration": 6725,
|
|
33536
33536
|
"type": "function (bool,string memory) pure",
|
|
33537
33537
|
"value": "require"
|
|
33538
33538
|
},
|
|
@@ -33603,7 +33603,7 @@
|
|
|
33603
33603
|
"overloadedDeclarations": [
|
|
33604
33604
|
null
|
|
33605
33605
|
],
|
|
33606
|
-
"referencedDeclaration":
|
|
33606
|
+
"referencedDeclaration": 6721,
|
|
33607
33607
|
"type": "msg",
|
|
33608
33608
|
"value": "msg"
|
|
33609
33609
|
},
|
|
@@ -33711,7 +33711,7 @@
|
|
|
33711
33711
|
"overloadedDeclarations": [
|
|
33712
33712
|
null
|
|
33713
33713
|
],
|
|
33714
|
-
"referencedDeclaration":
|
|
33714
|
+
"referencedDeclaration": 6721,
|
|
33715
33715
|
"type": "msg",
|
|
33716
33716
|
"value": "msg"
|
|
33717
33717
|
},
|
|
@@ -33803,7 +33803,7 @@
|
|
|
33803
33803
|
"overloadedDeclarations": [
|
|
33804
33804
|
null
|
|
33805
33805
|
],
|
|
33806
|
-
"referencedDeclaration":
|
|
33806
|
+
"referencedDeclaration": 6721,
|
|
33807
33807
|
"type": "msg",
|
|
33808
33808
|
"value": "msg"
|
|
33809
33809
|
},
|
|
@@ -34193,7 +34193,7 @@
|
|
|
34193
34193
|
"name": "getFullClientKYC",
|
|
34194
34194
|
"scope": 3276,
|
|
34195
34195
|
"stateMutability": "view",
|
|
34196
|
-
"superFunction":
|
|
34196
|
+
"superFunction": 6339,
|
|
34197
34197
|
"visibility": "external"
|
|
34198
34198
|
},
|
|
34199
34199
|
"children": [
|
|
@@ -34374,10 +34374,10 @@
|
|
|
34374
34374
|
}
|
|
34375
34375
|
],
|
|
34376
34376
|
"overloadedDeclarations": [
|
|
34377
|
-
|
|
34378
|
-
|
|
34377
|
+
6724,
|
|
34378
|
+
6725
|
|
34379
34379
|
],
|
|
34380
|
-
"referencedDeclaration":
|
|
34380
|
+
"referencedDeclaration": 6725,
|
|
34381
34381
|
"type": "function (bool,string memory) pure",
|
|
34382
34382
|
"value": "require"
|
|
34383
34383
|
},
|
|
@@ -34463,7 +34463,7 @@
|
|
|
34463
34463
|
"overloadedDeclarations": [
|
|
34464
34464
|
null
|
|
34465
34465
|
],
|
|
34466
|
-
"referencedDeclaration":
|
|
34466
|
+
"referencedDeclaration": 6721,
|
|
34467
34467
|
"type": "msg",
|
|
34468
34468
|
"value": "msg"
|
|
34469
34469
|
},
|
|
@@ -34528,7 +34528,7 @@
|
|
|
34528
34528
|
"overloadedDeclarations": [
|
|
34529
34529
|
null
|
|
34530
34530
|
],
|
|
34531
|
-
"referencedDeclaration":
|
|
34531
|
+
"referencedDeclaration": 6721,
|
|
34532
34532
|
"type": "msg",
|
|
34533
34533
|
"value": "msg"
|
|
34534
34534
|
},
|
|
@@ -34641,7 +34641,7 @@
|
|
|
34641
34641
|
"overloadedDeclarations": [
|
|
34642
34642
|
null
|
|
34643
34643
|
],
|
|
34644
|
-
"referencedDeclaration":
|
|
34644
|
+
"referencedDeclaration": 6721,
|
|
34645
34645
|
"type": "msg",
|
|
34646
34646
|
"value": "msg"
|
|
34647
34647
|
},
|
|
@@ -34733,7 +34733,7 @@
|
|
|
34733
34733
|
"overloadedDeclarations": [
|
|
34734
34734
|
null
|
|
34735
34735
|
],
|
|
34736
|
-
"referencedDeclaration":
|
|
34736
|
+
"referencedDeclaration": 6721,
|
|
34737
34737
|
"type": "msg",
|
|
34738
34738
|
"value": "msg"
|
|
34739
34739
|
},
|
|
@@ -37170,7 +37170,7 @@
|
|
|
37170
37170
|
"name": "getTransferAgent",
|
|
37171
37171
|
"scope": 3276,
|
|
37172
37172
|
"stateMutability": "view",
|
|
37173
|
-
"superFunction":
|
|
37173
|
+
"superFunction": 6296,
|
|
37174
37174
|
"visibility": "external"
|
|
37175
37175
|
},
|
|
37176
37176
|
"children": [
|
|
@@ -38391,7 +38391,7 @@
|
|
|
38391
38391
|
"name": "setCustodyAccount",
|
|
38392
38392
|
"scope": 3276,
|
|
38393
38393
|
"stateMutability": "nonpayable",
|
|
38394
|
-
"superFunction":
|
|
38394
|
+
"superFunction": 6348,
|
|
38395
38395
|
"visibility": "external"
|
|
38396
38396
|
},
|
|
38397
38397
|
"children": [
|
|
@@ -38524,10 +38524,10 @@
|
|
|
38524
38524
|
}
|
|
38525
38525
|
],
|
|
38526
38526
|
"overloadedDeclarations": [
|
|
38527
|
-
|
|
38528
|
-
|
|
38527
|
+
6724,
|
|
38528
|
+
6725
|
|
38529
38529
|
],
|
|
38530
|
-
"referencedDeclaration":
|
|
38530
|
+
"referencedDeclaration": 6725,
|
|
38531
38531
|
"type": "function (bool,string memory) pure",
|
|
38532
38532
|
"value": "require"
|
|
38533
38533
|
},
|
|
@@ -38568,7 +38568,7 @@
|
|
|
38568
38568
|
"overloadedDeclarations": [
|
|
38569
38569
|
null
|
|
38570
38570
|
],
|
|
38571
|
-
"referencedDeclaration":
|
|
38571
|
+
"referencedDeclaration": 6721,
|
|
38572
38572
|
"type": "msg",
|
|
38573
38573
|
"value": "msg"
|
|
38574
38574
|
},
|
|
@@ -39057,7 +39057,7 @@
|
|
|
39057
39057
|
"isPure": false,
|
|
39058
39058
|
"lValueRequested": false,
|
|
39059
39059
|
"member_name": "currency",
|
|
39060
|
-
"referencedDeclaration":
|
|
39060
|
+
"referencedDeclaration": 6194,
|
|
39061
39061
|
"type": "bytes32"
|
|
39062
39062
|
},
|
|
39063
39063
|
"children": [
|
|
@@ -39180,7 +39180,7 @@
|
|
|
39180
39180
|
"isPure": false,
|
|
39181
39181
|
"lValueRequested": true,
|
|
39182
39182
|
"member_name": "account",
|
|
39183
|
-
"referencedDeclaration":
|
|
39183
|
+
"referencedDeclaration": 6196,
|
|
39184
39184
|
"type": "bytes32"
|
|
39185
39185
|
},
|
|
39186
39186
|
"children": [
|
|
@@ -39430,7 +39430,7 @@
|
|
|
39430
39430
|
"attributes": {
|
|
39431
39431
|
"contractScope": null,
|
|
39432
39432
|
"name": "VerifiedClient.custodian",
|
|
39433
|
-
"referencedDeclaration":
|
|
39433
|
+
"referencedDeclaration": 6197,
|
|
39434
39434
|
"type": "struct VerifiedClient.custodian"
|
|
39435
39435
|
},
|
|
39436
39436
|
"id": 3205,
|
|
@@ -39475,7 +39475,7 @@
|
|
|
39475
39475
|
"isPure": false,
|
|
39476
39476
|
"lValueRequested": false,
|
|
39477
39477
|
"member_name": "custodian",
|
|
39478
|
-
"referencedDeclaration":
|
|
39478
|
+
"referencedDeclaration": 6197,
|
|
39479
39479
|
"type": "type(struct VerifiedClient.custodian storage pointer)"
|
|
39480
39480
|
},
|
|
39481
39481
|
"children": [
|
|
@@ -39485,7 +39485,7 @@
|
|
|
39485
39485
|
"overloadedDeclarations": [
|
|
39486
39486
|
null
|
|
39487
39487
|
],
|
|
39488
|
-
"referencedDeclaration":
|
|
39488
|
+
"referencedDeclaration": 6371,
|
|
39489
39489
|
"type": "type(contract VerifiedClient)",
|
|
39490
39490
|
"value": "VerifiedClient"
|
|
39491
39491
|
},
|
|
@@ -39557,7 +39557,7 @@
|
|
|
39557
39557
|
"attributes": {
|
|
39558
39558
|
"argumentTypes": [
|
|
39559
39559
|
{
|
|
39560
|
-
"typeIdentifier": "t_struct$_custodian_$
|
|
39560
|
+
"typeIdentifier": "t_struct$_custodian_$6197_memory_ptr",
|
|
39561
39561
|
"typeString": "struct VerifiedClient.custodian memory"
|
|
39562
39562
|
}
|
|
39563
39563
|
],
|
|
@@ -39674,7 +39674,7 @@
|
|
|
39674
39674
|
"name": "getCustodyAccount",
|
|
39675
39675
|
"scope": 3276,
|
|
39676
39676
|
"stateMutability": "view",
|
|
39677
|
-
"superFunction":
|
|
39677
|
+
"superFunction": 6356,
|
|
39678
39678
|
"visibility": "external"
|
|
39679
39679
|
},
|
|
39680
39680
|
"children": [
|
|
@@ -39736,7 +39736,7 @@
|
|
|
39736
39736
|
"attributes": {
|
|
39737
39737
|
"contractScope": null,
|
|
39738
39738
|
"name": "custodian",
|
|
39739
|
-
"referencedDeclaration":
|
|
39739
|
+
"referencedDeclaration": 6197,
|
|
39740
39740
|
"type": "struct VerifiedClient.custodian"
|
|
39741
39741
|
},
|
|
39742
39742
|
"id": 3227,
|
|
@@ -39835,7 +39835,7 @@
|
|
|
39835
39835
|
"name": "setCustody",
|
|
39836
39836
|
"scope": 3276,
|
|
39837
39837
|
"stateMutability": "nonpayable",
|
|
39838
|
-
"superFunction":
|
|
39838
|
+
"superFunction": 6363,
|
|
39839
39839
|
"visibility": "external"
|
|
39840
39840
|
},
|
|
39841
39841
|
"children": [
|
|
@@ -39942,10 +39942,10 @@
|
|
|
39942
39942
|
}
|
|
39943
39943
|
],
|
|
39944
39944
|
"overloadedDeclarations": [
|
|
39945
|
-
|
|
39946
|
-
|
|
39945
|
+
6724,
|
|
39946
|
+
6725
|
|
39947
39947
|
],
|
|
39948
|
-
"referencedDeclaration":
|
|
39948
|
+
"referencedDeclaration": 6725,
|
|
39949
39949
|
"type": "function (bool,string memory) pure",
|
|
39950
39950
|
"value": "require"
|
|
39951
39951
|
},
|
|
@@ -40001,7 +40001,7 @@
|
|
|
40001
40001
|
"overloadedDeclarations": [
|
|
40002
40002
|
null
|
|
40003
40003
|
],
|
|
40004
|
-
"referencedDeclaration":
|
|
40004
|
+
"referencedDeclaration": 6721,
|
|
40005
40005
|
"type": "msg",
|
|
40006
40006
|
"value": "msg"
|
|
40007
40007
|
},
|
|
@@ -40066,7 +40066,7 @@
|
|
|
40066
40066
|
"overloadedDeclarations": [
|
|
40067
40067
|
null
|
|
40068
40068
|
],
|
|
40069
|
-
"referencedDeclaration":
|
|
40069
|
+
"referencedDeclaration": 6721,
|
|
40070
40070
|
"type": "msg",
|
|
40071
40071
|
"value": "msg"
|
|
40072
40072
|
},
|
|
@@ -40232,7 +40232,7 @@
|
|
|
40232
40232
|
"name": "getCustody",
|
|
40233
40233
|
"scope": 3276,
|
|
40234
40234
|
"stateMutability": "view",
|
|
40235
|
-
"superFunction":
|
|
40235
|
+
"superFunction": 6370,
|
|
40236
40236
|
"visibility": "external"
|
|
40237
40237
|
},
|
|
40238
40238
|
"children": [
|
|
@@ -40383,7 +40383,7 @@
|
|
|
40383
40383
|
"version": "0.5.7+commit.6da8b019.Emscripten.clang"
|
|
40384
40384
|
},
|
|
40385
40385
|
"networks": {
|
|
40386
|
-
"
|
|
40386
|
+
"137": {
|
|
40387
40387
|
"events": {
|
|
40388
40388
|
"0xefc0db5f83f77f89452c2f94b82b44e255b3488e98d72feed0d80672ae36c8cc": {
|
|
40389
40389
|
"anonymous": false,
|
|
@@ -40495,12 +40495,12 @@
|
|
|
40495
40495
|
}
|
|
40496
40496
|
},
|
|
40497
40497
|
"links": {},
|
|
40498
|
-
"address": "
|
|
40499
|
-
"transactionHash": "
|
|
40498
|
+
"address": "0x1e37Ec2Bff3185f9047b7554dd4032C2CbEDfC7A",
|
|
40499
|
+
"transactionHash": "0xa45019edb4fa656b1bc6a617fa9a45b50261d46584b588a1266007e36d22810e"
|
|
40500
40500
|
}
|
|
40501
40501
|
},
|
|
40502
40502
|
"schemaVersion": "3.4.3",
|
|
40503
|
-
"updatedAt": "2023-05-
|
|
40503
|
+
"updatedAt": "2023-05-17T15:33:28.400Z",
|
|
40504
40504
|
"networkType": "ethereum",
|
|
40505
40505
|
"devdoc": {
|
|
40506
40506
|
"methods": {
|