@verified-network/verified-sdk 0.4.7 → 0.5.1
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/README.md +1 -1
- package/dist/abi/accounts/Account.json +1657 -1657
- package/dist/abi/accounts/Client.json +6337 -5458
- package/dist/abi/accounts/Holder.json +1777 -1777
- package/dist/abi/accounts/Kyc.json +12833 -7944
- package/dist/abi/accounts/Ledger.json +1037 -1037
- package/dist/abi/accounts/System.json +2942 -2942
- package/dist/abi/custody/Vault.json +20567 -0
- package/dist/abi/securities/Issues.json +3 -3
- package/dist/abi/securities/Products.json +3 -3
- package/dist/abi/trades/OrderPool.json +4362 -4362
- package/dist/abi/trades/PoolFactory.json +676 -676
- package/dist/abi/trades/PostTrade.json +365 -365
- package/dist/abi/trades/PreTrade.json +7451 -5357
- package/dist/abi/trades/SecuritiesRegistry.json +6107 -5263
- package/dist/abi/trades/Security.json +927 -927
- package/dist/abi/trades/Trade.json +3761 -3761
- package/dist/contract/client/index.js +3 -2
- 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/contractAddress/index.js +16 -15
- package/dist/index.js +3 -1
- package/package.json +1 -1
|
@@ -292,14 +292,14 @@
|
|
|
292
292
|
"absolutePath": "project:/contracts/pool/PoolFactory.sol",
|
|
293
293
|
"exportedSymbols": {
|
|
294
294
|
"PoolFactory": [
|
|
295
|
-
|
|
295
|
+
12043
|
|
296
296
|
]
|
|
297
297
|
},
|
|
298
|
-
"id":
|
|
298
|
+
"id": 12044,
|
|
299
299
|
"nodeType": "SourceUnit",
|
|
300
300
|
"nodes": [
|
|
301
301
|
{
|
|
302
|
-
"id":
|
|
302
|
+
"id": 11826,
|
|
303
303
|
"literals": [
|
|
304
304
|
"solidity",
|
|
305
305
|
"0.5",
|
|
@@ -311,9 +311,9 @@
|
|
|
311
311
|
{
|
|
312
312
|
"absolutePath": "@openzeppelin/upgrades/contracts/Initializable.sol",
|
|
313
313
|
"file": "@openzeppelin/upgrades/contracts/Initializable.sol",
|
|
314
|
-
"id":
|
|
314
|
+
"id": 11827,
|
|
315
315
|
"nodeType": "ImportDirective",
|
|
316
|
-
"scope":
|
|
316
|
+
"scope": 12044,
|
|
317
317
|
"sourceUnit": 891,
|
|
318
318
|
"src": "79:60:33",
|
|
319
319
|
"symbolAliases": [],
|
|
@@ -322,9 +322,9 @@
|
|
|
322
322
|
{
|
|
323
323
|
"absolutePath": "@openzeppelin/upgrades/contracts/upgradeability/ProxyFactory.sol",
|
|
324
324
|
"file": "@openzeppelin/upgrades/contracts/upgradeability/ProxyFactory.sol",
|
|
325
|
-
"id":
|
|
325
|
+
"id": 11828,
|
|
326
326
|
"nodeType": "ImportDirective",
|
|
327
|
-
"scope":
|
|
327
|
+
"scope": 12044,
|
|
328
328
|
"sourceUnit": 1637,
|
|
329
329
|
"src": "141:74:33",
|
|
330
330
|
"symbolAliases": [],
|
|
@@ -333,9 +333,9 @@
|
|
|
333
333
|
{
|
|
334
334
|
"absolutePath": "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol",
|
|
335
335
|
"file": "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol",
|
|
336
|
-
"id":
|
|
336
|
+
"id": 11829,
|
|
337
337
|
"nodeType": "ImportDirective",
|
|
338
|
-
"scope":
|
|
338
|
+
"scope": 12044,
|
|
339
339
|
"sourceUnit": 822,
|
|
340
340
|
"src": "217:83:33",
|
|
341
341
|
"symbolAliases": [],
|
|
@@ -344,10 +344,10 @@
|
|
|
344
344
|
{
|
|
345
345
|
"absolutePath": "project:/contracts/interfaces/IPoolFactory.sol",
|
|
346
346
|
"file": "../interfaces/IPoolFactory.sol",
|
|
347
|
-
"id":
|
|
347
|
+
"id": 11830,
|
|
348
348
|
"nodeType": "ImportDirective",
|
|
349
|
-
"scope":
|
|
350
|
-
"sourceUnit":
|
|
349
|
+
"scope": 12044,
|
|
350
|
+
"sourceUnit": 9509,
|
|
351
351
|
"src": "302:40:33",
|
|
352
352
|
"symbolAliases": [],
|
|
353
353
|
"unitAlias": ""
|
|
@@ -355,10 +355,10 @@
|
|
|
355
355
|
{
|
|
356
356
|
"absolutePath": "project:/contracts/interfaces/ViaFactory.sol",
|
|
357
357
|
"file": "../interfaces/ViaFactory.sol",
|
|
358
|
-
"id":
|
|
358
|
+
"id": 11831,
|
|
359
359
|
"nodeType": "ImportDirective",
|
|
360
|
-
"scope":
|
|
361
|
-
"sourceUnit":
|
|
360
|
+
"scope": 12044,
|
|
361
|
+
"sourceUnit": 10467,
|
|
362
362
|
"src": "344:38:33",
|
|
363
363
|
"symbolAliases": [],
|
|
364
364
|
"unitAlias": ""
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"arguments": null,
|
|
370
370
|
"baseName": {
|
|
371
371
|
"contractScope": null,
|
|
372
|
-
"id":
|
|
372
|
+
"id": 11832,
|
|
373
373
|
"name": "Initializable",
|
|
374
374
|
"nodeType": "UserDefinedTypeName",
|
|
375
375
|
"referencedDeclaration": 890,
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"typeString": "contract Initializable"
|
|
380
380
|
}
|
|
381
381
|
},
|
|
382
|
-
"id":
|
|
382
|
+
"id": 11833,
|
|
383
383
|
"nodeType": "InheritanceSpecifier",
|
|
384
384
|
"src": "410:13:33"
|
|
385
385
|
},
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"arguments": null,
|
|
388
388
|
"baseName": {
|
|
389
389
|
"contractScope": null,
|
|
390
|
-
"id":
|
|
390
|
+
"id": 11834,
|
|
391
391
|
"name": "ProxyFactory",
|
|
392
392
|
"nodeType": "UserDefinedTypeName",
|
|
393
393
|
"referencedDeclaration": 1636,
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"typeString": "contract ProxyFactory"
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
|
-
"id":
|
|
400
|
+
"id": 11835,
|
|
401
401
|
"nodeType": "InheritanceSpecifier",
|
|
402
402
|
"src": "425:12:33"
|
|
403
403
|
},
|
|
@@ -405,17 +405,17 @@
|
|
|
405
405
|
"arguments": null,
|
|
406
406
|
"baseName": {
|
|
407
407
|
"contractScope": null,
|
|
408
|
-
"id":
|
|
408
|
+
"id": 11836,
|
|
409
409
|
"name": "IPoolFactory",
|
|
410
410
|
"nodeType": "UserDefinedTypeName",
|
|
411
|
-
"referencedDeclaration":
|
|
411
|
+
"referencedDeclaration": 9508,
|
|
412
412
|
"src": "439:12:33",
|
|
413
413
|
"typeDescriptions": {
|
|
414
|
-
"typeIdentifier": "t_contract$_IPoolFactory_$
|
|
414
|
+
"typeIdentifier": "t_contract$_IPoolFactory_$9508",
|
|
415
415
|
"typeString": "contract IPoolFactory"
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
|
-
"id":
|
|
418
|
+
"id": 11837,
|
|
419
419
|
"nodeType": "InheritanceSpecifier",
|
|
420
420
|
"src": "439:12:33"
|
|
421
421
|
}
|
|
@@ -423,15 +423,15 @@
|
|
|
423
423
|
"contractDependencies": [
|
|
424
424
|
890,
|
|
425
425
|
1636,
|
|
426
|
-
|
|
426
|
+
9508
|
|
427
427
|
],
|
|
428
428
|
"contractKind": "contract",
|
|
429
429
|
"documentation": null,
|
|
430
430
|
"fullyImplemented": true,
|
|
431
|
-
"id":
|
|
431
|
+
"id": 12043,
|
|
432
432
|
"linearizedBaseContracts": [
|
|
433
|
-
|
|
434
|
-
|
|
433
|
+
12043,
|
|
434
|
+
9508,
|
|
435
435
|
1636,
|
|
436
436
|
890
|
|
437
437
|
],
|
|
@@ -440,10 +440,10 @@
|
|
|
440
440
|
"nodes": [
|
|
441
441
|
{
|
|
442
442
|
"constant": false,
|
|
443
|
-
"id":
|
|
443
|
+
"id": 11843,
|
|
444
444
|
"name": "pool",
|
|
445
445
|
"nodeType": "VariableDeclaration",
|
|
446
|
-
"scope":
|
|
446
|
+
"scope": 12043,
|
|
447
447
|
"src": "503:60:33",
|
|
448
448
|
"stateVariable": true,
|
|
449
449
|
"storageLocation": "default",
|
|
@@ -452,9 +452,9 @@
|
|
|
452
452
|
"typeString": "mapping(address => mapping(address => address))"
|
|
453
453
|
},
|
|
454
454
|
"typeName": {
|
|
455
|
-
"id":
|
|
455
|
+
"id": 11842,
|
|
456
456
|
"keyType": {
|
|
457
|
-
"id":
|
|
457
|
+
"id": 11838,
|
|
458
458
|
"name": "address",
|
|
459
459
|
"nodeType": "ElementaryTypeName",
|
|
460
460
|
"src": "511:7:33",
|
|
@@ -470,9 +470,9 @@
|
|
|
470
470
|
"typeString": "mapping(address => mapping(address => address))"
|
|
471
471
|
},
|
|
472
472
|
"valueType": {
|
|
473
|
-
"id":
|
|
473
|
+
"id": 11841,
|
|
474
474
|
"keyType": {
|
|
475
|
-
"id":
|
|
475
|
+
"id": 11839,
|
|
476
476
|
"name": "address",
|
|
477
477
|
"nodeType": "ElementaryTypeName",
|
|
478
478
|
"src": "530:7:33",
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"typeString": "mapping(address => address)"
|
|
489
489
|
},
|
|
490
490
|
"valueType": {
|
|
491
|
-
"id":
|
|
491
|
+
"id": 11840,
|
|
492
492
|
"name": "address",
|
|
493
493
|
"nodeType": "ElementaryTypeName",
|
|
494
494
|
"src": "541:7:33",
|
|
@@ -506,20 +506,20 @@
|
|
|
506
506
|
{
|
|
507
507
|
"anonymous": false,
|
|
508
508
|
"documentation": null,
|
|
509
|
-
"id":
|
|
509
|
+
"id": 11851,
|
|
510
510
|
"name": "PoolCreated",
|
|
511
511
|
"nodeType": "EventDefinition",
|
|
512
512
|
"parameters": {
|
|
513
|
-
"id":
|
|
513
|
+
"id": 11850,
|
|
514
514
|
"nodeType": "ParameterList",
|
|
515
515
|
"parameters": [
|
|
516
516
|
{
|
|
517
517
|
"constant": false,
|
|
518
|
-
"id":
|
|
518
|
+
"id": 11845,
|
|
519
519
|
"indexed": true,
|
|
520
520
|
"name": "pool",
|
|
521
521
|
"nodeType": "VariableDeclaration",
|
|
522
|
-
"scope":
|
|
522
|
+
"scope": 11851,
|
|
523
523
|
"src": "641:20:33",
|
|
524
524
|
"stateVariable": false,
|
|
525
525
|
"storageLocation": "default",
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"typeString": "address"
|
|
529
529
|
},
|
|
530
530
|
"typeName": {
|
|
531
|
-
"id":
|
|
531
|
+
"id": 11844,
|
|
532
532
|
"name": "address",
|
|
533
533
|
"nodeType": "ElementaryTypeName",
|
|
534
534
|
"src": "641:7:33",
|
|
@@ -543,11 +543,11 @@
|
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
545
|
"constant": false,
|
|
546
|
-
"id":
|
|
546
|
+
"id": 11847,
|
|
547
547
|
"indexed": false,
|
|
548
548
|
"name": "security",
|
|
549
549
|
"nodeType": "VariableDeclaration",
|
|
550
|
-
"scope":
|
|
550
|
+
"scope": 11851,
|
|
551
551
|
"src": "663:16:33",
|
|
552
552
|
"stateVariable": false,
|
|
553
553
|
"storageLocation": "default",
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"typeString": "address"
|
|
557
557
|
},
|
|
558
558
|
"typeName": {
|
|
559
|
-
"id":
|
|
559
|
+
"id": 11846,
|
|
560
560
|
"name": "address",
|
|
561
561
|
"nodeType": "ElementaryTypeName",
|
|
562
562
|
"src": "663:7:33",
|
|
@@ -571,11 +571,11 @@
|
|
|
571
571
|
},
|
|
572
572
|
{
|
|
573
573
|
"constant": false,
|
|
574
|
-
"id":
|
|
574
|
+
"id": 11849,
|
|
575
575
|
"indexed": false,
|
|
576
576
|
"name": "cash",
|
|
577
577
|
"nodeType": "VariableDeclaration",
|
|
578
|
-
"scope":
|
|
578
|
+
"scope": 11851,
|
|
579
579
|
"src": "681:12:33",
|
|
580
580
|
"stateVariable": false,
|
|
581
581
|
"storageLocation": "default",
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"typeString": "address"
|
|
585
585
|
},
|
|
586
586
|
"typeName": {
|
|
587
|
-
"id":
|
|
587
|
+
"id": 11848,
|
|
588
588
|
"name": "address",
|
|
589
589
|
"nodeType": "ElementaryTypeName",
|
|
590
590
|
"src": "681:7:33",
|
|
@@ -604,10 +604,10 @@
|
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
"constant": false,
|
|
607
|
-
"id":
|
|
607
|
+
"id": 11853,
|
|
608
608
|
"name": "via",
|
|
609
609
|
"nodeType": "VariableDeclaration",
|
|
610
|
-
"scope":
|
|
610
|
+
"scope": 12043,
|
|
611
611
|
"src": "703:19:33",
|
|
612
612
|
"stateVariable": true,
|
|
613
613
|
"storageLocation": "default",
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"typeString": "address"
|
|
617
617
|
},
|
|
618
618
|
"typeName": {
|
|
619
|
-
"id":
|
|
619
|
+
"id": 11852,
|
|
620
620
|
"name": "address",
|
|
621
621
|
"nodeType": "ElementaryTypeName",
|
|
622
622
|
"src": "703:7:33",
|
|
@@ -631,10 +631,10 @@
|
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
633
|
"constant": false,
|
|
634
|
-
"id":
|
|
634
|
+
"id": 11855,
|
|
635
635
|
"name": "_pool",
|
|
636
636
|
"nodeType": "VariableDeclaration",
|
|
637
|
-
"scope":
|
|
637
|
+
"scope": 12043,
|
|
638
638
|
"src": "731:13:33",
|
|
639
639
|
"stateVariable": true,
|
|
640
640
|
"storageLocation": "default",
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
"typeString": "address"
|
|
644
644
|
},
|
|
645
645
|
"typeName": {
|
|
646
|
-
"id":
|
|
646
|
+
"id": 11854,
|
|
647
647
|
"name": "address",
|
|
648
648
|
"nodeType": "ElementaryTypeName",
|
|
649
649
|
"src": "731:7:33",
|
|
@@ -658,10 +658,10 @@
|
|
|
658
658
|
},
|
|
659
659
|
{
|
|
660
660
|
"constant": false,
|
|
661
|
-
"id":
|
|
661
|
+
"id": 11857,
|
|
662
662
|
"name": "_trade",
|
|
663
663
|
"nodeType": "VariableDeclaration",
|
|
664
|
-
"scope":
|
|
664
|
+
"scope": 12043,
|
|
665
665
|
"src": "751:14:33",
|
|
666
666
|
"stateVariable": true,
|
|
667
667
|
"storageLocation": "default",
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"typeString": "address"
|
|
671
671
|
},
|
|
672
672
|
"typeName": {
|
|
673
|
-
"id":
|
|
673
|
+
"id": 11856,
|
|
674
674
|
"name": "address",
|
|
675
675
|
"nodeType": "ElementaryTypeName",
|
|
676
676
|
"src": "751:7:33",
|
|
@@ -685,10 +685,10 @@
|
|
|
685
685
|
},
|
|
686
686
|
{
|
|
687
687
|
"constant": false,
|
|
688
|
-
"id":
|
|
688
|
+
"id": 11859,
|
|
689
689
|
"name": "_posttrade",
|
|
690
690
|
"nodeType": "VariableDeclaration",
|
|
691
|
-
"scope":
|
|
691
|
+
"scope": 12043,
|
|
692
692
|
"src": "772:18:33",
|
|
693
693
|
"stateVariable": true,
|
|
694
694
|
"storageLocation": "default",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"typeString": "address"
|
|
698
698
|
},
|
|
699
699
|
"typeName": {
|
|
700
|
-
"id":
|
|
700
|
+
"id": 11858,
|
|
701
701
|
"name": "address",
|
|
702
702
|
"nodeType": "ElementaryTypeName",
|
|
703
703
|
"src": "772:7:33",
|
|
@@ -712,10 +712,10 @@
|
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
714
|
"constant": false,
|
|
715
|
-
"id":
|
|
715
|
+
"id": 11861,
|
|
716
716
|
"name": "_registry",
|
|
717
717
|
"nodeType": "VariableDeclaration",
|
|
718
|
-
"scope":
|
|
718
|
+
"scope": 12043,
|
|
719
719
|
"src": "797:17:33",
|
|
720
720
|
"stateVariable": true,
|
|
721
721
|
"storageLocation": "default",
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"typeString": "address"
|
|
725
725
|
},
|
|
726
726
|
"typeName": {
|
|
727
|
-
"id":
|
|
727
|
+
"id": 11860,
|
|
728
728
|
"name": "address",
|
|
729
729
|
"nodeType": "ElementaryTypeName",
|
|
730
730
|
"src": "797:7:33",
|
|
@@ -739,10 +739,10 @@
|
|
|
739
739
|
},
|
|
740
740
|
{
|
|
741
741
|
"constant": false,
|
|
742
|
-
"id":
|
|
742
|
+
"id": 11864,
|
|
743
743
|
"name": "pairs",
|
|
744
744
|
"nodeType": "VariableDeclaration",
|
|
745
|
-
"scope":
|
|
745
|
+
"scope": 12043,
|
|
746
746
|
"src": "821:15:33",
|
|
747
747
|
"stateVariable": true,
|
|
748
748
|
"storageLocation": "default",
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
},
|
|
753
753
|
"typeName": {
|
|
754
754
|
"baseType": {
|
|
755
|
-
"id":
|
|
755
|
+
"id": 11862,
|
|
756
756
|
"name": "address",
|
|
757
757
|
"nodeType": "ElementaryTypeName",
|
|
758
758
|
"src": "821:7:33",
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
"typeString": "address"
|
|
763
763
|
}
|
|
764
764
|
},
|
|
765
|
-
"id":
|
|
765
|
+
"id": 11863,
|
|
766
766
|
"length": null,
|
|
767
767
|
"nodeType": "ArrayTypeName",
|
|
768
768
|
"src": "821:9:33",
|
|
@@ -776,25 +776,25 @@
|
|
|
776
776
|
},
|
|
777
777
|
{
|
|
778
778
|
"body": {
|
|
779
|
-
"id":
|
|
779
|
+
"id": 11899,
|
|
780
780
|
"nodeType": "Block",
|
|
781
781
|
"src": "1005:183:33",
|
|
782
782
|
"statements": [
|
|
783
783
|
{
|
|
784
784
|
"expression": {
|
|
785
785
|
"argumentTypes": null,
|
|
786
|
-
"id":
|
|
786
|
+
"id": 11881,
|
|
787
787
|
"isConstant": false,
|
|
788
788
|
"isLValue": false,
|
|
789
789
|
"isPure": false,
|
|
790
790
|
"lValueRequested": false,
|
|
791
791
|
"leftHandSide": {
|
|
792
792
|
"argumentTypes": null,
|
|
793
|
-
"id":
|
|
793
|
+
"id": 11879,
|
|
794
794
|
"name": "via",
|
|
795
795
|
"nodeType": "Identifier",
|
|
796
796
|
"overloadedDeclarations": [],
|
|
797
|
-
"referencedDeclaration":
|
|
797
|
+
"referencedDeclaration": 11853,
|
|
798
798
|
"src": "1016:3:33",
|
|
799
799
|
"typeDescriptions": {
|
|
800
800
|
"typeIdentifier": "t_address",
|
|
@@ -805,11 +805,11 @@
|
|
|
805
805
|
"operator": "=",
|
|
806
806
|
"rightHandSide": {
|
|
807
807
|
"argumentTypes": null,
|
|
808
|
-
"id":
|
|
808
|
+
"id": 11880,
|
|
809
809
|
"name": "_viaFactory",
|
|
810
810
|
"nodeType": "Identifier",
|
|
811
811
|
"overloadedDeclarations": [],
|
|
812
|
-
"referencedDeclaration":
|
|
812
|
+
"referencedDeclaration": 11866,
|
|
813
813
|
"src": "1022:11:33",
|
|
814
814
|
"typeDescriptions": {
|
|
815
815
|
"typeIdentifier": "t_address",
|
|
@@ -822,25 +822,25 @@
|
|
|
822
822
|
"typeString": "address"
|
|
823
823
|
}
|
|
824
824
|
},
|
|
825
|
-
"id":
|
|
825
|
+
"id": 11882,
|
|
826
826
|
"nodeType": "ExpressionStatement",
|
|
827
827
|
"src": "1016:17:33"
|
|
828
828
|
},
|
|
829
829
|
{
|
|
830
830
|
"expression": {
|
|
831
831
|
"argumentTypes": null,
|
|
832
|
-
"id":
|
|
832
|
+
"id": 11885,
|
|
833
833
|
"isConstant": false,
|
|
834
834
|
"isLValue": false,
|
|
835
835
|
"isPure": false,
|
|
836
836
|
"lValueRequested": false,
|
|
837
837
|
"leftHandSide": {
|
|
838
838
|
"argumentTypes": null,
|
|
839
|
-
"id":
|
|
839
|
+
"id": 11883,
|
|
840
840
|
"name": "_pool",
|
|
841
841
|
"nodeType": "Identifier",
|
|
842
842
|
"overloadedDeclarations": [],
|
|
843
|
-
"referencedDeclaration":
|
|
843
|
+
"referencedDeclaration": 11855,
|
|
844
844
|
"src": "1044:5:33",
|
|
845
845
|
"typeDescriptions": {
|
|
846
846
|
"typeIdentifier": "t_address",
|
|
@@ -851,11 +851,11 @@
|
|
|
851
851
|
"operator": "=",
|
|
852
852
|
"rightHandSide": {
|
|
853
853
|
"argumentTypes": null,
|
|
854
|
-
"id":
|
|
854
|
+
"id": 11884,
|
|
855
855
|
"name": "_orderPool",
|
|
856
856
|
"nodeType": "Identifier",
|
|
857
857
|
"overloadedDeclarations": [],
|
|
858
|
-
"referencedDeclaration":
|
|
858
|
+
"referencedDeclaration": 11868,
|
|
859
859
|
"src": "1052:10:33",
|
|
860
860
|
"typeDescriptions": {
|
|
861
861
|
"typeIdentifier": "t_address",
|
|
@@ -868,25 +868,25 @@
|
|
|
868
868
|
"typeString": "address"
|
|
869
869
|
}
|
|
870
870
|
},
|
|
871
|
-
"id":
|
|
871
|
+
"id": 11886,
|
|
872
872
|
"nodeType": "ExpressionStatement",
|
|
873
873
|
"src": "1044:18:33"
|
|
874
874
|
},
|
|
875
875
|
{
|
|
876
876
|
"expression": {
|
|
877
877
|
"argumentTypes": null,
|
|
878
|
-
"id":
|
|
878
|
+
"id": 11889,
|
|
879
879
|
"isConstant": false,
|
|
880
880
|
"isLValue": false,
|
|
881
881
|
"isPure": false,
|
|
882
882
|
"lValueRequested": false,
|
|
883
883
|
"leftHandSide": {
|
|
884
884
|
"argumentTypes": null,
|
|
885
|
-
"id":
|
|
885
|
+
"id": 11887,
|
|
886
886
|
"name": "_trade",
|
|
887
887
|
"nodeType": "Identifier",
|
|
888
888
|
"overloadedDeclarations": [],
|
|
889
|
-
"referencedDeclaration":
|
|
889
|
+
"referencedDeclaration": 11857,
|
|
890
890
|
"src": "1073:6:33",
|
|
891
891
|
"typeDescriptions": {
|
|
892
892
|
"typeIdentifier": "t_address",
|
|
@@ -897,11 +897,11 @@
|
|
|
897
897
|
"operator": "=",
|
|
898
898
|
"rightHandSide": {
|
|
899
899
|
"argumentTypes": null,
|
|
900
|
-
"id":
|
|
900
|
+
"id": 11888,
|
|
901
901
|
"name": "_tradeContract",
|
|
902
902
|
"nodeType": "Identifier",
|
|
903
903
|
"overloadedDeclarations": [],
|
|
904
|
-
"referencedDeclaration":
|
|
904
|
+
"referencedDeclaration": 11870,
|
|
905
905
|
"src": "1082:14:33",
|
|
906
906
|
"typeDescriptions": {
|
|
907
907
|
"typeIdentifier": "t_address",
|
|
@@ -914,25 +914,25 @@
|
|
|
914
914
|
"typeString": "address"
|
|
915
915
|
}
|
|
916
916
|
},
|
|
917
|
-
"id":
|
|
917
|
+
"id": 11890,
|
|
918
918
|
"nodeType": "ExpressionStatement",
|
|
919
919
|
"src": "1073:23:33"
|
|
920
920
|
},
|
|
921
921
|
{
|
|
922
922
|
"expression": {
|
|
923
923
|
"argumentTypes": null,
|
|
924
|
-
"id":
|
|
924
|
+
"id": 11893,
|
|
925
925
|
"isConstant": false,
|
|
926
926
|
"isLValue": false,
|
|
927
927
|
"isPure": false,
|
|
928
928
|
"lValueRequested": false,
|
|
929
929
|
"leftHandSide": {
|
|
930
930
|
"argumentTypes": null,
|
|
931
|
-
"id":
|
|
931
|
+
"id": 11891,
|
|
932
932
|
"name": "_posttrade",
|
|
933
933
|
"nodeType": "Identifier",
|
|
934
934
|
"overloadedDeclarations": [],
|
|
935
|
-
"referencedDeclaration":
|
|
935
|
+
"referencedDeclaration": 11859,
|
|
936
936
|
"src": "1107:10:33",
|
|
937
937
|
"typeDescriptions": {
|
|
938
938
|
"typeIdentifier": "t_address",
|
|
@@ -943,11 +943,11 @@
|
|
|
943
943
|
"operator": "=",
|
|
944
944
|
"rightHandSide": {
|
|
945
945
|
"argumentTypes": null,
|
|
946
|
-
"id":
|
|
946
|
+
"id": 11892,
|
|
947
947
|
"name": "_posttradeContract",
|
|
948
948
|
"nodeType": "Identifier",
|
|
949
949
|
"overloadedDeclarations": [],
|
|
950
|
-
"referencedDeclaration":
|
|
950
|
+
"referencedDeclaration": 11872,
|
|
951
951
|
"src": "1120:18:33",
|
|
952
952
|
"typeDescriptions": {
|
|
953
953
|
"typeIdentifier": "t_address",
|
|
@@ -960,25 +960,25 @@
|
|
|
960
960
|
"typeString": "address"
|
|
961
961
|
}
|
|
962
962
|
},
|
|
963
|
-
"id":
|
|
963
|
+
"id": 11894,
|
|
964
964
|
"nodeType": "ExpressionStatement",
|
|
965
965
|
"src": "1107:31:33"
|
|
966
966
|
},
|
|
967
967
|
{
|
|
968
968
|
"expression": {
|
|
969
969
|
"argumentTypes": null,
|
|
970
|
-
"id":
|
|
970
|
+
"id": 11897,
|
|
971
971
|
"isConstant": false,
|
|
972
972
|
"isLValue": false,
|
|
973
973
|
"isPure": false,
|
|
974
974
|
"lValueRequested": false,
|
|
975
975
|
"leftHandSide": {
|
|
976
976
|
"argumentTypes": null,
|
|
977
|
-
"id":
|
|
977
|
+
"id": 11895,
|
|
978
978
|
"name": "_registry",
|
|
979
979
|
"nodeType": "Identifier",
|
|
980
980
|
"overloadedDeclarations": [],
|
|
981
|
-
"referencedDeclaration":
|
|
981
|
+
"referencedDeclaration": 11861,
|
|
982
982
|
"src": "1149:9:33",
|
|
983
983
|
"typeDescriptions": {
|
|
984
984
|
"typeIdentifier": "t_address",
|
|
@@ -989,11 +989,11 @@
|
|
|
989
989
|
"operator": "=",
|
|
990
990
|
"rightHandSide": {
|
|
991
991
|
"argumentTypes": null,
|
|
992
|
-
"id":
|
|
992
|
+
"id": 11896,
|
|
993
993
|
"name": "_securitiesRegistry",
|
|
994
994
|
"nodeType": "Identifier",
|
|
995
995
|
"overloadedDeclarations": [],
|
|
996
|
-
"referencedDeclaration":
|
|
996
|
+
"referencedDeclaration": 11874,
|
|
997
997
|
"src": "1161:19:33",
|
|
998
998
|
"typeDescriptions": {
|
|
999
999
|
"typeIdentifier": "t_address",
|
|
@@ -1006,23 +1006,23 @@
|
|
|
1006
1006
|
"typeString": "address"
|
|
1007
1007
|
}
|
|
1008
1008
|
},
|
|
1009
|
-
"id":
|
|
1009
|
+
"id": 11898,
|
|
1010
1010
|
"nodeType": "ExpressionStatement",
|
|
1011
1011
|
"src": "1149:31:33"
|
|
1012
1012
|
}
|
|
1013
1013
|
]
|
|
1014
1014
|
},
|
|
1015
1015
|
"documentation": null,
|
|
1016
|
-
"id":
|
|
1016
|
+
"id": 11900,
|
|
1017
1017
|
"implemented": true,
|
|
1018
1018
|
"kind": "function",
|
|
1019
1019
|
"modifiers": [
|
|
1020
1020
|
{
|
|
1021
1021
|
"arguments": null,
|
|
1022
|
-
"id":
|
|
1022
|
+
"id": 11877,
|
|
1023
1023
|
"modifierName": {
|
|
1024
1024
|
"argumentTypes": null,
|
|
1025
|
-
"id":
|
|
1025
|
+
"id": 11876,
|
|
1026
1026
|
"name": "initializer",
|
|
1027
1027
|
"nodeType": "Identifier",
|
|
1028
1028
|
"overloadedDeclarations": [],
|
|
@@ -1040,15 +1040,15 @@
|
|
|
1040
1040
|
"name": "initialize",
|
|
1041
1041
|
"nodeType": "FunctionDefinition",
|
|
1042
1042
|
"parameters": {
|
|
1043
|
-
"id":
|
|
1043
|
+
"id": 11875,
|
|
1044
1044
|
"nodeType": "ParameterList",
|
|
1045
1045
|
"parameters": [
|
|
1046
1046
|
{
|
|
1047
1047
|
"constant": false,
|
|
1048
|
-
"id":
|
|
1048
|
+
"id": 11866,
|
|
1049
1049
|
"name": "_viaFactory",
|
|
1050
1050
|
"nodeType": "VariableDeclaration",
|
|
1051
|
-
"scope":
|
|
1051
|
+
"scope": 11900,
|
|
1052
1052
|
"src": "865:19:33",
|
|
1053
1053
|
"stateVariable": false,
|
|
1054
1054
|
"storageLocation": "default",
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
"typeString": "address"
|
|
1058
1058
|
},
|
|
1059
1059
|
"typeName": {
|
|
1060
|
-
"id":
|
|
1060
|
+
"id": 11865,
|
|
1061
1061
|
"name": "address",
|
|
1062
1062
|
"nodeType": "ElementaryTypeName",
|
|
1063
1063
|
"src": "865:7:33",
|
|
@@ -1072,10 +1072,10 @@
|
|
|
1072
1072
|
},
|
|
1073
1073
|
{
|
|
1074
1074
|
"constant": false,
|
|
1075
|
-
"id":
|
|
1075
|
+
"id": 11868,
|
|
1076
1076
|
"name": "_orderPool",
|
|
1077
1077
|
"nodeType": "VariableDeclaration",
|
|
1078
|
-
"scope":
|
|
1078
|
+
"scope": 11900,
|
|
1079
1079
|
"src": "886:18:33",
|
|
1080
1080
|
"stateVariable": false,
|
|
1081
1081
|
"storageLocation": "default",
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
"typeString": "address"
|
|
1085
1085
|
},
|
|
1086
1086
|
"typeName": {
|
|
1087
|
-
"id":
|
|
1087
|
+
"id": 11867,
|
|
1088
1088
|
"name": "address",
|
|
1089
1089
|
"nodeType": "ElementaryTypeName",
|
|
1090
1090
|
"src": "886:7:33",
|
|
@@ -1099,10 +1099,10 @@
|
|
|
1099
1099
|
},
|
|
1100
1100
|
{
|
|
1101
1101
|
"constant": false,
|
|
1102
|
-
"id":
|
|
1102
|
+
"id": 11870,
|
|
1103
1103
|
"name": "_tradeContract",
|
|
1104
1104
|
"nodeType": "VariableDeclaration",
|
|
1105
|
-
"scope":
|
|
1105
|
+
"scope": 11900,
|
|
1106
1106
|
"src": "906:22:33",
|
|
1107
1107
|
"stateVariable": false,
|
|
1108
1108
|
"storageLocation": "default",
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
"typeString": "address"
|
|
1112
1112
|
},
|
|
1113
1113
|
"typeName": {
|
|
1114
|
-
"id":
|
|
1114
|
+
"id": 11869,
|
|
1115
1115
|
"name": "address",
|
|
1116
1116
|
"nodeType": "ElementaryTypeName",
|
|
1117
1117
|
"src": "906:7:33",
|
|
@@ -1126,10 +1126,10 @@
|
|
|
1126
1126
|
},
|
|
1127
1127
|
{
|
|
1128
1128
|
"constant": false,
|
|
1129
|
-
"id":
|
|
1129
|
+
"id": 11872,
|
|
1130
1130
|
"name": "_posttradeContract",
|
|
1131
1131
|
"nodeType": "VariableDeclaration",
|
|
1132
|
-
"scope":
|
|
1132
|
+
"scope": 11900,
|
|
1133
1133
|
"src": "930:26:33",
|
|
1134
1134
|
"stateVariable": false,
|
|
1135
1135
|
"storageLocation": "default",
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
"typeString": "address"
|
|
1139
1139
|
},
|
|
1140
1140
|
"typeName": {
|
|
1141
|
-
"id":
|
|
1141
|
+
"id": 11871,
|
|
1142
1142
|
"name": "address",
|
|
1143
1143
|
"nodeType": "ElementaryTypeName",
|
|
1144
1144
|
"src": "930:7:33",
|
|
@@ -1153,10 +1153,10 @@
|
|
|
1153
1153
|
},
|
|
1154
1154
|
{
|
|
1155
1155
|
"constant": false,
|
|
1156
|
-
"id":
|
|
1156
|
+
"id": 11874,
|
|
1157
1157
|
"name": "_securitiesRegistry",
|
|
1158
1158
|
"nodeType": "VariableDeclaration",
|
|
1159
|
-
"scope":
|
|
1159
|
+
"scope": 11900,
|
|
1160
1160
|
"src": "958:27:33",
|
|
1161
1161
|
"stateVariable": false,
|
|
1162
1162
|
"storageLocation": "default",
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
"typeString": "address"
|
|
1166
1166
|
},
|
|
1167
1167
|
"typeName": {
|
|
1168
|
-
"id":
|
|
1168
|
+
"id": 11873,
|
|
1169
1169
|
"name": "address",
|
|
1170
1170
|
"nodeType": "ElementaryTypeName",
|
|
1171
1171
|
"src": "958:7:33",
|
|
@@ -1182,12 +1182,12 @@
|
|
|
1182
1182
|
"src": "864:122:33"
|
|
1183
1183
|
},
|
|
1184
1184
|
"returnParameters": {
|
|
1185
|
-
"id":
|
|
1185
|
+
"id": 11878,
|
|
1186
1186
|
"nodeType": "ParameterList",
|
|
1187
1187
|
"parameters": [],
|
|
1188
1188
|
"src": "1005:0:33"
|
|
1189
1189
|
},
|
|
1190
|
-
"scope":
|
|
1190
|
+
"scope": 12043,
|
|
1191
1191
|
"src": "845:343:33",
|
|
1192
1192
|
"stateMutability": "nonpayable",
|
|
1193
1193
|
"superFunction": null,
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
1197
1197
|
"body": {
|
|
1198
|
-
"id":
|
|
1198
|
+
"id": 11915,
|
|
1199
1199
|
"nodeType": "Block",
|
|
1200
1200
|
"src": "1277:48:33",
|
|
1201
1201
|
"statements": [
|
|
@@ -1206,25 +1206,25 @@
|
|
|
1206
1206
|
"argumentTypes": null,
|
|
1207
1207
|
"baseExpression": {
|
|
1208
1208
|
"argumentTypes": null,
|
|
1209
|
-
"id":
|
|
1209
|
+
"id": 11909,
|
|
1210
1210
|
"name": "pool",
|
|
1211
1211
|
"nodeType": "Identifier",
|
|
1212
1212
|
"overloadedDeclarations": [],
|
|
1213
|
-
"referencedDeclaration":
|
|
1213
|
+
"referencedDeclaration": 11843,
|
|
1214
1214
|
"src": "1295:4:33",
|
|
1215
1215
|
"typeDescriptions": {
|
|
1216
1216
|
"typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_address_$_$",
|
|
1217
1217
|
"typeString": "mapping(address => mapping(address => address))"
|
|
1218
1218
|
}
|
|
1219
1219
|
},
|
|
1220
|
-
"id":
|
|
1220
|
+
"id": 11911,
|
|
1221
1221
|
"indexExpression": {
|
|
1222
1222
|
"argumentTypes": null,
|
|
1223
|
-
"id":
|
|
1223
|
+
"id": 11910,
|
|
1224
1224
|
"name": "_security",
|
|
1225
1225
|
"nodeType": "Identifier",
|
|
1226
1226
|
"overloadedDeclarations": [],
|
|
1227
|
-
"referencedDeclaration":
|
|
1227
|
+
"referencedDeclaration": 11902,
|
|
1228
1228
|
"src": "1300:9:33",
|
|
1229
1229
|
"typeDescriptions": {
|
|
1230
1230
|
"typeIdentifier": "t_address",
|
|
@@ -1242,14 +1242,14 @@
|
|
|
1242
1242
|
"typeString": "mapping(address => address)"
|
|
1243
1243
|
}
|
|
1244
1244
|
},
|
|
1245
|
-
"id":
|
|
1245
|
+
"id": 11913,
|
|
1246
1246
|
"indexExpression": {
|
|
1247
1247
|
"argumentTypes": null,
|
|
1248
|
-
"id":
|
|
1248
|
+
"id": 11912,
|
|
1249
1249
|
"name": "_cash",
|
|
1250
1250
|
"nodeType": "Identifier",
|
|
1251
1251
|
"overloadedDeclarations": [],
|
|
1252
|
-
"referencedDeclaration":
|
|
1252
|
+
"referencedDeclaration": 11904,
|
|
1253
1253
|
"src": "1311:5:33",
|
|
1254
1254
|
"typeDescriptions": {
|
|
1255
1255
|
"typeIdentifier": "t_address",
|
|
@@ -1267,30 +1267,30 @@
|
|
|
1267
1267
|
"typeString": "address"
|
|
1268
1268
|
}
|
|
1269
1269
|
},
|
|
1270
|
-
"functionReturnParameters":
|
|
1271
|
-
"id":
|
|
1270
|
+
"functionReturnParameters": 11908,
|
|
1271
|
+
"id": 11914,
|
|
1272
1272
|
"nodeType": "Return",
|
|
1273
1273
|
"src": "1288:29:33"
|
|
1274
1274
|
}
|
|
1275
1275
|
]
|
|
1276
1276
|
},
|
|
1277
1277
|
"documentation": null,
|
|
1278
|
-
"id":
|
|
1278
|
+
"id": 11916,
|
|
1279
1279
|
"implemented": true,
|
|
1280
1280
|
"kind": "function",
|
|
1281
1281
|
"modifiers": [],
|
|
1282
1282
|
"name": "getPool",
|
|
1283
1283
|
"nodeType": "FunctionDefinition",
|
|
1284
1284
|
"parameters": {
|
|
1285
|
-
"id":
|
|
1285
|
+
"id": 11905,
|
|
1286
1286
|
"nodeType": "ParameterList",
|
|
1287
1287
|
"parameters": [
|
|
1288
1288
|
{
|
|
1289
1289
|
"constant": false,
|
|
1290
|
-
"id":
|
|
1290
|
+
"id": 11902,
|
|
1291
1291
|
"name": "_security",
|
|
1292
1292
|
"nodeType": "VariableDeclaration",
|
|
1293
|
-
"scope":
|
|
1293
|
+
"scope": 11916,
|
|
1294
1294
|
"src": "1213:17:33",
|
|
1295
1295
|
"stateVariable": false,
|
|
1296
1296
|
"storageLocation": "default",
|
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
"typeString": "address"
|
|
1300
1300
|
},
|
|
1301
1301
|
"typeName": {
|
|
1302
|
-
"id":
|
|
1302
|
+
"id": 11901,
|
|
1303
1303
|
"name": "address",
|
|
1304
1304
|
"nodeType": "ElementaryTypeName",
|
|
1305
1305
|
"src": "1213:7:33",
|
|
@@ -1314,10 +1314,10 @@
|
|
|
1314
1314
|
},
|
|
1315
1315
|
{
|
|
1316
1316
|
"constant": false,
|
|
1317
|
-
"id":
|
|
1317
|
+
"id": 11904,
|
|
1318
1318
|
"name": "_cash",
|
|
1319
1319
|
"nodeType": "VariableDeclaration",
|
|
1320
|
-
"scope":
|
|
1320
|
+
"scope": 11916,
|
|
1321
1321
|
"src": "1232:13:33",
|
|
1322
1322
|
"stateVariable": false,
|
|
1323
1323
|
"storageLocation": "default",
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
"typeString": "address"
|
|
1327
1327
|
},
|
|
1328
1328
|
"typeName": {
|
|
1329
|
-
"id":
|
|
1329
|
+
"id": 11903,
|
|
1330
1330
|
"name": "address",
|
|
1331
1331
|
"nodeType": "ElementaryTypeName",
|
|
1332
1332
|
"src": "1232:7:33",
|
|
@@ -1343,15 +1343,15 @@
|
|
|
1343
1343
|
"src": "1212:34:33"
|
|
1344
1344
|
},
|
|
1345
1345
|
"returnParameters": {
|
|
1346
|
-
"id":
|
|
1346
|
+
"id": 11908,
|
|
1347
1347
|
"nodeType": "ParameterList",
|
|
1348
1348
|
"parameters": [
|
|
1349
1349
|
{
|
|
1350
1350
|
"constant": false,
|
|
1351
|
-
"id":
|
|
1351
|
+
"id": 11907,
|
|
1352
1352
|
"name": "",
|
|
1353
1353
|
"nodeType": "VariableDeclaration",
|
|
1354
|
-
"scope":
|
|
1354
|
+
"scope": 11916,
|
|
1355
1355
|
"src": "1269:7:33",
|
|
1356
1356
|
"stateVariable": false,
|
|
1357
1357
|
"storageLocation": "default",
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
"typeString": "address"
|
|
1361
1361
|
},
|
|
1362
1362
|
"typeName": {
|
|
1363
|
-
"id":
|
|
1363
|
+
"id": 11906,
|
|
1364
1364
|
"name": "address",
|
|
1365
1365
|
"nodeType": "ElementaryTypeName",
|
|
1366
1366
|
"src": "1269:7:33",
|
|
@@ -1376,15 +1376,15 @@
|
|
|
1376
1376
|
],
|
|
1377
1377
|
"src": "1268:9:33"
|
|
1378
1378
|
},
|
|
1379
|
-
"scope":
|
|
1379
|
+
"scope": 12043,
|
|
1380
1380
|
"src": "1196:129:33",
|
|
1381
1381
|
"stateMutability": "view",
|
|
1382
|
-
"superFunction":
|
|
1382
|
+
"superFunction": 9500,
|
|
1383
1383
|
"visibility": "external"
|
|
1384
1384
|
},
|
|
1385
1385
|
{
|
|
1386
1386
|
"body": {
|
|
1387
|
-
"id":
|
|
1387
|
+
"id": 11953,
|
|
1388
1388
|
"nodeType": "Block",
|
|
1389
1389
|
"src": "1396:188:33",
|
|
1390
1390
|
"statements": [
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
"typeIdentifier": "t_address",
|
|
1399
1399
|
"typeString": "address"
|
|
1400
1400
|
},
|
|
1401
|
-
"id":
|
|
1401
|
+
"id": 11927,
|
|
1402
1402
|
"isConstant": false,
|
|
1403
1403
|
"isLValue": false,
|
|
1404
1404
|
"isPure": false,
|
|
@@ -1407,18 +1407,18 @@
|
|
|
1407
1407
|
"argumentTypes": null,
|
|
1408
1408
|
"expression": {
|
|
1409
1409
|
"argumentTypes": null,
|
|
1410
|
-
"id":
|
|
1410
|
+
"id": 11924,
|
|
1411
1411
|
"name": "msg",
|
|
1412
1412
|
"nodeType": "Identifier",
|
|
1413
1413
|
"overloadedDeclarations": [],
|
|
1414
|
-
"referencedDeclaration":
|
|
1414
|
+
"referencedDeclaration": 13890,
|
|
1415
1415
|
"src": "1415:3:33",
|
|
1416
1416
|
"typeDescriptions": {
|
|
1417
1417
|
"typeIdentifier": "t_magic_message",
|
|
1418
1418
|
"typeString": "msg"
|
|
1419
1419
|
}
|
|
1420
1420
|
},
|
|
1421
|
-
"id":
|
|
1421
|
+
"id": 11925,
|
|
1422
1422
|
"isConstant": false,
|
|
1423
1423
|
"isLValue": false,
|
|
1424
1424
|
"isPure": false,
|
|
@@ -1436,11 +1436,11 @@
|
|
|
1436
1436
|
"operator": "==",
|
|
1437
1437
|
"rightExpression": {
|
|
1438
1438
|
"argumentTypes": null,
|
|
1439
|
-
"id":
|
|
1439
|
+
"id": 11926,
|
|
1440
1440
|
"name": "_trade",
|
|
1441
1441
|
"nodeType": "Identifier",
|
|
1442
1442
|
"overloadedDeclarations": [],
|
|
1443
|
-
"referencedDeclaration":
|
|
1443
|
+
"referencedDeclaration": 11857,
|
|
1444
1444
|
"src": "1427:6:33",
|
|
1445
1445
|
"typeDescriptions": {
|
|
1446
1446
|
"typeIdentifier": "t_address",
|
|
@@ -1461,21 +1461,21 @@
|
|
|
1461
1461
|
"typeString": "bool"
|
|
1462
1462
|
}
|
|
1463
1463
|
],
|
|
1464
|
-
"id":
|
|
1464
|
+
"id": 11923,
|
|
1465
1465
|
"name": "require",
|
|
1466
1466
|
"nodeType": "Identifier",
|
|
1467
1467
|
"overloadedDeclarations": [
|
|
1468
|
-
|
|
1469
|
-
|
|
1468
|
+
13893,
|
|
1469
|
+
13894
|
|
1470
1470
|
],
|
|
1471
|
-
"referencedDeclaration":
|
|
1471
|
+
"referencedDeclaration": 13893,
|
|
1472
1472
|
"src": "1407:7:33",
|
|
1473
1473
|
"typeDescriptions": {
|
|
1474
1474
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
1475
1475
|
"typeString": "function (bool) pure"
|
|
1476
1476
|
}
|
|
1477
1477
|
},
|
|
1478
|
-
"id":
|
|
1478
|
+
"id": 11928,
|
|
1479
1479
|
"isConstant": false,
|
|
1480
1480
|
"isLValue": false,
|
|
1481
1481
|
"isPure": false,
|
|
@@ -1489,13 +1489,13 @@
|
|
|
1489
1489
|
"typeString": "tuple()"
|
|
1490
1490
|
}
|
|
1491
1491
|
},
|
|
1492
|
-
"id":
|
|
1492
|
+
"id": 11929,
|
|
1493
1493
|
"nodeType": "ExpressionStatement",
|
|
1494
1494
|
"src": "1407:27:33"
|
|
1495
1495
|
},
|
|
1496
1496
|
{
|
|
1497
1497
|
"body": {
|
|
1498
|
-
"id":
|
|
1498
|
+
"id": 11949,
|
|
1499
1499
|
"nodeType": "Block",
|
|
1500
1500
|
"src": "1479:75:33",
|
|
1501
1501
|
"statements": [
|
|
@@ -1506,7 +1506,7 @@
|
|
|
1506
1506
|
"typeIdentifier": "t_address",
|
|
1507
1507
|
"typeString": "address"
|
|
1508
1508
|
},
|
|
1509
|
-
"id":
|
|
1509
|
+
"id": 11945,
|
|
1510
1510
|
"isConstant": false,
|
|
1511
1511
|
"isLValue": false,
|
|
1512
1512
|
"isPure": false,
|
|
@@ -1515,25 +1515,25 @@
|
|
|
1515
1515
|
"argumentTypes": null,
|
|
1516
1516
|
"baseExpression": {
|
|
1517
1517
|
"argumentTypes": null,
|
|
1518
|
-
"id":
|
|
1518
|
+
"id": 11941,
|
|
1519
1519
|
"name": "pairs",
|
|
1520
1520
|
"nodeType": "Identifier",
|
|
1521
1521
|
"overloadedDeclarations": [],
|
|
1522
|
-
"referencedDeclaration":
|
|
1522
|
+
"referencedDeclaration": 11864,
|
|
1523
1523
|
"src": "1497:5:33",
|
|
1524
1524
|
"typeDescriptions": {
|
|
1525
1525
|
"typeIdentifier": "t_array$_t_address_$dyn_storage",
|
|
1526
1526
|
"typeString": "address[] storage ref"
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
1529
|
-
"id":
|
|
1529
|
+
"id": 11943,
|
|
1530
1530
|
"indexExpression": {
|
|
1531
1531
|
"argumentTypes": null,
|
|
1532
|
-
"id":
|
|
1532
|
+
"id": 11942,
|
|
1533
1533
|
"name": "i",
|
|
1534
1534
|
"nodeType": "Identifier",
|
|
1535
1535
|
"overloadedDeclarations": [],
|
|
1536
|
-
"referencedDeclaration":
|
|
1536
|
+
"referencedDeclaration": 11931,
|
|
1537
1537
|
"src": "1503:1:33",
|
|
1538
1538
|
"typeDescriptions": {
|
|
1539
1539
|
"typeIdentifier": "t_uint256",
|
|
@@ -1555,11 +1555,11 @@
|
|
|
1555
1555
|
"operator": "==",
|
|
1556
1556
|
"rightExpression": {
|
|
1557
1557
|
"argumentTypes": null,
|
|
1558
|
-
"id":
|
|
1558
|
+
"id": 11944,
|
|
1559
1559
|
"name": "_pair",
|
|
1560
1560
|
"nodeType": "Identifier",
|
|
1561
1561
|
"overloadedDeclarations": [],
|
|
1562
|
-
"referencedDeclaration":
|
|
1562
|
+
"referencedDeclaration": 11918,
|
|
1563
1563
|
"src": "1507:5:33",
|
|
1564
1564
|
"typeDescriptions": {
|
|
1565
1565
|
"typeIdentifier": "t_address",
|
|
@@ -1573,14 +1573,14 @@
|
|
|
1573
1573
|
}
|
|
1574
1574
|
},
|
|
1575
1575
|
"falseBody": null,
|
|
1576
|
-
"id":
|
|
1576
|
+
"id": 11948,
|
|
1577
1577
|
"nodeType": "IfStatement",
|
|
1578
1578
|
"src": "1494:48:33",
|
|
1579
1579
|
"trueBody": {
|
|
1580
1580
|
"expression": {
|
|
1581
1581
|
"argumentTypes": null,
|
|
1582
1582
|
"hexValue": "74727565",
|
|
1583
|
-
"id":
|
|
1583
|
+
"id": 11946,
|
|
1584
1584
|
"isConstant": false,
|
|
1585
1585
|
"isLValue": false,
|
|
1586
1586
|
"isPure": true,
|
|
@@ -1595,8 +1595,8 @@
|
|
|
1595
1595
|
},
|
|
1596
1596
|
"value": "true"
|
|
1597
1597
|
},
|
|
1598
|
-
"functionReturnParameters":
|
|
1599
|
-
"id":
|
|
1598
|
+
"functionReturnParameters": 11922,
|
|
1599
|
+
"id": 11947,
|
|
1600
1600
|
"nodeType": "Return",
|
|
1601
1601
|
"src": "1531:11:33"
|
|
1602
1602
|
}
|
|
@@ -1609,18 +1609,18 @@
|
|
|
1609
1609
|
"typeIdentifier": "t_uint256",
|
|
1610
1610
|
"typeString": "uint256"
|
|
1611
1611
|
},
|
|
1612
|
-
"id":
|
|
1612
|
+
"id": 11937,
|
|
1613
1613
|
"isConstant": false,
|
|
1614
1614
|
"isLValue": false,
|
|
1615
1615
|
"isPure": false,
|
|
1616
1616
|
"lValueRequested": false,
|
|
1617
1617
|
"leftExpression": {
|
|
1618
1618
|
"argumentTypes": null,
|
|
1619
|
-
"id":
|
|
1619
|
+
"id": 11934,
|
|
1620
1620
|
"name": "i",
|
|
1621
1621
|
"nodeType": "Identifier",
|
|
1622
1622
|
"overloadedDeclarations": [],
|
|
1623
|
-
"referencedDeclaration":
|
|
1623
|
+
"referencedDeclaration": 11931,
|
|
1624
1624
|
"src": "1459:1:33",
|
|
1625
1625
|
"typeDescriptions": {
|
|
1626
1626
|
"typeIdentifier": "t_uint256",
|
|
@@ -1633,18 +1633,18 @@
|
|
|
1633
1633
|
"argumentTypes": null,
|
|
1634
1634
|
"expression": {
|
|
1635
1635
|
"argumentTypes": null,
|
|
1636
|
-
"id":
|
|
1636
|
+
"id": 11935,
|
|
1637
1637
|
"name": "pairs",
|
|
1638
1638
|
"nodeType": "Identifier",
|
|
1639
1639
|
"overloadedDeclarations": [],
|
|
1640
|
-
"referencedDeclaration":
|
|
1640
|
+
"referencedDeclaration": 11864,
|
|
1641
1641
|
"src": "1461:5:33",
|
|
1642
1642
|
"typeDescriptions": {
|
|
1643
1643
|
"typeIdentifier": "t_array$_t_address_$dyn_storage",
|
|
1644
1644
|
"typeString": "address[] storage ref"
|
|
1645
1645
|
}
|
|
1646
1646
|
},
|
|
1647
|
-
"id":
|
|
1647
|
+
"id": 11936,
|
|
1648
1648
|
"isConstant": false,
|
|
1649
1649
|
"isLValue": true,
|
|
1650
1650
|
"isPure": false,
|
|
@@ -1664,18 +1664,18 @@
|
|
|
1664
1664
|
"typeString": "bool"
|
|
1665
1665
|
}
|
|
1666
1666
|
},
|
|
1667
|
-
"id":
|
|
1667
|
+
"id": 11950,
|
|
1668
1668
|
"initializationExpression": {
|
|
1669
1669
|
"assignments": [
|
|
1670
|
-
|
|
1670
|
+
11931
|
|
1671
1671
|
],
|
|
1672
1672
|
"declarations": [
|
|
1673
1673
|
{
|
|
1674
1674
|
"constant": false,
|
|
1675
|
-
"id":
|
|
1675
|
+
"id": 11931,
|
|
1676
1676
|
"name": "i",
|
|
1677
1677
|
"nodeType": "VariableDeclaration",
|
|
1678
|
-
"scope":
|
|
1678
|
+
"scope": 11950,
|
|
1679
1679
|
"src": "1449:6:33",
|
|
1680
1680
|
"stateVariable": false,
|
|
1681
1681
|
"storageLocation": "default",
|
|
@@ -1684,7 +1684,7 @@
|
|
|
1684
1684
|
"typeString": "uint256"
|
|
1685
1685
|
},
|
|
1686
1686
|
"typeName": {
|
|
1687
|
-
"id":
|
|
1687
|
+
"id": 11930,
|
|
1688
1688
|
"name": "uint",
|
|
1689
1689
|
"nodeType": "ElementaryTypeName",
|
|
1690
1690
|
"src": "1449:4:33",
|
|
@@ -1697,11 +1697,11 @@
|
|
|
1697
1697
|
"visibility": "internal"
|
|
1698
1698
|
}
|
|
1699
1699
|
],
|
|
1700
|
-
"id":
|
|
1700
|
+
"id": 11933,
|
|
1701
1701
|
"initialValue": {
|
|
1702
1702
|
"argumentTypes": null,
|
|
1703
1703
|
"hexValue": "30",
|
|
1704
|
-
"id":
|
|
1704
|
+
"id": 11932,
|
|
1705
1705
|
"isConstant": false,
|
|
1706
1706
|
"isLValue": false,
|
|
1707
1707
|
"isPure": true,
|
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
"loopExpression": {
|
|
1723
1723
|
"expression": {
|
|
1724
1724
|
"argumentTypes": null,
|
|
1725
|
-
"id":
|
|
1725
|
+
"id": 11939,
|
|
1726
1726
|
"isConstant": false,
|
|
1727
1727
|
"isLValue": false,
|
|
1728
1728
|
"isPure": false,
|
|
@@ -1733,11 +1733,11 @@
|
|
|
1733
1733
|
"src": "1475:3:33",
|
|
1734
1734
|
"subExpression": {
|
|
1735
1735
|
"argumentTypes": null,
|
|
1736
|
-
"id":
|
|
1736
|
+
"id": 11938,
|
|
1737
1737
|
"name": "i",
|
|
1738
1738
|
"nodeType": "Identifier",
|
|
1739
1739
|
"overloadedDeclarations": [],
|
|
1740
|
-
"referencedDeclaration":
|
|
1740
|
+
"referencedDeclaration": 11931,
|
|
1741
1741
|
"src": "1475:1:33",
|
|
1742
1742
|
"typeDescriptions": {
|
|
1743
1743
|
"typeIdentifier": "t_uint256",
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
"typeString": "uint256"
|
|
1750
1750
|
}
|
|
1751
1751
|
},
|
|
1752
|
-
"id":
|
|
1752
|
+
"id": 11940,
|
|
1753
1753
|
"nodeType": "ExpressionStatement",
|
|
1754
1754
|
"src": "1475:3:33"
|
|
1755
1755
|
},
|
|
@@ -1760,7 +1760,7 @@
|
|
|
1760
1760
|
"expression": {
|
|
1761
1761
|
"argumentTypes": null,
|
|
1762
1762
|
"hexValue": "66616c7365",
|
|
1763
|
-
"id":
|
|
1763
|
+
"id": 11951,
|
|
1764
1764
|
"isConstant": false,
|
|
1765
1765
|
"isLValue": false,
|
|
1766
1766
|
"isPure": true,
|
|
@@ -1775,30 +1775,30 @@
|
|
|
1775
1775
|
},
|
|
1776
1776
|
"value": "false"
|
|
1777
1777
|
},
|
|
1778
|
-
"functionReturnParameters":
|
|
1779
|
-
"id":
|
|
1778
|
+
"functionReturnParameters": 11922,
|
|
1779
|
+
"id": 11952,
|
|
1780
1780
|
"nodeType": "Return",
|
|
1781
1781
|
"src": "1564:12:33"
|
|
1782
1782
|
}
|
|
1783
1783
|
]
|
|
1784
1784
|
},
|
|
1785
1785
|
"documentation": null,
|
|
1786
|
-
"id":
|
|
1786
|
+
"id": 11954,
|
|
1787
1787
|
"implemented": true,
|
|
1788
1788
|
"kind": "function",
|
|
1789
1789
|
"modifiers": [],
|
|
1790
1790
|
"name": "confirmPool",
|
|
1791
1791
|
"nodeType": "FunctionDefinition",
|
|
1792
1792
|
"parameters": {
|
|
1793
|
-
"id":
|
|
1793
|
+
"id": 11919,
|
|
1794
1794
|
"nodeType": "ParameterList",
|
|
1795
1795
|
"parameters": [
|
|
1796
1796
|
{
|
|
1797
1797
|
"constant": false,
|
|
1798
|
-
"id":
|
|
1798
|
+
"id": 11918,
|
|
1799
1799
|
"name": "_pair",
|
|
1800
1800
|
"nodeType": "VariableDeclaration",
|
|
1801
|
-
"scope":
|
|
1801
|
+
"scope": 11954,
|
|
1802
1802
|
"src": "1354:13:33",
|
|
1803
1803
|
"stateVariable": false,
|
|
1804
1804
|
"storageLocation": "default",
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
"typeString": "address"
|
|
1808
1808
|
},
|
|
1809
1809
|
"typeName": {
|
|
1810
|
-
"id":
|
|
1810
|
+
"id": 11917,
|
|
1811
1811
|
"name": "address",
|
|
1812
1812
|
"nodeType": "ElementaryTypeName",
|
|
1813
1813
|
"src": "1354:7:33",
|
|
@@ -1824,15 +1824,15 @@
|
|
|
1824
1824
|
"src": "1353:15:33"
|
|
1825
1825
|
},
|
|
1826
1826
|
"returnParameters": {
|
|
1827
|
-
"id":
|
|
1827
|
+
"id": 11922,
|
|
1828
1828
|
"nodeType": "ParameterList",
|
|
1829
1829
|
"parameters": [
|
|
1830
1830
|
{
|
|
1831
1831
|
"constant": false,
|
|
1832
|
-
"id":
|
|
1832
|
+
"id": 11921,
|
|
1833
1833
|
"name": "",
|
|
1834
1834
|
"nodeType": "VariableDeclaration",
|
|
1835
|
-
"scope":
|
|
1835
|
+
"scope": 11954,
|
|
1836
1836
|
"src": "1391:4:33",
|
|
1837
1837
|
"stateVariable": false,
|
|
1838
1838
|
"storageLocation": "default",
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
"typeString": "bool"
|
|
1842
1842
|
},
|
|
1843
1843
|
"typeName": {
|
|
1844
|
-
"id":
|
|
1844
|
+
"id": 11920,
|
|
1845
1845
|
"name": "bool",
|
|
1846
1846
|
"nodeType": "ElementaryTypeName",
|
|
1847
1847
|
"src": "1391:4:33",
|
|
@@ -1856,15 +1856,15 @@
|
|
|
1856
1856
|
],
|
|
1857
1857
|
"src": "1390:6:33"
|
|
1858
1858
|
},
|
|
1859
|
-
"scope":
|
|
1859
|
+
"scope": 12043,
|
|
1860
1860
|
"src": "1333:251:33",
|
|
1861
1861
|
"stateMutability": "view",
|
|
1862
|
-
"superFunction":
|
|
1862
|
+
"superFunction": 9507,
|
|
1863
1863
|
"visibility": "external"
|
|
1864
1864
|
},
|
|
1865
1865
|
{
|
|
1866
1866
|
"body": {
|
|
1867
|
-
"id":
|
|
1867
|
+
"id": 12041,
|
|
1868
1868
|
"nodeType": "Block",
|
|
1869
1869
|
"src": "1699:624:33",
|
|
1870
1870
|
"statements": [
|
|
@@ -1878,7 +1878,7 @@
|
|
|
1878
1878
|
"typeIdentifier": "t_address",
|
|
1879
1879
|
"typeString": "address"
|
|
1880
1880
|
},
|
|
1881
|
-
"id":
|
|
1881
|
+
"id": 11969,
|
|
1882
1882
|
"isConstant": false,
|
|
1883
1883
|
"isLValue": false,
|
|
1884
1884
|
"isPure": false,
|
|
@@ -1887,18 +1887,18 @@
|
|
|
1887
1887
|
"argumentTypes": null,
|
|
1888
1888
|
"expression": {
|
|
1889
1889
|
"argumentTypes": null,
|
|
1890
|
-
"id":
|
|
1890
|
+
"id": 11966,
|
|
1891
1891
|
"name": "msg",
|
|
1892
1892
|
"nodeType": "Identifier",
|
|
1893
1893
|
"overloadedDeclarations": [],
|
|
1894
|
-
"referencedDeclaration":
|
|
1894
|
+
"referencedDeclaration": 13890,
|
|
1895
1895
|
"src": "1718:3:33",
|
|
1896
1896
|
"typeDescriptions": {
|
|
1897
1897
|
"typeIdentifier": "t_magic_message",
|
|
1898
1898
|
"typeString": "msg"
|
|
1899
1899
|
}
|
|
1900
1900
|
},
|
|
1901
|
-
"id":
|
|
1901
|
+
"id": 11967,
|
|
1902
1902
|
"isConstant": false,
|
|
1903
1903
|
"isLValue": false,
|
|
1904
1904
|
"isPure": false,
|
|
@@ -1916,11 +1916,11 @@
|
|
|
1916
1916
|
"operator": "==",
|
|
1917
1917
|
"rightExpression": {
|
|
1918
1918
|
"argumentTypes": null,
|
|
1919
|
-
"id":
|
|
1919
|
+
"id": 11968,
|
|
1920
1920
|
"name": "_registry",
|
|
1921
1921
|
"nodeType": "Identifier",
|
|
1922
1922
|
"overloadedDeclarations": [],
|
|
1923
|
-
"referencedDeclaration":
|
|
1923
|
+
"referencedDeclaration": 11861,
|
|
1924
1924
|
"src": "1730:9:33",
|
|
1925
1925
|
"typeDescriptions": {
|
|
1926
1926
|
"typeIdentifier": "t_address",
|
|
@@ -1941,21 +1941,21 @@
|
|
|
1941
1941
|
"typeString": "bool"
|
|
1942
1942
|
}
|
|
1943
1943
|
],
|
|
1944
|
-
"id":
|
|
1944
|
+
"id": 11965,
|
|
1945
1945
|
"name": "require",
|
|
1946
1946
|
"nodeType": "Identifier",
|
|
1947
1947
|
"overloadedDeclarations": [
|
|
1948
|
-
|
|
1949
|
-
|
|
1948
|
+
13893,
|
|
1949
|
+
13894
|
|
1950
1950
|
],
|
|
1951
|
-
"referencedDeclaration":
|
|
1951
|
+
"referencedDeclaration": 13893,
|
|
1952
1952
|
"src": "1710:7:33",
|
|
1953
1953
|
"typeDescriptions": {
|
|
1954
1954
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
1955
1955
|
"typeString": "function (bool) pure"
|
|
1956
1956
|
}
|
|
1957
1957
|
},
|
|
1958
|
-
"id":
|
|
1958
|
+
"id": 11970,
|
|
1959
1959
|
"isConstant": false,
|
|
1960
1960
|
"isLValue": false,
|
|
1961
1961
|
"isPure": false,
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
"typeString": "tuple()"
|
|
1970
1970
|
}
|
|
1971
1971
|
},
|
|
1972
|
-
"id":
|
|
1972
|
+
"id": 11971,
|
|
1973
1973
|
"nodeType": "ExpressionStatement",
|
|
1974
1974
|
"src": "1710:30:33"
|
|
1975
1975
|
},
|
|
@@ -1983,18 +1983,18 @@
|
|
|
1983
1983
|
"typeIdentifier": "t_address",
|
|
1984
1984
|
"typeString": "address"
|
|
1985
1985
|
},
|
|
1986
|
-
"id":
|
|
1986
|
+
"id": 11975,
|
|
1987
1987
|
"isConstant": false,
|
|
1988
1988
|
"isLValue": false,
|
|
1989
1989
|
"isPure": false,
|
|
1990
1990
|
"lValueRequested": false,
|
|
1991
1991
|
"leftExpression": {
|
|
1992
1992
|
"argumentTypes": null,
|
|
1993
|
-
"id":
|
|
1993
|
+
"id": 11973,
|
|
1994
1994
|
"name": "_security",
|
|
1995
1995
|
"nodeType": "Identifier",
|
|
1996
1996
|
"overloadedDeclarations": [],
|
|
1997
|
-
"referencedDeclaration":
|
|
1997
|
+
"referencedDeclaration": 11956,
|
|
1998
1998
|
"src": "1759:9:33",
|
|
1999
1999
|
"typeDescriptions": {
|
|
2000
2000
|
"typeIdentifier": "t_address",
|
|
@@ -2005,11 +2005,11 @@
|
|
|
2005
2005
|
"operator": "!=",
|
|
2006
2006
|
"rightExpression": {
|
|
2007
2007
|
"argumentTypes": null,
|
|
2008
|
-
"id":
|
|
2008
|
+
"id": 11974,
|
|
2009
2009
|
"name": "_cash",
|
|
2010
2010
|
"nodeType": "Identifier",
|
|
2011
2011
|
"overloadedDeclarations": [],
|
|
2012
|
-
"referencedDeclaration":
|
|
2012
|
+
"referencedDeclaration": 11958,
|
|
2013
2013
|
"src": "1770:5:33",
|
|
2014
2014
|
"typeDescriptions": {
|
|
2015
2015
|
"typeIdentifier": "t_address",
|
|
@@ -2030,21 +2030,21 @@
|
|
|
2030
2030
|
"typeString": "bool"
|
|
2031
2031
|
}
|
|
2032
2032
|
],
|
|
2033
|
-
"id":
|
|
2033
|
+
"id": 11972,
|
|
2034
2034
|
"name": "require",
|
|
2035
2035
|
"nodeType": "Identifier",
|
|
2036
2036
|
"overloadedDeclarations": [
|
|
2037
|
-
|
|
2038
|
-
|
|
2037
|
+
13893,
|
|
2038
|
+
13894
|
|
2039
2039
|
],
|
|
2040
|
-
"referencedDeclaration":
|
|
2040
|
+
"referencedDeclaration": 13893,
|
|
2041
2041
|
"src": "1751:7:33",
|
|
2042
2042
|
"typeDescriptions": {
|
|
2043
2043
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
2044
2044
|
"typeString": "function (bool) pure"
|
|
2045
2045
|
}
|
|
2046
2046
|
},
|
|
2047
|
-
"id":
|
|
2047
|
+
"id": 11976,
|
|
2048
2048
|
"isConstant": false,
|
|
2049
2049
|
"isLValue": false,
|
|
2050
2050
|
"isPure": false,
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
"typeString": "tuple()"
|
|
2059
2059
|
}
|
|
2060
2060
|
},
|
|
2061
|
-
"id":
|
|
2061
|
+
"id": 11977,
|
|
2062
2062
|
"nodeType": "ExpressionStatement",
|
|
2063
2063
|
"src": "1751:25:33"
|
|
2064
2064
|
},
|
|
@@ -2072,7 +2072,7 @@
|
|
|
2072
2072
|
"typeIdentifier": "t_address",
|
|
2073
2073
|
"typeString": "address"
|
|
2074
2074
|
},
|
|
2075
|
-
"id":
|
|
2075
|
+
"id": 11987,
|
|
2076
2076
|
"isConstant": false,
|
|
2077
2077
|
"isLValue": false,
|
|
2078
2078
|
"isPure": false,
|
|
@@ -2082,11 +2082,11 @@
|
|
|
2082
2082
|
"arguments": [
|
|
2083
2083
|
{
|
|
2084
2084
|
"argumentTypes": null,
|
|
2085
|
-
"id":
|
|
2085
|
+
"id": 11983,
|
|
2086
2086
|
"name": "_currency",
|
|
2087
2087
|
"nodeType": "Identifier",
|
|
2088
2088
|
"overloadedDeclarations": [],
|
|
2089
|
-
"referencedDeclaration":
|
|
2089
|
+
"referencedDeclaration": 11960,
|
|
2090
2090
|
"src": "1830:9:33",
|
|
2091
2091
|
"typeDescriptions": {
|
|
2092
2092
|
"typeIdentifier": "t_bytes32",
|
|
@@ -2096,7 +2096,7 @@
|
|
|
2096
2096
|
{
|
|
2097
2097
|
"argumentTypes": null,
|
|
2098
2098
|
"hexValue": "56696143617368",
|
|
2099
|
-
"id":
|
|
2099
|
+
"id": 11984,
|
|
2100
2100
|
"isConstant": false,
|
|
2101
2101
|
"isLValue": false,
|
|
2102
2102
|
"isPure": true,
|
|
@@ -2128,11 +2128,11 @@
|
|
|
2128
2128
|
"arguments": [
|
|
2129
2129
|
{
|
|
2130
2130
|
"argumentTypes": null,
|
|
2131
|
-
"id":
|
|
2131
|
+
"id": 11980,
|
|
2132
2132
|
"name": "via",
|
|
2133
2133
|
"nodeType": "Identifier",
|
|
2134
2134
|
"overloadedDeclarations": [],
|
|
2135
|
-
"referencedDeclaration":
|
|
2135
|
+
"referencedDeclaration": 11853,
|
|
2136
2136
|
"src": "1806:3:33",
|
|
2137
2137
|
"typeDescriptions": {
|
|
2138
2138
|
"typeIdentifier": "t_address",
|
|
@@ -2147,18 +2147,18 @@
|
|
|
2147
2147
|
"typeString": "address"
|
|
2148
2148
|
}
|
|
2149
2149
|
],
|
|
2150
|
-
"id":
|
|
2150
|
+
"id": 11979,
|
|
2151
2151
|
"name": "ViaFactory",
|
|
2152
2152
|
"nodeType": "Identifier",
|
|
2153
2153
|
"overloadedDeclarations": [],
|
|
2154
|
-
"referencedDeclaration":
|
|
2154
|
+
"referencedDeclaration": 10466,
|
|
2155
2155
|
"src": "1795:10:33",
|
|
2156
2156
|
"typeDescriptions": {
|
|
2157
|
-
"typeIdentifier": "t_type$_t_contract$_ViaFactory_$
|
|
2157
|
+
"typeIdentifier": "t_type$_t_contract$_ViaFactory_$10466_$",
|
|
2158
2158
|
"typeString": "type(contract ViaFactory)"
|
|
2159
2159
|
}
|
|
2160
2160
|
},
|
|
2161
|
-
"id":
|
|
2161
|
+
"id": 11981,
|
|
2162
2162
|
"isConstant": false,
|
|
2163
2163
|
"isLValue": false,
|
|
2164
2164
|
"isPure": false,
|
|
@@ -2168,25 +2168,25 @@
|
|
|
2168
2168
|
"nodeType": "FunctionCall",
|
|
2169
2169
|
"src": "1795:15:33",
|
|
2170
2170
|
"typeDescriptions": {
|
|
2171
|
-
"typeIdentifier": "t_contract$_ViaFactory_$
|
|
2171
|
+
"typeIdentifier": "t_contract$_ViaFactory_$10466",
|
|
2172
2172
|
"typeString": "contract ViaFactory"
|
|
2173
2173
|
}
|
|
2174
2174
|
},
|
|
2175
|
-
"id":
|
|
2175
|
+
"id": 11982,
|
|
2176
2176
|
"isConstant": false,
|
|
2177
2177
|
"isLValue": false,
|
|
2178
2178
|
"isPure": false,
|
|
2179
2179
|
"lValueRequested": false,
|
|
2180
2180
|
"memberName": "getTokenByNameType",
|
|
2181
2181
|
"nodeType": "MemberAccess",
|
|
2182
|
-
"referencedDeclaration":
|
|
2182
|
+
"referencedDeclaration": 10405,
|
|
2183
2183
|
"src": "1795:34:33",
|
|
2184
2184
|
"typeDescriptions": {
|
|
2185
2185
|
"typeIdentifier": "t_function_external_view$_t_bytes32_$_t_bytes32_$returns$_t_address_$",
|
|
2186
2186
|
"typeString": "function (bytes32,bytes32) view external returns (address)"
|
|
2187
2187
|
}
|
|
2188
2188
|
},
|
|
2189
|
-
"id":
|
|
2189
|
+
"id": 11985,
|
|
2190
2190
|
"isConstant": false,
|
|
2191
2191
|
"isLValue": false,
|
|
2192
2192
|
"isPure": false,
|
|
@@ -2204,11 +2204,11 @@
|
|
|
2204
2204
|
"operator": "==",
|
|
2205
2205
|
"rightExpression": {
|
|
2206
2206
|
"argumentTypes": null,
|
|
2207
|
-
"id":
|
|
2207
|
+
"id": 11986,
|
|
2208
2208
|
"name": "_cash",
|
|
2209
2209
|
"nodeType": "Identifier",
|
|
2210
2210
|
"overloadedDeclarations": [],
|
|
2211
|
-
"referencedDeclaration":
|
|
2211
|
+
"referencedDeclaration": 11958,
|
|
2212
2212
|
"src": "1853:5:33",
|
|
2213
2213
|
"typeDescriptions": {
|
|
2214
2214
|
"typeIdentifier": "t_address",
|
|
@@ -2229,21 +2229,21 @@
|
|
|
2229
2229
|
"typeString": "bool"
|
|
2230
2230
|
}
|
|
2231
2231
|
],
|
|
2232
|
-
"id":
|
|
2232
|
+
"id": 11978,
|
|
2233
2233
|
"name": "require",
|
|
2234
2234
|
"nodeType": "Identifier",
|
|
2235
2235
|
"overloadedDeclarations": [
|
|
2236
|
-
|
|
2237
|
-
|
|
2236
|
+
13893,
|
|
2237
|
+
13894
|
|
2238
2238
|
],
|
|
2239
|
-
"referencedDeclaration":
|
|
2239
|
+
"referencedDeclaration": 13893,
|
|
2240
2240
|
"src": "1787:7:33",
|
|
2241
2241
|
"typeDescriptions": {
|
|
2242
2242
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
2243
2243
|
"typeString": "function (bool) pure"
|
|
2244
2244
|
}
|
|
2245
2245
|
},
|
|
2246
|
-
"id":
|
|
2246
|
+
"id": 11988,
|
|
2247
2247
|
"isConstant": false,
|
|
2248
2248
|
"isLValue": false,
|
|
2249
2249
|
"isPure": false,
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
"typeString": "tuple()"
|
|
2258
2258
|
}
|
|
2259
2259
|
},
|
|
2260
|
-
"id":
|
|
2260
|
+
"id": 11989,
|
|
2261
2261
|
"nodeType": "ExpressionStatement",
|
|
2262
2262
|
"src": "1787:72:33"
|
|
2263
2263
|
},
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
"typeIdentifier": "t_address",
|
|
2269
2269
|
"typeString": "address"
|
|
2270
2270
|
},
|
|
2271
|
-
"id":
|
|
2271
|
+
"id": 11998,
|
|
2272
2272
|
"isConstant": false,
|
|
2273
2273
|
"isLValue": false,
|
|
2274
2274
|
"isPure": false,
|
|
@@ -2279,25 +2279,25 @@
|
|
|
2279
2279
|
"argumentTypes": null,
|
|
2280
2280
|
"baseExpression": {
|
|
2281
2281
|
"argumentTypes": null,
|
|
2282
|
-
"id":
|
|
2282
|
+
"id": 11990,
|
|
2283
2283
|
"name": "pool",
|
|
2284
2284
|
"nodeType": "Identifier",
|
|
2285
2285
|
"overloadedDeclarations": [],
|
|
2286
|
-
"referencedDeclaration":
|
|
2286
|
+
"referencedDeclaration": 11843,
|
|
2287
2287
|
"src": "1875:4:33",
|
|
2288
2288
|
"typeDescriptions": {
|
|
2289
2289
|
"typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_address_$_$",
|
|
2290
2290
|
"typeString": "mapping(address => mapping(address => address))"
|
|
2291
2291
|
}
|
|
2292
2292
|
},
|
|
2293
|
-
"id":
|
|
2293
|
+
"id": 11992,
|
|
2294
2294
|
"indexExpression": {
|
|
2295
2295
|
"argumentTypes": null,
|
|
2296
|
-
"id":
|
|
2296
|
+
"id": 11991,
|
|
2297
2297
|
"name": "_security",
|
|
2298
2298
|
"nodeType": "Identifier",
|
|
2299
2299
|
"overloadedDeclarations": [],
|
|
2300
|
-
"referencedDeclaration":
|
|
2300
|
+
"referencedDeclaration": 11956,
|
|
2301
2301
|
"src": "1880:9:33",
|
|
2302
2302
|
"typeDescriptions": {
|
|
2303
2303
|
"typeIdentifier": "t_address",
|
|
@@ -2315,14 +2315,14 @@
|
|
|
2315
2315
|
"typeString": "mapping(address => address)"
|
|
2316
2316
|
}
|
|
2317
2317
|
},
|
|
2318
|
-
"id":
|
|
2318
|
+
"id": 11994,
|
|
2319
2319
|
"indexExpression": {
|
|
2320
2320
|
"argumentTypes": null,
|
|
2321
|
-
"id":
|
|
2321
|
+
"id": 11993,
|
|
2322
2322
|
"name": "_cash",
|
|
2323
2323
|
"nodeType": "Identifier",
|
|
2324
2324
|
"overloadedDeclarations": [],
|
|
2325
|
-
"referencedDeclaration":
|
|
2325
|
+
"referencedDeclaration": 11958,
|
|
2326
2326
|
"src": "1891:5:33",
|
|
2327
2327
|
"typeDescriptions": {
|
|
2328
2328
|
"typeIdentifier": "t_address",
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
{
|
|
2349
2349
|
"argumentTypes": null,
|
|
2350
2350
|
"hexValue": "307830",
|
|
2351
|
-
"id":
|
|
2351
|
+
"id": 11996,
|
|
2352
2352
|
"isConstant": false,
|
|
2353
2353
|
"isLValue": false,
|
|
2354
2354
|
"isPure": true,
|
|
@@ -2371,7 +2371,7 @@
|
|
|
2371
2371
|
"typeString": "int_const 0"
|
|
2372
2372
|
}
|
|
2373
2373
|
],
|
|
2374
|
-
"id":
|
|
2374
|
+
"id": 11995,
|
|
2375
2375
|
"isConstant": false,
|
|
2376
2376
|
"isLValue": false,
|
|
2377
2377
|
"isPure": true,
|
|
@@ -2384,7 +2384,7 @@
|
|
|
2384
2384
|
},
|
|
2385
2385
|
"typeName": "address"
|
|
2386
2386
|
},
|
|
2387
|
-
"id":
|
|
2387
|
+
"id": 11997,
|
|
2388
2388
|
"isConstant": false,
|
|
2389
2389
|
"isLValue": false,
|
|
2390
2390
|
"isPure": true,
|
|
@@ -2405,25 +2405,25 @@
|
|
|
2405
2405
|
}
|
|
2406
2406
|
},
|
|
2407
2407
|
"falseBody": null,
|
|
2408
|
-
"id":
|
|
2408
|
+
"id": 12040,
|
|
2409
2409
|
"nodeType": "IfStatement",
|
|
2410
2410
|
"src": "1872:444:33",
|
|
2411
2411
|
"trueBody": {
|
|
2412
|
-
"id":
|
|
2412
|
+
"id": 12039,
|
|
2413
2413
|
"nodeType": "Block",
|
|
2414
2414
|
"src": "1912:404:33",
|
|
2415
2415
|
"statements": [
|
|
2416
2416
|
{
|
|
2417
2417
|
"assignments": [
|
|
2418
|
-
|
|
2418
|
+
12000
|
|
2419
2419
|
],
|
|
2420
2420
|
"declarations": [
|
|
2421
2421
|
{
|
|
2422
2422
|
"constant": false,
|
|
2423
|
-
"id":
|
|
2423
|
+
"id": 12000,
|
|
2424
2424
|
"name": "_payload",
|
|
2425
2425
|
"nodeType": "VariableDeclaration",
|
|
2426
|
-
"scope":
|
|
2426
|
+
"scope": 12039,
|
|
2427
2427
|
"src": "1927:21:33",
|
|
2428
2428
|
"stateVariable": false,
|
|
2429
2429
|
"storageLocation": "memory",
|
|
@@ -2432,7 +2432,7 @@
|
|
|
2432
2432
|
"typeString": "bytes"
|
|
2433
2433
|
},
|
|
2434
2434
|
"typeName": {
|
|
2435
|
-
"id":
|
|
2435
|
+
"id": 11999,
|
|
2436
2436
|
"name": "bytes",
|
|
2437
2437
|
"nodeType": "ElementaryTypeName",
|
|
2438
2438
|
"src": "1927:5:33",
|
|
@@ -2445,14 +2445,14 @@
|
|
|
2445
2445
|
"visibility": "internal"
|
|
2446
2446
|
}
|
|
2447
2447
|
],
|
|
2448
|
-
"id":
|
|
2448
|
+
"id": 12011,
|
|
2449
2449
|
"initialValue": {
|
|
2450
2450
|
"argumentTypes": null,
|
|
2451
2451
|
"arguments": [
|
|
2452
2452
|
{
|
|
2453
2453
|
"argumentTypes": null,
|
|
2454
2454
|
"hexValue": "696e697469616c697a6528616464726573732c616464726573732c616464726573732c616464726573732c627974657333322c6164647265737329",
|
|
2455
|
-
"id":
|
|
2455
|
+
"id": 12003,
|
|
2456
2456
|
"isConstant": false,
|
|
2457
2457
|
"isLValue": false,
|
|
2458
2458
|
"isPure": true,
|
|
@@ -2469,11 +2469,11 @@
|
|
|
2469
2469
|
},
|
|
2470
2470
|
{
|
|
2471
2471
|
"argumentTypes": null,
|
|
2472
|
-
"id":
|
|
2472
|
+
"id": 12004,
|
|
2473
2473
|
"name": "_security",
|
|
2474
2474
|
"nodeType": "Identifier",
|
|
2475
2475
|
"overloadedDeclarations": [],
|
|
2476
|
-
"referencedDeclaration":
|
|
2476
|
+
"referencedDeclaration": 11956,
|
|
2477
2477
|
"src": "2038:9:33",
|
|
2478
2478
|
"typeDescriptions": {
|
|
2479
2479
|
"typeIdentifier": "t_address",
|
|
@@ -2482,11 +2482,11 @@
|
|
|
2482
2482
|
},
|
|
2483
2483
|
{
|
|
2484
2484
|
"argumentTypes": null,
|
|
2485
|
-
"id":
|
|
2485
|
+
"id": 12005,
|
|
2486
2486
|
"name": "_cash",
|
|
2487
2487
|
"nodeType": "Identifier",
|
|
2488
2488
|
"overloadedDeclarations": [],
|
|
2489
|
-
"referencedDeclaration":
|
|
2489
|
+
"referencedDeclaration": 11958,
|
|
2490
2490
|
"src": "2049:5:33",
|
|
2491
2491
|
"typeDescriptions": {
|
|
2492
2492
|
"typeIdentifier": "t_address",
|
|
@@ -2495,11 +2495,11 @@
|
|
|
2495
2495
|
},
|
|
2496
2496
|
{
|
|
2497
2497
|
"argumentTypes": null,
|
|
2498
|
-
"id":
|
|
2498
|
+
"id": 12006,
|
|
2499
2499
|
"name": "_trade",
|
|
2500
2500
|
"nodeType": "Identifier",
|
|
2501
2501
|
"overloadedDeclarations": [],
|
|
2502
|
-
"referencedDeclaration":
|
|
2502
|
+
"referencedDeclaration": 11857,
|
|
2503
2503
|
"src": "2056:6:33",
|
|
2504
2504
|
"typeDescriptions": {
|
|
2505
2505
|
"typeIdentifier": "t_address",
|
|
@@ -2508,11 +2508,11 @@
|
|
|
2508
2508
|
},
|
|
2509
2509
|
{
|
|
2510
2510
|
"argumentTypes": null,
|
|
2511
|
-
"id":
|
|
2511
|
+
"id": 12007,
|
|
2512
2512
|
"name": "_posttrade",
|
|
2513
2513
|
"nodeType": "Identifier",
|
|
2514
2514
|
"overloadedDeclarations": [],
|
|
2515
|
-
"referencedDeclaration":
|
|
2515
|
+
"referencedDeclaration": 11859,
|
|
2516
2516
|
"src": "2064:10:33",
|
|
2517
2517
|
"typeDescriptions": {
|
|
2518
2518
|
"typeIdentifier": "t_address",
|
|
@@ -2521,11 +2521,11 @@
|
|
|
2521
2521
|
},
|
|
2522
2522
|
{
|
|
2523
2523
|
"argumentTypes": null,
|
|
2524
|
-
"id":
|
|
2524
|
+
"id": 12008,
|
|
2525
2525
|
"name": "_settlementType",
|
|
2526
2526
|
"nodeType": "Identifier",
|
|
2527
2527
|
"overloadedDeclarations": [],
|
|
2528
|
-
"referencedDeclaration":
|
|
2528
|
+
"referencedDeclaration": 11962,
|
|
2529
2529
|
"src": "2076:15:33",
|
|
2530
2530
|
"typeDescriptions": {
|
|
2531
2531
|
"typeIdentifier": "t_bytes32",
|
|
@@ -2534,11 +2534,11 @@
|
|
|
2534
2534
|
},
|
|
2535
2535
|
{
|
|
2536
2536
|
"argumentTypes": null,
|
|
2537
|
-
"id":
|
|
2537
|
+
"id": 12009,
|
|
2538
2538
|
"name": "via",
|
|
2539
2539
|
"nodeType": "Identifier",
|
|
2540
2540
|
"overloadedDeclarations": [],
|
|
2541
|
-
"referencedDeclaration":
|
|
2541
|
+
"referencedDeclaration": 11853,
|
|
2542
2542
|
"src": "2092:3:33",
|
|
2543
2543
|
"typeDescriptions": {
|
|
2544
2544
|
"typeIdentifier": "t_address",
|
|
@@ -2579,18 +2579,18 @@
|
|
|
2579
2579
|
],
|
|
2580
2580
|
"expression": {
|
|
2581
2581
|
"argumentTypes": null,
|
|
2582
|
-
"id":
|
|
2582
|
+
"id": 12001,
|
|
2583
2583
|
"name": "abi",
|
|
2584
2584
|
"nodeType": "Identifier",
|
|
2585
2585
|
"overloadedDeclarations": [],
|
|
2586
|
-
"referencedDeclaration":
|
|
2586
|
+
"referencedDeclaration": 13877,
|
|
2587
2587
|
"src": "1951:3:33",
|
|
2588
2588
|
"typeDescriptions": {
|
|
2589
2589
|
"typeIdentifier": "t_magic_abi",
|
|
2590
2590
|
"typeString": "abi"
|
|
2591
2591
|
}
|
|
2592
2592
|
},
|
|
2593
|
-
"id":
|
|
2593
|
+
"id": 12002,
|
|
2594
2594
|
"isConstant": false,
|
|
2595
2595
|
"isLValue": false,
|
|
2596
2596
|
"isPure": true,
|
|
@@ -2604,7 +2604,7 @@
|
|
|
2604
2604
|
"typeString": "function (string memory) pure returns (bytes memory)"
|
|
2605
2605
|
}
|
|
2606
2606
|
},
|
|
2607
|
-
"id":
|
|
2607
|
+
"id": 12010,
|
|
2608
2608
|
"isConstant": false,
|
|
2609
2609
|
"isLValue": false,
|
|
2610
2610
|
"isPure": false,
|
|
@@ -2623,15 +2623,15 @@
|
|
|
2623
2623
|
},
|
|
2624
2624
|
{
|
|
2625
2625
|
"assignments": [
|
|
2626
|
-
|
|
2626
|
+
12013
|
|
2627
2627
|
],
|
|
2628
2628
|
"declarations": [
|
|
2629
2629
|
{
|
|
2630
2630
|
"constant": false,
|
|
2631
|
-
"id":
|
|
2631
|
+
"id": 12013,
|
|
2632
2632
|
"name": "_pair",
|
|
2633
2633
|
"nodeType": "VariableDeclaration",
|
|
2634
|
-
"scope":
|
|
2634
|
+
"scope": 12039,
|
|
2635
2635
|
"src": "2113:13:33",
|
|
2636
2636
|
"stateVariable": false,
|
|
2637
2637
|
"storageLocation": "default",
|
|
@@ -2640,7 +2640,7 @@
|
|
|
2640
2640
|
"typeString": "address"
|
|
2641
2641
|
},
|
|
2642
2642
|
"typeName": {
|
|
2643
|
-
"id":
|
|
2643
|
+
"id": 12012,
|
|
2644
2644
|
"name": "address",
|
|
2645
2645
|
"nodeType": "ElementaryTypeName",
|
|
2646
2646
|
"src": "2113:7:33",
|
|
@@ -2654,17 +2654,17 @@
|
|
|
2654
2654
|
"visibility": "internal"
|
|
2655
2655
|
}
|
|
2656
2656
|
],
|
|
2657
|
-
"id":
|
|
2657
|
+
"id": 12018,
|
|
2658
2658
|
"initialValue": {
|
|
2659
2659
|
"argumentTypes": null,
|
|
2660
2660
|
"arguments": [
|
|
2661
2661
|
{
|
|
2662
2662
|
"argumentTypes": null,
|
|
2663
|
-
"id":
|
|
2663
|
+
"id": 12015,
|
|
2664
2664
|
"name": "_pool",
|
|
2665
2665
|
"nodeType": "Identifier",
|
|
2666
2666
|
"overloadedDeclarations": [],
|
|
2667
|
-
"referencedDeclaration":
|
|
2667
|
+
"referencedDeclaration": 11855,
|
|
2668
2668
|
"src": "2143:5:33",
|
|
2669
2669
|
"typeDescriptions": {
|
|
2670
2670
|
"typeIdentifier": "t_address",
|
|
@@ -2673,11 +2673,11 @@
|
|
|
2673
2673
|
},
|
|
2674
2674
|
{
|
|
2675
2675
|
"argumentTypes": null,
|
|
2676
|
-
"id":
|
|
2676
|
+
"id": 12016,
|
|
2677
2677
|
"name": "_payload",
|
|
2678
2678
|
"nodeType": "Identifier",
|
|
2679
2679
|
"overloadedDeclarations": [],
|
|
2680
|
-
"referencedDeclaration":
|
|
2680
|
+
"referencedDeclaration": 12000,
|
|
2681
2681
|
"src": "2150:8:33",
|
|
2682
2682
|
"typeDescriptions": {
|
|
2683
2683
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -2696,7 +2696,7 @@
|
|
|
2696
2696
|
"typeString": "bytes memory"
|
|
2697
2697
|
}
|
|
2698
2698
|
],
|
|
2699
|
-
"id":
|
|
2699
|
+
"id": 12014,
|
|
2700
2700
|
"name": "deployMinimal",
|
|
2701
2701
|
"nodeType": "Identifier",
|
|
2702
2702
|
"overloadedDeclarations": [],
|
|
@@ -2707,7 +2707,7 @@
|
|
|
2707
2707
|
"typeString": "function (address,bytes memory) returns (address)"
|
|
2708
2708
|
}
|
|
2709
2709
|
},
|
|
2710
|
-
"id":
|
|
2710
|
+
"id": 12017,
|
|
2711
2711
|
"isConstant": false,
|
|
2712
2712
|
"isLValue": false,
|
|
2713
2713
|
"isPure": false,
|
|
@@ -2730,11 +2730,11 @@
|
|
|
2730
2730
|
"arguments": [
|
|
2731
2731
|
{
|
|
2732
2732
|
"argumentTypes": null,
|
|
2733
|
-
"id":
|
|
2733
|
+
"id": 12020,
|
|
2734
2734
|
"name": "_pair",
|
|
2735
2735
|
"nodeType": "Identifier",
|
|
2736
2736
|
"overloadedDeclarations": [],
|
|
2737
|
-
"referencedDeclaration":
|
|
2737
|
+
"referencedDeclaration": 12013,
|
|
2738
2738
|
"src": "2191:5:33",
|
|
2739
2739
|
"typeDescriptions": {
|
|
2740
2740
|
"typeIdentifier": "t_address",
|
|
@@ -2743,11 +2743,11 @@
|
|
|
2743
2743
|
},
|
|
2744
2744
|
{
|
|
2745
2745
|
"argumentTypes": null,
|
|
2746
|
-
"id":
|
|
2746
|
+
"id": 12021,
|
|
2747
2747
|
"name": "_security",
|
|
2748
2748
|
"nodeType": "Identifier",
|
|
2749
2749
|
"overloadedDeclarations": [],
|
|
2750
|
-
"referencedDeclaration":
|
|
2750
|
+
"referencedDeclaration": 11956,
|
|
2751
2751
|
"src": "2198:9:33",
|
|
2752
2752
|
"typeDescriptions": {
|
|
2753
2753
|
"typeIdentifier": "t_address",
|
|
@@ -2756,11 +2756,11 @@
|
|
|
2756
2756
|
},
|
|
2757
2757
|
{
|
|
2758
2758
|
"argumentTypes": null,
|
|
2759
|
-
"id":
|
|
2759
|
+
"id": 12022,
|
|
2760
2760
|
"name": "_cash",
|
|
2761
2761
|
"nodeType": "Identifier",
|
|
2762
2762
|
"overloadedDeclarations": [],
|
|
2763
|
-
"referencedDeclaration":
|
|
2763
|
+
"referencedDeclaration": 11958,
|
|
2764
2764
|
"src": "2209:5:33",
|
|
2765
2765
|
"typeDescriptions": {
|
|
2766
2766
|
"typeIdentifier": "t_address",
|
|
@@ -2783,18 +2783,18 @@
|
|
|
2783
2783
|
"typeString": "address"
|
|
2784
2784
|
}
|
|
2785
2785
|
],
|
|
2786
|
-
"id":
|
|
2786
|
+
"id": 12019,
|
|
2787
2787
|
"name": "PoolCreated",
|
|
2788
2788
|
"nodeType": "Identifier",
|
|
2789
2789
|
"overloadedDeclarations": [],
|
|
2790
|
-
"referencedDeclaration":
|
|
2790
|
+
"referencedDeclaration": 11851,
|
|
2791
2791
|
"src": "2179:11:33",
|
|
2792
2792
|
"typeDescriptions": {
|
|
2793
2793
|
"typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_address_$returns$__$",
|
|
2794
2794
|
"typeString": "function (address,address,address)"
|
|
2795
2795
|
}
|
|
2796
2796
|
},
|
|
2797
|
-
"id":
|
|
2797
|
+
"id": 12023,
|
|
2798
2798
|
"isConstant": false,
|
|
2799
2799
|
"isLValue": false,
|
|
2800
2800
|
"isPure": false,
|
|
@@ -2808,7 +2808,7 @@
|
|
|
2808
2808
|
"typeString": "tuple()"
|
|
2809
2809
|
}
|
|
2810
2810
|
},
|
|
2811
|
-
"id":
|
|
2811
|
+
"id": 12024,
|
|
2812
2812
|
"nodeType": "EmitStatement",
|
|
2813
2813
|
"src": "2174:41:33"
|
|
2814
2814
|
},
|
|
@@ -2818,11 +2818,11 @@
|
|
|
2818
2818
|
"arguments": [
|
|
2819
2819
|
{
|
|
2820
2820
|
"argumentTypes": null,
|
|
2821
|
-
"id":
|
|
2821
|
+
"id": 12028,
|
|
2822
2822
|
"name": "_pair",
|
|
2823
2823
|
"nodeType": "Identifier",
|
|
2824
2824
|
"overloadedDeclarations": [],
|
|
2825
|
-
"referencedDeclaration":
|
|
2825
|
+
"referencedDeclaration": 12013,
|
|
2826
2826
|
"src": "2255:5:33",
|
|
2827
2827
|
"typeDescriptions": {
|
|
2828
2828
|
"typeIdentifier": "t_address",
|
|
@@ -2839,18 +2839,18 @@
|
|
|
2839
2839
|
],
|
|
2840
2840
|
"expression": {
|
|
2841
2841
|
"argumentTypes": null,
|
|
2842
|
-
"id":
|
|
2842
|
+
"id": 12025,
|
|
2843
2843
|
"name": "pairs",
|
|
2844
2844
|
"nodeType": "Identifier",
|
|
2845
2845
|
"overloadedDeclarations": [],
|
|
2846
|
-
"referencedDeclaration":
|
|
2846
|
+
"referencedDeclaration": 11864,
|
|
2847
2847
|
"src": "2244:5:33",
|
|
2848
2848
|
"typeDescriptions": {
|
|
2849
2849
|
"typeIdentifier": "t_array$_t_address_$dyn_storage",
|
|
2850
2850
|
"typeString": "address[] storage ref"
|
|
2851
2851
|
}
|
|
2852
2852
|
},
|
|
2853
|
-
"id":
|
|
2853
|
+
"id": 12027,
|
|
2854
2854
|
"isConstant": false,
|
|
2855
2855
|
"isLValue": false,
|
|
2856
2856
|
"isPure": false,
|
|
@@ -2864,7 +2864,7 @@
|
|
|
2864
2864
|
"typeString": "function (address) returns (uint256)"
|
|
2865
2865
|
}
|
|
2866
2866
|
},
|
|
2867
|
-
"id":
|
|
2867
|
+
"id": 12029,
|
|
2868
2868
|
"isConstant": false,
|
|
2869
2869
|
"isLValue": false,
|
|
2870
2870
|
"isPure": false,
|
|
@@ -2878,14 +2878,14 @@
|
|
|
2878
2878
|
"typeString": "uint256"
|
|
2879
2879
|
}
|
|
2880
2880
|
},
|
|
2881
|
-
"id":
|
|
2881
|
+
"id": 12030,
|
|
2882
2882
|
"nodeType": "ExpressionStatement",
|
|
2883
2883
|
"src": "2244:17:33"
|
|
2884
2884
|
},
|
|
2885
2885
|
{
|
|
2886
2886
|
"expression": {
|
|
2887
2887
|
"argumentTypes": null,
|
|
2888
|
-
"id":
|
|
2888
|
+
"id": 12037,
|
|
2889
2889
|
"isConstant": false,
|
|
2890
2890
|
"isLValue": false,
|
|
2891
2891
|
"isPure": false,
|
|
@@ -2896,25 +2896,25 @@
|
|
|
2896
2896
|
"argumentTypes": null,
|
|
2897
2897
|
"baseExpression": {
|
|
2898
2898
|
"argumentTypes": null,
|
|
2899
|
-
"id":
|
|
2899
|
+
"id": 12031,
|
|
2900
2900
|
"name": "pool",
|
|
2901
2901
|
"nodeType": "Identifier",
|
|
2902
2902
|
"overloadedDeclarations": [],
|
|
2903
|
-
"referencedDeclaration":
|
|
2903
|
+
"referencedDeclaration": 11843,
|
|
2904
2904
|
"src": "2276:4:33",
|
|
2905
2905
|
"typeDescriptions": {
|
|
2906
2906
|
"typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_address_$_$",
|
|
2907
2907
|
"typeString": "mapping(address => mapping(address => address))"
|
|
2908
2908
|
}
|
|
2909
2909
|
},
|
|
2910
|
-
"id":
|
|
2910
|
+
"id": 12034,
|
|
2911
2911
|
"indexExpression": {
|
|
2912
2912
|
"argumentTypes": null,
|
|
2913
|
-
"id":
|
|
2913
|
+
"id": 12032,
|
|
2914
2914
|
"name": "_security",
|
|
2915
2915
|
"nodeType": "Identifier",
|
|
2916
2916
|
"overloadedDeclarations": [],
|
|
2917
|
-
"referencedDeclaration":
|
|
2917
|
+
"referencedDeclaration": 11956,
|
|
2918
2918
|
"src": "2281:9:33",
|
|
2919
2919
|
"typeDescriptions": {
|
|
2920
2920
|
"typeIdentifier": "t_address",
|
|
@@ -2932,14 +2932,14 @@
|
|
|
2932
2932
|
"typeString": "mapping(address => address)"
|
|
2933
2933
|
}
|
|
2934
2934
|
},
|
|
2935
|
-
"id":
|
|
2935
|
+
"id": 12035,
|
|
2936
2936
|
"indexExpression": {
|
|
2937
2937
|
"argumentTypes": null,
|
|
2938
|
-
"id":
|
|
2938
|
+
"id": 12033,
|
|
2939
2939
|
"name": "_cash",
|
|
2940
2940
|
"nodeType": "Identifier",
|
|
2941
2941
|
"overloadedDeclarations": [],
|
|
2942
|
-
"referencedDeclaration":
|
|
2942
|
+
"referencedDeclaration": 11958,
|
|
2943
2943
|
"src": "2292:5:33",
|
|
2944
2944
|
"typeDescriptions": {
|
|
2945
2945
|
"typeIdentifier": "t_address",
|
|
@@ -2961,11 +2961,11 @@
|
|
|
2961
2961
|
"operator": "=",
|
|
2962
2962
|
"rightHandSide": {
|
|
2963
2963
|
"argumentTypes": null,
|
|
2964
|
-
"id":
|
|
2964
|
+
"id": 12036,
|
|
2965
2965
|
"name": "_pair",
|
|
2966
2966
|
"nodeType": "Identifier",
|
|
2967
2967
|
"overloadedDeclarations": [],
|
|
2968
|
-
"referencedDeclaration":
|
|
2968
|
+
"referencedDeclaration": 12013,
|
|
2969
2969
|
"src": "2299:5:33",
|
|
2970
2970
|
"typeDescriptions": {
|
|
2971
2971
|
"typeIdentifier": "t_address",
|
|
@@ -2978,7 +2978,7 @@
|
|
|
2978
2978
|
"typeString": "address"
|
|
2979
2979
|
}
|
|
2980
2980
|
},
|
|
2981
|
-
"id":
|
|
2981
|
+
"id": 12038,
|
|
2982
2982
|
"nodeType": "ExpressionStatement",
|
|
2983
2983
|
"src": "2276:28:33"
|
|
2984
2984
|
}
|
|
@@ -2988,22 +2988,22 @@
|
|
|
2988
2988
|
]
|
|
2989
2989
|
},
|
|
2990
2990
|
"documentation": null,
|
|
2991
|
-
"id":
|
|
2991
|
+
"id": 12042,
|
|
2992
2992
|
"implemented": true,
|
|
2993
2993
|
"kind": "function",
|
|
2994
2994
|
"modifiers": [],
|
|
2995
2995
|
"name": "createPool",
|
|
2996
2996
|
"nodeType": "FunctionDefinition",
|
|
2997
2997
|
"parameters": {
|
|
2998
|
-
"id":
|
|
2998
|
+
"id": 11963,
|
|
2999
2999
|
"nodeType": "ParameterList",
|
|
3000
3000
|
"parameters": [
|
|
3001
3001
|
{
|
|
3002
3002
|
"constant": false,
|
|
3003
|
-
"id":
|
|
3003
|
+
"id": 11956,
|
|
3004
3004
|
"name": "_security",
|
|
3005
3005
|
"nodeType": "VariableDeclaration",
|
|
3006
|
-
"scope":
|
|
3006
|
+
"scope": 12042,
|
|
3007
3007
|
"src": "1612:17:33",
|
|
3008
3008
|
"stateVariable": false,
|
|
3009
3009
|
"storageLocation": "default",
|
|
@@ -3012,7 +3012,7 @@
|
|
|
3012
3012
|
"typeString": "address"
|
|
3013
3013
|
},
|
|
3014
3014
|
"typeName": {
|
|
3015
|
-
"id":
|
|
3015
|
+
"id": 11955,
|
|
3016
3016
|
"name": "address",
|
|
3017
3017
|
"nodeType": "ElementaryTypeName",
|
|
3018
3018
|
"src": "1612:7:33",
|
|
@@ -3027,10 +3027,10 @@
|
|
|
3027
3027
|
},
|
|
3028
3028
|
{
|
|
3029
3029
|
"constant": false,
|
|
3030
|
-
"id":
|
|
3030
|
+
"id": 11958,
|
|
3031
3031
|
"name": "_cash",
|
|
3032
3032
|
"nodeType": "VariableDeclaration",
|
|
3033
|
-
"scope":
|
|
3033
|
+
"scope": 12042,
|
|
3034
3034
|
"src": "1631:13:33",
|
|
3035
3035
|
"stateVariable": false,
|
|
3036
3036
|
"storageLocation": "default",
|
|
@@ -3039,7 +3039,7 @@
|
|
|
3039
3039
|
"typeString": "address"
|
|
3040
3040
|
},
|
|
3041
3041
|
"typeName": {
|
|
3042
|
-
"id":
|
|
3042
|
+
"id": 11957,
|
|
3043
3043
|
"name": "address",
|
|
3044
3044
|
"nodeType": "ElementaryTypeName",
|
|
3045
3045
|
"src": "1631:7:33",
|
|
@@ -3054,10 +3054,10 @@
|
|
|
3054
3054
|
},
|
|
3055
3055
|
{
|
|
3056
3056
|
"constant": false,
|
|
3057
|
-
"id":
|
|
3057
|
+
"id": 11960,
|
|
3058
3058
|
"name": "_currency",
|
|
3059
3059
|
"nodeType": "VariableDeclaration",
|
|
3060
|
-
"scope":
|
|
3060
|
+
"scope": 12042,
|
|
3061
3061
|
"src": "1646:17:33",
|
|
3062
3062
|
"stateVariable": false,
|
|
3063
3063
|
"storageLocation": "default",
|
|
@@ -3066,7 +3066,7 @@
|
|
|
3066
3066
|
"typeString": "bytes32"
|
|
3067
3067
|
},
|
|
3068
3068
|
"typeName": {
|
|
3069
|
-
"id":
|
|
3069
|
+
"id": 11959,
|
|
3070
3070
|
"name": "bytes32",
|
|
3071
3071
|
"nodeType": "ElementaryTypeName",
|
|
3072
3072
|
"src": "1646:7:33",
|
|
@@ -3080,10 +3080,10 @@
|
|
|
3080
3080
|
},
|
|
3081
3081
|
{
|
|
3082
3082
|
"constant": false,
|
|
3083
|
-
"id":
|
|
3083
|
+
"id": 11962,
|
|
3084
3084
|
"name": "_settlementType",
|
|
3085
3085
|
"nodeType": "VariableDeclaration",
|
|
3086
|
-
"scope":
|
|
3086
|
+
"scope": 12042,
|
|
3087
3087
|
"src": "1665:23:33",
|
|
3088
3088
|
"stateVariable": false,
|
|
3089
3089
|
"storageLocation": "default",
|
|
@@ -3092,7 +3092,7 @@
|
|
|
3092
3092
|
"typeString": "bytes32"
|
|
3093
3093
|
},
|
|
3094
3094
|
"typeName": {
|
|
3095
|
-
"id":
|
|
3095
|
+
"id": 11961,
|
|
3096
3096
|
"name": "bytes32",
|
|
3097
3097
|
"nodeType": "ElementaryTypeName",
|
|
3098
3098
|
"src": "1665:7:33",
|
|
@@ -3108,19 +3108,19 @@
|
|
|
3108
3108
|
"src": "1611:78:33"
|
|
3109
3109
|
},
|
|
3110
3110
|
"returnParameters": {
|
|
3111
|
-
"id":
|
|
3111
|
+
"id": 11964,
|
|
3112
3112
|
"nodeType": "ParameterList",
|
|
3113
3113
|
"parameters": [],
|
|
3114
3114
|
"src": "1699:0:33"
|
|
3115
3115
|
},
|
|
3116
|
-
"scope":
|
|
3116
|
+
"scope": 12043,
|
|
3117
3117
|
"src": "1592:731:33",
|
|
3118
3118
|
"stateMutability": "nonpayable",
|
|
3119
|
-
"superFunction":
|
|
3119
|
+
"superFunction": 9491,
|
|
3120
3120
|
"visibility": "external"
|
|
3121
3121
|
}
|
|
3122
3122
|
],
|
|
3123
|
-
"scope":
|
|
3123
|
+
"scope": 12044,
|
|
3124
3124
|
"src": "386:1946:33"
|
|
3125
3125
|
}
|
|
3126
3126
|
],
|
|
@@ -3131,7 +3131,7 @@
|
|
|
3131
3131
|
"absolutePath": "project:/contracts/pool/PoolFactory.sol",
|
|
3132
3132
|
"exportedSymbols": {
|
|
3133
3133
|
"PoolFactory": [
|
|
3134
|
-
|
|
3134
|
+
12043
|
|
3135
3135
|
]
|
|
3136
3136
|
}
|
|
3137
3137
|
},
|
|
@@ -3144,7 +3144,7 @@
|
|
|
3144
3144
|
".7"
|
|
3145
3145
|
]
|
|
3146
3146
|
},
|
|
3147
|
-
"id":
|
|
3147
|
+
"id": 11826,
|
|
3148
3148
|
"name": "PragmaDirective",
|
|
3149
3149
|
"src": "53:22:33"
|
|
3150
3150
|
},
|
|
@@ -3153,13 +3153,13 @@
|
|
|
3153
3153
|
"SourceUnit": 891,
|
|
3154
3154
|
"absolutePath": "@openzeppelin/upgrades/contracts/Initializable.sol",
|
|
3155
3155
|
"file": "@openzeppelin/upgrades/contracts/Initializable.sol",
|
|
3156
|
-
"scope":
|
|
3156
|
+
"scope": 12044,
|
|
3157
3157
|
"symbolAliases": [
|
|
3158
3158
|
null
|
|
3159
3159
|
],
|
|
3160
3160
|
"unitAlias": ""
|
|
3161
3161
|
},
|
|
3162
|
-
"id":
|
|
3162
|
+
"id": 11827,
|
|
3163
3163
|
"name": "ImportDirective",
|
|
3164
3164
|
"src": "79:60:33"
|
|
3165
3165
|
},
|
|
@@ -3168,13 +3168,13 @@
|
|
|
3168
3168
|
"SourceUnit": 1637,
|
|
3169
3169
|
"absolutePath": "@openzeppelin/upgrades/contracts/upgradeability/ProxyFactory.sol",
|
|
3170
3170
|
"file": "@openzeppelin/upgrades/contracts/upgradeability/ProxyFactory.sol",
|
|
3171
|
-
"scope":
|
|
3171
|
+
"scope": 12044,
|
|
3172
3172
|
"symbolAliases": [
|
|
3173
3173
|
null
|
|
3174
3174
|
],
|
|
3175
3175
|
"unitAlias": ""
|
|
3176
3176
|
},
|
|
3177
|
-
"id":
|
|
3177
|
+
"id": 11828,
|
|
3178
3178
|
"name": "ImportDirective",
|
|
3179
3179
|
"src": "141:74:33"
|
|
3180
3180
|
},
|
|
@@ -3183,43 +3183,43 @@
|
|
|
3183
3183
|
"SourceUnit": 822,
|
|
3184
3184
|
"absolutePath": "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol",
|
|
3185
3185
|
"file": "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol",
|
|
3186
|
-
"scope":
|
|
3186
|
+
"scope": 12044,
|
|
3187
3187
|
"symbolAliases": [
|
|
3188
3188
|
null
|
|
3189
3189
|
],
|
|
3190
3190
|
"unitAlias": ""
|
|
3191
3191
|
},
|
|
3192
|
-
"id":
|
|
3192
|
+
"id": 11829,
|
|
3193
3193
|
"name": "ImportDirective",
|
|
3194
3194
|
"src": "217:83:33"
|
|
3195
3195
|
},
|
|
3196
3196
|
{
|
|
3197
3197
|
"attributes": {
|
|
3198
|
-
"SourceUnit":
|
|
3198
|
+
"SourceUnit": 9509,
|
|
3199
3199
|
"absolutePath": "project:/contracts/interfaces/IPoolFactory.sol",
|
|
3200
3200
|
"file": "../interfaces/IPoolFactory.sol",
|
|
3201
|
-
"scope":
|
|
3201
|
+
"scope": 12044,
|
|
3202
3202
|
"symbolAliases": [
|
|
3203
3203
|
null
|
|
3204
3204
|
],
|
|
3205
3205
|
"unitAlias": ""
|
|
3206
3206
|
},
|
|
3207
|
-
"id":
|
|
3207
|
+
"id": 11830,
|
|
3208
3208
|
"name": "ImportDirective",
|
|
3209
3209
|
"src": "302:40:33"
|
|
3210
3210
|
},
|
|
3211
3211
|
{
|
|
3212
3212
|
"attributes": {
|
|
3213
|
-
"SourceUnit":
|
|
3213
|
+
"SourceUnit": 10467,
|
|
3214
3214
|
"absolutePath": "project:/contracts/interfaces/ViaFactory.sol",
|
|
3215
3215
|
"file": "../interfaces/ViaFactory.sol",
|
|
3216
|
-
"scope":
|
|
3216
|
+
"scope": 12044,
|
|
3217
3217
|
"symbolAliases": [
|
|
3218
3218
|
null
|
|
3219
3219
|
],
|
|
3220
3220
|
"unitAlias": ""
|
|
3221
3221
|
},
|
|
3222
|
-
"id":
|
|
3222
|
+
"id": 11831,
|
|
3223
3223
|
"name": "ImportDirective",
|
|
3224
3224
|
"src": "344:38:33"
|
|
3225
3225
|
},
|
|
@@ -3228,19 +3228,19 @@
|
|
|
3228
3228
|
"contractDependencies": [
|
|
3229
3229
|
890,
|
|
3230
3230
|
1636,
|
|
3231
|
-
|
|
3231
|
+
9508
|
|
3232
3232
|
],
|
|
3233
3233
|
"contractKind": "contract",
|
|
3234
3234
|
"documentation": null,
|
|
3235
3235
|
"fullyImplemented": true,
|
|
3236
3236
|
"linearizedBaseContracts": [
|
|
3237
|
-
|
|
3238
|
-
|
|
3237
|
+
12043,
|
|
3238
|
+
9508,
|
|
3239
3239
|
1636,
|
|
3240
3240
|
890
|
|
3241
3241
|
],
|
|
3242
3242
|
"name": "PoolFactory",
|
|
3243
|
-
"scope":
|
|
3243
|
+
"scope": 12044
|
|
3244
3244
|
},
|
|
3245
3245
|
"children": [
|
|
3246
3246
|
{
|
|
@@ -3255,12 +3255,12 @@
|
|
|
3255
3255
|
"referencedDeclaration": 890,
|
|
3256
3256
|
"type": "contract Initializable"
|
|
3257
3257
|
},
|
|
3258
|
-
"id":
|
|
3258
|
+
"id": 11832,
|
|
3259
3259
|
"name": "UserDefinedTypeName",
|
|
3260
3260
|
"src": "410:13:33"
|
|
3261
3261
|
}
|
|
3262
3262
|
],
|
|
3263
|
-
"id":
|
|
3263
|
+
"id": 11833,
|
|
3264
3264
|
"name": "InheritanceSpecifier",
|
|
3265
3265
|
"src": "410:13:33"
|
|
3266
3266
|
},
|
|
@@ -3276,12 +3276,12 @@
|
|
|
3276
3276
|
"referencedDeclaration": 1636,
|
|
3277
3277
|
"type": "contract ProxyFactory"
|
|
3278
3278
|
},
|
|
3279
|
-
"id":
|
|
3279
|
+
"id": 11834,
|
|
3280
3280
|
"name": "UserDefinedTypeName",
|
|
3281
3281
|
"src": "425:12:33"
|
|
3282
3282
|
}
|
|
3283
3283
|
],
|
|
3284
|
-
"id":
|
|
3284
|
+
"id": 11835,
|
|
3285
3285
|
"name": "InheritanceSpecifier",
|
|
3286
3286
|
"src": "425:12:33"
|
|
3287
3287
|
},
|
|
@@ -3294,15 +3294,15 @@
|
|
|
3294
3294
|
"attributes": {
|
|
3295
3295
|
"contractScope": null,
|
|
3296
3296
|
"name": "IPoolFactory",
|
|
3297
|
-
"referencedDeclaration":
|
|
3297
|
+
"referencedDeclaration": 9508,
|
|
3298
3298
|
"type": "contract IPoolFactory"
|
|
3299
3299
|
},
|
|
3300
|
-
"id":
|
|
3300
|
+
"id": 11836,
|
|
3301
3301
|
"name": "UserDefinedTypeName",
|
|
3302
3302
|
"src": "439:12:33"
|
|
3303
3303
|
}
|
|
3304
3304
|
],
|
|
3305
|
-
"id":
|
|
3305
|
+
"id": 11837,
|
|
3306
3306
|
"name": "InheritanceSpecifier",
|
|
3307
3307
|
"src": "439:12:33"
|
|
3308
3308
|
},
|
|
@@ -3310,7 +3310,7 @@
|
|
|
3310
3310
|
"attributes": {
|
|
3311
3311
|
"constant": false,
|
|
3312
3312
|
"name": "pool",
|
|
3313
|
-
"scope":
|
|
3313
|
+
"scope": 12043,
|
|
3314
3314
|
"stateVariable": true,
|
|
3315
3315
|
"storageLocation": "default",
|
|
3316
3316
|
"type": "mapping(address => mapping(address => address))",
|
|
@@ -3328,7 +3328,7 @@
|
|
|
3328
3328
|
"name": "address",
|
|
3329
3329
|
"type": "address"
|
|
3330
3330
|
},
|
|
3331
|
-
"id":
|
|
3331
|
+
"id": 11838,
|
|
3332
3332
|
"name": "ElementaryTypeName",
|
|
3333
3333
|
"src": "511:7:33"
|
|
3334
3334
|
},
|
|
@@ -3342,7 +3342,7 @@
|
|
|
3342
3342
|
"name": "address",
|
|
3343
3343
|
"type": "address"
|
|
3344
3344
|
},
|
|
3345
|
-
"id":
|
|
3345
|
+
"id": 11839,
|
|
3346
3346
|
"name": "ElementaryTypeName",
|
|
3347
3347
|
"src": "530:7:33"
|
|
3348
3348
|
},
|
|
@@ -3352,22 +3352,22 @@
|
|
|
3352
3352
|
"stateMutability": "nonpayable",
|
|
3353
3353
|
"type": "address"
|
|
3354
3354
|
},
|
|
3355
|
-
"id":
|
|
3355
|
+
"id": 11840,
|
|
3356
3356
|
"name": "ElementaryTypeName",
|
|
3357
3357
|
"src": "541:7:33"
|
|
3358
3358
|
}
|
|
3359
3359
|
],
|
|
3360
|
-
"id":
|
|
3360
|
+
"id": 11841,
|
|
3361
3361
|
"name": "Mapping",
|
|
3362
3362
|
"src": "522:27:33"
|
|
3363
3363
|
}
|
|
3364
3364
|
],
|
|
3365
|
-
"id":
|
|
3365
|
+
"id": 11842,
|
|
3366
3366
|
"name": "Mapping",
|
|
3367
3367
|
"src": "503:47:33"
|
|
3368
3368
|
}
|
|
3369
3369
|
],
|
|
3370
|
-
"id":
|
|
3370
|
+
"id": 11843,
|
|
3371
3371
|
"name": "VariableDeclaration",
|
|
3372
3372
|
"src": "503:60:33"
|
|
3373
3373
|
},
|
|
@@ -3385,7 +3385,7 @@
|
|
|
3385
3385
|
"constant": false,
|
|
3386
3386
|
"indexed": true,
|
|
3387
3387
|
"name": "pool",
|
|
3388
|
-
"scope":
|
|
3388
|
+
"scope": 11851,
|
|
3389
3389
|
"stateVariable": false,
|
|
3390
3390
|
"storageLocation": "default",
|
|
3391
3391
|
"type": "address",
|
|
@@ -3399,12 +3399,12 @@
|
|
|
3399
3399
|
"stateMutability": "nonpayable",
|
|
3400
3400
|
"type": "address"
|
|
3401
3401
|
},
|
|
3402
|
-
"id":
|
|
3402
|
+
"id": 11844,
|
|
3403
3403
|
"name": "ElementaryTypeName",
|
|
3404
3404
|
"src": "641:7:33"
|
|
3405
3405
|
}
|
|
3406
3406
|
],
|
|
3407
|
-
"id":
|
|
3407
|
+
"id": 11845,
|
|
3408
3408
|
"name": "VariableDeclaration",
|
|
3409
3409
|
"src": "641:20:33"
|
|
3410
3410
|
},
|
|
@@ -3413,7 +3413,7 @@
|
|
|
3413
3413
|
"constant": false,
|
|
3414
3414
|
"indexed": false,
|
|
3415
3415
|
"name": "security",
|
|
3416
|
-
"scope":
|
|
3416
|
+
"scope": 11851,
|
|
3417
3417
|
"stateVariable": false,
|
|
3418
3418
|
"storageLocation": "default",
|
|
3419
3419
|
"type": "address",
|
|
@@ -3427,12 +3427,12 @@
|
|
|
3427
3427
|
"stateMutability": "nonpayable",
|
|
3428
3428
|
"type": "address"
|
|
3429
3429
|
},
|
|
3430
|
-
"id":
|
|
3430
|
+
"id": 11846,
|
|
3431
3431
|
"name": "ElementaryTypeName",
|
|
3432
3432
|
"src": "663:7:33"
|
|
3433
3433
|
}
|
|
3434
3434
|
],
|
|
3435
|
-
"id":
|
|
3435
|
+
"id": 11847,
|
|
3436
3436
|
"name": "VariableDeclaration",
|
|
3437
3437
|
"src": "663:16:33"
|
|
3438
3438
|
},
|
|
@@ -3441,7 +3441,7 @@
|
|
|
3441
3441
|
"constant": false,
|
|
3442
3442
|
"indexed": false,
|
|
3443
3443
|
"name": "cash",
|
|
3444
|
-
"scope":
|
|
3444
|
+
"scope": 11851,
|
|
3445
3445
|
"stateVariable": false,
|
|
3446
3446
|
"storageLocation": "default",
|
|
3447
3447
|
"type": "address",
|
|
@@ -3455,22 +3455,22 @@
|
|
|
3455
3455
|
"stateMutability": "nonpayable",
|
|
3456
3456
|
"type": "address"
|
|
3457
3457
|
},
|
|
3458
|
-
"id":
|
|
3458
|
+
"id": 11848,
|
|
3459
3459
|
"name": "ElementaryTypeName",
|
|
3460
3460
|
"src": "681:7:33"
|
|
3461
3461
|
}
|
|
3462
3462
|
],
|
|
3463
|
-
"id":
|
|
3463
|
+
"id": 11849,
|
|
3464
3464
|
"name": "VariableDeclaration",
|
|
3465
3465
|
"src": "681:12:33"
|
|
3466
3466
|
}
|
|
3467
3467
|
],
|
|
3468
|
-
"id":
|
|
3468
|
+
"id": 11850,
|
|
3469
3469
|
"name": "ParameterList",
|
|
3470
3470
|
"src": "640:54:33"
|
|
3471
3471
|
}
|
|
3472
3472
|
],
|
|
3473
|
-
"id":
|
|
3473
|
+
"id": 11851,
|
|
3474
3474
|
"name": "EventDefinition",
|
|
3475
3475
|
"src": "623:72:33"
|
|
3476
3476
|
},
|
|
@@ -3478,7 +3478,7 @@
|
|
|
3478
3478
|
"attributes": {
|
|
3479
3479
|
"constant": false,
|
|
3480
3480
|
"name": "via",
|
|
3481
|
-
"scope":
|
|
3481
|
+
"scope": 12043,
|
|
3482
3482
|
"stateVariable": true,
|
|
3483
3483
|
"storageLocation": "default",
|
|
3484
3484
|
"type": "address",
|
|
@@ -3492,12 +3492,12 @@
|
|
|
3492
3492
|
"stateMutability": "nonpayable",
|
|
3493
3493
|
"type": "address"
|
|
3494
3494
|
},
|
|
3495
|
-
"id":
|
|
3495
|
+
"id": 11852,
|
|
3496
3496
|
"name": "ElementaryTypeName",
|
|
3497
3497
|
"src": "703:7:33"
|
|
3498
3498
|
}
|
|
3499
3499
|
],
|
|
3500
|
-
"id":
|
|
3500
|
+
"id": 11853,
|
|
3501
3501
|
"name": "VariableDeclaration",
|
|
3502
3502
|
"src": "703:19:33"
|
|
3503
3503
|
},
|
|
@@ -3505,7 +3505,7 @@
|
|
|
3505
3505
|
"attributes": {
|
|
3506
3506
|
"constant": false,
|
|
3507
3507
|
"name": "_pool",
|
|
3508
|
-
"scope":
|
|
3508
|
+
"scope": 12043,
|
|
3509
3509
|
"stateVariable": true,
|
|
3510
3510
|
"storageLocation": "default",
|
|
3511
3511
|
"type": "address",
|
|
@@ -3519,12 +3519,12 @@
|
|
|
3519
3519
|
"stateMutability": "nonpayable",
|
|
3520
3520
|
"type": "address"
|
|
3521
3521
|
},
|
|
3522
|
-
"id":
|
|
3522
|
+
"id": 11854,
|
|
3523
3523
|
"name": "ElementaryTypeName",
|
|
3524
3524
|
"src": "731:7:33"
|
|
3525
3525
|
}
|
|
3526
3526
|
],
|
|
3527
|
-
"id":
|
|
3527
|
+
"id": 11855,
|
|
3528
3528
|
"name": "VariableDeclaration",
|
|
3529
3529
|
"src": "731:13:33"
|
|
3530
3530
|
},
|
|
@@ -3532,7 +3532,7 @@
|
|
|
3532
3532
|
"attributes": {
|
|
3533
3533
|
"constant": false,
|
|
3534
3534
|
"name": "_trade",
|
|
3535
|
-
"scope":
|
|
3535
|
+
"scope": 12043,
|
|
3536
3536
|
"stateVariable": true,
|
|
3537
3537
|
"storageLocation": "default",
|
|
3538
3538
|
"type": "address",
|
|
@@ -3546,12 +3546,12 @@
|
|
|
3546
3546
|
"stateMutability": "nonpayable",
|
|
3547
3547
|
"type": "address"
|
|
3548
3548
|
},
|
|
3549
|
-
"id":
|
|
3549
|
+
"id": 11856,
|
|
3550
3550
|
"name": "ElementaryTypeName",
|
|
3551
3551
|
"src": "751:7:33"
|
|
3552
3552
|
}
|
|
3553
3553
|
],
|
|
3554
|
-
"id":
|
|
3554
|
+
"id": 11857,
|
|
3555
3555
|
"name": "VariableDeclaration",
|
|
3556
3556
|
"src": "751:14:33"
|
|
3557
3557
|
},
|
|
@@ -3559,7 +3559,7 @@
|
|
|
3559
3559
|
"attributes": {
|
|
3560
3560
|
"constant": false,
|
|
3561
3561
|
"name": "_posttrade",
|
|
3562
|
-
"scope":
|
|
3562
|
+
"scope": 12043,
|
|
3563
3563
|
"stateVariable": true,
|
|
3564
3564
|
"storageLocation": "default",
|
|
3565
3565
|
"type": "address",
|
|
@@ -3573,12 +3573,12 @@
|
|
|
3573
3573
|
"stateMutability": "nonpayable",
|
|
3574
3574
|
"type": "address"
|
|
3575
3575
|
},
|
|
3576
|
-
"id":
|
|
3576
|
+
"id": 11858,
|
|
3577
3577
|
"name": "ElementaryTypeName",
|
|
3578
3578
|
"src": "772:7:33"
|
|
3579
3579
|
}
|
|
3580
3580
|
],
|
|
3581
|
-
"id":
|
|
3581
|
+
"id": 11859,
|
|
3582
3582
|
"name": "VariableDeclaration",
|
|
3583
3583
|
"src": "772:18:33"
|
|
3584
3584
|
},
|
|
@@ -3586,7 +3586,7 @@
|
|
|
3586
3586
|
"attributes": {
|
|
3587
3587
|
"constant": false,
|
|
3588
3588
|
"name": "_registry",
|
|
3589
|
-
"scope":
|
|
3589
|
+
"scope": 12043,
|
|
3590
3590
|
"stateVariable": true,
|
|
3591
3591
|
"storageLocation": "default",
|
|
3592
3592
|
"type": "address",
|
|
@@ -3600,12 +3600,12 @@
|
|
|
3600
3600
|
"stateMutability": "nonpayable",
|
|
3601
3601
|
"type": "address"
|
|
3602
3602
|
},
|
|
3603
|
-
"id":
|
|
3603
|
+
"id": 11860,
|
|
3604
3604
|
"name": "ElementaryTypeName",
|
|
3605
3605
|
"src": "797:7:33"
|
|
3606
3606
|
}
|
|
3607
3607
|
],
|
|
3608
|
-
"id":
|
|
3608
|
+
"id": 11861,
|
|
3609
3609
|
"name": "VariableDeclaration",
|
|
3610
3610
|
"src": "797:17:33"
|
|
3611
3611
|
},
|
|
@@ -3613,7 +3613,7 @@
|
|
|
3613
3613
|
"attributes": {
|
|
3614
3614
|
"constant": false,
|
|
3615
3615
|
"name": "pairs",
|
|
3616
|
-
"scope":
|
|
3616
|
+
"scope": 12043,
|
|
3617
3617
|
"stateVariable": true,
|
|
3618
3618
|
"storageLocation": "default",
|
|
3619
3619
|
"type": "address[]",
|
|
@@ -3633,17 +3633,17 @@
|
|
|
3633
3633
|
"stateMutability": "nonpayable",
|
|
3634
3634
|
"type": "address"
|
|
3635
3635
|
},
|
|
3636
|
-
"id":
|
|
3636
|
+
"id": 11862,
|
|
3637
3637
|
"name": "ElementaryTypeName",
|
|
3638
3638
|
"src": "821:7:33"
|
|
3639
3639
|
}
|
|
3640
3640
|
],
|
|
3641
|
-
"id":
|
|
3641
|
+
"id": 11863,
|
|
3642
3642
|
"name": "ArrayTypeName",
|
|
3643
3643
|
"src": "821:9:33"
|
|
3644
3644
|
}
|
|
3645
3645
|
],
|
|
3646
|
-
"id":
|
|
3646
|
+
"id": 11864,
|
|
3647
3647
|
"name": "VariableDeclaration",
|
|
3648
3648
|
"src": "821:15:33"
|
|
3649
3649
|
},
|
|
@@ -3654,7 +3654,7 @@
|
|
|
3654
3654
|
"isConstructor": false,
|
|
3655
3655
|
"kind": "function",
|
|
3656
3656
|
"name": "initialize",
|
|
3657
|
-
"scope":
|
|
3657
|
+
"scope": 12043,
|
|
3658
3658
|
"stateMutability": "nonpayable",
|
|
3659
3659
|
"superFunction": null,
|
|
3660
3660
|
"visibility": "public"
|
|
@@ -3666,7 +3666,7 @@
|
|
|
3666
3666
|
"attributes": {
|
|
3667
3667
|
"constant": false,
|
|
3668
3668
|
"name": "_viaFactory",
|
|
3669
|
-
"scope":
|
|
3669
|
+
"scope": 11900,
|
|
3670
3670
|
"stateVariable": false,
|
|
3671
3671
|
"storageLocation": "default",
|
|
3672
3672
|
"type": "address",
|
|
@@ -3680,12 +3680,12 @@
|
|
|
3680
3680
|
"stateMutability": "nonpayable",
|
|
3681
3681
|
"type": "address"
|
|
3682
3682
|
},
|
|
3683
|
-
"id":
|
|
3683
|
+
"id": 11865,
|
|
3684
3684
|
"name": "ElementaryTypeName",
|
|
3685
3685
|
"src": "865:7:33"
|
|
3686
3686
|
}
|
|
3687
3687
|
],
|
|
3688
|
-
"id":
|
|
3688
|
+
"id": 11866,
|
|
3689
3689
|
"name": "VariableDeclaration",
|
|
3690
3690
|
"src": "865:19:33"
|
|
3691
3691
|
},
|
|
@@ -3693,7 +3693,7 @@
|
|
|
3693
3693
|
"attributes": {
|
|
3694
3694
|
"constant": false,
|
|
3695
3695
|
"name": "_orderPool",
|
|
3696
|
-
"scope":
|
|
3696
|
+
"scope": 11900,
|
|
3697
3697
|
"stateVariable": false,
|
|
3698
3698
|
"storageLocation": "default",
|
|
3699
3699
|
"type": "address",
|
|
@@ -3707,12 +3707,12 @@
|
|
|
3707
3707
|
"stateMutability": "nonpayable",
|
|
3708
3708
|
"type": "address"
|
|
3709
3709
|
},
|
|
3710
|
-
"id":
|
|
3710
|
+
"id": 11867,
|
|
3711
3711
|
"name": "ElementaryTypeName",
|
|
3712
3712
|
"src": "886:7:33"
|
|
3713
3713
|
}
|
|
3714
3714
|
],
|
|
3715
|
-
"id":
|
|
3715
|
+
"id": 11868,
|
|
3716
3716
|
"name": "VariableDeclaration",
|
|
3717
3717
|
"src": "886:18:33"
|
|
3718
3718
|
},
|
|
@@ -3720,7 +3720,7 @@
|
|
|
3720
3720
|
"attributes": {
|
|
3721
3721
|
"constant": false,
|
|
3722
3722
|
"name": "_tradeContract",
|
|
3723
|
-
"scope":
|
|
3723
|
+
"scope": 11900,
|
|
3724
3724
|
"stateVariable": false,
|
|
3725
3725
|
"storageLocation": "default",
|
|
3726
3726
|
"type": "address",
|
|
@@ -3734,12 +3734,12 @@
|
|
|
3734
3734
|
"stateMutability": "nonpayable",
|
|
3735
3735
|
"type": "address"
|
|
3736
3736
|
},
|
|
3737
|
-
"id":
|
|
3737
|
+
"id": 11869,
|
|
3738
3738
|
"name": "ElementaryTypeName",
|
|
3739
3739
|
"src": "906:7:33"
|
|
3740
3740
|
}
|
|
3741
3741
|
],
|
|
3742
|
-
"id":
|
|
3742
|
+
"id": 11870,
|
|
3743
3743
|
"name": "VariableDeclaration",
|
|
3744
3744
|
"src": "906:22:33"
|
|
3745
3745
|
},
|
|
@@ -3747,7 +3747,7 @@
|
|
|
3747
3747
|
"attributes": {
|
|
3748
3748
|
"constant": false,
|
|
3749
3749
|
"name": "_posttradeContract",
|
|
3750
|
-
"scope":
|
|
3750
|
+
"scope": 11900,
|
|
3751
3751
|
"stateVariable": false,
|
|
3752
3752
|
"storageLocation": "default",
|
|
3753
3753
|
"type": "address",
|
|
@@ -3761,12 +3761,12 @@
|
|
|
3761
3761
|
"stateMutability": "nonpayable",
|
|
3762
3762
|
"type": "address"
|
|
3763
3763
|
},
|
|
3764
|
-
"id":
|
|
3764
|
+
"id": 11871,
|
|
3765
3765
|
"name": "ElementaryTypeName",
|
|
3766
3766
|
"src": "930:7:33"
|
|
3767
3767
|
}
|
|
3768
3768
|
],
|
|
3769
|
-
"id":
|
|
3769
|
+
"id": 11872,
|
|
3770
3770
|
"name": "VariableDeclaration",
|
|
3771
3771
|
"src": "930:26:33"
|
|
3772
3772
|
},
|
|
@@ -3774,7 +3774,7 @@
|
|
|
3774
3774
|
"attributes": {
|
|
3775
3775
|
"constant": false,
|
|
3776
3776
|
"name": "_securitiesRegistry",
|
|
3777
|
-
"scope":
|
|
3777
|
+
"scope": 11900,
|
|
3778
3778
|
"stateVariable": false,
|
|
3779
3779
|
"storageLocation": "default",
|
|
3780
3780
|
"type": "address",
|
|
@@ -3788,17 +3788,17 @@
|
|
|
3788
3788
|
"stateMutability": "nonpayable",
|
|
3789
3789
|
"type": "address"
|
|
3790
3790
|
},
|
|
3791
|
-
"id":
|
|
3791
|
+
"id": 11873,
|
|
3792
3792
|
"name": "ElementaryTypeName",
|
|
3793
3793
|
"src": "958:7:33"
|
|
3794
3794
|
}
|
|
3795
3795
|
],
|
|
3796
|
-
"id":
|
|
3796
|
+
"id": 11874,
|
|
3797
3797
|
"name": "VariableDeclaration",
|
|
3798
3798
|
"src": "958:27:33"
|
|
3799
3799
|
}
|
|
3800
3800
|
],
|
|
3801
|
-
"id":
|
|
3801
|
+
"id": 11875,
|
|
3802
3802
|
"name": "ParameterList",
|
|
3803
3803
|
"src": "864:122:33"
|
|
3804
3804
|
},
|
|
@@ -3809,7 +3809,7 @@
|
|
|
3809
3809
|
]
|
|
3810
3810
|
},
|
|
3811
3811
|
"children": [],
|
|
3812
|
-
"id":
|
|
3812
|
+
"id": 11878,
|
|
3813
3813
|
"name": "ParameterList",
|
|
3814
3814
|
"src": "1005:0:33"
|
|
3815
3815
|
},
|
|
@@ -3828,12 +3828,12 @@
|
|
|
3828
3828
|
"type": "modifier ()",
|
|
3829
3829
|
"value": "initializer"
|
|
3830
3830
|
},
|
|
3831
|
-
"id":
|
|
3831
|
+
"id": 11876,
|
|
3832
3832
|
"name": "Identifier",
|
|
3833
3833
|
"src": "994:11:33"
|
|
3834
3834
|
}
|
|
3835
3835
|
],
|
|
3836
|
-
"id":
|
|
3836
|
+
"id": 11877,
|
|
3837
3837
|
"name": "ModifierInvocation",
|
|
3838
3838
|
"src": "994:11:33"
|
|
3839
3839
|
},
|
|
@@ -3858,11 +3858,11 @@
|
|
|
3858
3858
|
"overloadedDeclarations": [
|
|
3859
3859
|
null
|
|
3860
3860
|
],
|
|
3861
|
-
"referencedDeclaration":
|
|
3861
|
+
"referencedDeclaration": 11853,
|
|
3862
3862
|
"type": "address",
|
|
3863
3863
|
"value": "via"
|
|
3864
3864
|
},
|
|
3865
|
-
"id":
|
|
3865
|
+
"id": 11879,
|
|
3866
3866
|
"name": "Identifier",
|
|
3867
3867
|
"src": "1016:3:33"
|
|
3868
3868
|
},
|
|
@@ -3872,21 +3872,21 @@
|
|
|
3872
3872
|
"overloadedDeclarations": [
|
|
3873
3873
|
null
|
|
3874
3874
|
],
|
|
3875
|
-
"referencedDeclaration":
|
|
3875
|
+
"referencedDeclaration": 11866,
|
|
3876
3876
|
"type": "address",
|
|
3877
3877
|
"value": "_viaFactory"
|
|
3878
3878
|
},
|
|
3879
|
-
"id":
|
|
3879
|
+
"id": 11880,
|
|
3880
3880
|
"name": "Identifier",
|
|
3881
3881
|
"src": "1022:11:33"
|
|
3882
3882
|
}
|
|
3883
3883
|
],
|
|
3884
|
-
"id":
|
|
3884
|
+
"id": 11881,
|
|
3885
3885
|
"name": "Assignment",
|
|
3886
3886
|
"src": "1016:17:33"
|
|
3887
3887
|
}
|
|
3888
3888
|
],
|
|
3889
|
-
"id":
|
|
3889
|
+
"id": 11882,
|
|
3890
3890
|
"name": "ExpressionStatement",
|
|
3891
3891
|
"src": "1016:17:33"
|
|
3892
3892
|
},
|
|
@@ -3909,11 +3909,11 @@
|
|
|
3909
3909
|
"overloadedDeclarations": [
|
|
3910
3910
|
null
|
|
3911
3911
|
],
|
|
3912
|
-
"referencedDeclaration":
|
|
3912
|
+
"referencedDeclaration": 11855,
|
|
3913
3913
|
"type": "address",
|
|
3914
3914
|
"value": "_pool"
|
|
3915
3915
|
},
|
|
3916
|
-
"id":
|
|
3916
|
+
"id": 11883,
|
|
3917
3917
|
"name": "Identifier",
|
|
3918
3918
|
"src": "1044:5:33"
|
|
3919
3919
|
},
|
|
@@ -3923,21 +3923,21 @@
|
|
|
3923
3923
|
"overloadedDeclarations": [
|
|
3924
3924
|
null
|
|
3925
3925
|
],
|
|
3926
|
-
"referencedDeclaration":
|
|
3926
|
+
"referencedDeclaration": 11868,
|
|
3927
3927
|
"type": "address",
|
|
3928
3928
|
"value": "_orderPool"
|
|
3929
3929
|
},
|
|
3930
|
-
"id":
|
|
3930
|
+
"id": 11884,
|
|
3931
3931
|
"name": "Identifier",
|
|
3932
3932
|
"src": "1052:10:33"
|
|
3933
3933
|
}
|
|
3934
3934
|
],
|
|
3935
|
-
"id":
|
|
3935
|
+
"id": 11885,
|
|
3936
3936
|
"name": "Assignment",
|
|
3937
3937
|
"src": "1044:18:33"
|
|
3938
3938
|
}
|
|
3939
3939
|
],
|
|
3940
|
-
"id":
|
|
3940
|
+
"id": 11886,
|
|
3941
3941
|
"name": "ExpressionStatement",
|
|
3942
3942
|
"src": "1044:18:33"
|
|
3943
3943
|
},
|
|
@@ -3960,11 +3960,11 @@
|
|
|
3960
3960
|
"overloadedDeclarations": [
|
|
3961
3961
|
null
|
|
3962
3962
|
],
|
|
3963
|
-
"referencedDeclaration":
|
|
3963
|
+
"referencedDeclaration": 11857,
|
|
3964
3964
|
"type": "address",
|
|
3965
3965
|
"value": "_trade"
|
|
3966
3966
|
},
|
|
3967
|
-
"id":
|
|
3967
|
+
"id": 11887,
|
|
3968
3968
|
"name": "Identifier",
|
|
3969
3969
|
"src": "1073:6:33"
|
|
3970
3970
|
},
|
|
@@ -3974,21 +3974,21 @@
|
|
|
3974
3974
|
"overloadedDeclarations": [
|
|
3975
3975
|
null
|
|
3976
3976
|
],
|
|
3977
|
-
"referencedDeclaration":
|
|
3977
|
+
"referencedDeclaration": 11870,
|
|
3978
3978
|
"type": "address",
|
|
3979
3979
|
"value": "_tradeContract"
|
|
3980
3980
|
},
|
|
3981
|
-
"id":
|
|
3981
|
+
"id": 11888,
|
|
3982
3982
|
"name": "Identifier",
|
|
3983
3983
|
"src": "1082:14:33"
|
|
3984
3984
|
}
|
|
3985
3985
|
],
|
|
3986
|
-
"id":
|
|
3986
|
+
"id": 11889,
|
|
3987
3987
|
"name": "Assignment",
|
|
3988
3988
|
"src": "1073:23:33"
|
|
3989
3989
|
}
|
|
3990
3990
|
],
|
|
3991
|
-
"id":
|
|
3991
|
+
"id": 11890,
|
|
3992
3992
|
"name": "ExpressionStatement",
|
|
3993
3993
|
"src": "1073:23:33"
|
|
3994
3994
|
},
|
|
@@ -4011,11 +4011,11 @@
|
|
|
4011
4011
|
"overloadedDeclarations": [
|
|
4012
4012
|
null
|
|
4013
4013
|
],
|
|
4014
|
-
"referencedDeclaration":
|
|
4014
|
+
"referencedDeclaration": 11859,
|
|
4015
4015
|
"type": "address",
|
|
4016
4016
|
"value": "_posttrade"
|
|
4017
4017
|
},
|
|
4018
|
-
"id":
|
|
4018
|
+
"id": 11891,
|
|
4019
4019
|
"name": "Identifier",
|
|
4020
4020
|
"src": "1107:10:33"
|
|
4021
4021
|
},
|
|
@@ -4025,21 +4025,21 @@
|
|
|
4025
4025
|
"overloadedDeclarations": [
|
|
4026
4026
|
null
|
|
4027
4027
|
],
|
|
4028
|
-
"referencedDeclaration":
|
|
4028
|
+
"referencedDeclaration": 11872,
|
|
4029
4029
|
"type": "address",
|
|
4030
4030
|
"value": "_posttradeContract"
|
|
4031
4031
|
},
|
|
4032
|
-
"id":
|
|
4032
|
+
"id": 11892,
|
|
4033
4033
|
"name": "Identifier",
|
|
4034
4034
|
"src": "1120:18:33"
|
|
4035
4035
|
}
|
|
4036
4036
|
],
|
|
4037
|
-
"id":
|
|
4037
|
+
"id": 11893,
|
|
4038
4038
|
"name": "Assignment",
|
|
4039
4039
|
"src": "1107:31:33"
|
|
4040
4040
|
}
|
|
4041
4041
|
],
|
|
4042
|
-
"id":
|
|
4042
|
+
"id": 11894,
|
|
4043
4043
|
"name": "ExpressionStatement",
|
|
4044
4044
|
"src": "1107:31:33"
|
|
4045
4045
|
},
|
|
@@ -4062,11 +4062,11 @@
|
|
|
4062
4062
|
"overloadedDeclarations": [
|
|
4063
4063
|
null
|
|
4064
4064
|
],
|
|
4065
|
-
"referencedDeclaration":
|
|
4065
|
+
"referencedDeclaration": 11861,
|
|
4066
4066
|
"type": "address",
|
|
4067
4067
|
"value": "_registry"
|
|
4068
4068
|
},
|
|
4069
|
-
"id":
|
|
4069
|
+
"id": 11895,
|
|
4070
4070
|
"name": "Identifier",
|
|
4071
4071
|
"src": "1149:9:33"
|
|
4072
4072
|
},
|
|
@@ -4076,31 +4076,31 @@
|
|
|
4076
4076
|
"overloadedDeclarations": [
|
|
4077
4077
|
null
|
|
4078
4078
|
],
|
|
4079
|
-
"referencedDeclaration":
|
|
4079
|
+
"referencedDeclaration": 11874,
|
|
4080
4080
|
"type": "address",
|
|
4081
4081
|
"value": "_securitiesRegistry"
|
|
4082
4082
|
},
|
|
4083
|
-
"id":
|
|
4083
|
+
"id": 11896,
|
|
4084
4084
|
"name": "Identifier",
|
|
4085
4085
|
"src": "1161:19:33"
|
|
4086
4086
|
}
|
|
4087
4087
|
],
|
|
4088
|
-
"id":
|
|
4088
|
+
"id": 11897,
|
|
4089
4089
|
"name": "Assignment",
|
|
4090
4090
|
"src": "1149:31:33"
|
|
4091
4091
|
}
|
|
4092
4092
|
],
|
|
4093
|
-
"id":
|
|
4093
|
+
"id": 11898,
|
|
4094
4094
|
"name": "ExpressionStatement",
|
|
4095
4095
|
"src": "1149:31:33"
|
|
4096
4096
|
}
|
|
4097
4097
|
],
|
|
4098
|
-
"id":
|
|
4098
|
+
"id": 11899,
|
|
4099
4099
|
"name": "Block",
|
|
4100
4100
|
"src": "1005:183:33"
|
|
4101
4101
|
}
|
|
4102
4102
|
],
|
|
4103
|
-
"id":
|
|
4103
|
+
"id": 11900,
|
|
4104
4104
|
"name": "FunctionDefinition",
|
|
4105
4105
|
"src": "845:343:33"
|
|
4106
4106
|
},
|
|
@@ -4114,9 +4114,9 @@
|
|
|
4114
4114
|
null
|
|
4115
4115
|
],
|
|
4116
4116
|
"name": "getPool",
|
|
4117
|
-
"scope":
|
|
4117
|
+
"scope": 12043,
|
|
4118
4118
|
"stateMutability": "view",
|
|
4119
|
-
"superFunction":
|
|
4119
|
+
"superFunction": 9500,
|
|
4120
4120
|
"visibility": "external"
|
|
4121
4121
|
},
|
|
4122
4122
|
"children": [
|
|
@@ -4126,7 +4126,7 @@
|
|
|
4126
4126
|
"attributes": {
|
|
4127
4127
|
"constant": false,
|
|
4128
4128
|
"name": "_security",
|
|
4129
|
-
"scope":
|
|
4129
|
+
"scope": 11916,
|
|
4130
4130
|
"stateVariable": false,
|
|
4131
4131
|
"storageLocation": "default",
|
|
4132
4132
|
"type": "address",
|
|
@@ -4140,12 +4140,12 @@
|
|
|
4140
4140
|
"stateMutability": "nonpayable",
|
|
4141
4141
|
"type": "address"
|
|
4142
4142
|
},
|
|
4143
|
-
"id":
|
|
4143
|
+
"id": 11901,
|
|
4144
4144
|
"name": "ElementaryTypeName",
|
|
4145
4145
|
"src": "1213:7:33"
|
|
4146
4146
|
}
|
|
4147
4147
|
],
|
|
4148
|
-
"id":
|
|
4148
|
+
"id": 11902,
|
|
4149
4149
|
"name": "VariableDeclaration",
|
|
4150
4150
|
"src": "1213:17:33"
|
|
4151
4151
|
},
|
|
@@ -4153,7 +4153,7 @@
|
|
|
4153
4153
|
"attributes": {
|
|
4154
4154
|
"constant": false,
|
|
4155
4155
|
"name": "_cash",
|
|
4156
|
-
"scope":
|
|
4156
|
+
"scope": 11916,
|
|
4157
4157
|
"stateVariable": false,
|
|
4158
4158
|
"storageLocation": "default",
|
|
4159
4159
|
"type": "address",
|
|
@@ -4167,17 +4167,17 @@
|
|
|
4167
4167
|
"stateMutability": "nonpayable",
|
|
4168
4168
|
"type": "address"
|
|
4169
4169
|
},
|
|
4170
|
-
"id":
|
|
4170
|
+
"id": 11903,
|
|
4171
4171
|
"name": "ElementaryTypeName",
|
|
4172
4172
|
"src": "1232:7:33"
|
|
4173
4173
|
}
|
|
4174
4174
|
],
|
|
4175
|
-
"id":
|
|
4175
|
+
"id": 11904,
|
|
4176
4176
|
"name": "VariableDeclaration",
|
|
4177
4177
|
"src": "1232:13:33"
|
|
4178
4178
|
}
|
|
4179
4179
|
],
|
|
4180
|
-
"id":
|
|
4180
|
+
"id": 11905,
|
|
4181
4181
|
"name": "ParameterList",
|
|
4182
4182
|
"src": "1212:34:33"
|
|
4183
4183
|
},
|
|
@@ -4187,7 +4187,7 @@
|
|
|
4187
4187
|
"attributes": {
|
|
4188
4188
|
"constant": false,
|
|
4189
4189
|
"name": "",
|
|
4190
|
-
"scope":
|
|
4190
|
+
"scope": 11916,
|
|
4191
4191
|
"stateVariable": false,
|
|
4192
4192
|
"storageLocation": "default",
|
|
4193
4193
|
"type": "address",
|
|
@@ -4201,17 +4201,17 @@
|
|
|
4201
4201
|
"stateMutability": "nonpayable",
|
|
4202
4202
|
"type": "address"
|
|
4203
4203
|
},
|
|
4204
|
-
"id":
|
|
4204
|
+
"id": 11906,
|
|
4205
4205
|
"name": "ElementaryTypeName",
|
|
4206
4206
|
"src": "1269:7:33"
|
|
4207
4207
|
}
|
|
4208
4208
|
],
|
|
4209
|
-
"id":
|
|
4209
|
+
"id": 11907,
|
|
4210
4210
|
"name": "VariableDeclaration",
|
|
4211
4211
|
"src": "1269:7:33"
|
|
4212
4212
|
}
|
|
4213
4213
|
],
|
|
4214
|
-
"id":
|
|
4214
|
+
"id": 11908,
|
|
4215
4215
|
"name": "ParameterList",
|
|
4216
4216
|
"src": "1268:9:33"
|
|
4217
4217
|
},
|
|
@@ -4219,7 +4219,7 @@
|
|
|
4219
4219
|
"children": [
|
|
4220
4220
|
{
|
|
4221
4221
|
"attributes": {
|
|
4222
|
-
"functionReturnParameters":
|
|
4222
|
+
"functionReturnParameters": 11908
|
|
4223
4223
|
},
|
|
4224
4224
|
"children": [
|
|
4225
4225
|
{
|
|
@@ -4248,11 +4248,11 @@
|
|
|
4248
4248
|
"overloadedDeclarations": [
|
|
4249
4249
|
null
|
|
4250
4250
|
],
|
|
4251
|
-
"referencedDeclaration":
|
|
4251
|
+
"referencedDeclaration": 11843,
|
|
4252
4252
|
"type": "mapping(address => mapping(address => address))",
|
|
4253
4253
|
"value": "pool"
|
|
4254
4254
|
},
|
|
4255
|
-
"id":
|
|
4255
|
+
"id": 11909,
|
|
4256
4256
|
"name": "Identifier",
|
|
4257
4257
|
"src": "1295:4:33"
|
|
4258
4258
|
},
|
|
@@ -4262,16 +4262,16 @@
|
|
|
4262
4262
|
"overloadedDeclarations": [
|
|
4263
4263
|
null
|
|
4264
4264
|
],
|
|
4265
|
-
"referencedDeclaration":
|
|
4265
|
+
"referencedDeclaration": 11902,
|
|
4266
4266
|
"type": "address",
|
|
4267
4267
|
"value": "_security"
|
|
4268
4268
|
},
|
|
4269
|
-
"id":
|
|
4269
|
+
"id": 11910,
|
|
4270
4270
|
"name": "Identifier",
|
|
4271
4271
|
"src": "1300:9:33"
|
|
4272
4272
|
}
|
|
4273
4273
|
],
|
|
4274
|
-
"id":
|
|
4274
|
+
"id": 11911,
|
|
4275
4275
|
"name": "IndexAccess",
|
|
4276
4276
|
"src": "1295:15:33"
|
|
4277
4277
|
},
|
|
@@ -4281,31 +4281,31 @@
|
|
|
4281
4281
|
"overloadedDeclarations": [
|
|
4282
4282
|
null
|
|
4283
4283
|
],
|
|
4284
|
-
"referencedDeclaration":
|
|
4284
|
+
"referencedDeclaration": 11904,
|
|
4285
4285
|
"type": "address",
|
|
4286
4286
|
"value": "_cash"
|
|
4287
4287
|
},
|
|
4288
|
-
"id":
|
|
4288
|
+
"id": 11912,
|
|
4289
4289
|
"name": "Identifier",
|
|
4290
4290
|
"src": "1311:5:33"
|
|
4291
4291
|
}
|
|
4292
4292
|
],
|
|
4293
|
-
"id":
|
|
4293
|
+
"id": 11913,
|
|
4294
4294
|
"name": "IndexAccess",
|
|
4295
4295
|
"src": "1295:22:33"
|
|
4296
4296
|
}
|
|
4297
4297
|
],
|
|
4298
|
-
"id":
|
|
4298
|
+
"id": 11914,
|
|
4299
4299
|
"name": "Return",
|
|
4300
4300
|
"src": "1288:29:33"
|
|
4301
4301
|
}
|
|
4302
4302
|
],
|
|
4303
|
-
"id":
|
|
4303
|
+
"id": 11915,
|
|
4304
4304
|
"name": "Block",
|
|
4305
4305
|
"src": "1277:48:33"
|
|
4306
4306
|
}
|
|
4307
4307
|
],
|
|
4308
|
-
"id":
|
|
4308
|
+
"id": 11916,
|
|
4309
4309
|
"name": "FunctionDefinition",
|
|
4310
4310
|
"src": "1196:129:33"
|
|
4311
4311
|
},
|
|
@@ -4319,9 +4319,9 @@
|
|
|
4319
4319
|
null
|
|
4320
4320
|
],
|
|
4321
4321
|
"name": "confirmPool",
|
|
4322
|
-
"scope":
|
|
4322
|
+
"scope": 12043,
|
|
4323
4323
|
"stateMutability": "view",
|
|
4324
|
-
"superFunction":
|
|
4324
|
+
"superFunction": 9507,
|
|
4325
4325
|
"visibility": "external"
|
|
4326
4326
|
},
|
|
4327
4327
|
"children": [
|
|
@@ -4331,7 +4331,7 @@
|
|
|
4331
4331
|
"attributes": {
|
|
4332
4332
|
"constant": false,
|
|
4333
4333
|
"name": "_pair",
|
|
4334
|
-
"scope":
|
|
4334
|
+
"scope": 11954,
|
|
4335
4335
|
"stateVariable": false,
|
|
4336
4336
|
"storageLocation": "default",
|
|
4337
4337
|
"type": "address",
|
|
@@ -4345,17 +4345,17 @@
|
|
|
4345
4345
|
"stateMutability": "nonpayable",
|
|
4346
4346
|
"type": "address"
|
|
4347
4347
|
},
|
|
4348
|
-
"id":
|
|
4348
|
+
"id": 11917,
|
|
4349
4349
|
"name": "ElementaryTypeName",
|
|
4350
4350
|
"src": "1354:7:33"
|
|
4351
4351
|
}
|
|
4352
4352
|
],
|
|
4353
|
-
"id":
|
|
4353
|
+
"id": 11918,
|
|
4354
4354
|
"name": "VariableDeclaration",
|
|
4355
4355
|
"src": "1354:13:33"
|
|
4356
4356
|
}
|
|
4357
4357
|
],
|
|
4358
|
-
"id":
|
|
4358
|
+
"id": 11919,
|
|
4359
4359
|
"name": "ParameterList",
|
|
4360
4360
|
"src": "1353:15:33"
|
|
4361
4361
|
},
|
|
@@ -4365,7 +4365,7 @@
|
|
|
4365
4365
|
"attributes": {
|
|
4366
4366
|
"constant": false,
|
|
4367
4367
|
"name": "",
|
|
4368
|
-
"scope":
|
|
4368
|
+
"scope": 11954,
|
|
4369
4369
|
"stateVariable": false,
|
|
4370
4370
|
"storageLocation": "default",
|
|
4371
4371
|
"type": "bool",
|
|
@@ -4378,17 +4378,17 @@
|
|
|
4378
4378
|
"name": "bool",
|
|
4379
4379
|
"type": "bool"
|
|
4380
4380
|
},
|
|
4381
|
-
"id":
|
|
4381
|
+
"id": 11920,
|
|
4382
4382
|
"name": "ElementaryTypeName",
|
|
4383
4383
|
"src": "1391:4:33"
|
|
4384
4384
|
}
|
|
4385
4385
|
],
|
|
4386
|
-
"id":
|
|
4386
|
+
"id": 11921,
|
|
4387
4387
|
"name": "VariableDeclaration",
|
|
4388
4388
|
"src": "1391:4:33"
|
|
4389
4389
|
}
|
|
4390
4390
|
],
|
|
4391
|
-
"id":
|
|
4391
|
+
"id": 11922,
|
|
4392
4392
|
"name": "ParameterList",
|
|
4393
4393
|
"src": "1390:6:33"
|
|
4394
4394
|
},
|
|
@@ -4420,14 +4420,14 @@
|
|
|
4420
4420
|
}
|
|
4421
4421
|
],
|
|
4422
4422
|
"overloadedDeclarations": [
|
|
4423
|
-
|
|
4424
|
-
|
|
4423
|
+
13893,
|
|
4424
|
+
13894
|
|
4425
4425
|
],
|
|
4426
|
-
"referencedDeclaration":
|
|
4426
|
+
"referencedDeclaration": 13893,
|
|
4427
4427
|
"type": "function (bool) pure",
|
|
4428
4428
|
"value": "require"
|
|
4429
4429
|
},
|
|
4430
|
-
"id":
|
|
4430
|
+
"id": 11923,
|
|
4431
4431
|
"name": "Identifier",
|
|
4432
4432
|
"src": "1407:7:33"
|
|
4433
4433
|
},
|
|
@@ -4464,16 +4464,16 @@
|
|
|
4464
4464
|
"overloadedDeclarations": [
|
|
4465
4465
|
null
|
|
4466
4466
|
],
|
|
4467
|
-
"referencedDeclaration":
|
|
4467
|
+
"referencedDeclaration": 13890,
|
|
4468
4468
|
"type": "msg",
|
|
4469
4469
|
"value": "msg"
|
|
4470
4470
|
},
|
|
4471
|
-
"id":
|
|
4471
|
+
"id": 11924,
|
|
4472
4472
|
"name": "Identifier",
|
|
4473
4473
|
"src": "1415:3:33"
|
|
4474
4474
|
}
|
|
4475
4475
|
],
|
|
4476
|
-
"id":
|
|
4476
|
+
"id": 11925,
|
|
4477
4477
|
"name": "MemberAccess",
|
|
4478
4478
|
"src": "1415:10:33"
|
|
4479
4479
|
},
|
|
@@ -4483,26 +4483,26 @@
|
|
|
4483
4483
|
"overloadedDeclarations": [
|
|
4484
4484
|
null
|
|
4485
4485
|
],
|
|
4486
|
-
"referencedDeclaration":
|
|
4486
|
+
"referencedDeclaration": 11857,
|
|
4487
4487
|
"type": "address",
|
|
4488
4488
|
"value": "_trade"
|
|
4489
4489
|
},
|
|
4490
|
-
"id":
|
|
4490
|
+
"id": 11926,
|
|
4491
4491
|
"name": "Identifier",
|
|
4492
4492
|
"src": "1427:6:33"
|
|
4493
4493
|
}
|
|
4494
4494
|
],
|
|
4495
|
-
"id":
|
|
4495
|
+
"id": 11927,
|
|
4496
4496
|
"name": "BinaryOperation",
|
|
4497
4497
|
"src": "1415:18:33"
|
|
4498
4498
|
}
|
|
4499
4499
|
],
|
|
4500
|
-
"id":
|
|
4500
|
+
"id": 11928,
|
|
4501
4501
|
"name": "FunctionCall",
|
|
4502
4502
|
"src": "1407:27:33"
|
|
4503
4503
|
}
|
|
4504
4504
|
],
|
|
4505
|
-
"id":
|
|
4505
|
+
"id": 11929,
|
|
4506
4506
|
"name": "ExpressionStatement",
|
|
4507
4507
|
"src": "1407:27:33"
|
|
4508
4508
|
},
|
|
@@ -4511,7 +4511,7 @@
|
|
|
4511
4511
|
{
|
|
4512
4512
|
"attributes": {
|
|
4513
4513
|
"assignments": [
|
|
4514
|
-
|
|
4514
|
+
11931
|
|
4515
4515
|
]
|
|
4516
4516
|
},
|
|
4517
4517
|
"children": [
|
|
@@ -4519,7 +4519,7 @@
|
|
|
4519
4519
|
"attributes": {
|
|
4520
4520
|
"constant": false,
|
|
4521
4521
|
"name": "i",
|
|
4522
|
-
"scope":
|
|
4522
|
+
"scope": 11950,
|
|
4523
4523
|
"stateVariable": false,
|
|
4524
4524
|
"storageLocation": "default",
|
|
4525
4525
|
"type": "uint256",
|
|
@@ -4532,12 +4532,12 @@
|
|
|
4532
4532
|
"name": "uint",
|
|
4533
4533
|
"type": "uint256"
|
|
4534
4534
|
},
|
|
4535
|
-
"id":
|
|
4535
|
+
"id": 11930,
|
|
4536
4536
|
"name": "ElementaryTypeName",
|
|
4537
4537
|
"src": "1449:4:33"
|
|
4538
4538
|
}
|
|
4539
4539
|
],
|
|
4540
|
-
"id":
|
|
4540
|
+
"id": 11931,
|
|
4541
4541
|
"name": "VariableDeclaration",
|
|
4542
4542
|
"src": "1449:6:33"
|
|
4543
4543
|
},
|
|
@@ -4554,12 +4554,12 @@
|
|
|
4554
4554
|
"type": "int_const 0",
|
|
4555
4555
|
"value": "0"
|
|
4556
4556
|
},
|
|
4557
|
-
"id":
|
|
4557
|
+
"id": 11932,
|
|
4558
4558
|
"name": "Literal",
|
|
4559
4559
|
"src": "1456:1:33"
|
|
4560
4560
|
}
|
|
4561
4561
|
],
|
|
4562
|
-
"id":
|
|
4562
|
+
"id": 11933,
|
|
4563
4563
|
"name": "VariableDeclarationStatement",
|
|
4564
4564
|
"src": "1449:8:33"
|
|
4565
4565
|
},
|
|
@@ -4584,11 +4584,11 @@
|
|
|
4584
4584
|
"overloadedDeclarations": [
|
|
4585
4585
|
null
|
|
4586
4586
|
],
|
|
4587
|
-
"referencedDeclaration":
|
|
4587
|
+
"referencedDeclaration": 11931,
|
|
4588
4588
|
"type": "uint256",
|
|
4589
4589
|
"value": "i"
|
|
4590
4590
|
},
|
|
4591
|
-
"id":
|
|
4591
|
+
"id": 11934,
|
|
4592
4592
|
"name": "Identifier",
|
|
4593
4593
|
"src": "1459:1:33"
|
|
4594
4594
|
},
|
|
@@ -4610,21 +4610,21 @@
|
|
|
4610
4610
|
"overloadedDeclarations": [
|
|
4611
4611
|
null
|
|
4612
4612
|
],
|
|
4613
|
-
"referencedDeclaration":
|
|
4613
|
+
"referencedDeclaration": 11864,
|
|
4614
4614
|
"type": "address[] storage ref",
|
|
4615
4615
|
"value": "pairs"
|
|
4616
4616
|
},
|
|
4617
|
-
"id":
|
|
4617
|
+
"id": 11935,
|
|
4618
4618
|
"name": "Identifier",
|
|
4619
4619
|
"src": "1461:5:33"
|
|
4620
4620
|
}
|
|
4621
4621
|
],
|
|
4622
|
-
"id":
|
|
4622
|
+
"id": 11936,
|
|
4623
4623
|
"name": "MemberAccess",
|
|
4624
4624
|
"src": "1461:12:33"
|
|
4625
4625
|
}
|
|
4626
4626
|
],
|
|
4627
|
-
"id":
|
|
4627
|
+
"id": 11937,
|
|
4628
4628
|
"name": "BinaryOperation",
|
|
4629
4629
|
"src": "1459:14:33"
|
|
4630
4630
|
},
|
|
@@ -4648,21 +4648,21 @@
|
|
|
4648
4648
|
"overloadedDeclarations": [
|
|
4649
4649
|
null
|
|
4650
4650
|
],
|
|
4651
|
-
"referencedDeclaration":
|
|
4651
|
+
"referencedDeclaration": 11931,
|
|
4652
4652
|
"type": "uint256",
|
|
4653
4653
|
"value": "i"
|
|
4654
4654
|
},
|
|
4655
|
-
"id":
|
|
4655
|
+
"id": 11938,
|
|
4656
4656
|
"name": "Identifier",
|
|
4657
4657
|
"src": "1475:1:33"
|
|
4658
4658
|
}
|
|
4659
4659
|
],
|
|
4660
|
-
"id":
|
|
4660
|
+
"id": 11939,
|
|
4661
4661
|
"name": "UnaryOperation",
|
|
4662
4662
|
"src": "1475:3:33"
|
|
4663
4663
|
}
|
|
4664
4664
|
],
|
|
4665
|
-
"id":
|
|
4665
|
+
"id": 11940,
|
|
4666
4666
|
"name": "ExpressionStatement",
|
|
4667
4667
|
"src": "1475:3:33"
|
|
4668
4668
|
},
|
|
@@ -4704,11 +4704,11 @@
|
|
|
4704
4704
|
"overloadedDeclarations": [
|
|
4705
4705
|
null
|
|
4706
4706
|
],
|
|
4707
|
-
"referencedDeclaration":
|
|
4707
|
+
"referencedDeclaration": 11864,
|
|
4708
4708
|
"type": "address[] storage ref",
|
|
4709
4709
|
"value": "pairs"
|
|
4710
4710
|
},
|
|
4711
|
-
"id":
|
|
4711
|
+
"id": 11941,
|
|
4712
4712
|
"name": "Identifier",
|
|
4713
4713
|
"src": "1497:5:33"
|
|
4714
4714
|
},
|
|
@@ -4718,16 +4718,16 @@
|
|
|
4718
4718
|
"overloadedDeclarations": [
|
|
4719
4719
|
null
|
|
4720
4720
|
],
|
|
4721
|
-
"referencedDeclaration":
|
|
4721
|
+
"referencedDeclaration": 11931,
|
|
4722
4722
|
"type": "uint256",
|
|
4723
4723
|
"value": "i"
|
|
4724
4724
|
},
|
|
4725
|
-
"id":
|
|
4725
|
+
"id": 11942,
|
|
4726
4726
|
"name": "Identifier",
|
|
4727
4727
|
"src": "1503:1:33"
|
|
4728
4728
|
}
|
|
4729
4729
|
],
|
|
4730
|
-
"id":
|
|
4730
|
+
"id": 11943,
|
|
4731
4731
|
"name": "IndexAccess",
|
|
4732
4732
|
"src": "1497:8:33"
|
|
4733
4733
|
},
|
|
@@ -4737,22 +4737,22 @@
|
|
|
4737
4737
|
"overloadedDeclarations": [
|
|
4738
4738
|
null
|
|
4739
4739
|
],
|
|
4740
|
-
"referencedDeclaration":
|
|
4740
|
+
"referencedDeclaration": 11918,
|
|
4741
4741
|
"type": "address",
|
|
4742
4742
|
"value": "_pair"
|
|
4743
4743
|
},
|
|
4744
|
-
"id":
|
|
4744
|
+
"id": 11944,
|
|
4745
4745
|
"name": "Identifier",
|
|
4746
4746
|
"src": "1507:5:33"
|
|
4747
4747
|
}
|
|
4748
4748
|
],
|
|
4749
|
-
"id":
|
|
4749
|
+
"id": 11945,
|
|
4750
4750
|
"name": "BinaryOperation",
|
|
4751
4751
|
"src": "1497:15:33"
|
|
4752
4752
|
},
|
|
4753
4753
|
{
|
|
4754
4754
|
"attributes": {
|
|
4755
|
-
"functionReturnParameters":
|
|
4755
|
+
"functionReturnParameters": 11922
|
|
4756
4756
|
},
|
|
4757
4757
|
"children": [
|
|
4758
4758
|
{
|
|
@@ -4768,33 +4768,33 @@
|
|
|
4768
4768
|
"type": "bool",
|
|
4769
4769
|
"value": "true"
|
|
4770
4770
|
},
|
|
4771
|
-
"id":
|
|
4771
|
+
"id": 11946,
|
|
4772
4772
|
"name": "Literal",
|
|
4773
4773
|
"src": "1538:4:33"
|
|
4774
4774
|
}
|
|
4775
4775
|
],
|
|
4776
|
-
"id":
|
|
4776
|
+
"id": 11947,
|
|
4777
4777
|
"name": "Return",
|
|
4778
4778
|
"src": "1531:11:33"
|
|
4779
4779
|
}
|
|
4780
4780
|
],
|
|
4781
|
-
"id":
|
|
4781
|
+
"id": 11948,
|
|
4782
4782
|
"name": "IfStatement",
|
|
4783
4783
|
"src": "1494:48:33"
|
|
4784
4784
|
}
|
|
4785
4785
|
],
|
|
4786
|
-
"id":
|
|
4786
|
+
"id": 11949,
|
|
4787
4787
|
"name": "Block",
|
|
4788
4788
|
"src": "1479:75:33"
|
|
4789
4789
|
}
|
|
4790
4790
|
],
|
|
4791
|
-
"id":
|
|
4791
|
+
"id": 11950,
|
|
4792
4792
|
"name": "ForStatement",
|
|
4793
4793
|
"src": "1445:109:33"
|
|
4794
4794
|
},
|
|
4795
4795
|
{
|
|
4796
4796
|
"attributes": {
|
|
4797
|
-
"functionReturnParameters":
|
|
4797
|
+
"functionReturnParameters": 11922
|
|
4798
4798
|
},
|
|
4799
4799
|
"children": [
|
|
4800
4800
|
{
|
|
@@ -4810,22 +4810,22 @@
|
|
|
4810
4810
|
"type": "bool",
|
|
4811
4811
|
"value": "false"
|
|
4812
4812
|
},
|
|
4813
|
-
"id":
|
|
4813
|
+
"id": 11951,
|
|
4814
4814
|
"name": "Literal",
|
|
4815
4815
|
"src": "1571:5:33"
|
|
4816
4816
|
}
|
|
4817
4817
|
],
|
|
4818
|
-
"id":
|
|
4818
|
+
"id": 11952,
|
|
4819
4819
|
"name": "Return",
|
|
4820
4820
|
"src": "1564:12:33"
|
|
4821
4821
|
}
|
|
4822
4822
|
],
|
|
4823
|
-
"id":
|
|
4823
|
+
"id": 11953,
|
|
4824
4824
|
"name": "Block",
|
|
4825
4825
|
"src": "1396:188:33"
|
|
4826
4826
|
}
|
|
4827
4827
|
],
|
|
4828
|
-
"id":
|
|
4828
|
+
"id": 11954,
|
|
4829
4829
|
"name": "FunctionDefinition",
|
|
4830
4830
|
"src": "1333:251:33"
|
|
4831
4831
|
},
|
|
@@ -4839,9 +4839,9 @@
|
|
|
4839
4839
|
null
|
|
4840
4840
|
],
|
|
4841
4841
|
"name": "createPool",
|
|
4842
|
-
"scope":
|
|
4842
|
+
"scope": 12043,
|
|
4843
4843
|
"stateMutability": "nonpayable",
|
|
4844
|
-
"superFunction":
|
|
4844
|
+
"superFunction": 9491,
|
|
4845
4845
|
"visibility": "external"
|
|
4846
4846
|
},
|
|
4847
4847
|
"children": [
|
|
@@ -4851,7 +4851,7 @@
|
|
|
4851
4851
|
"attributes": {
|
|
4852
4852
|
"constant": false,
|
|
4853
4853
|
"name": "_security",
|
|
4854
|
-
"scope":
|
|
4854
|
+
"scope": 12042,
|
|
4855
4855
|
"stateVariable": false,
|
|
4856
4856
|
"storageLocation": "default",
|
|
4857
4857
|
"type": "address",
|
|
@@ -4865,12 +4865,12 @@
|
|
|
4865
4865
|
"stateMutability": "nonpayable",
|
|
4866
4866
|
"type": "address"
|
|
4867
4867
|
},
|
|
4868
|
-
"id":
|
|
4868
|
+
"id": 11955,
|
|
4869
4869
|
"name": "ElementaryTypeName",
|
|
4870
4870
|
"src": "1612:7:33"
|
|
4871
4871
|
}
|
|
4872
4872
|
],
|
|
4873
|
-
"id":
|
|
4873
|
+
"id": 11956,
|
|
4874
4874
|
"name": "VariableDeclaration",
|
|
4875
4875
|
"src": "1612:17:33"
|
|
4876
4876
|
},
|
|
@@ -4878,7 +4878,7 @@
|
|
|
4878
4878
|
"attributes": {
|
|
4879
4879
|
"constant": false,
|
|
4880
4880
|
"name": "_cash",
|
|
4881
|
-
"scope":
|
|
4881
|
+
"scope": 12042,
|
|
4882
4882
|
"stateVariable": false,
|
|
4883
4883
|
"storageLocation": "default",
|
|
4884
4884
|
"type": "address",
|
|
@@ -4892,12 +4892,12 @@
|
|
|
4892
4892
|
"stateMutability": "nonpayable",
|
|
4893
4893
|
"type": "address"
|
|
4894
4894
|
},
|
|
4895
|
-
"id":
|
|
4895
|
+
"id": 11957,
|
|
4896
4896
|
"name": "ElementaryTypeName",
|
|
4897
4897
|
"src": "1631:7:33"
|
|
4898
4898
|
}
|
|
4899
4899
|
],
|
|
4900
|
-
"id":
|
|
4900
|
+
"id": 11958,
|
|
4901
4901
|
"name": "VariableDeclaration",
|
|
4902
4902
|
"src": "1631:13:33"
|
|
4903
4903
|
},
|
|
@@ -4905,7 +4905,7 @@
|
|
|
4905
4905
|
"attributes": {
|
|
4906
4906
|
"constant": false,
|
|
4907
4907
|
"name": "_currency",
|
|
4908
|
-
"scope":
|
|
4908
|
+
"scope": 12042,
|
|
4909
4909
|
"stateVariable": false,
|
|
4910
4910
|
"storageLocation": "default",
|
|
4911
4911
|
"type": "bytes32",
|
|
@@ -4918,12 +4918,12 @@
|
|
|
4918
4918
|
"name": "bytes32",
|
|
4919
4919
|
"type": "bytes32"
|
|
4920
4920
|
},
|
|
4921
|
-
"id":
|
|
4921
|
+
"id": 11959,
|
|
4922
4922
|
"name": "ElementaryTypeName",
|
|
4923
4923
|
"src": "1646:7:33"
|
|
4924
4924
|
}
|
|
4925
4925
|
],
|
|
4926
|
-
"id":
|
|
4926
|
+
"id": 11960,
|
|
4927
4927
|
"name": "VariableDeclaration",
|
|
4928
4928
|
"src": "1646:17:33"
|
|
4929
4929
|
},
|
|
@@ -4931,7 +4931,7 @@
|
|
|
4931
4931
|
"attributes": {
|
|
4932
4932
|
"constant": false,
|
|
4933
4933
|
"name": "_settlementType",
|
|
4934
|
-
"scope":
|
|
4934
|
+
"scope": 12042,
|
|
4935
4935
|
"stateVariable": false,
|
|
4936
4936
|
"storageLocation": "default",
|
|
4937
4937
|
"type": "bytes32",
|
|
@@ -4944,17 +4944,17 @@
|
|
|
4944
4944
|
"name": "bytes32",
|
|
4945
4945
|
"type": "bytes32"
|
|
4946
4946
|
},
|
|
4947
|
-
"id":
|
|
4947
|
+
"id": 11961,
|
|
4948
4948
|
"name": "ElementaryTypeName",
|
|
4949
4949
|
"src": "1665:7:33"
|
|
4950
4950
|
}
|
|
4951
4951
|
],
|
|
4952
|
-
"id":
|
|
4952
|
+
"id": 11962,
|
|
4953
4953
|
"name": "VariableDeclaration",
|
|
4954
4954
|
"src": "1665:23:33"
|
|
4955
4955
|
}
|
|
4956
4956
|
],
|
|
4957
|
-
"id":
|
|
4957
|
+
"id": 11963,
|
|
4958
4958
|
"name": "ParameterList",
|
|
4959
4959
|
"src": "1611:78:33"
|
|
4960
4960
|
},
|
|
@@ -4965,7 +4965,7 @@
|
|
|
4965
4965
|
]
|
|
4966
4966
|
},
|
|
4967
4967
|
"children": [],
|
|
4968
|
-
"id":
|
|
4968
|
+
"id": 11964,
|
|
4969
4969
|
"name": "ParameterList",
|
|
4970
4970
|
"src": "1699:0:33"
|
|
4971
4971
|
},
|
|
@@ -4997,14 +4997,14 @@
|
|
|
4997
4997
|
}
|
|
4998
4998
|
],
|
|
4999
4999
|
"overloadedDeclarations": [
|
|
5000
|
-
|
|
5001
|
-
|
|
5000
|
+
13893,
|
|
5001
|
+
13894
|
|
5002
5002
|
],
|
|
5003
|
-
"referencedDeclaration":
|
|
5003
|
+
"referencedDeclaration": 13893,
|
|
5004
5004
|
"type": "function (bool) pure",
|
|
5005
5005
|
"value": "require"
|
|
5006
5006
|
},
|
|
5007
|
-
"id":
|
|
5007
|
+
"id": 11965,
|
|
5008
5008
|
"name": "Identifier",
|
|
5009
5009
|
"src": "1710:7:33"
|
|
5010
5010
|
},
|
|
@@ -5041,16 +5041,16 @@
|
|
|
5041
5041
|
"overloadedDeclarations": [
|
|
5042
5042
|
null
|
|
5043
5043
|
],
|
|
5044
|
-
"referencedDeclaration":
|
|
5044
|
+
"referencedDeclaration": 13890,
|
|
5045
5045
|
"type": "msg",
|
|
5046
5046
|
"value": "msg"
|
|
5047
5047
|
},
|
|
5048
|
-
"id":
|
|
5048
|
+
"id": 11966,
|
|
5049
5049
|
"name": "Identifier",
|
|
5050
5050
|
"src": "1718:3:33"
|
|
5051
5051
|
}
|
|
5052
5052
|
],
|
|
5053
|
-
"id":
|
|
5053
|
+
"id": 11967,
|
|
5054
5054
|
"name": "MemberAccess",
|
|
5055
5055
|
"src": "1718:10:33"
|
|
5056
5056
|
},
|
|
@@ -5060,26 +5060,26 @@
|
|
|
5060
5060
|
"overloadedDeclarations": [
|
|
5061
5061
|
null
|
|
5062
5062
|
],
|
|
5063
|
-
"referencedDeclaration":
|
|
5063
|
+
"referencedDeclaration": 11861,
|
|
5064
5064
|
"type": "address",
|
|
5065
5065
|
"value": "_registry"
|
|
5066
5066
|
},
|
|
5067
|
-
"id":
|
|
5067
|
+
"id": 11968,
|
|
5068
5068
|
"name": "Identifier",
|
|
5069
5069
|
"src": "1730:9:33"
|
|
5070
5070
|
}
|
|
5071
5071
|
],
|
|
5072
|
-
"id":
|
|
5072
|
+
"id": 11969,
|
|
5073
5073
|
"name": "BinaryOperation",
|
|
5074
5074
|
"src": "1718:21:33"
|
|
5075
5075
|
}
|
|
5076
5076
|
],
|
|
5077
|
-
"id":
|
|
5077
|
+
"id": 11970,
|
|
5078
5078
|
"name": "FunctionCall",
|
|
5079
5079
|
"src": "1710:30:33"
|
|
5080
5080
|
}
|
|
5081
5081
|
],
|
|
5082
|
-
"id":
|
|
5082
|
+
"id": 11971,
|
|
5083
5083
|
"name": "ExpressionStatement",
|
|
5084
5084
|
"src": "1710:30:33"
|
|
5085
5085
|
},
|
|
@@ -5109,14 +5109,14 @@
|
|
|
5109
5109
|
}
|
|
5110
5110
|
],
|
|
5111
5111
|
"overloadedDeclarations": [
|
|
5112
|
-
|
|
5113
|
-
|
|
5112
|
+
13893,
|
|
5113
|
+
13894
|
|
5114
5114
|
],
|
|
5115
|
-
"referencedDeclaration":
|
|
5115
|
+
"referencedDeclaration": 13893,
|
|
5116
5116
|
"type": "function (bool) pure",
|
|
5117
5117
|
"value": "require"
|
|
5118
5118
|
},
|
|
5119
|
-
"id":
|
|
5119
|
+
"id": 11972,
|
|
5120
5120
|
"name": "Identifier",
|
|
5121
5121
|
"src": "1751:7:33"
|
|
5122
5122
|
},
|
|
@@ -5141,11 +5141,11 @@
|
|
|
5141
5141
|
"overloadedDeclarations": [
|
|
5142
5142
|
null
|
|
5143
5143
|
],
|
|
5144
|
-
"referencedDeclaration":
|
|
5144
|
+
"referencedDeclaration": 11956,
|
|
5145
5145
|
"type": "address",
|
|
5146
5146
|
"value": "_security"
|
|
5147
5147
|
},
|
|
5148
|
-
"id":
|
|
5148
|
+
"id": 11973,
|
|
5149
5149
|
"name": "Identifier",
|
|
5150
5150
|
"src": "1759:9:33"
|
|
5151
5151
|
},
|
|
@@ -5155,26 +5155,26 @@
|
|
|
5155
5155
|
"overloadedDeclarations": [
|
|
5156
5156
|
null
|
|
5157
5157
|
],
|
|
5158
|
-
"referencedDeclaration":
|
|
5158
|
+
"referencedDeclaration": 11958,
|
|
5159
5159
|
"type": "address",
|
|
5160
5160
|
"value": "_cash"
|
|
5161
5161
|
},
|
|
5162
|
-
"id":
|
|
5162
|
+
"id": 11974,
|
|
5163
5163
|
"name": "Identifier",
|
|
5164
5164
|
"src": "1770:5:33"
|
|
5165
5165
|
}
|
|
5166
5166
|
],
|
|
5167
|
-
"id":
|
|
5167
|
+
"id": 11975,
|
|
5168
5168
|
"name": "BinaryOperation",
|
|
5169
5169
|
"src": "1759:16:33"
|
|
5170
5170
|
}
|
|
5171
5171
|
],
|
|
5172
|
-
"id":
|
|
5172
|
+
"id": 11976,
|
|
5173
5173
|
"name": "FunctionCall",
|
|
5174
5174
|
"src": "1751:25:33"
|
|
5175
5175
|
}
|
|
5176
5176
|
],
|
|
5177
|
-
"id":
|
|
5177
|
+
"id": 11977,
|
|
5178
5178
|
"name": "ExpressionStatement",
|
|
5179
5179
|
"src": "1751:25:33"
|
|
5180
5180
|
},
|
|
@@ -5204,14 +5204,14 @@
|
|
|
5204
5204
|
}
|
|
5205
5205
|
],
|
|
5206
5206
|
"overloadedDeclarations": [
|
|
5207
|
-
|
|
5208
|
-
|
|
5207
|
+
13893,
|
|
5208
|
+
13894
|
|
5209
5209
|
],
|
|
5210
|
-
"referencedDeclaration":
|
|
5210
|
+
"referencedDeclaration": 13893,
|
|
5211
5211
|
"type": "function (bool) pure",
|
|
5212
5212
|
"value": "require"
|
|
5213
5213
|
},
|
|
5214
|
-
"id":
|
|
5214
|
+
"id": 11978,
|
|
5215
5215
|
"name": "Identifier",
|
|
5216
5216
|
"src": "1787:7:33"
|
|
5217
5217
|
},
|
|
@@ -5262,7 +5262,7 @@
|
|
|
5262
5262
|
"isPure": false,
|
|
5263
5263
|
"lValueRequested": false,
|
|
5264
5264
|
"member_name": "getTokenByNameType",
|
|
5265
|
-
"referencedDeclaration":
|
|
5265
|
+
"referencedDeclaration": 10405,
|
|
5266
5266
|
"type": "function (bytes32,bytes32) view external returns (address)"
|
|
5267
5267
|
},
|
|
5268
5268
|
"children": [
|
|
@@ -5292,11 +5292,11 @@
|
|
|
5292
5292
|
"overloadedDeclarations": [
|
|
5293
5293
|
null
|
|
5294
5294
|
],
|
|
5295
|
-
"referencedDeclaration":
|
|
5295
|
+
"referencedDeclaration": 10466,
|
|
5296
5296
|
"type": "type(contract ViaFactory)",
|
|
5297
5297
|
"value": "ViaFactory"
|
|
5298
5298
|
},
|
|
5299
|
-
"id":
|
|
5299
|
+
"id": 11979,
|
|
5300
5300
|
"name": "Identifier",
|
|
5301
5301
|
"src": "1795:10:33"
|
|
5302
5302
|
},
|
|
@@ -5306,21 +5306,21 @@
|
|
|
5306
5306
|
"overloadedDeclarations": [
|
|
5307
5307
|
null
|
|
5308
5308
|
],
|
|
5309
|
-
"referencedDeclaration":
|
|
5309
|
+
"referencedDeclaration": 11853,
|
|
5310
5310
|
"type": "address",
|
|
5311
5311
|
"value": "via"
|
|
5312
5312
|
},
|
|
5313
|
-
"id":
|
|
5313
|
+
"id": 11980,
|
|
5314
5314
|
"name": "Identifier",
|
|
5315
5315
|
"src": "1806:3:33"
|
|
5316
5316
|
}
|
|
5317
5317
|
],
|
|
5318
|
-
"id":
|
|
5318
|
+
"id": 11981,
|
|
5319
5319
|
"name": "FunctionCall",
|
|
5320
5320
|
"src": "1795:15:33"
|
|
5321
5321
|
}
|
|
5322
5322
|
],
|
|
5323
|
-
"id":
|
|
5323
|
+
"id": 11982,
|
|
5324
5324
|
"name": "MemberAccess",
|
|
5325
5325
|
"src": "1795:34:33"
|
|
5326
5326
|
},
|
|
@@ -5330,11 +5330,11 @@
|
|
|
5330
5330
|
"overloadedDeclarations": [
|
|
5331
5331
|
null
|
|
5332
5332
|
],
|
|
5333
|
-
"referencedDeclaration":
|
|
5333
|
+
"referencedDeclaration": 11960,
|
|
5334
5334
|
"type": "bytes32",
|
|
5335
5335
|
"value": "_currency"
|
|
5336
5336
|
},
|
|
5337
|
-
"id":
|
|
5337
|
+
"id": 11983,
|
|
5338
5338
|
"name": "Identifier",
|
|
5339
5339
|
"src": "1830:9:33"
|
|
5340
5340
|
},
|
|
@@ -5351,12 +5351,12 @@
|
|
|
5351
5351
|
"type": "literal_string \"ViaCash\"",
|
|
5352
5352
|
"value": "ViaCash"
|
|
5353
5353
|
},
|
|
5354
|
-
"id":
|
|
5354
|
+
"id": 11984,
|
|
5355
5355
|
"name": "Literal",
|
|
5356
5356
|
"src": "1841:9:33"
|
|
5357
5357
|
}
|
|
5358
5358
|
],
|
|
5359
|
-
"id":
|
|
5359
|
+
"id": 11985,
|
|
5360
5360
|
"name": "FunctionCall",
|
|
5361
5361
|
"src": "1795:56:33"
|
|
5362
5362
|
},
|
|
@@ -5366,26 +5366,26 @@
|
|
|
5366
5366
|
"overloadedDeclarations": [
|
|
5367
5367
|
null
|
|
5368
5368
|
],
|
|
5369
|
-
"referencedDeclaration":
|
|
5369
|
+
"referencedDeclaration": 11958,
|
|
5370
5370
|
"type": "address",
|
|
5371
5371
|
"value": "_cash"
|
|
5372
5372
|
},
|
|
5373
|
-
"id":
|
|
5373
|
+
"id": 11986,
|
|
5374
5374
|
"name": "Identifier",
|
|
5375
5375
|
"src": "1853:5:33"
|
|
5376
5376
|
}
|
|
5377
5377
|
],
|
|
5378
|
-
"id":
|
|
5378
|
+
"id": 11987,
|
|
5379
5379
|
"name": "BinaryOperation",
|
|
5380
5380
|
"src": "1795:63:33"
|
|
5381
5381
|
}
|
|
5382
5382
|
],
|
|
5383
|
-
"id":
|
|
5383
|
+
"id": 11988,
|
|
5384
5384
|
"name": "FunctionCall",
|
|
5385
5385
|
"src": "1787:72:33"
|
|
5386
5386
|
}
|
|
5387
5387
|
],
|
|
5388
|
-
"id":
|
|
5388
|
+
"id": 11989,
|
|
5389
5389
|
"name": "ExpressionStatement",
|
|
5390
5390
|
"src": "1787:72:33"
|
|
5391
5391
|
},
|
|
@@ -5435,11 +5435,11 @@
|
|
|
5435
5435
|
"overloadedDeclarations": [
|
|
5436
5436
|
null
|
|
5437
5437
|
],
|
|
5438
|
-
"referencedDeclaration":
|
|
5438
|
+
"referencedDeclaration": 11843,
|
|
5439
5439
|
"type": "mapping(address => mapping(address => address))",
|
|
5440
5440
|
"value": "pool"
|
|
5441
5441
|
},
|
|
5442
|
-
"id":
|
|
5442
|
+
"id": 11990,
|
|
5443
5443
|
"name": "Identifier",
|
|
5444
5444
|
"src": "1875:4:33"
|
|
5445
5445
|
},
|
|
@@ -5449,16 +5449,16 @@
|
|
|
5449
5449
|
"overloadedDeclarations": [
|
|
5450
5450
|
null
|
|
5451
5451
|
],
|
|
5452
|
-
"referencedDeclaration":
|
|
5452
|
+
"referencedDeclaration": 11956,
|
|
5453
5453
|
"type": "address",
|
|
5454
5454
|
"value": "_security"
|
|
5455
5455
|
},
|
|
5456
|
-
"id":
|
|
5456
|
+
"id": 11991,
|
|
5457
5457
|
"name": "Identifier",
|
|
5458
5458
|
"src": "1880:9:33"
|
|
5459
5459
|
}
|
|
5460
5460
|
],
|
|
5461
|
-
"id":
|
|
5461
|
+
"id": 11992,
|
|
5462
5462
|
"name": "IndexAccess",
|
|
5463
5463
|
"src": "1875:15:33"
|
|
5464
5464
|
},
|
|
@@ -5468,16 +5468,16 @@
|
|
|
5468
5468
|
"overloadedDeclarations": [
|
|
5469
5469
|
null
|
|
5470
5470
|
],
|
|
5471
|
-
"referencedDeclaration":
|
|
5471
|
+
"referencedDeclaration": 11958,
|
|
5472
5472
|
"type": "address",
|
|
5473
5473
|
"value": "_cash"
|
|
5474
5474
|
},
|
|
5475
|
-
"id":
|
|
5475
|
+
"id": 11993,
|
|
5476
5476
|
"name": "Identifier",
|
|
5477
5477
|
"src": "1891:5:33"
|
|
5478
5478
|
}
|
|
5479
5479
|
],
|
|
5480
|
-
"id":
|
|
5480
|
+
"id": 11994,
|
|
5481
5481
|
"name": "IndexAccess",
|
|
5482
5482
|
"src": "1875:22:33"
|
|
5483
5483
|
},
|
|
@@ -5511,7 +5511,7 @@
|
|
|
5511
5511
|
"type": "type(address)",
|
|
5512
5512
|
"value": "address"
|
|
5513
5513
|
},
|
|
5514
|
-
"id":
|
|
5514
|
+
"id": 11995,
|
|
5515
5515
|
"name": "ElementaryTypeNameExpression",
|
|
5516
5516
|
"src": "1899:7:33"
|
|
5517
5517
|
},
|
|
@@ -5528,17 +5528,17 @@
|
|
|
5528
5528
|
"type": "int_const 0",
|
|
5529
5529
|
"value": "0x0"
|
|
5530
5530
|
},
|
|
5531
|
-
"id":
|
|
5531
|
+
"id": 11996,
|
|
5532
5532
|
"name": "Literal",
|
|
5533
5533
|
"src": "1907:3:33"
|
|
5534
5534
|
}
|
|
5535
5535
|
],
|
|
5536
|
-
"id":
|
|
5536
|
+
"id": 11997,
|
|
5537
5537
|
"name": "FunctionCall",
|
|
5538
5538
|
"src": "1899:12:33"
|
|
5539
5539
|
}
|
|
5540
5540
|
],
|
|
5541
|
-
"id":
|
|
5541
|
+
"id": 11998,
|
|
5542
5542
|
"name": "BinaryOperation",
|
|
5543
5543
|
"src": "1875:36:33"
|
|
5544
5544
|
},
|
|
@@ -5547,7 +5547,7 @@
|
|
|
5547
5547
|
{
|
|
5548
5548
|
"attributes": {
|
|
5549
5549
|
"assignments": [
|
|
5550
|
-
|
|
5550
|
+
12000
|
|
5551
5551
|
]
|
|
5552
5552
|
},
|
|
5553
5553
|
"children": [
|
|
@@ -5555,7 +5555,7 @@
|
|
|
5555
5555
|
"attributes": {
|
|
5556
5556
|
"constant": false,
|
|
5557
5557
|
"name": "_payload",
|
|
5558
|
-
"scope":
|
|
5558
|
+
"scope": 12039,
|
|
5559
5559
|
"stateVariable": false,
|
|
5560
5560
|
"storageLocation": "memory",
|
|
5561
5561
|
"type": "bytes",
|
|
@@ -5568,12 +5568,12 @@
|
|
|
5568
5568
|
"name": "bytes",
|
|
5569
5569
|
"type": "bytes"
|
|
5570
5570
|
},
|
|
5571
|
-
"id":
|
|
5571
|
+
"id": 11999,
|
|
5572
5572
|
"name": "ElementaryTypeName",
|
|
5573
5573
|
"src": "1927:5:33"
|
|
5574
5574
|
}
|
|
5575
5575
|
],
|
|
5576
|
-
"id":
|
|
5576
|
+
"id": 12000,
|
|
5577
5577
|
"name": "VariableDeclaration",
|
|
5578
5578
|
"src": "1927:21:33"
|
|
5579
5579
|
},
|
|
@@ -5639,16 +5639,16 @@
|
|
|
5639
5639
|
"overloadedDeclarations": [
|
|
5640
5640
|
null
|
|
5641
5641
|
],
|
|
5642
|
-
"referencedDeclaration":
|
|
5642
|
+
"referencedDeclaration": 13877,
|
|
5643
5643
|
"type": "abi",
|
|
5644
5644
|
"value": "abi"
|
|
5645
5645
|
},
|
|
5646
|
-
"id":
|
|
5646
|
+
"id": 12001,
|
|
5647
5647
|
"name": "Identifier",
|
|
5648
5648
|
"src": "1951:3:33"
|
|
5649
5649
|
}
|
|
5650
5650
|
],
|
|
5651
|
-
"id":
|
|
5651
|
+
"id": 12002,
|
|
5652
5652
|
"name": "MemberAccess",
|
|
5653
5653
|
"src": "1951:23:33"
|
|
5654
5654
|
},
|
|
@@ -5665,7 +5665,7 @@
|
|
|
5665
5665
|
"type": "literal_string \"initialize(address,address,address,address,bytes32,address)\"",
|
|
5666
5666
|
"value": "initialize(address,address,address,address,bytes32,address)"
|
|
5667
5667
|
},
|
|
5668
|
-
"id":
|
|
5668
|
+
"id": 12003,
|
|
5669
5669
|
"name": "Literal",
|
|
5670
5670
|
"src": "1975:61:33"
|
|
5671
5671
|
},
|
|
@@ -5675,11 +5675,11 @@
|
|
|
5675
5675
|
"overloadedDeclarations": [
|
|
5676
5676
|
null
|
|
5677
5677
|
],
|
|
5678
|
-
"referencedDeclaration":
|
|
5678
|
+
"referencedDeclaration": 11956,
|
|
5679
5679
|
"type": "address",
|
|
5680
5680
|
"value": "_security"
|
|
5681
5681
|
},
|
|
5682
|
-
"id":
|
|
5682
|
+
"id": 12004,
|
|
5683
5683
|
"name": "Identifier",
|
|
5684
5684
|
"src": "2038:9:33"
|
|
5685
5685
|
},
|
|
@@ -5689,11 +5689,11 @@
|
|
|
5689
5689
|
"overloadedDeclarations": [
|
|
5690
5690
|
null
|
|
5691
5691
|
],
|
|
5692
|
-
"referencedDeclaration":
|
|
5692
|
+
"referencedDeclaration": 11958,
|
|
5693
5693
|
"type": "address",
|
|
5694
5694
|
"value": "_cash"
|
|
5695
5695
|
},
|
|
5696
|
-
"id":
|
|
5696
|
+
"id": 12005,
|
|
5697
5697
|
"name": "Identifier",
|
|
5698
5698
|
"src": "2049:5:33"
|
|
5699
5699
|
},
|
|
@@ -5703,11 +5703,11 @@
|
|
|
5703
5703
|
"overloadedDeclarations": [
|
|
5704
5704
|
null
|
|
5705
5705
|
],
|
|
5706
|
-
"referencedDeclaration":
|
|
5706
|
+
"referencedDeclaration": 11857,
|
|
5707
5707
|
"type": "address",
|
|
5708
5708
|
"value": "_trade"
|
|
5709
5709
|
},
|
|
5710
|
-
"id":
|
|
5710
|
+
"id": 12006,
|
|
5711
5711
|
"name": "Identifier",
|
|
5712
5712
|
"src": "2056:6:33"
|
|
5713
5713
|
},
|
|
@@ -5717,11 +5717,11 @@
|
|
|
5717
5717
|
"overloadedDeclarations": [
|
|
5718
5718
|
null
|
|
5719
5719
|
],
|
|
5720
|
-
"referencedDeclaration":
|
|
5720
|
+
"referencedDeclaration": 11859,
|
|
5721
5721
|
"type": "address",
|
|
5722
5722
|
"value": "_posttrade"
|
|
5723
5723
|
},
|
|
5724
|
-
"id":
|
|
5724
|
+
"id": 12007,
|
|
5725
5725
|
"name": "Identifier",
|
|
5726
5726
|
"src": "2064:10:33"
|
|
5727
5727
|
},
|
|
@@ -5731,11 +5731,11 @@
|
|
|
5731
5731
|
"overloadedDeclarations": [
|
|
5732
5732
|
null
|
|
5733
5733
|
],
|
|
5734
|
-
"referencedDeclaration":
|
|
5734
|
+
"referencedDeclaration": 11962,
|
|
5735
5735
|
"type": "bytes32",
|
|
5736
5736
|
"value": "_settlementType"
|
|
5737
5737
|
},
|
|
5738
|
-
"id":
|
|
5738
|
+
"id": 12008,
|
|
5739
5739
|
"name": "Identifier",
|
|
5740
5740
|
"src": "2076:15:33"
|
|
5741
5741
|
},
|
|
@@ -5745,28 +5745,28 @@
|
|
|
5745
5745
|
"overloadedDeclarations": [
|
|
5746
5746
|
null
|
|
5747
5747
|
],
|
|
5748
|
-
"referencedDeclaration":
|
|
5748
|
+
"referencedDeclaration": 11853,
|
|
5749
5749
|
"type": "address",
|
|
5750
5750
|
"value": "via"
|
|
5751
5751
|
},
|
|
5752
|
-
"id":
|
|
5752
|
+
"id": 12009,
|
|
5753
5753
|
"name": "Identifier",
|
|
5754
5754
|
"src": "2092:3:33"
|
|
5755
5755
|
}
|
|
5756
5756
|
],
|
|
5757
|
-
"id":
|
|
5757
|
+
"id": 12010,
|
|
5758
5758
|
"name": "FunctionCall",
|
|
5759
5759
|
"src": "1951:145:33"
|
|
5760
5760
|
}
|
|
5761
5761
|
],
|
|
5762
|
-
"id":
|
|
5762
|
+
"id": 12011,
|
|
5763
5763
|
"name": "VariableDeclarationStatement",
|
|
5764
5764
|
"src": "1927:169:33"
|
|
5765
5765
|
},
|
|
5766
5766
|
{
|
|
5767
5767
|
"attributes": {
|
|
5768
5768
|
"assignments": [
|
|
5769
|
-
|
|
5769
|
+
12013
|
|
5770
5770
|
]
|
|
5771
5771
|
},
|
|
5772
5772
|
"children": [
|
|
@@ -5774,7 +5774,7 @@
|
|
|
5774
5774
|
"attributes": {
|
|
5775
5775
|
"constant": false,
|
|
5776
5776
|
"name": "_pair",
|
|
5777
|
-
"scope":
|
|
5777
|
+
"scope": 12039,
|
|
5778
5778
|
"stateVariable": false,
|
|
5779
5779
|
"storageLocation": "default",
|
|
5780
5780
|
"type": "address",
|
|
@@ -5788,12 +5788,12 @@
|
|
|
5788
5788
|
"stateMutability": "nonpayable",
|
|
5789
5789
|
"type": "address"
|
|
5790
5790
|
},
|
|
5791
|
-
"id":
|
|
5791
|
+
"id": 12012,
|
|
5792
5792
|
"name": "ElementaryTypeName",
|
|
5793
5793
|
"src": "2113:7:33"
|
|
5794
5794
|
}
|
|
5795
5795
|
],
|
|
5796
|
-
"id":
|
|
5796
|
+
"id": 12013,
|
|
5797
5797
|
"name": "VariableDeclaration",
|
|
5798
5798
|
"src": "2113:13:33"
|
|
5799
5799
|
},
|
|
@@ -5831,7 +5831,7 @@
|
|
|
5831
5831
|
"type": "function (address,bytes memory) returns (address)",
|
|
5832
5832
|
"value": "deployMinimal"
|
|
5833
5833
|
},
|
|
5834
|
-
"id":
|
|
5834
|
+
"id": 12014,
|
|
5835
5835
|
"name": "Identifier",
|
|
5836
5836
|
"src": "2129:13:33"
|
|
5837
5837
|
},
|
|
@@ -5841,11 +5841,11 @@
|
|
|
5841
5841
|
"overloadedDeclarations": [
|
|
5842
5842
|
null
|
|
5843
5843
|
],
|
|
5844
|
-
"referencedDeclaration":
|
|
5844
|
+
"referencedDeclaration": 11855,
|
|
5845
5845
|
"type": "address",
|
|
5846
5846
|
"value": "_pool"
|
|
5847
5847
|
},
|
|
5848
|
-
"id":
|
|
5848
|
+
"id": 12015,
|
|
5849
5849
|
"name": "Identifier",
|
|
5850
5850
|
"src": "2143:5:33"
|
|
5851
5851
|
},
|
|
@@ -5855,21 +5855,21 @@
|
|
|
5855
5855
|
"overloadedDeclarations": [
|
|
5856
5856
|
null
|
|
5857
5857
|
],
|
|
5858
|
-
"referencedDeclaration":
|
|
5858
|
+
"referencedDeclaration": 12000,
|
|
5859
5859
|
"type": "bytes memory",
|
|
5860
5860
|
"value": "_payload"
|
|
5861
5861
|
},
|
|
5862
|
-
"id":
|
|
5862
|
+
"id": 12016,
|
|
5863
5863
|
"name": "Identifier",
|
|
5864
5864
|
"src": "2150:8:33"
|
|
5865
5865
|
}
|
|
5866
5866
|
],
|
|
5867
|
-
"id":
|
|
5867
|
+
"id": 12017,
|
|
5868
5868
|
"name": "FunctionCall",
|
|
5869
5869
|
"src": "2129:30:33"
|
|
5870
5870
|
}
|
|
5871
5871
|
],
|
|
5872
|
-
"id":
|
|
5872
|
+
"id": 12018,
|
|
5873
5873
|
"name": "VariableDeclarationStatement",
|
|
5874
5874
|
"src": "2113:46:33"
|
|
5875
5875
|
},
|
|
@@ -5909,11 +5909,11 @@
|
|
|
5909
5909
|
"overloadedDeclarations": [
|
|
5910
5910
|
null
|
|
5911
5911
|
],
|
|
5912
|
-
"referencedDeclaration":
|
|
5912
|
+
"referencedDeclaration": 11851,
|
|
5913
5913
|
"type": "function (address,address,address)",
|
|
5914
5914
|
"value": "PoolCreated"
|
|
5915
5915
|
},
|
|
5916
|
-
"id":
|
|
5916
|
+
"id": 12019,
|
|
5917
5917
|
"name": "Identifier",
|
|
5918
5918
|
"src": "2179:11:33"
|
|
5919
5919
|
},
|
|
@@ -5923,11 +5923,11 @@
|
|
|
5923
5923
|
"overloadedDeclarations": [
|
|
5924
5924
|
null
|
|
5925
5925
|
],
|
|
5926
|
-
"referencedDeclaration":
|
|
5926
|
+
"referencedDeclaration": 12013,
|
|
5927
5927
|
"type": "address",
|
|
5928
5928
|
"value": "_pair"
|
|
5929
5929
|
},
|
|
5930
|
-
"id":
|
|
5930
|
+
"id": 12020,
|
|
5931
5931
|
"name": "Identifier",
|
|
5932
5932
|
"src": "2191:5:33"
|
|
5933
5933
|
},
|
|
@@ -5937,11 +5937,11 @@
|
|
|
5937
5937
|
"overloadedDeclarations": [
|
|
5938
5938
|
null
|
|
5939
5939
|
],
|
|
5940
|
-
"referencedDeclaration":
|
|
5940
|
+
"referencedDeclaration": 11956,
|
|
5941
5941
|
"type": "address",
|
|
5942
5942
|
"value": "_security"
|
|
5943
5943
|
},
|
|
5944
|
-
"id":
|
|
5944
|
+
"id": 12021,
|
|
5945
5945
|
"name": "Identifier",
|
|
5946
5946
|
"src": "2198:9:33"
|
|
5947
5947
|
},
|
|
@@ -5951,21 +5951,21 @@
|
|
|
5951
5951
|
"overloadedDeclarations": [
|
|
5952
5952
|
null
|
|
5953
5953
|
],
|
|
5954
|
-
"referencedDeclaration":
|
|
5954
|
+
"referencedDeclaration": 11958,
|
|
5955
5955
|
"type": "address",
|
|
5956
5956
|
"value": "_cash"
|
|
5957
5957
|
},
|
|
5958
|
-
"id":
|
|
5958
|
+
"id": 12022,
|
|
5959
5959
|
"name": "Identifier",
|
|
5960
5960
|
"src": "2209:5:33"
|
|
5961
5961
|
}
|
|
5962
5962
|
],
|
|
5963
|
-
"id":
|
|
5963
|
+
"id": 12023,
|
|
5964
5964
|
"name": "FunctionCall",
|
|
5965
5965
|
"src": "2179:36:33"
|
|
5966
5966
|
}
|
|
5967
5967
|
],
|
|
5968
|
-
"id":
|
|
5968
|
+
"id": 12024,
|
|
5969
5969
|
"name": "EmitStatement",
|
|
5970
5970
|
"src": "2174:41:33"
|
|
5971
5971
|
},
|
|
@@ -6009,16 +6009,16 @@
|
|
|
6009
6009
|
"overloadedDeclarations": [
|
|
6010
6010
|
null
|
|
6011
6011
|
],
|
|
6012
|
-
"referencedDeclaration":
|
|
6012
|
+
"referencedDeclaration": 11864,
|
|
6013
6013
|
"type": "address[] storage ref",
|
|
6014
6014
|
"value": "pairs"
|
|
6015
6015
|
},
|
|
6016
|
-
"id":
|
|
6016
|
+
"id": 12025,
|
|
6017
6017
|
"name": "Identifier",
|
|
6018
6018
|
"src": "2244:5:33"
|
|
6019
6019
|
}
|
|
6020
6020
|
],
|
|
6021
|
-
"id":
|
|
6021
|
+
"id": 12027,
|
|
6022
6022
|
"name": "MemberAccess",
|
|
6023
6023
|
"src": "2244:10:33"
|
|
6024
6024
|
},
|
|
@@ -6028,21 +6028,21 @@
|
|
|
6028
6028
|
"overloadedDeclarations": [
|
|
6029
6029
|
null
|
|
6030
6030
|
],
|
|
6031
|
-
"referencedDeclaration":
|
|
6031
|
+
"referencedDeclaration": 12013,
|
|
6032
6032
|
"type": "address",
|
|
6033
6033
|
"value": "_pair"
|
|
6034
6034
|
},
|
|
6035
|
-
"id":
|
|
6035
|
+
"id": 12028,
|
|
6036
6036
|
"name": "Identifier",
|
|
6037
6037
|
"src": "2255:5:33"
|
|
6038
6038
|
}
|
|
6039
6039
|
],
|
|
6040
|
-
"id":
|
|
6040
|
+
"id": 12029,
|
|
6041
6041
|
"name": "FunctionCall",
|
|
6042
6042
|
"src": "2244:17:33"
|
|
6043
6043
|
}
|
|
6044
6044
|
],
|
|
6045
|
-
"id":
|
|
6045
|
+
"id": 12030,
|
|
6046
6046
|
"name": "ExpressionStatement",
|
|
6047
6047
|
"src": "2244:17:33"
|
|
6048
6048
|
},
|
|
@@ -6085,11 +6085,11 @@
|
|
|
6085
6085
|
"overloadedDeclarations": [
|
|
6086
6086
|
null
|
|
6087
6087
|
],
|
|
6088
|
-
"referencedDeclaration":
|
|
6088
|
+
"referencedDeclaration": 11843,
|
|
6089
6089
|
"type": "mapping(address => mapping(address => address))",
|
|
6090
6090
|
"value": "pool"
|
|
6091
6091
|
},
|
|
6092
|
-
"id":
|
|
6092
|
+
"id": 12031,
|
|
6093
6093
|
"name": "Identifier",
|
|
6094
6094
|
"src": "2276:4:33"
|
|
6095
6095
|
},
|
|
@@ -6099,16 +6099,16 @@
|
|
|
6099
6099
|
"overloadedDeclarations": [
|
|
6100
6100
|
null
|
|
6101
6101
|
],
|
|
6102
|
-
"referencedDeclaration":
|
|
6102
|
+
"referencedDeclaration": 11956,
|
|
6103
6103
|
"type": "address",
|
|
6104
6104
|
"value": "_security"
|
|
6105
6105
|
},
|
|
6106
|
-
"id":
|
|
6106
|
+
"id": 12032,
|
|
6107
6107
|
"name": "Identifier",
|
|
6108
6108
|
"src": "2281:9:33"
|
|
6109
6109
|
}
|
|
6110
6110
|
],
|
|
6111
|
-
"id":
|
|
6111
|
+
"id": 12034,
|
|
6112
6112
|
"name": "IndexAccess",
|
|
6113
6113
|
"src": "2276:15:33"
|
|
6114
6114
|
},
|
|
@@ -6118,16 +6118,16 @@
|
|
|
6118
6118
|
"overloadedDeclarations": [
|
|
6119
6119
|
null
|
|
6120
6120
|
],
|
|
6121
|
-
"referencedDeclaration":
|
|
6121
|
+
"referencedDeclaration": 11958,
|
|
6122
6122
|
"type": "address",
|
|
6123
6123
|
"value": "_cash"
|
|
6124
6124
|
},
|
|
6125
|
-
"id":
|
|
6125
|
+
"id": 12033,
|
|
6126
6126
|
"name": "Identifier",
|
|
6127
6127
|
"src": "2292:5:33"
|
|
6128
6128
|
}
|
|
6129
6129
|
],
|
|
6130
|
-
"id":
|
|
6130
|
+
"id": 12035,
|
|
6131
6131
|
"name": "IndexAccess",
|
|
6132
6132
|
"src": "2276:22:33"
|
|
6133
6133
|
},
|
|
@@ -6137,51 +6137,51 @@
|
|
|
6137
6137
|
"overloadedDeclarations": [
|
|
6138
6138
|
null
|
|
6139
6139
|
],
|
|
6140
|
-
"referencedDeclaration":
|
|
6140
|
+
"referencedDeclaration": 12013,
|
|
6141
6141
|
"type": "address",
|
|
6142
6142
|
"value": "_pair"
|
|
6143
6143
|
},
|
|
6144
|
-
"id":
|
|
6144
|
+
"id": 12036,
|
|
6145
6145
|
"name": "Identifier",
|
|
6146
6146
|
"src": "2299:5:33"
|
|
6147
6147
|
}
|
|
6148
6148
|
],
|
|
6149
|
-
"id":
|
|
6149
|
+
"id": 12037,
|
|
6150
6150
|
"name": "Assignment",
|
|
6151
6151
|
"src": "2276:28:33"
|
|
6152
6152
|
}
|
|
6153
6153
|
],
|
|
6154
|
-
"id":
|
|
6154
|
+
"id": 12038,
|
|
6155
6155
|
"name": "ExpressionStatement",
|
|
6156
6156
|
"src": "2276:28:33"
|
|
6157
6157
|
}
|
|
6158
6158
|
],
|
|
6159
|
-
"id":
|
|
6159
|
+
"id": 12039,
|
|
6160
6160
|
"name": "Block",
|
|
6161
6161
|
"src": "1912:404:33"
|
|
6162
6162
|
}
|
|
6163
6163
|
],
|
|
6164
|
-
"id":
|
|
6164
|
+
"id": 12040,
|
|
6165
6165
|
"name": "IfStatement",
|
|
6166
6166
|
"src": "1872:444:33"
|
|
6167
6167
|
}
|
|
6168
6168
|
],
|
|
6169
|
-
"id":
|
|
6169
|
+
"id": 12041,
|
|
6170
6170
|
"name": "Block",
|
|
6171
6171
|
"src": "1699:624:33"
|
|
6172
6172
|
}
|
|
6173
6173
|
],
|
|
6174
|
-
"id":
|
|
6174
|
+
"id": 12042,
|
|
6175
6175
|
"name": "FunctionDefinition",
|
|
6176
6176
|
"src": "1592:731:33"
|
|
6177
6177
|
}
|
|
6178
6178
|
],
|
|
6179
|
-
"id":
|
|
6179
|
+
"id": 12043,
|
|
6180
6180
|
"name": "ContractDefinition",
|
|
6181
6181
|
"src": "386:1946:33"
|
|
6182
6182
|
}
|
|
6183
6183
|
],
|
|
6184
|
-
"id":
|
|
6184
|
+
"id": 12044,
|
|
6185
6185
|
"name": "SourceUnit",
|
|
6186
6186
|
"src": "53:2279:33"
|
|
6187
6187
|
},
|
|
@@ -6193,12 +6193,12 @@
|
|
|
6193
6193
|
"3": {
|
|
6194
6194
|
"events": {},
|
|
6195
6195
|
"links": {},
|
|
6196
|
-
"address": "
|
|
6197
|
-
"transactionHash": "
|
|
6196
|
+
"address": "0x1a124dAF4bD0C8bC482b8Cb34511B672E16cdcDc",
|
|
6197
|
+
"transactionHash": "0xf866c2fe644ab90c19dbfbfa5608236a5e9bd2efad00e8475b072ae3e293006e"
|
|
6198
6198
|
}
|
|
6199
6199
|
},
|
|
6200
6200
|
"schemaVersion": "3.4.3",
|
|
6201
|
-
"updatedAt": "
|
|
6201
|
+
"updatedAt": "2022-01-15T14:16:16.445Z",
|
|
6202
6202
|
"networkType": "ethereum",
|
|
6203
6203
|
"devdoc": {
|
|
6204
6204
|
"methods": {}
|