@verified-network/verified-sdk 0.7.4 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abi/assetmanager/BalancerManager.json +21075 -14455
- package/dist/abi/deposits/L1Bond.json +20192 -0
- package/dist/abi/deposits/L1Cash.json +43651 -0
- package/dist/abi/deposits/L1Factory.json +6846 -0
- package/dist/abi/deposits/L1Rates.json +13420 -0
- package/dist/abi/deposits/L1Security.json +7297 -0
- package/dist/abi/liquidity/Distribution.json +4 -4
- package/dist/abi/liquidity/Liquidity.json +4 -4
- package/dist/abi/securities/Bonds.json +663 -663
- package/dist/abi/securities/Products.json +2690 -2690
- package/dist/abi/securities/Stocks.json +5100 -6620
- package/dist/abi/trades/OrderPool.json +14590 -13702
- package/dist/abi/trades/PoolFactory.json +671 -671
- package/dist/abi/trades/PostTrade.json +35 -35
- package/dist/abi/trades/PreTrade.json +139 -139
- package/dist/abi/trades/SecuritiesRegistry.json +2206 -2206
- package/dist/abi/trades/Security.json +798 -798
- package/dist/abi/trades/Trade.json +91 -91
- package/dist/contract/public/bond/index.js +68 -0
- package/dist/contract/public/cash/index.js +19 -7
- package/dist/contract/public/factory/index.js +62 -0
- package/dist/contract/public/rates/index.js +3 -3
- package/dist/contract/public/security/index.js +27 -0
- package/dist/contractAddress/index.js +29 -29
- package/dist/index.js +11 -3
- package/package.json +1 -1
|
@@ -296,14 +296,14 @@
|
|
|
296
296
|
"absolutePath": "project:/contracts/pool/PoolFactory.sol",
|
|
297
297
|
"exportedSymbols": {
|
|
298
298
|
"PoolFactory": [
|
|
299
|
-
|
|
299
|
+
13430
|
|
300
300
|
]
|
|
301
301
|
},
|
|
302
|
-
"id":
|
|
302
|
+
"id": 13431,
|
|
303
303
|
"nodeType": "SourceUnit",
|
|
304
304
|
"nodes": [
|
|
305
305
|
{
|
|
306
|
-
"id":
|
|
306
|
+
"id": 13208,
|
|
307
307
|
"literals": [
|
|
308
308
|
"solidity",
|
|
309
309
|
"0.5",
|
|
@@ -315,9 +315,9 @@
|
|
|
315
315
|
{
|
|
316
316
|
"absolutePath": "@openzeppelin/upgrades/contracts/Initializable.sol",
|
|
317
317
|
"file": "@openzeppelin/upgrades/contracts/Initializable.sol",
|
|
318
|
-
"id":
|
|
318
|
+
"id": 13209,
|
|
319
319
|
"nodeType": "ImportDirective",
|
|
320
|
-
"scope":
|
|
320
|
+
"scope": 13431,
|
|
321
321
|
"sourceUnit": 891,
|
|
322
322
|
"src": "79:60:35",
|
|
323
323
|
"symbolAliases": [],
|
|
@@ -326,9 +326,9 @@
|
|
|
326
326
|
{
|
|
327
327
|
"absolutePath": "@openzeppelin/upgrades/contracts/upgradeability/ProxyFactory.sol",
|
|
328
328
|
"file": "@openzeppelin/upgrades/contracts/upgradeability/ProxyFactory.sol",
|
|
329
|
-
"id":
|
|
329
|
+
"id": 13210,
|
|
330
330
|
"nodeType": "ImportDirective",
|
|
331
|
-
"scope":
|
|
331
|
+
"scope": 13431,
|
|
332
332
|
"sourceUnit": 1637,
|
|
333
333
|
"src": "141:74:35",
|
|
334
334
|
"symbolAliases": [],
|
|
@@ -337,9 +337,9 @@
|
|
|
337
337
|
{
|
|
338
338
|
"absolutePath": "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol",
|
|
339
339
|
"file": "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol",
|
|
340
|
-
"id":
|
|
340
|
+
"id": 13211,
|
|
341
341
|
"nodeType": "ImportDirective",
|
|
342
|
-
"scope":
|
|
342
|
+
"scope": 13431,
|
|
343
343
|
"sourceUnit": 822,
|
|
344
344
|
"src": "217:83:35",
|
|
345
345
|
"symbolAliases": [],
|
|
@@ -348,9 +348,9 @@
|
|
|
348
348
|
{
|
|
349
349
|
"absolutePath": "project:/contracts/interfaces/IPoolFactory.sol",
|
|
350
350
|
"file": "../interfaces/IPoolFactory.sol",
|
|
351
|
-
"id":
|
|
351
|
+
"id": 13212,
|
|
352
352
|
"nodeType": "ImportDirective",
|
|
353
|
-
"scope":
|
|
353
|
+
"scope": 13431,
|
|
354
354
|
"sourceUnit": 9926,
|
|
355
355
|
"src": "302:40:35",
|
|
356
356
|
"symbolAliases": [],
|
|
@@ -359,9 +359,9 @@
|
|
|
359
359
|
{
|
|
360
360
|
"absolutePath": "project:/contracts/interfaces/ViaFactory.sol",
|
|
361
361
|
"file": "../interfaces/ViaFactory.sol",
|
|
362
|
-
"id":
|
|
362
|
+
"id": 13213,
|
|
363
363
|
"nodeType": "ImportDirective",
|
|
364
|
-
"scope":
|
|
364
|
+
"scope": 13431,
|
|
365
365
|
"sourceUnit": 11065,
|
|
366
366
|
"src": "344:38:35",
|
|
367
367
|
"symbolAliases": [],
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"arguments": null,
|
|
374
374
|
"baseName": {
|
|
375
375
|
"contractScope": null,
|
|
376
|
-
"id":
|
|
376
|
+
"id": 13214,
|
|
377
377
|
"name": "Initializable",
|
|
378
378
|
"nodeType": "UserDefinedTypeName",
|
|
379
379
|
"referencedDeclaration": 890,
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"typeString": "contract Initializable"
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
|
-
"id":
|
|
386
|
+
"id": 13215,
|
|
387
387
|
"nodeType": "InheritanceSpecifier",
|
|
388
388
|
"src": "410:13:35"
|
|
389
389
|
},
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"arguments": null,
|
|
392
392
|
"baseName": {
|
|
393
393
|
"contractScope": null,
|
|
394
|
-
"id":
|
|
394
|
+
"id": 13216,
|
|
395
395
|
"name": "ProxyFactory",
|
|
396
396
|
"nodeType": "UserDefinedTypeName",
|
|
397
397
|
"referencedDeclaration": 1636,
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
"typeString": "contract ProxyFactory"
|
|
402
402
|
}
|
|
403
403
|
},
|
|
404
|
-
"id":
|
|
404
|
+
"id": 13217,
|
|
405
405
|
"nodeType": "InheritanceSpecifier",
|
|
406
406
|
"src": "425:12:35"
|
|
407
407
|
},
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"arguments": null,
|
|
410
410
|
"baseName": {
|
|
411
411
|
"contractScope": null,
|
|
412
|
-
"id":
|
|
412
|
+
"id": 13218,
|
|
413
413
|
"name": "IPoolFactory",
|
|
414
414
|
"nodeType": "UserDefinedTypeName",
|
|
415
415
|
"referencedDeclaration": 9925,
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"typeString": "contract IPoolFactory"
|
|
420
420
|
}
|
|
421
421
|
},
|
|
422
|
-
"id":
|
|
422
|
+
"id": 13219,
|
|
423
423
|
"nodeType": "InheritanceSpecifier",
|
|
424
424
|
"src": "439:12:35"
|
|
425
425
|
}
|
|
@@ -432,9 +432,9 @@
|
|
|
432
432
|
"contractKind": "contract",
|
|
433
433
|
"documentation": null,
|
|
434
434
|
"fullyImplemented": true,
|
|
435
|
-
"id":
|
|
435
|
+
"id": 13430,
|
|
436
436
|
"linearizedBaseContracts": [
|
|
437
|
-
|
|
437
|
+
13430,
|
|
438
438
|
9925,
|
|
439
439
|
1636,
|
|
440
440
|
890
|
|
@@ -444,10 +444,10 @@
|
|
|
444
444
|
"nodes": [
|
|
445
445
|
{
|
|
446
446
|
"constant": false,
|
|
447
|
-
"id":
|
|
447
|
+
"id": 13225,
|
|
448
448
|
"name": "pool",
|
|
449
449
|
"nodeType": "VariableDeclaration",
|
|
450
|
-
"scope":
|
|
450
|
+
"scope": 13430,
|
|
451
451
|
"src": "503:60:35",
|
|
452
452
|
"stateVariable": true,
|
|
453
453
|
"storageLocation": "default",
|
|
@@ -456,9 +456,9 @@
|
|
|
456
456
|
"typeString": "mapping(address => mapping(address => address))"
|
|
457
457
|
},
|
|
458
458
|
"typeName": {
|
|
459
|
-
"id":
|
|
459
|
+
"id": 13224,
|
|
460
460
|
"keyType": {
|
|
461
|
-
"id":
|
|
461
|
+
"id": 13220,
|
|
462
462
|
"name": "address",
|
|
463
463
|
"nodeType": "ElementaryTypeName",
|
|
464
464
|
"src": "511:7:35",
|
|
@@ -474,9 +474,9 @@
|
|
|
474
474
|
"typeString": "mapping(address => mapping(address => address))"
|
|
475
475
|
},
|
|
476
476
|
"valueType": {
|
|
477
|
-
"id":
|
|
477
|
+
"id": 13223,
|
|
478
478
|
"keyType": {
|
|
479
|
-
"id":
|
|
479
|
+
"id": 13221,
|
|
480
480
|
"name": "address",
|
|
481
481
|
"nodeType": "ElementaryTypeName",
|
|
482
482
|
"src": "530:7:35",
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
"typeString": "mapping(address => address)"
|
|
493
493
|
},
|
|
494
494
|
"valueType": {
|
|
495
|
-
"id":
|
|
495
|
+
"id": 13222,
|
|
496
496
|
"name": "address",
|
|
497
497
|
"nodeType": "ElementaryTypeName",
|
|
498
498
|
"src": "541:7:35",
|
|
@@ -509,10 +509,10 @@
|
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
511
|
"constant": false,
|
|
512
|
-
"id":
|
|
512
|
+
"id": 13229,
|
|
513
513
|
"name": "pairs",
|
|
514
514
|
"nodeType": "VariableDeclaration",
|
|
515
|
-
"scope":
|
|
515
|
+
"scope": 13430,
|
|
516
516
|
"src": "594:38:35",
|
|
517
517
|
"stateVariable": true,
|
|
518
518
|
"storageLocation": "default",
|
|
@@ -521,9 +521,9 @@
|
|
|
521
521
|
"typeString": "mapping(address => bool)"
|
|
522
522
|
},
|
|
523
523
|
"typeName": {
|
|
524
|
-
"id":
|
|
524
|
+
"id": 13228,
|
|
525
525
|
"keyType": {
|
|
526
|
-
"id":
|
|
526
|
+
"id": 13226,
|
|
527
527
|
"name": "address",
|
|
528
528
|
"nodeType": "ElementaryTypeName",
|
|
529
529
|
"src": "602:7:35",
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"typeString": "mapping(address => bool)"
|
|
540
540
|
},
|
|
541
541
|
"valueType": {
|
|
542
|
-
"id":
|
|
542
|
+
"id": 13227,
|
|
543
543
|
"name": "bool",
|
|
544
544
|
"nodeType": "ElementaryTypeName",
|
|
545
545
|
"src": "613:4:35",
|
|
@@ -555,20 +555,20 @@
|
|
|
555
555
|
{
|
|
556
556
|
"anonymous": false,
|
|
557
557
|
"documentation": null,
|
|
558
|
-
"id":
|
|
558
|
+
"id": 13237,
|
|
559
559
|
"name": "PoolCreated",
|
|
560
560
|
"nodeType": "EventDefinition",
|
|
561
561
|
"parameters": {
|
|
562
|
-
"id":
|
|
562
|
+
"id": 13236,
|
|
563
563
|
"nodeType": "ParameterList",
|
|
564
564
|
"parameters": [
|
|
565
565
|
{
|
|
566
566
|
"constant": false,
|
|
567
|
-
"id":
|
|
567
|
+
"id": 13231,
|
|
568
568
|
"indexed": true,
|
|
569
569
|
"name": "pool",
|
|
570
570
|
"nodeType": "VariableDeclaration",
|
|
571
|
-
"scope":
|
|
571
|
+
"scope": 13237,
|
|
572
572
|
"src": "710:20:35",
|
|
573
573
|
"stateVariable": false,
|
|
574
574
|
"storageLocation": "default",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"typeString": "address"
|
|
578
578
|
},
|
|
579
579
|
"typeName": {
|
|
580
|
-
"id":
|
|
580
|
+
"id": 13230,
|
|
581
581
|
"name": "address",
|
|
582
582
|
"nodeType": "ElementaryTypeName",
|
|
583
583
|
"src": "710:7:35",
|
|
@@ -592,11 +592,11 @@
|
|
|
592
592
|
},
|
|
593
593
|
{
|
|
594
594
|
"constant": false,
|
|
595
|
-
"id":
|
|
595
|
+
"id": 13233,
|
|
596
596
|
"indexed": false,
|
|
597
597
|
"name": "security",
|
|
598
598
|
"nodeType": "VariableDeclaration",
|
|
599
|
-
"scope":
|
|
599
|
+
"scope": 13237,
|
|
600
600
|
"src": "732:16:35",
|
|
601
601
|
"stateVariable": false,
|
|
602
602
|
"storageLocation": "default",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"typeString": "address"
|
|
606
606
|
},
|
|
607
607
|
"typeName": {
|
|
608
|
-
"id":
|
|
608
|
+
"id": 13232,
|
|
609
609
|
"name": "address",
|
|
610
610
|
"nodeType": "ElementaryTypeName",
|
|
611
611
|
"src": "732:7:35",
|
|
@@ -620,11 +620,11 @@
|
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
"constant": false,
|
|
623
|
-
"id":
|
|
623
|
+
"id": 13235,
|
|
624
624
|
"indexed": false,
|
|
625
625
|
"name": "cash",
|
|
626
626
|
"nodeType": "VariableDeclaration",
|
|
627
|
-
"scope":
|
|
627
|
+
"scope": 13237,
|
|
628
628
|
"src": "750:12:35",
|
|
629
629
|
"stateVariable": false,
|
|
630
630
|
"storageLocation": "default",
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"typeString": "address"
|
|
634
634
|
},
|
|
635
635
|
"typeName": {
|
|
636
|
-
"id":
|
|
636
|
+
"id": 13234,
|
|
637
637
|
"name": "address",
|
|
638
638
|
"nodeType": "ElementaryTypeName",
|
|
639
639
|
"src": "750:7:35",
|
|
@@ -653,10 +653,10 @@
|
|
|
653
653
|
},
|
|
654
654
|
{
|
|
655
655
|
"constant": false,
|
|
656
|
-
"id":
|
|
656
|
+
"id": 13239,
|
|
657
657
|
"name": "via",
|
|
658
658
|
"nodeType": "VariableDeclaration",
|
|
659
|
-
"scope":
|
|
659
|
+
"scope": 13430,
|
|
660
660
|
"src": "772:19:35",
|
|
661
661
|
"stateVariable": true,
|
|
662
662
|
"storageLocation": "default",
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
"typeString": "address"
|
|
666
666
|
},
|
|
667
667
|
"typeName": {
|
|
668
|
-
"id":
|
|
668
|
+
"id": 13238,
|
|
669
669
|
"name": "address",
|
|
670
670
|
"nodeType": "ElementaryTypeName",
|
|
671
671
|
"src": "772:7:35",
|
|
@@ -680,10 +680,10 @@
|
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
682
|
"constant": false,
|
|
683
|
-
"id":
|
|
683
|
+
"id": 13241,
|
|
684
684
|
"name": "_pool",
|
|
685
685
|
"nodeType": "VariableDeclaration",
|
|
686
|
-
"scope":
|
|
686
|
+
"scope": 13430,
|
|
687
687
|
"src": "800:13:35",
|
|
688
688
|
"stateVariable": true,
|
|
689
689
|
"storageLocation": "default",
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
"typeString": "address"
|
|
693
693
|
},
|
|
694
694
|
"typeName": {
|
|
695
|
-
"id":
|
|
695
|
+
"id": 13240,
|
|
696
696
|
"name": "address",
|
|
697
697
|
"nodeType": "ElementaryTypeName",
|
|
698
698
|
"src": "800:7:35",
|
|
@@ -707,10 +707,10 @@
|
|
|
707
707
|
},
|
|
708
708
|
{
|
|
709
709
|
"constant": false,
|
|
710
|
-
"id":
|
|
710
|
+
"id": 13243,
|
|
711
711
|
"name": "_pretrade",
|
|
712
712
|
"nodeType": "VariableDeclaration",
|
|
713
|
-
"scope":
|
|
713
|
+
"scope": 13430,
|
|
714
714
|
"src": "820:17:35",
|
|
715
715
|
"stateVariable": true,
|
|
716
716
|
"storageLocation": "default",
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
"typeString": "address"
|
|
720
720
|
},
|
|
721
721
|
"typeName": {
|
|
722
|
-
"id":
|
|
722
|
+
"id": 13242,
|
|
723
723
|
"name": "address",
|
|
724
724
|
"nodeType": "ElementaryTypeName",
|
|
725
725
|
"src": "820:7:35",
|
|
@@ -734,10 +734,10 @@
|
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
736
|
"constant": false,
|
|
737
|
-
"id":
|
|
737
|
+
"id": 13245,
|
|
738
738
|
"name": "_trade",
|
|
739
739
|
"nodeType": "VariableDeclaration",
|
|
740
|
-
"scope":
|
|
740
|
+
"scope": 13430,
|
|
741
741
|
"src": "844:14:35",
|
|
742
742
|
"stateVariable": true,
|
|
743
743
|
"storageLocation": "default",
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
"typeString": "address"
|
|
747
747
|
},
|
|
748
748
|
"typeName": {
|
|
749
|
-
"id":
|
|
749
|
+
"id": 13244,
|
|
750
750
|
"name": "address",
|
|
751
751
|
"nodeType": "ElementaryTypeName",
|
|
752
752
|
"src": "844:7:35",
|
|
@@ -761,10 +761,10 @@
|
|
|
761
761
|
},
|
|
762
762
|
{
|
|
763
763
|
"constant": false,
|
|
764
|
-
"id":
|
|
764
|
+
"id": 13247,
|
|
765
765
|
"name": "_posttrade",
|
|
766
766
|
"nodeType": "VariableDeclaration",
|
|
767
|
-
"scope":
|
|
767
|
+
"scope": 13430,
|
|
768
768
|
"src": "865:18:35",
|
|
769
769
|
"stateVariable": true,
|
|
770
770
|
"storageLocation": "default",
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
"typeString": "address"
|
|
774
774
|
},
|
|
775
775
|
"typeName": {
|
|
776
|
-
"id":
|
|
776
|
+
"id": 13246,
|
|
777
777
|
"name": "address",
|
|
778
778
|
"nodeType": "ElementaryTypeName",
|
|
779
779
|
"src": "865:7:35",
|
|
@@ -788,10 +788,10 @@
|
|
|
788
788
|
},
|
|
789
789
|
{
|
|
790
790
|
"constant": false,
|
|
791
|
-
"id":
|
|
791
|
+
"id": 13249,
|
|
792
792
|
"name": "_registry",
|
|
793
793
|
"nodeType": "VariableDeclaration",
|
|
794
|
-
"scope":
|
|
794
|
+
"scope": 13430,
|
|
795
795
|
"src": "890:17:35",
|
|
796
796
|
"stateVariable": true,
|
|
797
797
|
"storageLocation": "default",
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
"typeString": "address"
|
|
801
801
|
},
|
|
802
802
|
"typeName": {
|
|
803
|
-
"id":
|
|
803
|
+
"id": 13248,
|
|
804
804
|
"name": "address",
|
|
805
805
|
"nodeType": "ElementaryTypeName",
|
|
806
806
|
"src": "890:7:35",
|
|
@@ -815,10 +815,10 @@
|
|
|
815
815
|
},
|
|
816
816
|
{
|
|
817
817
|
"constant": false,
|
|
818
|
-
"id":
|
|
818
|
+
"id": 13251,
|
|
819
819
|
"name": "_owner",
|
|
820
820
|
"nodeType": "VariableDeclaration",
|
|
821
|
-
"scope":
|
|
821
|
+
"scope": 13430,
|
|
822
822
|
"src": "914:14:35",
|
|
823
823
|
"stateVariable": true,
|
|
824
824
|
"storageLocation": "default",
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
"typeString": "address"
|
|
828
828
|
},
|
|
829
829
|
"typeName": {
|
|
830
|
-
"id":
|
|
830
|
+
"id": 13250,
|
|
831
831
|
"name": "address",
|
|
832
832
|
"nodeType": "ElementaryTypeName",
|
|
833
833
|
"src": "914:7:35",
|
|
@@ -842,25 +842,25 @@
|
|
|
842
842
|
},
|
|
843
843
|
{
|
|
844
844
|
"body": {
|
|
845
|
-
"id":
|
|
845
|
+
"id": 13297,
|
|
846
846
|
"nodeType": "Block",
|
|
847
847
|
"src": "1124:253:35",
|
|
848
848
|
"statements": [
|
|
849
849
|
{
|
|
850
850
|
"expression": {
|
|
851
851
|
"argumentTypes": null,
|
|
852
|
-
"id":
|
|
852
|
+
"id": 13270,
|
|
853
853
|
"isConstant": false,
|
|
854
854
|
"isLValue": false,
|
|
855
855
|
"isPure": false,
|
|
856
856
|
"lValueRequested": false,
|
|
857
857
|
"leftHandSide": {
|
|
858
858
|
"argumentTypes": null,
|
|
859
|
-
"id":
|
|
859
|
+
"id": 13268,
|
|
860
860
|
"name": "via",
|
|
861
861
|
"nodeType": "Identifier",
|
|
862
862
|
"overloadedDeclarations": [],
|
|
863
|
-
"referencedDeclaration":
|
|
863
|
+
"referencedDeclaration": 13239,
|
|
864
864
|
"src": "1135:3:35",
|
|
865
865
|
"typeDescriptions": {
|
|
866
866
|
"typeIdentifier": "t_address",
|
|
@@ -871,11 +871,11 @@
|
|
|
871
871
|
"operator": "=",
|
|
872
872
|
"rightHandSide": {
|
|
873
873
|
"argumentTypes": null,
|
|
874
|
-
"id":
|
|
874
|
+
"id": 13269,
|
|
875
875
|
"name": "_viaFactory",
|
|
876
876
|
"nodeType": "Identifier",
|
|
877
877
|
"overloadedDeclarations": [],
|
|
878
|
-
"referencedDeclaration":
|
|
878
|
+
"referencedDeclaration": 13253,
|
|
879
879
|
"src": "1141:11:35",
|
|
880
880
|
"typeDescriptions": {
|
|
881
881
|
"typeIdentifier": "t_address",
|
|
@@ -888,25 +888,25 @@
|
|
|
888
888
|
"typeString": "address"
|
|
889
889
|
}
|
|
890
890
|
},
|
|
891
|
-
"id":
|
|
891
|
+
"id": 13271,
|
|
892
892
|
"nodeType": "ExpressionStatement",
|
|
893
893
|
"src": "1135:17:35"
|
|
894
894
|
},
|
|
895
895
|
{
|
|
896
896
|
"expression": {
|
|
897
897
|
"argumentTypes": null,
|
|
898
|
-
"id":
|
|
898
|
+
"id": 13274,
|
|
899
899
|
"isConstant": false,
|
|
900
900
|
"isLValue": false,
|
|
901
901
|
"isPure": false,
|
|
902
902
|
"lValueRequested": false,
|
|
903
903
|
"leftHandSide": {
|
|
904
904
|
"argumentTypes": null,
|
|
905
|
-
"id":
|
|
905
|
+
"id": 13272,
|
|
906
906
|
"name": "_pool",
|
|
907
907
|
"nodeType": "Identifier",
|
|
908
908
|
"overloadedDeclarations": [],
|
|
909
|
-
"referencedDeclaration":
|
|
909
|
+
"referencedDeclaration": 13241,
|
|
910
910
|
"src": "1163:5:35",
|
|
911
911
|
"typeDescriptions": {
|
|
912
912
|
"typeIdentifier": "t_address",
|
|
@@ -917,11 +917,11 @@
|
|
|
917
917
|
"operator": "=",
|
|
918
918
|
"rightHandSide": {
|
|
919
919
|
"argumentTypes": null,
|
|
920
|
-
"id":
|
|
920
|
+
"id": 13273,
|
|
921
921
|
"name": "_orderPool",
|
|
922
922
|
"nodeType": "Identifier",
|
|
923
923
|
"overloadedDeclarations": [],
|
|
924
|
-
"referencedDeclaration":
|
|
924
|
+
"referencedDeclaration": 13255,
|
|
925
925
|
"src": "1171:10:35",
|
|
926
926
|
"typeDescriptions": {
|
|
927
927
|
"typeIdentifier": "t_address",
|
|
@@ -934,25 +934,25 @@
|
|
|
934
934
|
"typeString": "address"
|
|
935
935
|
}
|
|
936
936
|
},
|
|
937
|
-
"id":
|
|
937
|
+
"id": 13275,
|
|
938
938
|
"nodeType": "ExpressionStatement",
|
|
939
939
|
"src": "1163:18:35"
|
|
940
940
|
},
|
|
941
941
|
{
|
|
942
942
|
"expression": {
|
|
943
943
|
"argumentTypes": null,
|
|
944
|
-
"id":
|
|
944
|
+
"id": 13278,
|
|
945
945
|
"isConstant": false,
|
|
946
946
|
"isLValue": false,
|
|
947
947
|
"isPure": false,
|
|
948
948
|
"lValueRequested": false,
|
|
949
949
|
"leftHandSide": {
|
|
950
950
|
"argumentTypes": null,
|
|
951
|
-
"id":
|
|
951
|
+
"id": 13276,
|
|
952
952
|
"name": "_pretrade",
|
|
953
953
|
"nodeType": "Identifier",
|
|
954
954
|
"overloadedDeclarations": [],
|
|
955
|
-
"referencedDeclaration":
|
|
955
|
+
"referencedDeclaration": 13243,
|
|
956
956
|
"src": "1192:9:35",
|
|
957
957
|
"typeDescriptions": {
|
|
958
958
|
"typeIdentifier": "t_address",
|
|
@@ -963,11 +963,11 @@
|
|
|
963
963
|
"operator": "=",
|
|
964
964
|
"rightHandSide": {
|
|
965
965
|
"argumentTypes": null,
|
|
966
|
-
"id":
|
|
966
|
+
"id": 13277,
|
|
967
967
|
"name": "_pretradeContract",
|
|
968
968
|
"nodeType": "Identifier",
|
|
969
969
|
"overloadedDeclarations": [],
|
|
970
|
-
"referencedDeclaration":
|
|
970
|
+
"referencedDeclaration": 13257,
|
|
971
971
|
"src": "1204:17:35",
|
|
972
972
|
"typeDescriptions": {
|
|
973
973
|
"typeIdentifier": "t_address",
|
|
@@ -980,25 +980,25 @@
|
|
|
980
980
|
"typeString": "address"
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
|
-
"id":
|
|
983
|
+
"id": 13279,
|
|
984
984
|
"nodeType": "ExpressionStatement",
|
|
985
985
|
"src": "1192:29:35"
|
|
986
986
|
},
|
|
987
987
|
{
|
|
988
988
|
"expression": {
|
|
989
989
|
"argumentTypes": null,
|
|
990
|
-
"id":
|
|
990
|
+
"id": 13282,
|
|
991
991
|
"isConstant": false,
|
|
992
992
|
"isLValue": false,
|
|
993
993
|
"isPure": false,
|
|
994
994
|
"lValueRequested": false,
|
|
995
995
|
"leftHandSide": {
|
|
996
996
|
"argumentTypes": null,
|
|
997
|
-
"id":
|
|
997
|
+
"id": 13280,
|
|
998
998
|
"name": "_trade",
|
|
999
999
|
"nodeType": "Identifier",
|
|
1000
1000
|
"overloadedDeclarations": [],
|
|
1001
|
-
"referencedDeclaration":
|
|
1001
|
+
"referencedDeclaration": 13245,
|
|
1002
1002
|
"src": "1232:6:35",
|
|
1003
1003
|
"typeDescriptions": {
|
|
1004
1004
|
"typeIdentifier": "t_address",
|
|
@@ -1009,11 +1009,11 @@
|
|
|
1009
1009
|
"operator": "=",
|
|
1010
1010
|
"rightHandSide": {
|
|
1011
1011
|
"argumentTypes": null,
|
|
1012
|
-
"id":
|
|
1012
|
+
"id": 13281,
|
|
1013
1013
|
"name": "_tradeContract",
|
|
1014
1014
|
"nodeType": "Identifier",
|
|
1015
1015
|
"overloadedDeclarations": [],
|
|
1016
|
-
"referencedDeclaration":
|
|
1016
|
+
"referencedDeclaration": 13259,
|
|
1017
1017
|
"src": "1241:14:35",
|
|
1018
1018
|
"typeDescriptions": {
|
|
1019
1019
|
"typeIdentifier": "t_address",
|
|
@@ -1026,25 +1026,25 @@
|
|
|
1026
1026
|
"typeString": "address"
|
|
1027
1027
|
}
|
|
1028
1028
|
},
|
|
1029
|
-
"id":
|
|
1029
|
+
"id": 13283,
|
|
1030
1030
|
"nodeType": "ExpressionStatement",
|
|
1031
1031
|
"src": "1232:23:35"
|
|
1032
1032
|
},
|
|
1033
1033
|
{
|
|
1034
1034
|
"expression": {
|
|
1035
1035
|
"argumentTypes": null,
|
|
1036
|
-
"id":
|
|
1036
|
+
"id": 13286,
|
|
1037
1037
|
"isConstant": false,
|
|
1038
1038
|
"isLValue": false,
|
|
1039
1039
|
"isPure": false,
|
|
1040
1040
|
"lValueRequested": false,
|
|
1041
1041
|
"leftHandSide": {
|
|
1042
1042
|
"argumentTypes": null,
|
|
1043
|
-
"id":
|
|
1043
|
+
"id": 13284,
|
|
1044
1044
|
"name": "_posttrade",
|
|
1045
1045
|
"nodeType": "Identifier",
|
|
1046
1046
|
"overloadedDeclarations": [],
|
|
1047
|
-
"referencedDeclaration":
|
|
1047
|
+
"referencedDeclaration": 13247,
|
|
1048
1048
|
"src": "1266:10:35",
|
|
1049
1049
|
"typeDescriptions": {
|
|
1050
1050
|
"typeIdentifier": "t_address",
|
|
@@ -1055,11 +1055,11 @@
|
|
|
1055
1055
|
"operator": "=",
|
|
1056
1056
|
"rightHandSide": {
|
|
1057
1057
|
"argumentTypes": null,
|
|
1058
|
-
"id":
|
|
1058
|
+
"id": 13285,
|
|
1059
1059
|
"name": "_posttradeContract",
|
|
1060
1060
|
"nodeType": "Identifier",
|
|
1061
1061
|
"overloadedDeclarations": [],
|
|
1062
|
-
"referencedDeclaration":
|
|
1062
|
+
"referencedDeclaration": 13261,
|
|
1063
1063
|
"src": "1279:18:35",
|
|
1064
1064
|
"typeDescriptions": {
|
|
1065
1065
|
"typeIdentifier": "t_address",
|
|
@@ -1072,25 +1072,25 @@
|
|
|
1072
1072
|
"typeString": "address"
|
|
1073
1073
|
}
|
|
1074
1074
|
},
|
|
1075
|
-
"id":
|
|
1075
|
+
"id": 13287,
|
|
1076
1076
|
"nodeType": "ExpressionStatement",
|
|
1077
1077
|
"src": "1266:31:35"
|
|
1078
1078
|
},
|
|
1079
1079
|
{
|
|
1080
1080
|
"expression": {
|
|
1081
1081
|
"argumentTypes": null,
|
|
1082
|
-
"id":
|
|
1082
|
+
"id": 13290,
|
|
1083
1083
|
"isConstant": false,
|
|
1084
1084
|
"isLValue": false,
|
|
1085
1085
|
"isPure": false,
|
|
1086
1086
|
"lValueRequested": false,
|
|
1087
1087
|
"leftHandSide": {
|
|
1088
1088
|
"argumentTypes": null,
|
|
1089
|
-
"id":
|
|
1089
|
+
"id": 13288,
|
|
1090
1090
|
"name": "_registry",
|
|
1091
1091
|
"nodeType": "Identifier",
|
|
1092
1092
|
"overloadedDeclarations": [],
|
|
1093
|
-
"referencedDeclaration":
|
|
1093
|
+
"referencedDeclaration": 13249,
|
|
1094
1094
|
"src": "1308:9:35",
|
|
1095
1095
|
"typeDescriptions": {
|
|
1096
1096
|
"typeIdentifier": "t_address",
|
|
@@ -1101,11 +1101,11 @@
|
|
|
1101
1101
|
"operator": "=",
|
|
1102
1102
|
"rightHandSide": {
|
|
1103
1103
|
"argumentTypes": null,
|
|
1104
|
-
"id":
|
|
1104
|
+
"id": 13289,
|
|
1105
1105
|
"name": "_securitiesRegistry",
|
|
1106
1106
|
"nodeType": "Identifier",
|
|
1107
1107
|
"overloadedDeclarations": [],
|
|
1108
|
-
"referencedDeclaration":
|
|
1108
|
+
"referencedDeclaration": 13263,
|
|
1109
1109
|
"src": "1320:19:35",
|
|
1110
1110
|
"typeDescriptions": {
|
|
1111
1111
|
"typeIdentifier": "t_address",
|
|
@@ -1118,25 +1118,25 @@
|
|
|
1118
1118
|
"typeString": "address"
|
|
1119
1119
|
}
|
|
1120
1120
|
},
|
|
1121
|
-
"id":
|
|
1121
|
+
"id": 13291,
|
|
1122
1122
|
"nodeType": "ExpressionStatement",
|
|
1123
1123
|
"src": "1308:31:35"
|
|
1124
1124
|
},
|
|
1125
1125
|
{
|
|
1126
1126
|
"expression": {
|
|
1127
1127
|
"argumentTypes": null,
|
|
1128
|
-
"id":
|
|
1128
|
+
"id": 13295,
|
|
1129
1129
|
"isConstant": false,
|
|
1130
1130
|
"isLValue": false,
|
|
1131
1131
|
"isPure": false,
|
|
1132
1132
|
"lValueRequested": false,
|
|
1133
1133
|
"leftHandSide": {
|
|
1134
1134
|
"argumentTypes": null,
|
|
1135
|
-
"id":
|
|
1135
|
+
"id": 13292,
|
|
1136
1136
|
"name": "_owner",
|
|
1137
1137
|
"nodeType": "Identifier",
|
|
1138
1138
|
"overloadedDeclarations": [],
|
|
1139
|
-
"referencedDeclaration":
|
|
1139
|
+
"referencedDeclaration": 13251,
|
|
1140
1140
|
"src": "1350:6:35",
|
|
1141
1141
|
"typeDescriptions": {
|
|
1142
1142
|
"typeIdentifier": "t_address",
|
|
@@ -1149,18 +1149,18 @@
|
|
|
1149
1149
|
"argumentTypes": null,
|
|
1150
1150
|
"expression": {
|
|
1151
1151
|
"argumentTypes": null,
|
|
1152
|
-
"id":
|
|
1152
|
+
"id": 13293,
|
|
1153
1153
|
"name": "msg",
|
|
1154
1154
|
"nodeType": "Identifier",
|
|
1155
1155
|
"overloadedDeclarations": [],
|
|
1156
|
-
"referencedDeclaration":
|
|
1156
|
+
"referencedDeclaration": 14968,
|
|
1157
1157
|
"src": "1359:3:35",
|
|
1158
1158
|
"typeDescriptions": {
|
|
1159
1159
|
"typeIdentifier": "t_magic_message",
|
|
1160
1160
|
"typeString": "msg"
|
|
1161
1161
|
}
|
|
1162
1162
|
},
|
|
1163
|
-
"id":
|
|
1163
|
+
"id": 13294,
|
|
1164
1164
|
"isConstant": false,
|
|
1165
1165
|
"isLValue": false,
|
|
1166
1166
|
"isPure": false,
|
|
@@ -1180,23 +1180,23 @@
|
|
|
1180
1180
|
"typeString": "address"
|
|
1181
1181
|
}
|
|
1182
1182
|
},
|
|
1183
|
-
"id":
|
|
1183
|
+
"id": 13296,
|
|
1184
1184
|
"nodeType": "ExpressionStatement",
|
|
1185
1185
|
"src": "1350:19:35"
|
|
1186
1186
|
}
|
|
1187
1187
|
]
|
|
1188
1188
|
},
|
|
1189
1189
|
"documentation": null,
|
|
1190
|
-
"id":
|
|
1190
|
+
"id": 13298,
|
|
1191
1191
|
"implemented": true,
|
|
1192
1192
|
"kind": "function",
|
|
1193
1193
|
"modifiers": [
|
|
1194
1194
|
{
|
|
1195
1195
|
"arguments": null,
|
|
1196
|
-
"id":
|
|
1196
|
+
"id": 13266,
|
|
1197
1197
|
"modifierName": {
|
|
1198
1198
|
"argumentTypes": null,
|
|
1199
|
-
"id":
|
|
1199
|
+
"id": 13265,
|
|
1200
1200
|
"name": "initializer",
|
|
1201
1201
|
"nodeType": "Identifier",
|
|
1202
1202
|
"overloadedDeclarations": [],
|
|
@@ -1214,15 +1214,15 @@
|
|
|
1214
1214
|
"name": "initialize",
|
|
1215
1215
|
"nodeType": "FunctionDefinition",
|
|
1216
1216
|
"parameters": {
|
|
1217
|
-
"id":
|
|
1217
|
+
"id": 13264,
|
|
1218
1218
|
"nodeType": "ParameterList",
|
|
1219
1219
|
"parameters": [
|
|
1220
1220
|
{
|
|
1221
1221
|
"constant": false,
|
|
1222
|
-
"id":
|
|
1222
|
+
"id": 13253,
|
|
1223
1223
|
"name": "_viaFactory",
|
|
1224
1224
|
"nodeType": "VariableDeclaration",
|
|
1225
|
-
"scope":
|
|
1225
|
+
"scope": 13298,
|
|
1226
1226
|
"src": "957:19:35",
|
|
1227
1227
|
"stateVariable": false,
|
|
1228
1228
|
"storageLocation": "default",
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
"typeString": "address"
|
|
1232
1232
|
},
|
|
1233
1233
|
"typeName": {
|
|
1234
|
-
"id":
|
|
1234
|
+
"id": 13252,
|
|
1235
1235
|
"name": "address",
|
|
1236
1236
|
"nodeType": "ElementaryTypeName",
|
|
1237
1237
|
"src": "957:7:35",
|
|
@@ -1246,10 +1246,10 @@
|
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"constant": false,
|
|
1249
|
-
"id":
|
|
1249
|
+
"id": 13255,
|
|
1250
1250
|
"name": "_orderPool",
|
|
1251
1251
|
"nodeType": "VariableDeclaration",
|
|
1252
|
-
"scope":
|
|
1252
|
+
"scope": 13298,
|
|
1253
1253
|
"src": "978:18:35",
|
|
1254
1254
|
"stateVariable": false,
|
|
1255
1255
|
"storageLocation": "default",
|
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
"typeString": "address"
|
|
1259
1259
|
},
|
|
1260
1260
|
"typeName": {
|
|
1261
|
-
"id":
|
|
1261
|
+
"id": 13254,
|
|
1262
1262
|
"name": "address",
|
|
1263
1263
|
"nodeType": "ElementaryTypeName",
|
|
1264
1264
|
"src": "978:7:35",
|
|
@@ -1273,10 +1273,10 @@
|
|
|
1273
1273
|
},
|
|
1274
1274
|
{
|
|
1275
1275
|
"constant": false,
|
|
1276
|
-
"id":
|
|
1276
|
+
"id": 13257,
|
|
1277
1277
|
"name": "_pretradeContract",
|
|
1278
1278
|
"nodeType": "VariableDeclaration",
|
|
1279
|
-
"scope":
|
|
1279
|
+
"scope": 13298,
|
|
1280
1280
|
"src": "998:25:35",
|
|
1281
1281
|
"stateVariable": false,
|
|
1282
1282
|
"storageLocation": "default",
|
|
@@ -1285,7 +1285,7 @@
|
|
|
1285
1285
|
"typeString": "address"
|
|
1286
1286
|
},
|
|
1287
1287
|
"typeName": {
|
|
1288
|
-
"id":
|
|
1288
|
+
"id": 13256,
|
|
1289
1289
|
"name": "address",
|
|
1290
1290
|
"nodeType": "ElementaryTypeName",
|
|
1291
1291
|
"src": "998:7:35",
|
|
@@ -1300,10 +1300,10 @@
|
|
|
1300
1300
|
},
|
|
1301
1301
|
{
|
|
1302
1302
|
"constant": false,
|
|
1303
|
-
"id":
|
|
1303
|
+
"id": 13259,
|
|
1304
1304
|
"name": "_tradeContract",
|
|
1305
1305
|
"nodeType": "VariableDeclaration",
|
|
1306
|
-
"scope":
|
|
1306
|
+
"scope": 13298,
|
|
1307
1307
|
"src": "1025:22:35",
|
|
1308
1308
|
"stateVariable": false,
|
|
1309
1309
|
"storageLocation": "default",
|
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
"typeString": "address"
|
|
1313
1313
|
},
|
|
1314
1314
|
"typeName": {
|
|
1315
|
-
"id":
|
|
1315
|
+
"id": 13258,
|
|
1316
1316
|
"name": "address",
|
|
1317
1317
|
"nodeType": "ElementaryTypeName",
|
|
1318
1318
|
"src": "1025:7:35",
|
|
@@ -1327,10 +1327,10 @@
|
|
|
1327
1327
|
},
|
|
1328
1328
|
{
|
|
1329
1329
|
"constant": false,
|
|
1330
|
-
"id":
|
|
1330
|
+
"id": 13261,
|
|
1331
1331
|
"name": "_posttradeContract",
|
|
1332
1332
|
"nodeType": "VariableDeclaration",
|
|
1333
|
-
"scope":
|
|
1333
|
+
"scope": 13298,
|
|
1334
1334
|
"src": "1049:26:35",
|
|
1335
1335
|
"stateVariable": false,
|
|
1336
1336
|
"storageLocation": "default",
|
|
@@ -1339,7 +1339,7 @@
|
|
|
1339
1339
|
"typeString": "address"
|
|
1340
1340
|
},
|
|
1341
1341
|
"typeName": {
|
|
1342
|
-
"id":
|
|
1342
|
+
"id": 13260,
|
|
1343
1343
|
"name": "address",
|
|
1344
1344
|
"nodeType": "ElementaryTypeName",
|
|
1345
1345
|
"src": "1049:7:35",
|
|
@@ -1354,10 +1354,10 @@
|
|
|
1354
1354
|
},
|
|
1355
1355
|
{
|
|
1356
1356
|
"constant": false,
|
|
1357
|
-
"id":
|
|
1357
|
+
"id": 13263,
|
|
1358
1358
|
"name": "_securitiesRegistry",
|
|
1359
1359
|
"nodeType": "VariableDeclaration",
|
|
1360
|
-
"scope":
|
|
1360
|
+
"scope": 13298,
|
|
1361
1361
|
"src": "1077:27:35",
|
|
1362
1362
|
"stateVariable": false,
|
|
1363
1363
|
"storageLocation": "default",
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
"typeString": "address"
|
|
1367
1367
|
},
|
|
1368
1368
|
"typeName": {
|
|
1369
|
-
"id":
|
|
1369
|
+
"id": 13262,
|
|
1370
1370
|
"name": "address",
|
|
1371
1371
|
"nodeType": "ElementaryTypeName",
|
|
1372
1372
|
"src": "1077:7:35",
|
|
@@ -1383,12 +1383,12 @@
|
|
|
1383
1383
|
"src": "956:149:35"
|
|
1384
1384
|
},
|
|
1385
1385
|
"returnParameters": {
|
|
1386
|
-
"id":
|
|
1386
|
+
"id": 13267,
|
|
1387
1387
|
"nodeType": "ParameterList",
|
|
1388
1388
|
"parameters": [],
|
|
1389
1389
|
"src": "1124:0:35"
|
|
1390
1390
|
},
|
|
1391
|
-
"scope":
|
|
1391
|
+
"scope": 13430,
|
|
1392
1392
|
"src": "937:440:35",
|
|
1393
1393
|
"stateMutability": "nonpayable",
|
|
1394
1394
|
"superFunction": null,
|
|
@@ -1396,7 +1396,7 @@
|
|
|
1396
1396
|
},
|
|
1397
1397
|
{
|
|
1398
1398
|
"body": {
|
|
1399
|
-
"id":
|
|
1399
|
+
"id": 13313,
|
|
1400
1400
|
"nodeType": "Block",
|
|
1401
1401
|
"src": "1466:48:35",
|
|
1402
1402
|
"statements": [
|
|
@@ -1407,25 +1407,25 @@
|
|
|
1407
1407
|
"argumentTypes": null,
|
|
1408
1408
|
"baseExpression": {
|
|
1409
1409
|
"argumentTypes": null,
|
|
1410
|
-
"id":
|
|
1410
|
+
"id": 13307,
|
|
1411
1411
|
"name": "pool",
|
|
1412
1412
|
"nodeType": "Identifier",
|
|
1413
1413
|
"overloadedDeclarations": [],
|
|
1414
|
-
"referencedDeclaration":
|
|
1414
|
+
"referencedDeclaration": 13225,
|
|
1415
1415
|
"src": "1484:4:35",
|
|
1416
1416
|
"typeDescriptions": {
|
|
1417
1417
|
"typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_address_$_$",
|
|
1418
1418
|
"typeString": "mapping(address => mapping(address => address))"
|
|
1419
1419
|
}
|
|
1420
1420
|
},
|
|
1421
|
-
"id":
|
|
1421
|
+
"id": 13309,
|
|
1422
1422
|
"indexExpression": {
|
|
1423
1423
|
"argumentTypes": null,
|
|
1424
|
-
"id":
|
|
1424
|
+
"id": 13308,
|
|
1425
1425
|
"name": "_security",
|
|
1426
1426
|
"nodeType": "Identifier",
|
|
1427
1427
|
"overloadedDeclarations": [],
|
|
1428
|
-
"referencedDeclaration":
|
|
1428
|
+
"referencedDeclaration": 13300,
|
|
1429
1429
|
"src": "1489:9:35",
|
|
1430
1430
|
"typeDescriptions": {
|
|
1431
1431
|
"typeIdentifier": "t_address",
|
|
@@ -1443,14 +1443,14 @@
|
|
|
1443
1443
|
"typeString": "mapping(address => address)"
|
|
1444
1444
|
}
|
|
1445
1445
|
},
|
|
1446
|
-
"id":
|
|
1446
|
+
"id": 13311,
|
|
1447
1447
|
"indexExpression": {
|
|
1448
1448
|
"argumentTypes": null,
|
|
1449
|
-
"id":
|
|
1449
|
+
"id": 13310,
|
|
1450
1450
|
"name": "_cash",
|
|
1451
1451
|
"nodeType": "Identifier",
|
|
1452
1452
|
"overloadedDeclarations": [],
|
|
1453
|
-
"referencedDeclaration":
|
|
1453
|
+
"referencedDeclaration": 13302,
|
|
1454
1454
|
"src": "1500:5:35",
|
|
1455
1455
|
"typeDescriptions": {
|
|
1456
1456
|
"typeIdentifier": "t_address",
|
|
@@ -1468,30 +1468,30 @@
|
|
|
1468
1468
|
"typeString": "address"
|
|
1469
1469
|
}
|
|
1470
1470
|
},
|
|
1471
|
-
"functionReturnParameters":
|
|
1472
|
-
"id":
|
|
1471
|
+
"functionReturnParameters": 13306,
|
|
1472
|
+
"id": 13312,
|
|
1473
1473
|
"nodeType": "Return",
|
|
1474
1474
|
"src": "1477:29:35"
|
|
1475
1475
|
}
|
|
1476
1476
|
]
|
|
1477
1477
|
},
|
|
1478
1478
|
"documentation": null,
|
|
1479
|
-
"id":
|
|
1479
|
+
"id": 13314,
|
|
1480
1480
|
"implemented": true,
|
|
1481
1481
|
"kind": "function",
|
|
1482
1482
|
"modifiers": [],
|
|
1483
1483
|
"name": "getPool",
|
|
1484
1484
|
"nodeType": "FunctionDefinition",
|
|
1485
1485
|
"parameters": {
|
|
1486
|
-
"id":
|
|
1486
|
+
"id": 13303,
|
|
1487
1487
|
"nodeType": "ParameterList",
|
|
1488
1488
|
"parameters": [
|
|
1489
1489
|
{
|
|
1490
1490
|
"constant": false,
|
|
1491
|
-
"id":
|
|
1491
|
+
"id": 13300,
|
|
1492
1492
|
"name": "_security",
|
|
1493
1493
|
"nodeType": "VariableDeclaration",
|
|
1494
|
-
"scope":
|
|
1494
|
+
"scope": 13314,
|
|
1495
1495
|
"src": "1402:17:35",
|
|
1496
1496
|
"stateVariable": false,
|
|
1497
1497
|
"storageLocation": "default",
|
|
@@ -1500,7 +1500,7 @@
|
|
|
1500
1500
|
"typeString": "address"
|
|
1501
1501
|
},
|
|
1502
1502
|
"typeName": {
|
|
1503
|
-
"id":
|
|
1503
|
+
"id": 13299,
|
|
1504
1504
|
"name": "address",
|
|
1505
1505
|
"nodeType": "ElementaryTypeName",
|
|
1506
1506
|
"src": "1402:7:35",
|
|
@@ -1515,10 +1515,10 @@
|
|
|
1515
1515
|
},
|
|
1516
1516
|
{
|
|
1517
1517
|
"constant": false,
|
|
1518
|
-
"id":
|
|
1518
|
+
"id": 13302,
|
|
1519
1519
|
"name": "_cash",
|
|
1520
1520
|
"nodeType": "VariableDeclaration",
|
|
1521
|
-
"scope":
|
|
1521
|
+
"scope": 13314,
|
|
1522
1522
|
"src": "1421:13:35",
|
|
1523
1523
|
"stateVariable": false,
|
|
1524
1524
|
"storageLocation": "default",
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
"typeString": "address"
|
|
1528
1528
|
},
|
|
1529
1529
|
"typeName": {
|
|
1530
|
-
"id":
|
|
1530
|
+
"id": 13301,
|
|
1531
1531
|
"name": "address",
|
|
1532
1532
|
"nodeType": "ElementaryTypeName",
|
|
1533
1533
|
"src": "1421:7:35",
|
|
@@ -1544,15 +1544,15 @@
|
|
|
1544
1544
|
"src": "1401:34:35"
|
|
1545
1545
|
},
|
|
1546
1546
|
"returnParameters": {
|
|
1547
|
-
"id":
|
|
1547
|
+
"id": 13306,
|
|
1548
1548
|
"nodeType": "ParameterList",
|
|
1549
1549
|
"parameters": [
|
|
1550
1550
|
{
|
|
1551
1551
|
"constant": false,
|
|
1552
|
-
"id":
|
|
1552
|
+
"id": 13305,
|
|
1553
1553
|
"name": "",
|
|
1554
1554
|
"nodeType": "VariableDeclaration",
|
|
1555
|
-
"scope":
|
|
1555
|
+
"scope": 13314,
|
|
1556
1556
|
"src": "1458:7:35",
|
|
1557
1557
|
"stateVariable": false,
|
|
1558
1558
|
"storageLocation": "default",
|
|
@@ -1561,7 +1561,7 @@
|
|
|
1561
1561
|
"typeString": "address"
|
|
1562
1562
|
},
|
|
1563
1563
|
"typeName": {
|
|
1564
|
-
"id":
|
|
1564
|
+
"id": 13304,
|
|
1565
1565
|
"name": "address",
|
|
1566
1566
|
"nodeType": "ElementaryTypeName",
|
|
1567
1567
|
"src": "1458:7:35",
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
],
|
|
1578
1578
|
"src": "1457:9:35"
|
|
1579
1579
|
},
|
|
1580
|
-
"scope":
|
|
1580
|
+
"scope": 13430,
|
|
1581
1581
|
"src": "1385:129:35",
|
|
1582
1582
|
"stateMutability": "view",
|
|
1583
1583
|
"superFunction": 9917,
|
|
@@ -1585,7 +1585,7 @@
|
|
|
1585
1585
|
},
|
|
1586
1586
|
{
|
|
1587
1587
|
"body": {
|
|
1588
|
-
"id":
|
|
1588
|
+
"id": 13338,
|
|
1589
1589
|
"nodeType": "Block",
|
|
1590
1590
|
"src": "1585:145:35",
|
|
1591
1591
|
"statements": [
|
|
@@ -1599,7 +1599,7 @@
|
|
|
1599
1599
|
"typeIdentifier": "t_address",
|
|
1600
1600
|
"typeString": "address"
|
|
1601
1601
|
},
|
|
1602
|
-
"id":
|
|
1602
|
+
"id": 13325,
|
|
1603
1603
|
"isConstant": false,
|
|
1604
1604
|
"isLValue": false,
|
|
1605
1605
|
"isPure": false,
|
|
@@ -1608,18 +1608,18 @@
|
|
|
1608
1608
|
"argumentTypes": null,
|
|
1609
1609
|
"expression": {
|
|
1610
1610
|
"argumentTypes": null,
|
|
1611
|
-
"id":
|
|
1611
|
+
"id": 13322,
|
|
1612
1612
|
"name": "msg",
|
|
1613
1613
|
"nodeType": "Identifier",
|
|
1614
1614
|
"overloadedDeclarations": [],
|
|
1615
|
-
"referencedDeclaration":
|
|
1615
|
+
"referencedDeclaration": 14968,
|
|
1616
1616
|
"src": "1604:3:35",
|
|
1617
1617
|
"typeDescriptions": {
|
|
1618
1618
|
"typeIdentifier": "t_magic_message",
|
|
1619
1619
|
"typeString": "msg"
|
|
1620
1620
|
}
|
|
1621
1621
|
},
|
|
1622
|
-
"id":
|
|
1622
|
+
"id": 13323,
|
|
1623
1623
|
"isConstant": false,
|
|
1624
1624
|
"isLValue": false,
|
|
1625
1625
|
"isPure": false,
|
|
@@ -1637,11 +1637,11 @@
|
|
|
1637
1637
|
"operator": "==",
|
|
1638
1638
|
"rightExpression": {
|
|
1639
1639
|
"argumentTypes": null,
|
|
1640
|
-
"id":
|
|
1640
|
+
"id": 13324,
|
|
1641
1641
|
"name": "_trade",
|
|
1642
1642
|
"nodeType": "Identifier",
|
|
1643
1643
|
"overloadedDeclarations": [],
|
|
1644
|
-
"referencedDeclaration":
|
|
1644
|
+
"referencedDeclaration": 13245,
|
|
1645
1645
|
"src": "1616:6:35",
|
|
1646
1646
|
"typeDescriptions": {
|
|
1647
1647
|
"typeIdentifier": "t_address",
|
|
@@ -1662,21 +1662,21 @@
|
|
|
1662
1662
|
"typeString": "bool"
|
|
1663
1663
|
}
|
|
1664
1664
|
],
|
|
1665
|
-
"id":
|
|
1665
|
+
"id": 13321,
|
|
1666
1666
|
"name": "require",
|
|
1667
1667
|
"nodeType": "Identifier",
|
|
1668
1668
|
"overloadedDeclarations": [
|
|
1669
|
-
|
|
1670
|
-
|
|
1669
|
+
14971,
|
|
1670
|
+
14972
|
|
1671
1671
|
],
|
|
1672
|
-
"referencedDeclaration":
|
|
1672
|
+
"referencedDeclaration": 14971,
|
|
1673
1673
|
"src": "1596:7:35",
|
|
1674
1674
|
"typeDescriptions": {
|
|
1675
1675
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
1676
1676
|
"typeString": "function (bool) pure"
|
|
1677
1677
|
}
|
|
1678
1678
|
},
|
|
1679
|
-
"id":
|
|
1679
|
+
"id": 13326,
|
|
1680
1680
|
"isConstant": false,
|
|
1681
1681
|
"isLValue": false,
|
|
1682
1682
|
"isPure": false,
|
|
@@ -1690,7 +1690,7 @@
|
|
|
1690
1690
|
"typeString": "tuple()"
|
|
1691
1691
|
}
|
|
1692
1692
|
},
|
|
1693
|
-
"id":
|
|
1693
|
+
"id": 13327,
|
|
1694
1694
|
"nodeType": "ExpressionStatement",
|
|
1695
1695
|
"src": "1596:27:35"
|
|
1696
1696
|
},
|
|
@@ -1701,7 +1701,7 @@
|
|
|
1701
1701
|
"typeIdentifier": "t_bool",
|
|
1702
1702
|
"typeString": "bool"
|
|
1703
1703
|
},
|
|
1704
|
-
"id":
|
|
1704
|
+
"id": 13332,
|
|
1705
1705
|
"isConstant": false,
|
|
1706
1706
|
"isLValue": false,
|
|
1707
1707
|
"isPure": false,
|
|
@@ -1710,25 +1710,25 @@
|
|
|
1710
1710
|
"argumentTypes": null,
|
|
1711
1711
|
"baseExpression": {
|
|
1712
1712
|
"argumentTypes": null,
|
|
1713
|
-
"id":
|
|
1713
|
+
"id": 13328,
|
|
1714
1714
|
"name": "pairs",
|
|
1715
1715
|
"nodeType": "Identifier",
|
|
1716
1716
|
"overloadedDeclarations": [],
|
|
1717
|
-
"referencedDeclaration":
|
|
1717
|
+
"referencedDeclaration": 13229,
|
|
1718
1718
|
"src": "1637:5:35",
|
|
1719
1719
|
"typeDescriptions": {
|
|
1720
1720
|
"typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
|
|
1721
1721
|
"typeString": "mapping(address => bool)"
|
|
1722
1722
|
}
|
|
1723
1723
|
},
|
|
1724
|
-
"id":
|
|
1724
|
+
"id": 13330,
|
|
1725
1725
|
"indexExpression": {
|
|
1726
1726
|
"argumentTypes": null,
|
|
1727
|
-
"id":
|
|
1727
|
+
"id": 13329,
|
|
1728
1728
|
"name": "_pair",
|
|
1729
1729
|
"nodeType": "Identifier",
|
|
1730
1730
|
"overloadedDeclarations": [],
|
|
1731
|
-
"referencedDeclaration":
|
|
1731
|
+
"referencedDeclaration": 13316,
|
|
1732
1732
|
"src": "1643:5:35",
|
|
1733
1733
|
"typeDescriptions": {
|
|
1734
1734
|
"typeIdentifier": "t_address",
|
|
@@ -1751,7 +1751,7 @@
|
|
|
1751
1751
|
"rightExpression": {
|
|
1752
1752
|
"argumentTypes": null,
|
|
1753
1753
|
"hexValue": "74727565",
|
|
1754
|
-
"id":
|
|
1754
|
+
"id": 13331,
|
|
1755
1755
|
"isConstant": false,
|
|
1756
1756
|
"isLValue": false,
|
|
1757
1757
|
"isPure": true,
|
|
@@ -1776,7 +1776,7 @@
|
|
|
1776
1776
|
"expression": {
|
|
1777
1777
|
"argumentTypes": null,
|
|
1778
1778
|
"hexValue": "66616c7365",
|
|
1779
|
-
"id":
|
|
1779
|
+
"id": 13335,
|
|
1780
1780
|
"isConstant": false,
|
|
1781
1781
|
"isLValue": false,
|
|
1782
1782
|
"isPure": true,
|
|
@@ -1791,19 +1791,19 @@
|
|
|
1791
1791
|
},
|
|
1792
1792
|
"value": "false"
|
|
1793
1793
|
},
|
|
1794
|
-
"functionReturnParameters":
|
|
1795
|
-
"id":
|
|
1794
|
+
"functionReturnParameters": 13320,
|
|
1795
|
+
"id": 13336,
|
|
1796
1796
|
"nodeType": "Return",
|
|
1797
1797
|
"src": "1710:12:35"
|
|
1798
1798
|
},
|
|
1799
|
-
"id":
|
|
1799
|
+
"id": 13337,
|
|
1800
1800
|
"nodeType": "IfStatement",
|
|
1801
1801
|
"src": "1634:88:35",
|
|
1802
1802
|
"trueBody": {
|
|
1803
1803
|
"expression": {
|
|
1804
1804
|
"argumentTypes": null,
|
|
1805
1805
|
"hexValue": "74727565",
|
|
1806
|
-
"id":
|
|
1806
|
+
"id": 13333,
|
|
1807
1807
|
"isConstant": false,
|
|
1808
1808
|
"isLValue": false,
|
|
1809
1809
|
"isPure": true,
|
|
@@ -1818,8 +1818,8 @@
|
|
|
1818
1818
|
},
|
|
1819
1819
|
"value": "true"
|
|
1820
1820
|
},
|
|
1821
|
-
"functionReturnParameters":
|
|
1822
|
-
"id":
|
|
1821
|
+
"functionReturnParameters": 13320,
|
|
1822
|
+
"id": 13334,
|
|
1823
1823
|
"nodeType": "Return",
|
|
1824
1824
|
"src": "1670:11:35"
|
|
1825
1825
|
}
|
|
@@ -1827,22 +1827,22 @@
|
|
|
1827
1827
|
]
|
|
1828
1828
|
},
|
|
1829
1829
|
"documentation": null,
|
|
1830
|
-
"id":
|
|
1830
|
+
"id": 13339,
|
|
1831
1831
|
"implemented": true,
|
|
1832
1832
|
"kind": "function",
|
|
1833
1833
|
"modifiers": [],
|
|
1834
1834
|
"name": "confirmPool",
|
|
1835
1835
|
"nodeType": "FunctionDefinition",
|
|
1836
1836
|
"parameters": {
|
|
1837
|
-
"id":
|
|
1837
|
+
"id": 13317,
|
|
1838
1838
|
"nodeType": "ParameterList",
|
|
1839
1839
|
"parameters": [
|
|
1840
1840
|
{
|
|
1841
1841
|
"constant": false,
|
|
1842
|
-
"id":
|
|
1842
|
+
"id": 13316,
|
|
1843
1843
|
"name": "_pair",
|
|
1844
1844
|
"nodeType": "VariableDeclaration",
|
|
1845
|
-
"scope":
|
|
1845
|
+
"scope": 13339,
|
|
1846
1846
|
"src": "1543:13:35",
|
|
1847
1847
|
"stateVariable": false,
|
|
1848
1848
|
"storageLocation": "default",
|
|
@@ -1851,7 +1851,7 @@
|
|
|
1851
1851
|
"typeString": "address"
|
|
1852
1852
|
},
|
|
1853
1853
|
"typeName": {
|
|
1854
|
-
"id":
|
|
1854
|
+
"id": 13315,
|
|
1855
1855
|
"name": "address",
|
|
1856
1856
|
"nodeType": "ElementaryTypeName",
|
|
1857
1857
|
"src": "1543:7:35",
|
|
@@ -1868,15 +1868,15 @@
|
|
|
1868
1868
|
"src": "1542:15:35"
|
|
1869
1869
|
},
|
|
1870
1870
|
"returnParameters": {
|
|
1871
|
-
"id":
|
|
1871
|
+
"id": 13320,
|
|
1872
1872
|
"nodeType": "ParameterList",
|
|
1873
1873
|
"parameters": [
|
|
1874
1874
|
{
|
|
1875
1875
|
"constant": false,
|
|
1876
|
-
"id":
|
|
1876
|
+
"id": 13319,
|
|
1877
1877
|
"name": "",
|
|
1878
1878
|
"nodeType": "VariableDeclaration",
|
|
1879
|
-
"scope":
|
|
1879
|
+
"scope": 13339,
|
|
1880
1880
|
"src": "1580:4:35",
|
|
1881
1881
|
"stateVariable": false,
|
|
1882
1882
|
"storageLocation": "default",
|
|
@@ -1885,7 +1885,7 @@
|
|
|
1885
1885
|
"typeString": "bool"
|
|
1886
1886
|
},
|
|
1887
1887
|
"typeName": {
|
|
1888
|
-
"id":
|
|
1888
|
+
"id": 13318,
|
|
1889
1889
|
"name": "bool",
|
|
1890
1890
|
"nodeType": "ElementaryTypeName",
|
|
1891
1891
|
"src": "1580:4:35",
|
|
@@ -1900,7 +1900,7 @@
|
|
|
1900
1900
|
],
|
|
1901
1901
|
"src": "1579:6:35"
|
|
1902
1902
|
},
|
|
1903
|
-
"scope":
|
|
1903
|
+
"scope": 13430,
|
|
1904
1904
|
"src": "1522:208:35",
|
|
1905
1905
|
"stateMutability": "view",
|
|
1906
1906
|
"superFunction": 9924,
|
|
@@ -1908,7 +1908,7 @@
|
|
|
1908
1908
|
},
|
|
1909
1909
|
{
|
|
1910
1910
|
"body": {
|
|
1911
|
-
"id":
|
|
1911
|
+
"id": 13428,
|
|
1912
1912
|
"nodeType": "Block",
|
|
1913
1913
|
"src": "1845:659:35",
|
|
1914
1914
|
"statements": [
|
|
@@ -1922,7 +1922,7 @@
|
|
|
1922
1922
|
"typeIdentifier": "t_address",
|
|
1923
1923
|
"typeString": "address"
|
|
1924
1924
|
},
|
|
1925
|
-
"id":
|
|
1925
|
+
"id": 13354,
|
|
1926
1926
|
"isConstant": false,
|
|
1927
1927
|
"isLValue": false,
|
|
1928
1928
|
"isPure": false,
|
|
@@ -1931,18 +1931,18 @@
|
|
|
1931
1931
|
"argumentTypes": null,
|
|
1932
1932
|
"expression": {
|
|
1933
1933
|
"argumentTypes": null,
|
|
1934
|
-
"id":
|
|
1934
|
+
"id": 13351,
|
|
1935
1935
|
"name": "msg",
|
|
1936
1936
|
"nodeType": "Identifier",
|
|
1937
1937
|
"overloadedDeclarations": [],
|
|
1938
|
-
"referencedDeclaration":
|
|
1938
|
+
"referencedDeclaration": 14968,
|
|
1939
1939
|
"src": "1864:3:35",
|
|
1940
1940
|
"typeDescriptions": {
|
|
1941
1941
|
"typeIdentifier": "t_magic_message",
|
|
1942
1942
|
"typeString": "msg"
|
|
1943
1943
|
}
|
|
1944
1944
|
},
|
|
1945
|
-
"id":
|
|
1945
|
+
"id": 13352,
|
|
1946
1946
|
"isConstant": false,
|
|
1947
1947
|
"isLValue": false,
|
|
1948
1948
|
"isPure": false,
|
|
@@ -1960,11 +1960,11 @@
|
|
|
1960
1960
|
"operator": "==",
|
|
1961
1961
|
"rightExpression": {
|
|
1962
1962
|
"argumentTypes": null,
|
|
1963
|
-
"id":
|
|
1963
|
+
"id": 13353,
|
|
1964
1964
|
"name": "_registry",
|
|
1965
1965
|
"nodeType": "Identifier",
|
|
1966
1966
|
"overloadedDeclarations": [],
|
|
1967
|
-
"referencedDeclaration":
|
|
1967
|
+
"referencedDeclaration": 13249,
|
|
1968
1968
|
"src": "1876:9:35",
|
|
1969
1969
|
"typeDescriptions": {
|
|
1970
1970
|
"typeIdentifier": "t_address",
|
|
@@ -1985,21 +1985,21 @@
|
|
|
1985
1985
|
"typeString": "bool"
|
|
1986
1986
|
}
|
|
1987
1987
|
],
|
|
1988
|
-
"id":
|
|
1988
|
+
"id": 13350,
|
|
1989
1989
|
"name": "require",
|
|
1990
1990
|
"nodeType": "Identifier",
|
|
1991
1991
|
"overloadedDeclarations": [
|
|
1992
|
-
|
|
1993
|
-
|
|
1992
|
+
14971,
|
|
1993
|
+
14972
|
|
1994
1994
|
],
|
|
1995
|
-
"referencedDeclaration":
|
|
1995
|
+
"referencedDeclaration": 14971,
|
|
1996
1996
|
"src": "1856:7:35",
|
|
1997
1997
|
"typeDescriptions": {
|
|
1998
1998
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
1999
1999
|
"typeString": "function (bool) pure"
|
|
2000
2000
|
}
|
|
2001
2001
|
},
|
|
2002
|
-
"id":
|
|
2002
|
+
"id": 13355,
|
|
2003
2003
|
"isConstant": false,
|
|
2004
2004
|
"isLValue": false,
|
|
2005
2005
|
"isPure": false,
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
"typeString": "tuple()"
|
|
2014
2014
|
}
|
|
2015
2015
|
},
|
|
2016
|
-
"id":
|
|
2016
|
+
"id": 13356,
|
|
2017
2017
|
"nodeType": "ExpressionStatement",
|
|
2018
2018
|
"src": "1856:30:35"
|
|
2019
2019
|
},
|
|
@@ -2027,18 +2027,18 @@
|
|
|
2027
2027
|
"typeIdentifier": "t_address",
|
|
2028
2028
|
"typeString": "address"
|
|
2029
2029
|
},
|
|
2030
|
-
"id":
|
|
2030
|
+
"id": 13360,
|
|
2031
2031
|
"isConstant": false,
|
|
2032
2032
|
"isLValue": false,
|
|
2033
2033
|
"isPure": false,
|
|
2034
2034
|
"lValueRequested": false,
|
|
2035
2035
|
"leftExpression": {
|
|
2036
2036
|
"argumentTypes": null,
|
|
2037
|
-
"id":
|
|
2037
|
+
"id": 13358,
|
|
2038
2038
|
"name": "_security",
|
|
2039
2039
|
"nodeType": "Identifier",
|
|
2040
2040
|
"overloadedDeclarations": [],
|
|
2041
|
-
"referencedDeclaration":
|
|
2041
|
+
"referencedDeclaration": 13341,
|
|
2042
2042
|
"src": "1905:9:35",
|
|
2043
2043
|
"typeDescriptions": {
|
|
2044
2044
|
"typeIdentifier": "t_address",
|
|
@@ -2049,11 +2049,11 @@
|
|
|
2049
2049
|
"operator": "!=",
|
|
2050
2050
|
"rightExpression": {
|
|
2051
2051
|
"argumentTypes": null,
|
|
2052
|
-
"id":
|
|
2052
|
+
"id": 13359,
|
|
2053
2053
|
"name": "_cash",
|
|
2054
2054
|
"nodeType": "Identifier",
|
|
2055
2055
|
"overloadedDeclarations": [],
|
|
2056
|
-
"referencedDeclaration":
|
|
2056
|
+
"referencedDeclaration": 13343,
|
|
2057
2057
|
"src": "1916:5:35",
|
|
2058
2058
|
"typeDescriptions": {
|
|
2059
2059
|
"typeIdentifier": "t_address",
|
|
@@ -2074,21 +2074,21 @@
|
|
|
2074
2074
|
"typeString": "bool"
|
|
2075
2075
|
}
|
|
2076
2076
|
],
|
|
2077
|
-
"id":
|
|
2077
|
+
"id": 13357,
|
|
2078
2078
|
"name": "require",
|
|
2079
2079
|
"nodeType": "Identifier",
|
|
2080
2080
|
"overloadedDeclarations": [
|
|
2081
|
-
|
|
2082
|
-
|
|
2081
|
+
14971,
|
|
2082
|
+
14972
|
|
2083
2083
|
],
|
|
2084
|
-
"referencedDeclaration":
|
|
2084
|
+
"referencedDeclaration": 14971,
|
|
2085
2085
|
"src": "1897:7:35",
|
|
2086
2086
|
"typeDescriptions": {
|
|
2087
2087
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
2088
2088
|
"typeString": "function (bool) pure"
|
|
2089
2089
|
}
|
|
2090
2090
|
},
|
|
2091
|
-
"id":
|
|
2091
|
+
"id": 13361,
|
|
2092
2092
|
"isConstant": false,
|
|
2093
2093
|
"isLValue": false,
|
|
2094
2094
|
"isPure": false,
|
|
@@ -2102,7 +2102,7 @@
|
|
|
2102
2102
|
"typeString": "tuple()"
|
|
2103
2103
|
}
|
|
2104
2104
|
},
|
|
2105
|
-
"id":
|
|
2105
|
+
"id": 13362,
|
|
2106
2106
|
"nodeType": "ExpressionStatement",
|
|
2107
2107
|
"src": "1897:25:35"
|
|
2108
2108
|
},
|
|
@@ -2116,7 +2116,7 @@
|
|
|
2116
2116
|
"typeIdentifier": "t_address",
|
|
2117
2117
|
"typeString": "address"
|
|
2118
2118
|
},
|
|
2119
|
-
"id":
|
|
2119
|
+
"id": 13372,
|
|
2120
2120
|
"isConstant": false,
|
|
2121
2121
|
"isLValue": false,
|
|
2122
2122
|
"isPure": false,
|
|
@@ -2126,11 +2126,11 @@
|
|
|
2126
2126
|
"arguments": [
|
|
2127
2127
|
{
|
|
2128
2128
|
"argumentTypes": null,
|
|
2129
|
-
"id":
|
|
2129
|
+
"id": 13368,
|
|
2130
2130
|
"name": "_currency",
|
|
2131
2131
|
"nodeType": "Identifier",
|
|
2132
2132
|
"overloadedDeclarations": [],
|
|
2133
|
-
"referencedDeclaration":
|
|
2133
|
+
"referencedDeclaration": 13345,
|
|
2134
2134
|
"src": "1976:9:35",
|
|
2135
2135
|
"typeDescriptions": {
|
|
2136
2136
|
"typeIdentifier": "t_bytes32",
|
|
@@ -2140,7 +2140,7 @@
|
|
|
2140
2140
|
{
|
|
2141
2141
|
"argumentTypes": null,
|
|
2142
2142
|
"hexValue": "56696143617368",
|
|
2143
|
-
"id":
|
|
2143
|
+
"id": 13369,
|
|
2144
2144
|
"isConstant": false,
|
|
2145
2145
|
"isLValue": false,
|
|
2146
2146
|
"isPure": true,
|
|
@@ -2172,11 +2172,11 @@
|
|
|
2172
2172
|
"arguments": [
|
|
2173
2173
|
{
|
|
2174
2174
|
"argumentTypes": null,
|
|
2175
|
-
"id":
|
|
2175
|
+
"id": 13365,
|
|
2176
2176
|
"name": "via",
|
|
2177
2177
|
"nodeType": "Identifier",
|
|
2178
2178
|
"overloadedDeclarations": [],
|
|
2179
|
-
"referencedDeclaration":
|
|
2179
|
+
"referencedDeclaration": 13239,
|
|
2180
2180
|
"src": "1952:3:35",
|
|
2181
2181
|
"typeDescriptions": {
|
|
2182
2182
|
"typeIdentifier": "t_address",
|
|
@@ -2191,7 +2191,7 @@
|
|
|
2191
2191
|
"typeString": "address"
|
|
2192
2192
|
}
|
|
2193
2193
|
],
|
|
2194
|
-
"id":
|
|
2194
|
+
"id": 13364,
|
|
2195
2195
|
"name": "ViaFactory",
|
|
2196
2196
|
"nodeType": "Identifier",
|
|
2197
2197
|
"overloadedDeclarations": [],
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
"typeString": "type(contract ViaFactory)"
|
|
2203
2203
|
}
|
|
2204
2204
|
},
|
|
2205
|
-
"id":
|
|
2205
|
+
"id": 13366,
|
|
2206
2206
|
"isConstant": false,
|
|
2207
2207
|
"isLValue": false,
|
|
2208
2208
|
"isPure": false,
|
|
@@ -2216,7 +2216,7 @@
|
|
|
2216
2216
|
"typeString": "contract ViaFactory"
|
|
2217
2217
|
}
|
|
2218
2218
|
},
|
|
2219
|
-
"id":
|
|
2219
|
+
"id": 13367,
|
|
2220
2220
|
"isConstant": false,
|
|
2221
2221
|
"isLValue": false,
|
|
2222
2222
|
"isPure": false,
|
|
@@ -2230,7 +2230,7 @@
|
|
|
2230
2230
|
"typeString": "function (bytes32,bytes32) view external returns (address)"
|
|
2231
2231
|
}
|
|
2232
2232
|
},
|
|
2233
|
-
"id":
|
|
2233
|
+
"id": 13370,
|
|
2234
2234
|
"isConstant": false,
|
|
2235
2235
|
"isLValue": false,
|
|
2236
2236
|
"isPure": false,
|
|
@@ -2248,11 +2248,11 @@
|
|
|
2248
2248
|
"operator": "==",
|
|
2249
2249
|
"rightExpression": {
|
|
2250
2250
|
"argumentTypes": null,
|
|
2251
|
-
"id":
|
|
2251
|
+
"id": 13371,
|
|
2252
2252
|
"name": "_cash",
|
|
2253
2253
|
"nodeType": "Identifier",
|
|
2254
2254
|
"overloadedDeclarations": [],
|
|
2255
|
-
"referencedDeclaration":
|
|
2255
|
+
"referencedDeclaration": 13343,
|
|
2256
2256
|
"src": "1999:5:35",
|
|
2257
2257
|
"typeDescriptions": {
|
|
2258
2258
|
"typeIdentifier": "t_address",
|
|
@@ -2273,21 +2273,21 @@
|
|
|
2273
2273
|
"typeString": "bool"
|
|
2274
2274
|
}
|
|
2275
2275
|
],
|
|
2276
|
-
"id":
|
|
2276
|
+
"id": 13363,
|
|
2277
2277
|
"name": "require",
|
|
2278
2278
|
"nodeType": "Identifier",
|
|
2279
2279
|
"overloadedDeclarations": [
|
|
2280
|
-
|
|
2281
|
-
|
|
2280
|
+
14971,
|
|
2281
|
+
14972
|
|
2282
2282
|
],
|
|
2283
|
-
"referencedDeclaration":
|
|
2283
|
+
"referencedDeclaration": 14971,
|
|
2284
2284
|
"src": "1933:7:35",
|
|
2285
2285
|
"typeDescriptions": {
|
|
2286
2286
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
2287
2287
|
"typeString": "function (bool) pure"
|
|
2288
2288
|
}
|
|
2289
2289
|
},
|
|
2290
|
-
"id":
|
|
2290
|
+
"id": 13373,
|
|
2291
2291
|
"isConstant": false,
|
|
2292
2292
|
"isLValue": false,
|
|
2293
2293
|
"isPure": false,
|
|
@@ -2301,7 +2301,7 @@
|
|
|
2301
2301
|
"typeString": "tuple()"
|
|
2302
2302
|
}
|
|
2303
2303
|
},
|
|
2304
|
-
"id":
|
|
2304
|
+
"id": 13374,
|
|
2305
2305
|
"nodeType": "ExpressionStatement",
|
|
2306
2306
|
"src": "1933:72:35"
|
|
2307
2307
|
},
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
"typeIdentifier": "t_address",
|
|
2313
2313
|
"typeString": "address"
|
|
2314
2314
|
},
|
|
2315
|
-
"id":
|
|
2315
|
+
"id": 13383,
|
|
2316
2316
|
"isConstant": false,
|
|
2317
2317
|
"isLValue": false,
|
|
2318
2318
|
"isPure": false,
|
|
@@ -2323,25 +2323,25 @@
|
|
|
2323
2323
|
"argumentTypes": null,
|
|
2324
2324
|
"baseExpression": {
|
|
2325
2325
|
"argumentTypes": null,
|
|
2326
|
-
"id":
|
|
2326
|
+
"id": 13375,
|
|
2327
2327
|
"name": "pool",
|
|
2328
2328
|
"nodeType": "Identifier",
|
|
2329
2329
|
"overloadedDeclarations": [],
|
|
2330
|
-
"referencedDeclaration":
|
|
2330
|
+
"referencedDeclaration": 13225,
|
|
2331
2331
|
"src": "2021:4:35",
|
|
2332
2332
|
"typeDescriptions": {
|
|
2333
2333
|
"typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_address_$_$",
|
|
2334
2334
|
"typeString": "mapping(address => mapping(address => address))"
|
|
2335
2335
|
}
|
|
2336
2336
|
},
|
|
2337
|
-
"id":
|
|
2337
|
+
"id": 13377,
|
|
2338
2338
|
"indexExpression": {
|
|
2339
2339
|
"argumentTypes": null,
|
|
2340
|
-
"id":
|
|
2340
|
+
"id": 13376,
|
|
2341
2341
|
"name": "_security",
|
|
2342
2342
|
"nodeType": "Identifier",
|
|
2343
2343
|
"overloadedDeclarations": [],
|
|
2344
|
-
"referencedDeclaration":
|
|
2344
|
+
"referencedDeclaration": 13341,
|
|
2345
2345
|
"src": "2026:9:35",
|
|
2346
2346
|
"typeDescriptions": {
|
|
2347
2347
|
"typeIdentifier": "t_address",
|
|
@@ -2359,14 +2359,14 @@
|
|
|
2359
2359
|
"typeString": "mapping(address => address)"
|
|
2360
2360
|
}
|
|
2361
2361
|
},
|
|
2362
|
-
"id":
|
|
2362
|
+
"id": 13379,
|
|
2363
2363
|
"indexExpression": {
|
|
2364
2364
|
"argumentTypes": null,
|
|
2365
|
-
"id":
|
|
2365
|
+
"id": 13378,
|
|
2366
2366
|
"name": "_cash",
|
|
2367
2367
|
"nodeType": "Identifier",
|
|
2368
2368
|
"overloadedDeclarations": [],
|
|
2369
|
-
"referencedDeclaration":
|
|
2369
|
+
"referencedDeclaration": 13343,
|
|
2370
2370
|
"src": "2037:5:35",
|
|
2371
2371
|
"typeDescriptions": {
|
|
2372
2372
|
"typeIdentifier": "t_address",
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
{
|
|
2393
2393
|
"argumentTypes": null,
|
|
2394
2394
|
"hexValue": "307830",
|
|
2395
|
-
"id":
|
|
2395
|
+
"id": 13381,
|
|
2396
2396
|
"isConstant": false,
|
|
2397
2397
|
"isLValue": false,
|
|
2398
2398
|
"isPure": true,
|
|
@@ -2415,7 +2415,7 @@
|
|
|
2415
2415
|
"typeString": "int_const 0"
|
|
2416
2416
|
}
|
|
2417
2417
|
],
|
|
2418
|
-
"id":
|
|
2418
|
+
"id": 13380,
|
|
2419
2419
|
"isConstant": false,
|
|
2420
2420
|
"isLValue": false,
|
|
2421
2421
|
"isPure": true,
|
|
@@ -2428,7 +2428,7 @@
|
|
|
2428
2428
|
},
|
|
2429
2429
|
"typeName": "address"
|
|
2430
2430
|
},
|
|
2431
|
-
"id":
|
|
2431
|
+
"id": 13382,
|
|
2432
2432
|
"isConstant": false,
|
|
2433
2433
|
"isLValue": false,
|
|
2434
2434
|
"isPure": true,
|
|
@@ -2449,25 +2449,25 @@
|
|
|
2449
2449
|
}
|
|
2450
2450
|
},
|
|
2451
2451
|
"falseBody": null,
|
|
2452
|
-
"id":
|
|
2452
|
+
"id": 13427,
|
|
2453
2453
|
"nodeType": "IfStatement",
|
|
2454
2454
|
"src": "2018:479:35",
|
|
2455
2455
|
"trueBody": {
|
|
2456
|
-
"id":
|
|
2456
|
+
"id": 13426,
|
|
2457
2457
|
"nodeType": "Block",
|
|
2458
2458
|
"src": "2058:439:35",
|
|
2459
2459
|
"statements": [
|
|
2460
2460
|
{
|
|
2461
2461
|
"assignments": [
|
|
2462
|
-
|
|
2462
|
+
13385
|
|
2463
2463
|
],
|
|
2464
2464
|
"declarations": [
|
|
2465
2465
|
{
|
|
2466
2466
|
"constant": false,
|
|
2467
|
-
"id":
|
|
2467
|
+
"id": 13385,
|
|
2468
2468
|
"name": "_payload",
|
|
2469
2469
|
"nodeType": "VariableDeclaration",
|
|
2470
|
-
"scope":
|
|
2470
|
+
"scope": 13426,
|
|
2471
2471
|
"src": "2073:21:35",
|
|
2472
2472
|
"stateVariable": false,
|
|
2473
2473
|
"storageLocation": "memory",
|
|
@@ -2476,7 +2476,7 @@
|
|
|
2476
2476
|
"typeString": "bytes"
|
|
2477
2477
|
},
|
|
2478
2478
|
"typeName": {
|
|
2479
|
-
"id":
|
|
2479
|
+
"id": 13384,
|
|
2480
2480
|
"name": "bytes",
|
|
2481
2481
|
"nodeType": "ElementaryTypeName",
|
|
2482
2482
|
"src": "2073:5:35",
|
|
@@ -2489,14 +2489,14 @@
|
|
|
2489
2489
|
"visibility": "internal"
|
|
2490
2490
|
}
|
|
2491
2491
|
],
|
|
2492
|
-
"id":
|
|
2492
|
+
"id": 13398,
|
|
2493
2493
|
"initialValue": {
|
|
2494
2494
|
"argumentTypes": null,
|
|
2495
2495
|
"arguments": [
|
|
2496
2496
|
{
|
|
2497
2497
|
"argumentTypes": null,
|
|
2498
2498
|
"hexValue": "696e697469616c697a6528616464726573732c616464726573732c616464726573732c616464726573732c616464726573732c627974657333322c616464726573732c6164647265737329",
|
|
2499
|
-
"id":
|
|
2499
|
+
"id": 13388,
|
|
2500
2500
|
"isConstant": false,
|
|
2501
2501
|
"isLValue": false,
|
|
2502
2502
|
"isPure": true,
|
|
@@ -2513,11 +2513,11 @@
|
|
|
2513
2513
|
},
|
|
2514
2514
|
{
|
|
2515
2515
|
"argumentTypes": null,
|
|
2516
|
-
"id":
|
|
2516
|
+
"id": 13389,
|
|
2517
2517
|
"name": "_security",
|
|
2518
2518
|
"nodeType": "Identifier",
|
|
2519
2519
|
"overloadedDeclarations": [],
|
|
2520
|
-
"referencedDeclaration":
|
|
2520
|
+
"referencedDeclaration": 13341,
|
|
2521
2521
|
"src": "2200:9:35",
|
|
2522
2522
|
"typeDescriptions": {
|
|
2523
2523
|
"typeIdentifier": "t_address",
|
|
@@ -2526,11 +2526,11 @@
|
|
|
2526
2526
|
},
|
|
2527
2527
|
{
|
|
2528
2528
|
"argumentTypes": null,
|
|
2529
|
-
"id":
|
|
2529
|
+
"id": 13390,
|
|
2530
2530
|
"name": "_cash",
|
|
2531
2531
|
"nodeType": "Identifier",
|
|
2532
2532
|
"overloadedDeclarations": [],
|
|
2533
|
-
"referencedDeclaration":
|
|
2533
|
+
"referencedDeclaration": 13343,
|
|
2534
2534
|
"src": "2211:5:35",
|
|
2535
2535
|
"typeDescriptions": {
|
|
2536
2536
|
"typeIdentifier": "t_address",
|
|
@@ -2539,11 +2539,11 @@
|
|
|
2539
2539
|
},
|
|
2540
2540
|
{
|
|
2541
2541
|
"argumentTypes": null,
|
|
2542
|
-
"id":
|
|
2542
|
+
"id": 13391,
|
|
2543
2543
|
"name": "_pretrade",
|
|
2544
2544
|
"nodeType": "Identifier",
|
|
2545
2545
|
"overloadedDeclarations": [],
|
|
2546
|
-
"referencedDeclaration":
|
|
2546
|
+
"referencedDeclaration": 13243,
|
|
2547
2547
|
"src": "2218:9:35",
|
|
2548
2548
|
"typeDescriptions": {
|
|
2549
2549
|
"typeIdentifier": "t_address",
|
|
@@ -2552,11 +2552,11 @@
|
|
|
2552
2552
|
},
|
|
2553
2553
|
{
|
|
2554
2554
|
"argumentTypes": null,
|
|
2555
|
-
"id":
|
|
2555
|
+
"id": 13392,
|
|
2556
2556
|
"name": "_trade",
|
|
2557
2557
|
"nodeType": "Identifier",
|
|
2558
2558
|
"overloadedDeclarations": [],
|
|
2559
|
-
"referencedDeclaration":
|
|
2559
|
+
"referencedDeclaration": 13245,
|
|
2560
2560
|
"src": "2229:6:35",
|
|
2561
2561
|
"typeDescriptions": {
|
|
2562
2562
|
"typeIdentifier": "t_address",
|
|
@@ -2565,11 +2565,11 @@
|
|
|
2565
2565
|
},
|
|
2566
2566
|
{
|
|
2567
2567
|
"argumentTypes": null,
|
|
2568
|
-
"id":
|
|
2568
|
+
"id": 13393,
|
|
2569
2569
|
"name": "_posttrade",
|
|
2570
2570
|
"nodeType": "Identifier",
|
|
2571
2571
|
"overloadedDeclarations": [],
|
|
2572
|
-
"referencedDeclaration":
|
|
2572
|
+
"referencedDeclaration": 13247,
|
|
2573
2573
|
"src": "2237:10:35",
|
|
2574
2574
|
"typeDescriptions": {
|
|
2575
2575
|
"typeIdentifier": "t_address",
|
|
@@ -2578,11 +2578,11 @@
|
|
|
2578
2578
|
},
|
|
2579
2579
|
{
|
|
2580
2580
|
"argumentTypes": null,
|
|
2581
|
-
"id":
|
|
2581
|
+
"id": 13394,
|
|
2582
2582
|
"name": "_settlementType",
|
|
2583
2583
|
"nodeType": "Identifier",
|
|
2584
2584
|
"overloadedDeclarations": [],
|
|
2585
|
-
"referencedDeclaration":
|
|
2585
|
+
"referencedDeclaration": 13347,
|
|
2586
2586
|
"src": "2249:15:35",
|
|
2587
2587
|
"typeDescriptions": {
|
|
2588
2588
|
"typeIdentifier": "t_bytes32",
|
|
@@ -2591,11 +2591,11 @@
|
|
|
2591
2591
|
},
|
|
2592
2592
|
{
|
|
2593
2593
|
"argumentTypes": null,
|
|
2594
|
-
"id":
|
|
2594
|
+
"id": 13395,
|
|
2595
2595
|
"name": "via",
|
|
2596
2596
|
"nodeType": "Identifier",
|
|
2597
2597
|
"overloadedDeclarations": [],
|
|
2598
|
-
"referencedDeclaration":
|
|
2598
|
+
"referencedDeclaration": 13239,
|
|
2599
2599
|
"src": "2265:3:35",
|
|
2600
2600
|
"typeDescriptions": {
|
|
2601
2601
|
"typeIdentifier": "t_address",
|
|
@@ -2604,11 +2604,11 @@
|
|
|
2604
2604
|
},
|
|
2605
2605
|
{
|
|
2606
2606
|
"argumentTypes": null,
|
|
2607
|
-
"id":
|
|
2607
|
+
"id": 13396,
|
|
2608
2608
|
"name": "_owner",
|
|
2609
2609
|
"nodeType": "Identifier",
|
|
2610
2610
|
"overloadedDeclarations": [],
|
|
2611
|
-
"referencedDeclaration":
|
|
2611
|
+
"referencedDeclaration": 13251,
|
|
2612
2612
|
"src": "2270:6:35",
|
|
2613
2613
|
"typeDescriptions": {
|
|
2614
2614
|
"typeIdentifier": "t_address",
|
|
@@ -2657,18 +2657,18 @@
|
|
|
2657
2657
|
],
|
|
2658
2658
|
"expression": {
|
|
2659
2659
|
"argumentTypes": null,
|
|
2660
|
-
"id":
|
|
2660
|
+
"id": 13386,
|
|
2661
2661
|
"name": "abi",
|
|
2662
2662
|
"nodeType": "Identifier",
|
|
2663
2663
|
"overloadedDeclarations": [],
|
|
2664
|
-
"referencedDeclaration":
|
|
2664
|
+
"referencedDeclaration": 14955,
|
|
2665
2665
|
"src": "2097:3:35",
|
|
2666
2666
|
"typeDescriptions": {
|
|
2667
2667
|
"typeIdentifier": "t_magic_abi",
|
|
2668
2668
|
"typeString": "abi"
|
|
2669
2669
|
}
|
|
2670
2670
|
},
|
|
2671
|
-
"id":
|
|
2671
|
+
"id": 13387,
|
|
2672
2672
|
"isConstant": false,
|
|
2673
2673
|
"isLValue": false,
|
|
2674
2674
|
"isPure": true,
|
|
@@ -2682,7 +2682,7 @@
|
|
|
2682
2682
|
"typeString": "function (string memory) pure returns (bytes memory)"
|
|
2683
2683
|
}
|
|
2684
2684
|
},
|
|
2685
|
-
"id":
|
|
2685
|
+
"id": 13397,
|
|
2686
2686
|
"isConstant": false,
|
|
2687
2687
|
"isLValue": false,
|
|
2688
2688
|
"isPure": false,
|
|
@@ -2701,15 +2701,15 @@
|
|
|
2701
2701
|
},
|
|
2702
2702
|
{
|
|
2703
2703
|
"assignments": [
|
|
2704
|
-
|
|
2704
|
+
13400
|
|
2705
2705
|
],
|
|
2706
2706
|
"declarations": [
|
|
2707
2707
|
{
|
|
2708
2708
|
"constant": false,
|
|
2709
|
-
"id":
|
|
2709
|
+
"id": 13400,
|
|
2710
2710
|
"name": "_pair",
|
|
2711
2711
|
"nodeType": "VariableDeclaration",
|
|
2712
|
-
"scope":
|
|
2712
|
+
"scope": 13426,
|
|
2713
2713
|
"src": "2294:13:35",
|
|
2714
2714
|
"stateVariable": false,
|
|
2715
2715
|
"storageLocation": "default",
|
|
@@ -2718,7 +2718,7 @@
|
|
|
2718
2718
|
"typeString": "address"
|
|
2719
2719
|
},
|
|
2720
2720
|
"typeName": {
|
|
2721
|
-
"id":
|
|
2721
|
+
"id": 13399,
|
|
2722
2722
|
"name": "address",
|
|
2723
2723
|
"nodeType": "ElementaryTypeName",
|
|
2724
2724
|
"src": "2294:7:35",
|
|
@@ -2732,17 +2732,17 @@
|
|
|
2732
2732
|
"visibility": "internal"
|
|
2733
2733
|
}
|
|
2734
2734
|
],
|
|
2735
|
-
"id":
|
|
2735
|
+
"id": 13405,
|
|
2736
2736
|
"initialValue": {
|
|
2737
2737
|
"argumentTypes": null,
|
|
2738
2738
|
"arguments": [
|
|
2739
2739
|
{
|
|
2740
2740
|
"argumentTypes": null,
|
|
2741
|
-
"id":
|
|
2741
|
+
"id": 13402,
|
|
2742
2742
|
"name": "_pool",
|
|
2743
2743
|
"nodeType": "Identifier",
|
|
2744
2744
|
"overloadedDeclarations": [],
|
|
2745
|
-
"referencedDeclaration":
|
|
2745
|
+
"referencedDeclaration": 13241,
|
|
2746
2746
|
"src": "2324:5:35",
|
|
2747
2747
|
"typeDescriptions": {
|
|
2748
2748
|
"typeIdentifier": "t_address",
|
|
@@ -2751,11 +2751,11 @@
|
|
|
2751
2751
|
},
|
|
2752
2752
|
{
|
|
2753
2753
|
"argumentTypes": null,
|
|
2754
|
-
"id":
|
|
2754
|
+
"id": 13403,
|
|
2755
2755
|
"name": "_payload",
|
|
2756
2756
|
"nodeType": "Identifier",
|
|
2757
2757
|
"overloadedDeclarations": [],
|
|
2758
|
-
"referencedDeclaration":
|
|
2758
|
+
"referencedDeclaration": 13385,
|
|
2759
2759
|
"src": "2331:8:35",
|
|
2760
2760
|
"typeDescriptions": {
|
|
2761
2761
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
"typeString": "bytes memory"
|
|
2775
2775
|
}
|
|
2776
2776
|
],
|
|
2777
|
-
"id":
|
|
2777
|
+
"id": 13401,
|
|
2778
2778
|
"name": "deployMinimal",
|
|
2779
2779
|
"nodeType": "Identifier",
|
|
2780
2780
|
"overloadedDeclarations": [],
|
|
@@ -2785,7 +2785,7 @@
|
|
|
2785
2785
|
"typeString": "function (address,bytes memory) returns (address)"
|
|
2786
2786
|
}
|
|
2787
2787
|
},
|
|
2788
|
-
"id":
|
|
2788
|
+
"id": 13404,
|
|
2789
2789
|
"isConstant": false,
|
|
2790
2790
|
"isLValue": false,
|
|
2791
2791
|
"isPure": false,
|
|
@@ -2808,11 +2808,11 @@
|
|
|
2808
2808
|
"arguments": [
|
|
2809
2809
|
{
|
|
2810
2810
|
"argumentTypes": null,
|
|
2811
|
-
"id":
|
|
2811
|
+
"id": 13407,
|
|
2812
2812
|
"name": "_pair",
|
|
2813
2813
|
"nodeType": "Identifier",
|
|
2814
2814
|
"overloadedDeclarations": [],
|
|
2815
|
-
"referencedDeclaration":
|
|
2815
|
+
"referencedDeclaration": 13400,
|
|
2816
2816
|
"src": "2372:5:35",
|
|
2817
2817
|
"typeDescriptions": {
|
|
2818
2818
|
"typeIdentifier": "t_address",
|
|
@@ -2821,11 +2821,11 @@
|
|
|
2821
2821
|
},
|
|
2822
2822
|
{
|
|
2823
2823
|
"argumentTypes": null,
|
|
2824
|
-
"id":
|
|
2824
|
+
"id": 13408,
|
|
2825
2825
|
"name": "_security",
|
|
2826
2826
|
"nodeType": "Identifier",
|
|
2827
2827
|
"overloadedDeclarations": [],
|
|
2828
|
-
"referencedDeclaration":
|
|
2828
|
+
"referencedDeclaration": 13341,
|
|
2829
2829
|
"src": "2379:9:35",
|
|
2830
2830
|
"typeDescriptions": {
|
|
2831
2831
|
"typeIdentifier": "t_address",
|
|
@@ -2834,11 +2834,11 @@
|
|
|
2834
2834
|
},
|
|
2835
2835
|
{
|
|
2836
2836
|
"argumentTypes": null,
|
|
2837
|
-
"id":
|
|
2837
|
+
"id": 13409,
|
|
2838
2838
|
"name": "_cash",
|
|
2839
2839
|
"nodeType": "Identifier",
|
|
2840
2840
|
"overloadedDeclarations": [],
|
|
2841
|
-
"referencedDeclaration":
|
|
2841
|
+
"referencedDeclaration": 13343,
|
|
2842
2842
|
"src": "2390:5:35",
|
|
2843
2843
|
"typeDescriptions": {
|
|
2844
2844
|
"typeIdentifier": "t_address",
|
|
@@ -2861,18 +2861,18 @@
|
|
|
2861
2861
|
"typeString": "address"
|
|
2862
2862
|
}
|
|
2863
2863
|
],
|
|
2864
|
-
"id":
|
|
2864
|
+
"id": 13406,
|
|
2865
2865
|
"name": "PoolCreated",
|
|
2866
2866
|
"nodeType": "Identifier",
|
|
2867
2867
|
"overloadedDeclarations": [],
|
|
2868
|
-
"referencedDeclaration":
|
|
2868
|
+
"referencedDeclaration": 13237,
|
|
2869
2869
|
"src": "2360:11:35",
|
|
2870
2870
|
"typeDescriptions": {
|
|
2871
2871
|
"typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_address_$returns$__$",
|
|
2872
2872
|
"typeString": "function (address,address,address)"
|
|
2873
2873
|
}
|
|
2874
2874
|
},
|
|
2875
|
-
"id":
|
|
2875
|
+
"id": 13410,
|
|
2876
2876
|
"isConstant": false,
|
|
2877
2877
|
"isLValue": false,
|
|
2878
2878
|
"isPure": false,
|
|
@@ -2886,14 +2886,14 @@
|
|
|
2886
2886
|
"typeString": "tuple()"
|
|
2887
2887
|
}
|
|
2888
2888
|
},
|
|
2889
|
-
"id":
|
|
2889
|
+
"id": 13411,
|
|
2890
2890
|
"nodeType": "EmitStatement",
|
|
2891
2891
|
"src": "2355:41:35"
|
|
2892
2892
|
},
|
|
2893
2893
|
{
|
|
2894
2894
|
"expression": {
|
|
2895
2895
|
"argumentTypes": null,
|
|
2896
|
-
"id":
|
|
2896
|
+
"id": 13416,
|
|
2897
2897
|
"isConstant": false,
|
|
2898
2898
|
"isLValue": false,
|
|
2899
2899
|
"isPure": false,
|
|
@@ -2902,25 +2902,25 @@
|
|
|
2902
2902
|
"argumentTypes": null,
|
|
2903
2903
|
"baseExpression": {
|
|
2904
2904
|
"argumentTypes": null,
|
|
2905
|
-
"id":
|
|
2905
|
+
"id": 13412,
|
|
2906
2906
|
"name": "pairs",
|
|
2907
2907
|
"nodeType": "Identifier",
|
|
2908
2908
|
"overloadedDeclarations": [],
|
|
2909
|
-
"referencedDeclaration":
|
|
2909
|
+
"referencedDeclaration": 13229,
|
|
2910
2910
|
"src": "2425:5:35",
|
|
2911
2911
|
"typeDescriptions": {
|
|
2912
2912
|
"typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
|
|
2913
2913
|
"typeString": "mapping(address => bool)"
|
|
2914
2914
|
}
|
|
2915
2915
|
},
|
|
2916
|
-
"id":
|
|
2916
|
+
"id": 13414,
|
|
2917
2917
|
"indexExpression": {
|
|
2918
2918
|
"argumentTypes": null,
|
|
2919
|
-
"id":
|
|
2919
|
+
"id": 13413,
|
|
2920
2920
|
"name": "_pair",
|
|
2921
2921
|
"nodeType": "Identifier",
|
|
2922
2922
|
"overloadedDeclarations": [],
|
|
2923
|
-
"referencedDeclaration":
|
|
2923
|
+
"referencedDeclaration": 13400,
|
|
2924
2924
|
"src": "2431:5:35",
|
|
2925
2925
|
"typeDescriptions": {
|
|
2926
2926
|
"typeIdentifier": "t_address",
|
|
@@ -2943,7 +2943,7 @@
|
|
|
2943
2943
|
"rightHandSide": {
|
|
2944
2944
|
"argumentTypes": null,
|
|
2945
2945
|
"hexValue": "74727565",
|
|
2946
|
-
"id":
|
|
2946
|
+
"id": 13415,
|
|
2947
2947
|
"isConstant": false,
|
|
2948
2948
|
"isLValue": false,
|
|
2949
2949
|
"isPure": true,
|
|
@@ -2964,14 +2964,14 @@
|
|
|
2964
2964
|
"typeString": "bool"
|
|
2965
2965
|
}
|
|
2966
2966
|
},
|
|
2967
|
-
"id":
|
|
2967
|
+
"id": 13417,
|
|
2968
2968
|
"nodeType": "ExpressionStatement",
|
|
2969
2969
|
"src": "2425:17:35"
|
|
2970
2970
|
},
|
|
2971
2971
|
{
|
|
2972
2972
|
"expression": {
|
|
2973
2973
|
"argumentTypes": null,
|
|
2974
|
-
"id":
|
|
2974
|
+
"id": 13424,
|
|
2975
2975
|
"isConstant": false,
|
|
2976
2976
|
"isLValue": false,
|
|
2977
2977
|
"isPure": false,
|
|
@@ -2982,25 +2982,25 @@
|
|
|
2982
2982
|
"argumentTypes": null,
|
|
2983
2983
|
"baseExpression": {
|
|
2984
2984
|
"argumentTypes": null,
|
|
2985
|
-
"id":
|
|
2985
|
+
"id": 13418,
|
|
2986
2986
|
"name": "pool",
|
|
2987
2987
|
"nodeType": "Identifier",
|
|
2988
2988
|
"overloadedDeclarations": [],
|
|
2989
|
-
"referencedDeclaration":
|
|
2989
|
+
"referencedDeclaration": 13225,
|
|
2990
2990
|
"src": "2457:4:35",
|
|
2991
2991
|
"typeDescriptions": {
|
|
2992
2992
|
"typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_address_$_$",
|
|
2993
2993
|
"typeString": "mapping(address => mapping(address => address))"
|
|
2994
2994
|
}
|
|
2995
2995
|
},
|
|
2996
|
-
"id":
|
|
2996
|
+
"id": 13421,
|
|
2997
2997
|
"indexExpression": {
|
|
2998
2998
|
"argumentTypes": null,
|
|
2999
|
-
"id":
|
|
2999
|
+
"id": 13419,
|
|
3000
3000
|
"name": "_security",
|
|
3001
3001
|
"nodeType": "Identifier",
|
|
3002
3002
|
"overloadedDeclarations": [],
|
|
3003
|
-
"referencedDeclaration":
|
|
3003
|
+
"referencedDeclaration": 13341,
|
|
3004
3004
|
"src": "2462:9:35",
|
|
3005
3005
|
"typeDescriptions": {
|
|
3006
3006
|
"typeIdentifier": "t_address",
|
|
@@ -3018,14 +3018,14 @@
|
|
|
3018
3018
|
"typeString": "mapping(address => address)"
|
|
3019
3019
|
}
|
|
3020
3020
|
},
|
|
3021
|
-
"id":
|
|
3021
|
+
"id": 13422,
|
|
3022
3022
|
"indexExpression": {
|
|
3023
3023
|
"argumentTypes": null,
|
|
3024
|
-
"id":
|
|
3024
|
+
"id": 13420,
|
|
3025
3025
|
"name": "_cash",
|
|
3026
3026
|
"nodeType": "Identifier",
|
|
3027
3027
|
"overloadedDeclarations": [],
|
|
3028
|
-
"referencedDeclaration":
|
|
3028
|
+
"referencedDeclaration": 13343,
|
|
3029
3029
|
"src": "2473:5:35",
|
|
3030
3030
|
"typeDescriptions": {
|
|
3031
3031
|
"typeIdentifier": "t_address",
|
|
@@ -3047,11 +3047,11 @@
|
|
|
3047
3047
|
"operator": "=",
|
|
3048
3048
|
"rightHandSide": {
|
|
3049
3049
|
"argumentTypes": null,
|
|
3050
|
-
"id":
|
|
3050
|
+
"id": 13423,
|
|
3051
3051
|
"name": "_pair",
|
|
3052
3052
|
"nodeType": "Identifier",
|
|
3053
3053
|
"overloadedDeclarations": [],
|
|
3054
|
-
"referencedDeclaration":
|
|
3054
|
+
"referencedDeclaration": 13400,
|
|
3055
3055
|
"src": "2480:5:35",
|
|
3056
3056
|
"typeDescriptions": {
|
|
3057
3057
|
"typeIdentifier": "t_address",
|
|
@@ -3064,7 +3064,7 @@
|
|
|
3064
3064
|
"typeString": "address"
|
|
3065
3065
|
}
|
|
3066
3066
|
},
|
|
3067
|
-
"id":
|
|
3067
|
+
"id": 13425,
|
|
3068
3068
|
"nodeType": "ExpressionStatement",
|
|
3069
3069
|
"src": "2457:28:35"
|
|
3070
3070
|
}
|
|
@@ -3074,22 +3074,22 @@
|
|
|
3074
3074
|
]
|
|
3075
3075
|
},
|
|
3076
3076
|
"documentation": null,
|
|
3077
|
-
"id":
|
|
3077
|
+
"id": 13429,
|
|
3078
3078
|
"implemented": true,
|
|
3079
3079
|
"kind": "function",
|
|
3080
3080
|
"modifiers": [],
|
|
3081
3081
|
"name": "createPool",
|
|
3082
3082
|
"nodeType": "FunctionDefinition",
|
|
3083
3083
|
"parameters": {
|
|
3084
|
-
"id":
|
|
3084
|
+
"id": 13348,
|
|
3085
3085
|
"nodeType": "ParameterList",
|
|
3086
3086
|
"parameters": [
|
|
3087
3087
|
{
|
|
3088
3088
|
"constant": false,
|
|
3089
|
-
"id":
|
|
3089
|
+
"id": 13341,
|
|
3090
3090
|
"name": "_security",
|
|
3091
3091
|
"nodeType": "VariableDeclaration",
|
|
3092
|
-
"scope":
|
|
3092
|
+
"scope": 13429,
|
|
3093
3093
|
"src": "1758:17:35",
|
|
3094
3094
|
"stateVariable": false,
|
|
3095
3095
|
"storageLocation": "default",
|
|
@@ -3098,7 +3098,7 @@
|
|
|
3098
3098
|
"typeString": "address"
|
|
3099
3099
|
},
|
|
3100
3100
|
"typeName": {
|
|
3101
|
-
"id":
|
|
3101
|
+
"id": 13340,
|
|
3102
3102
|
"name": "address",
|
|
3103
3103
|
"nodeType": "ElementaryTypeName",
|
|
3104
3104
|
"src": "1758:7:35",
|
|
@@ -3113,10 +3113,10 @@
|
|
|
3113
3113
|
},
|
|
3114
3114
|
{
|
|
3115
3115
|
"constant": false,
|
|
3116
|
-
"id":
|
|
3116
|
+
"id": 13343,
|
|
3117
3117
|
"name": "_cash",
|
|
3118
3118
|
"nodeType": "VariableDeclaration",
|
|
3119
|
-
"scope":
|
|
3119
|
+
"scope": 13429,
|
|
3120
3120
|
"src": "1777:13:35",
|
|
3121
3121
|
"stateVariable": false,
|
|
3122
3122
|
"storageLocation": "default",
|
|
@@ -3125,7 +3125,7 @@
|
|
|
3125
3125
|
"typeString": "address"
|
|
3126
3126
|
},
|
|
3127
3127
|
"typeName": {
|
|
3128
|
-
"id":
|
|
3128
|
+
"id": 13342,
|
|
3129
3129
|
"name": "address",
|
|
3130
3130
|
"nodeType": "ElementaryTypeName",
|
|
3131
3131
|
"src": "1777:7:35",
|
|
@@ -3140,10 +3140,10 @@
|
|
|
3140
3140
|
},
|
|
3141
3141
|
{
|
|
3142
3142
|
"constant": false,
|
|
3143
|
-
"id":
|
|
3143
|
+
"id": 13345,
|
|
3144
3144
|
"name": "_currency",
|
|
3145
3145
|
"nodeType": "VariableDeclaration",
|
|
3146
|
-
"scope":
|
|
3146
|
+
"scope": 13429,
|
|
3147
3147
|
"src": "1792:17:35",
|
|
3148
3148
|
"stateVariable": false,
|
|
3149
3149
|
"storageLocation": "default",
|
|
@@ -3152,7 +3152,7 @@
|
|
|
3152
3152
|
"typeString": "bytes32"
|
|
3153
3153
|
},
|
|
3154
3154
|
"typeName": {
|
|
3155
|
-
"id":
|
|
3155
|
+
"id": 13344,
|
|
3156
3156
|
"name": "bytes32",
|
|
3157
3157
|
"nodeType": "ElementaryTypeName",
|
|
3158
3158
|
"src": "1792:7:35",
|
|
@@ -3166,10 +3166,10 @@
|
|
|
3166
3166
|
},
|
|
3167
3167
|
{
|
|
3168
3168
|
"constant": false,
|
|
3169
|
-
"id":
|
|
3169
|
+
"id": 13347,
|
|
3170
3170
|
"name": "_settlementType",
|
|
3171
3171
|
"nodeType": "VariableDeclaration",
|
|
3172
|
-
"scope":
|
|
3172
|
+
"scope": 13429,
|
|
3173
3173
|
"src": "1811:23:35",
|
|
3174
3174
|
"stateVariable": false,
|
|
3175
3175
|
"storageLocation": "default",
|
|
@@ -3178,7 +3178,7 @@
|
|
|
3178
3178
|
"typeString": "bytes32"
|
|
3179
3179
|
},
|
|
3180
3180
|
"typeName": {
|
|
3181
|
-
"id":
|
|
3181
|
+
"id": 13346,
|
|
3182
3182
|
"name": "bytes32",
|
|
3183
3183
|
"nodeType": "ElementaryTypeName",
|
|
3184
3184
|
"src": "1811:7:35",
|
|
@@ -3194,19 +3194,19 @@
|
|
|
3194
3194
|
"src": "1757:78:35"
|
|
3195
3195
|
},
|
|
3196
3196
|
"returnParameters": {
|
|
3197
|
-
"id":
|
|
3197
|
+
"id": 13349,
|
|
3198
3198
|
"nodeType": "ParameterList",
|
|
3199
3199
|
"parameters": [],
|
|
3200
3200
|
"src": "1845:0:35"
|
|
3201
3201
|
},
|
|
3202
|
-
"scope":
|
|
3202
|
+
"scope": 13430,
|
|
3203
3203
|
"src": "1738:766:35",
|
|
3204
3204
|
"stateMutability": "nonpayable",
|
|
3205
3205
|
"superFunction": 9908,
|
|
3206
3206
|
"visibility": "external"
|
|
3207
3207
|
}
|
|
3208
3208
|
],
|
|
3209
|
-
"scope":
|
|
3209
|
+
"scope": 13431,
|
|
3210
3210
|
"src": "386:2127:35"
|
|
3211
3211
|
}
|
|
3212
3212
|
],
|
|
@@ -3217,7 +3217,7 @@
|
|
|
3217
3217
|
"absolutePath": "project:/contracts/pool/PoolFactory.sol",
|
|
3218
3218
|
"exportedSymbols": {
|
|
3219
3219
|
"PoolFactory": [
|
|
3220
|
-
|
|
3220
|
+
13430
|
|
3221
3221
|
]
|
|
3222
3222
|
}
|
|
3223
3223
|
},
|
|
@@ -3230,7 +3230,7 @@
|
|
|
3230
3230
|
".7"
|
|
3231
3231
|
]
|
|
3232
3232
|
},
|
|
3233
|
-
"id":
|
|
3233
|
+
"id": 13208,
|
|
3234
3234
|
"name": "PragmaDirective",
|
|
3235
3235
|
"src": "53:22:35"
|
|
3236
3236
|
},
|
|
@@ -3239,13 +3239,13 @@
|
|
|
3239
3239
|
"SourceUnit": 891,
|
|
3240
3240
|
"absolutePath": "@openzeppelin/upgrades/contracts/Initializable.sol",
|
|
3241
3241
|
"file": "@openzeppelin/upgrades/contracts/Initializable.sol",
|
|
3242
|
-
"scope":
|
|
3242
|
+
"scope": 13431,
|
|
3243
3243
|
"symbolAliases": [
|
|
3244
3244
|
null
|
|
3245
3245
|
],
|
|
3246
3246
|
"unitAlias": ""
|
|
3247
3247
|
},
|
|
3248
|
-
"id":
|
|
3248
|
+
"id": 13209,
|
|
3249
3249
|
"name": "ImportDirective",
|
|
3250
3250
|
"src": "79:60:35"
|
|
3251
3251
|
},
|
|
@@ -3254,13 +3254,13 @@
|
|
|
3254
3254
|
"SourceUnit": 1637,
|
|
3255
3255
|
"absolutePath": "@openzeppelin/upgrades/contracts/upgradeability/ProxyFactory.sol",
|
|
3256
3256
|
"file": "@openzeppelin/upgrades/contracts/upgradeability/ProxyFactory.sol",
|
|
3257
|
-
"scope":
|
|
3257
|
+
"scope": 13431,
|
|
3258
3258
|
"symbolAliases": [
|
|
3259
3259
|
null
|
|
3260
3260
|
],
|
|
3261
3261
|
"unitAlias": ""
|
|
3262
3262
|
},
|
|
3263
|
-
"id":
|
|
3263
|
+
"id": 13210,
|
|
3264
3264
|
"name": "ImportDirective",
|
|
3265
3265
|
"src": "141:74:35"
|
|
3266
3266
|
},
|
|
@@ -3269,13 +3269,13 @@
|
|
|
3269
3269
|
"SourceUnit": 822,
|
|
3270
3270
|
"absolutePath": "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol",
|
|
3271
3271
|
"file": "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol",
|
|
3272
|
-
"scope":
|
|
3272
|
+
"scope": 13431,
|
|
3273
3273
|
"symbolAliases": [
|
|
3274
3274
|
null
|
|
3275
3275
|
],
|
|
3276
3276
|
"unitAlias": ""
|
|
3277
3277
|
},
|
|
3278
|
-
"id":
|
|
3278
|
+
"id": 13211,
|
|
3279
3279
|
"name": "ImportDirective",
|
|
3280
3280
|
"src": "217:83:35"
|
|
3281
3281
|
},
|
|
@@ -3284,13 +3284,13 @@
|
|
|
3284
3284
|
"SourceUnit": 9926,
|
|
3285
3285
|
"absolutePath": "project:/contracts/interfaces/IPoolFactory.sol",
|
|
3286
3286
|
"file": "../interfaces/IPoolFactory.sol",
|
|
3287
|
-
"scope":
|
|
3287
|
+
"scope": 13431,
|
|
3288
3288
|
"symbolAliases": [
|
|
3289
3289
|
null
|
|
3290
3290
|
],
|
|
3291
3291
|
"unitAlias": ""
|
|
3292
3292
|
},
|
|
3293
|
-
"id":
|
|
3293
|
+
"id": 13212,
|
|
3294
3294
|
"name": "ImportDirective",
|
|
3295
3295
|
"src": "302:40:35"
|
|
3296
3296
|
},
|
|
@@ -3299,13 +3299,13 @@
|
|
|
3299
3299
|
"SourceUnit": 11065,
|
|
3300
3300
|
"absolutePath": "project:/contracts/interfaces/ViaFactory.sol",
|
|
3301
3301
|
"file": "../interfaces/ViaFactory.sol",
|
|
3302
|
-
"scope":
|
|
3302
|
+
"scope": 13431,
|
|
3303
3303
|
"symbolAliases": [
|
|
3304
3304
|
null
|
|
3305
3305
|
],
|
|
3306
3306
|
"unitAlias": ""
|
|
3307
3307
|
},
|
|
3308
|
-
"id":
|
|
3308
|
+
"id": 13213,
|
|
3309
3309
|
"name": "ImportDirective",
|
|
3310
3310
|
"src": "344:38:35"
|
|
3311
3311
|
},
|
|
@@ -3320,13 +3320,13 @@
|
|
|
3320
3320
|
"documentation": null,
|
|
3321
3321
|
"fullyImplemented": true,
|
|
3322
3322
|
"linearizedBaseContracts": [
|
|
3323
|
-
|
|
3323
|
+
13430,
|
|
3324
3324
|
9925,
|
|
3325
3325
|
1636,
|
|
3326
3326
|
890
|
|
3327
3327
|
],
|
|
3328
3328
|
"name": "PoolFactory",
|
|
3329
|
-
"scope":
|
|
3329
|
+
"scope": 13431
|
|
3330
3330
|
},
|
|
3331
3331
|
"children": [
|
|
3332
3332
|
{
|
|
@@ -3341,12 +3341,12 @@
|
|
|
3341
3341
|
"referencedDeclaration": 890,
|
|
3342
3342
|
"type": "contract Initializable"
|
|
3343
3343
|
},
|
|
3344
|
-
"id":
|
|
3344
|
+
"id": 13214,
|
|
3345
3345
|
"name": "UserDefinedTypeName",
|
|
3346
3346
|
"src": "410:13:35"
|
|
3347
3347
|
}
|
|
3348
3348
|
],
|
|
3349
|
-
"id":
|
|
3349
|
+
"id": 13215,
|
|
3350
3350
|
"name": "InheritanceSpecifier",
|
|
3351
3351
|
"src": "410:13:35"
|
|
3352
3352
|
},
|
|
@@ -3362,12 +3362,12 @@
|
|
|
3362
3362
|
"referencedDeclaration": 1636,
|
|
3363
3363
|
"type": "contract ProxyFactory"
|
|
3364
3364
|
},
|
|
3365
|
-
"id":
|
|
3365
|
+
"id": 13216,
|
|
3366
3366
|
"name": "UserDefinedTypeName",
|
|
3367
3367
|
"src": "425:12:35"
|
|
3368
3368
|
}
|
|
3369
3369
|
],
|
|
3370
|
-
"id":
|
|
3370
|
+
"id": 13217,
|
|
3371
3371
|
"name": "InheritanceSpecifier",
|
|
3372
3372
|
"src": "425:12:35"
|
|
3373
3373
|
},
|
|
@@ -3383,12 +3383,12 @@
|
|
|
3383
3383
|
"referencedDeclaration": 9925,
|
|
3384
3384
|
"type": "contract IPoolFactory"
|
|
3385
3385
|
},
|
|
3386
|
-
"id":
|
|
3386
|
+
"id": 13218,
|
|
3387
3387
|
"name": "UserDefinedTypeName",
|
|
3388
3388
|
"src": "439:12:35"
|
|
3389
3389
|
}
|
|
3390
3390
|
],
|
|
3391
|
-
"id":
|
|
3391
|
+
"id": 13219,
|
|
3392
3392
|
"name": "InheritanceSpecifier",
|
|
3393
3393
|
"src": "439:12:35"
|
|
3394
3394
|
},
|
|
@@ -3396,7 +3396,7 @@
|
|
|
3396
3396
|
"attributes": {
|
|
3397
3397
|
"constant": false,
|
|
3398
3398
|
"name": "pool",
|
|
3399
|
-
"scope":
|
|
3399
|
+
"scope": 13430,
|
|
3400
3400
|
"stateVariable": true,
|
|
3401
3401
|
"storageLocation": "default",
|
|
3402
3402
|
"type": "mapping(address => mapping(address => address))",
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
"name": "address",
|
|
3415
3415
|
"type": "address"
|
|
3416
3416
|
},
|
|
3417
|
-
"id":
|
|
3417
|
+
"id": 13220,
|
|
3418
3418
|
"name": "ElementaryTypeName",
|
|
3419
3419
|
"src": "511:7:35"
|
|
3420
3420
|
},
|
|
@@ -3428,7 +3428,7 @@
|
|
|
3428
3428
|
"name": "address",
|
|
3429
3429
|
"type": "address"
|
|
3430
3430
|
},
|
|
3431
|
-
"id":
|
|
3431
|
+
"id": 13221,
|
|
3432
3432
|
"name": "ElementaryTypeName",
|
|
3433
3433
|
"src": "530:7:35"
|
|
3434
3434
|
},
|
|
@@ -3438,22 +3438,22 @@
|
|
|
3438
3438
|
"stateMutability": "nonpayable",
|
|
3439
3439
|
"type": "address"
|
|
3440
3440
|
},
|
|
3441
|
-
"id":
|
|
3441
|
+
"id": 13222,
|
|
3442
3442
|
"name": "ElementaryTypeName",
|
|
3443
3443
|
"src": "541:7:35"
|
|
3444
3444
|
}
|
|
3445
3445
|
],
|
|
3446
|
-
"id":
|
|
3446
|
+
"id": 13223,
|
|
3447
3447
|
"name": "Mapping",
|
|
3448
3448
|
"src": "522:27:35"
|
|
3449
3449
|
}
|
|
3450
3450
|
],
|
|
3451
|
-
"id":
|
|
3451
|
+
"id": 13224,
|
|
3452
3452
|
"name": "Mapping",
|
|
3453
3453
|
"src": "503:47:35"
|
|
3454
3454
|
}
|
|
3455
3455
|
],
|
|
3456
|
-
"id":
|
|
3456
|
+
"id": 13225,
|
|
3457
3457
|
"name": "VariableDeclaration",
|
|
3458
3458
|
"src": "503:60:35"
|
|
3459
3459
|
},
|
|
@@ -3461,7 +3461,7 @@
|
|
|
3461
3461
|
"attributes": {
|
|
3462
3462
|
"constant": false,
|
|
3463
3463
|
"name": "pairs",
|
|
3464
|
-
"scope":
|
|
3464
|
+
"scope": 13430,
|
|
3465
3465
|
"stateVariable": true,
|
|
3466
3466
|
"storageLocation": "default",
|
|
3467
3467
|
"type": "mapping(address => bool)",
|
|
@@ -3479,7 +3479,7 @@
|
|
|
3479
3479
|
"name": "address",
|
|
3480
3480
|
"type": "address"
|
|
3481
3481
|
},
|
|
3482
|
-
"id":
|
|
3482
|
+
"id": 13226,
|
|
3483
3483
|
"name": "ElementaryTypeName",
|
|
3484
3484
|
"src": "602:7:35"
|
|
3485
3485
|
},
|
|
@@ -3488,17 +3488,17 @@
|
|
|
3488
3488
|
"name": "bool",
|
|
3489
3489
|
"type": "bool"
|
|
3490
3490
|
},
|
|
3491
|
-
"id":
|
|
3491
|
+
"id": 13227,
|
|
3492
3492
|
"name": "ElementaryTypeName",
|
|
3493
3493
|
"src": "613:4:35"
|
|
3494
3494
|
}
|
|
3495
3495
|
],
|
|
3496
|
-
"id":
|
|
3496
|
+
"id": 13228,
|
|
3497
3497
|
"name": "Mapping",
|
|
3498
3498
|
"src": "594:24:35"
|
|
3499
3499
|
}
|
|
3500
3500
|
],
|
|
3501
|
-
"id":
|
|
3501
|
+
"id": 13229,
|
|
3502
3502
|
"name": "VariableDeclaration",
|
|
3503
3503
|
"src": "594:38:35"
|
|
3504
3504
|
},
|
|
@@ -3516,7 +3516,7 @@
|
|
|
3516
3516
|
"constant": false,
|
|
3517
3517
|
"indexed": true,
|
|
3518
3518
|
"name": "pool",
|
|
3519
|
-
"scope":
|
|
3519
|
+
"scope": 13237,
|
|
3520
3520
|
"stateVariable": false,
|
|
3521
3521
|
"storageLocation": "default",
|
|
3522
3522
|
"type": "address",
|
|
@@ -3530,12 +3530,12 @@
|
|
|
3530
3530
|
"stateMutability": "nonpayable",
|
|
3531
3531
|
"type": "address"
|
|
3532
3532
|
},
|
|
3533
|
-
"id":
|
|
3533
|
+
"id": 13230,
|
|
3534
3534
|
"name": "ElementaryTypeName",
|
|
3535
3535
|
"src": "710:7:35"
|
|
3536
3536
|
}
|
|
3537
3537
|
],
|
|
3538
|
-
"id":
|
|
3538
|
+
"id": 13231,
|
|
3539
3539
|
"name": "VariableDeclaration",
|
|
3540
3540
|
"src": "710:20:35"
|
|
3541
3541
|
},
|
|
@@ -3544,7 +3544,7 @@
|
|
|
3544
3544
|
"constant": false,
|
|
3545
3545
|
"indexed": false,
|
|
3546
3546
|
"name": "security",
|
|
3547
|
-
"scope":
|
|
3547
|
+
"scope": 13237,
|
|
3548
3548
|
"stateVariable": false,
|
|
3549
3549
|
"storageLocation": "default",
|
|
3550
3550
|
"type": "address",
|
|
@@ -3558,12 +3558,12 @@
|
|
|
3558
3558
|
"stateMutability": "nonpayable",
|
|
3559
3559
|
"type": "address"
|
|
3560
3560
|
},
|
|
3561
|
-
"id":
|
|
3561
|
+
"id": 13232,
|
|
3562
3562
|
"name": "ElementaryTypeName",
|
|
3563
3563
|
"src": "732:7:35"
|
|
3564
3564
|
}
|
|
3565
3565
|
],
|
|
3566
|
-
"id":
|
|
3566
|
+
"id": 13233,
|
|
3567
3567
|
"name": "VariableDeclaration",
|
|
3568
3568
|
"src": "732:16:35"
|
|
3569
3569
|
},
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
"constant": false,
|
|
3573
3573
|
"indexed": false,
|
|
3574
3574
|
"name": "cash",
|
|
3575
|
-
"scope":
|
|
3575
|
+
"scope": 13237,
|
|
3576
3576
|
"stateVariable": false,
|
|
3577
3577
|
"storageLocation": "default",
|
|
3578
3578
|
"type": "address",
|
|
@@ -3586,22 +3586,22 @@
|
|
|
3586
3586
|
"stateMutability": "nonpayable",
|
|
3587
3587
|
"type": "address"
|
|
3588
3588
|
},
|
|
3589
|
-
"id":
|
|
3589
|
+
"id": 13234,
|
|
3590
3590
|
"name": "ElementaryTypeName",
|
|
3591
3591
|
"src": "750:7:35"
|
|
3592
3592
|
}
|
|
3593
3593
|
],
|
|
3594
|
-
"id":
|
|
3594
|
+
"id": 13235,
|
|
3595
3595
|
"name": "VariableDeclaration",
|
|
3596
3596
|
"src": "750:12:35"
|
|
3597
3597
|
}
|
|
3598
3598
|
],
|
|
3599
|
-
"id":
|
|
3599
|
+
"id": 13236,
|
|
3600
3600
|
"name": "ParameterList",
|
|
3601
3601
|
"src": "709:54:35"
|
|
3602
3602
|
}
|
|
3603
3603
|
],
|
|
3604
|
-
"id":
|
|
3604
|
+
"id": 13237,
|
|
3605
3605
|
"name": "EventDefinition",
|
|
3606
3606
|
"src": "692:72:35"
|
|
3607
3607
|
},
|
|
@@ -3609,7 +3609,7 @@
|
|
|
3609
3609
|
"attributes": {
|
|
3610
3610
|
"constant": false,
|
|
3611
3611
|
"name": "via",
|
|
3612
|
-
"scope":
|
|
3612
|
+
"scope": 13430,
|
|
3613
3613
|
"stateVariable": true,
|
|
3614
3614
|
"storageLocation": "default",
|
|
3615
3615
|
"type": "address",
|
|
@@ -3623,12 +3623,12 @@
|
|
|
3623
3623
|
"stateMutability": "nonpayable",
|
|
3624
3624
|
"type": "address"
|
|
3625
3625
|
},
|
|
3626
|
-
"id":
|
|
3626
|
+
"id": 13238,
|
|
3627
3627
|
"name": "ElementaryTypeName",
|
|
3628
3628
|
"src": "772:7:35"
|
|
3629
3629
|
}
|
|
3630
3630
|
],
|
|
3631
|
-
"id":
|
|
3631
|
+
"id": 13239,
|
|
3632
3632
|
"name": "VariableDeclaration",
|
|
3633
3633
|
"src": "772:19:35"
|
|
3634
3634
|
},
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
"attributes": {
|
|
3637
3637
|
"constant": false,
|
|
3638
3638
|
"name": "_pool",
|
|
3639
|
-
"scope":
|
|
3639
|
+
"scope": 13430,
|
|
3640
3640
|
"stateVariable": true,
|
|
3641
3641
|
"storageLocation": "default",
|
|
3642
3642
|
"type": "address",
|
|
@@ -3650,12 +3650,12 @@
|
|
|
3650
3650
|
"stateMutability": "nonpayable",
|
|
3651
3651
|
"type": "address"
|
|
3652
3652
|
},
|
|
3653
|
-
"id":
|
|
3653
|
+
"id": 13240,
|
|
3654
3654
|
"name": "ElementaryTypeName",
|
|
3655
3655
|
"src": "800:7:35"
|
|
3656
3656
|
}
|
|
3657
3657
|
],
|
|
3658
|
-
"id":
|
|
3658
|
+
"id": 13241,
|
|
3659
3659
|
"name": "VariableDeclaration",
|
|
3660
3660
|
"src": "800:13:35"
|
|
3661
3661
|
},
|
|
@@ -3663,7 +3663,7 @@
|
|
|
3663
3663
|
"attributes": {
|
|
3664
3664
|
"constant": false,
|
|
3665
3665
|
"name": "_pretrade",
|
|
3666
|
-
"scope":
|
|
3666
|
+
"scope": 13430,
|
|
3667
3667
|
"stateVariable": true,
|
|
3668
3668
|
"storageLocation": "default",
|
|
3669
3669
|
"type": "address",
|
|
@@ -3677,12 +3677,12 @@
|
|
|
3677
3677
|
"stateMutability": "nonpayable",
|
|
3678
3678
|
"type": "address"
|
|
3679
3679
|
},
|
|
3680
|
-
"id":
|
|
3680
|
+
"id": 13242,
|
|
3681
3681
|
"name": "ElementaryTypeName",
|
|
3682
3682
|
"src": "820:7:35"
|
|
3683
3683
|
}
|
|
3684
3684
|
],
|
|
3685
|
-
"id":
|
|
3685
|
+
"id": 13243,
|
|
3686
3686
|
"name": "VariableDeclaration",
|
|
3687
3687
|
"src": "820:17:35"
|
|
3688
3688
|
},
|
|
@@ -3690,7 +3690,7 @@
|
|
|
3690
3690
|
"attributes": {
|
|
3691
3691
|
"constant": false,
|
|
3692
3692
|
"name": "_trade",
|
|
3693
|
-
"scope":
|
|
3693
|
+
"scope": 13430,
|
|
3694
3694
|
"stateVariable": true,
|
|
3695
3695
|
"storageLocation": "default",
|
|
3696
3696
|
"type": "address",
|
|
@@ -3704,12 +3704,12 @@
|
|
|
3704
3704
|
"stateMutability": "nonpayable",
|
|
3705
3705
|
"type": "address"
|
|
3706
3706
|
},
|
|
3707
|
-
"id":
|
|
3707
|
+
"id": 13244,
|
|
3708
3708
|
"name": "ElementaryTypeName",
|
|
3709
3709
|
"src": "844:7:35"
|
|
3710
3710
|
}
|
|
3711
3711
|
],
|
|
3712
|
-
"id":
|
|
3712
|
+
"id": 13245,
|
|
3713
3713
|
"name": "VariableDeclaration",
|
|
3714
3714
|
"src": "844:14:35"
|
|
3715
3715
|
},
|
|
@@ -3717,7 +3717,7 @@
|
|
|
3717
3717
|
"attributes": {
|
|
3718
3718
|
"constant": false,
|
|
3719
3719
|
"name": "_posttrade",
|
|
3720
|
-
"scope":
|
|
3720
|
+
"scope": 13430,
|
|
3721
3721
|
"stateVariable": true,
|
|
3722
3722
|
"storageLocation": "default",
|
|
3723
3723
|
"type": "address",
|
|
@@ -3731,12 +3731,12 @@
|
|
|
3731
3731
|
"stateMutability": "nonpayable",
|
|
3732
3732
|
"type": "address"
|
|
3733
3733
|
},
|
|
3734
|
-
"id":
|
|
3734
|
+
"id": 13246,
|
|
3735
3735
|
"name": "ElementaryTypeName",
|
|
3736
3736
|
"src": "865:7:35"
|
|
3737
3737
|
}
|
|
3738
3738
|
],
|
|
3739
|
-
"id":
|
|
3739
|
+
"id": 13247,
|
|
3740
3740
|
"name": "VariableDeclaration",
|
|
3741
3741
|
"src": "865:18:35"
|
|
3742
3742
|
},
|
|
@@ -3744,7 +3744,7 @@
|
|
|
3744
3744
|
"attributes": {
|
|
3745
3745
|
"constant": false,
|
|
3746
3746
|
"name": "_registry",
|
|
3747
|
-
"scope":
|
|
3747
|
+
"scope": 13430,
|
|
3748
3748
|
"stateVariable": true,
|
|
3749
3749
|
"storageLocation": "default",
|
|
3750
3750
|
"type": "address",
|
|
@@ -3758,12 +3758,12 @@
|
|
|
3758
3758
|
"stateMutability": "nonpayable",
|
|
3759
3759
|
"type": "address"
|
|
3760
3760
|
},
|
|
3761
|
-
"id":
|
|
3761
|
+
"id": 13248,
|
|
3762
3762
|
"name": "ElementaryTypeName",
|
|
3763
3763
|
"src": "890:7:35"
|
|
3764
3764
|
}
|
|
3765
3765
|
],
|
|
3766
|
-
"id":
|
|
3766
|
+
"id": 13249,
|
|
3767
3767
|
"name": "VariableDeclaration",
|
|
3768
3768
|
"src": "890:17:35"
|
|
3769
3769
|
},
|
|
@@ -3771,7 +3771,7 @@
|
|
|
3771
3771
|
"attributes": {
|
|
3772
3772
|
"constant": false,
|
|
3773
3773
|
"name": "_owner",
|
|
3774
|
-
"scope":
|
|
3774
|
+
"scope": 13430,
|
|
3775
3775
|
"stateVariable": true,
|
|
3776
3776
|
"storageLocation": "default",
|
|
3777
3777
|
"type": "address",
|
|
@@ -3785,12 +3785,12 @@
|
|
|
3785
3785
|
"stateMutability": "nonpayable",
|
|
3786
3786
|
"type": "address"
|
|
3787
3787
|
},
|
|
3788
|
-
"id":
|
|
3788
|
+
"id": 13250,
|
|
3789
3789
|
"name": "ElementaryTypeName",
|
|
3790
3790
|
"src": "914:7:35"
|
|
3791
3791
|
}
|
|
3792
3792
|
],
|
|
3793
|
-
"id":
|
|
3793
|
+
"id": 13251,
|
|
3794
3794
|
"name": "VariableDeclaration",
|
|
3795
3795
|
"src": "914:14:35"
|
|
3796
3796
|
},
|
|
@@ -3801,7 +3801,7 @@
|
|
|
3801
3801
|
"isConstructor": false,
|
|
3802
3802
|
"kind": "function",
|
|
3803
3803
|
"name": "initialize",
|
|
3804
|
-
"scope":
|
|
3804
|
+
"scope": 13430,
|
|
3805
3805
|
"stateMutability": "nonpayable",
|
|
3806
3806
|
"superFunction": null,
|
|
3807
3807
|
"visibility": "public"
|
|
@@ -3813,7 +3813,7 @@
|
|
|
3813
3813
|
"attributes": {
|
|
3814
3814
|
"constant": false,
|
|
3815
3815
|
"name": "_viaFactory",
|
|
3816
|
-
"scope":
|
|
3816
|
+
"scope": 13298,
|
|
3817
3817
|
"stateVariable": false,
|
|
3818
3818
|
"storageLocation": "default",
|
|
3819
3819
|
"type": "address",
|
|
@@ -3827,12 +3827,12 @@
|
|
|
3827
3827
|
"stateMutability": "nonpayable",
|
|
3828
3828
|
"type": "address"
|
|
3829
3829
|
},
|
|
3830
|
-
"id":
|
|
3830
|
+
"id": 13252,
|
|
3831
3831
|
"name": "ElementaryTypeName",
|
|
3832
3832
|
"src": "957:7:35"
|
|
3833
3833
|
}
|
|
3834
3834
|
],
|
|
3835
|
-
"id":
|
|
3835
|
+
"id": 13253,
|
|
3836
3836
|
"name": "VariableDeclaration",
|
|
3837
3837
|
"src": "957:19:35"
|
|
3838
3838
|
},
|
|
@@ -3840,7 +3840,7 @@
|
|
|
3840
3840
|
"attributes": {
|
|
3841
3841
|
"constant": false,
|
|
3842
3842
|
"name": "_orderPool",
|
|
3843
|
-
"scope":
|
|
3843
|
+
"scope": 13298,
|
|
3844
3844
|
"stateVariable": false,
|
|
3845
3845
|
"storageLocation": "default",
|
|
3846
3846
|
"type": "address",
|
|
@@ -3854,12 +3854,12 @@
|
|
|
3854
3854
|
"stateMutability": "nonpayable",
|
|
3855
3855
|
"type": "address"
|
|
3856
3856
|
},
|
|
3857
|
-
"id":
|
|
3857
|
+
"id": 13254,
|
|
3858
3858
|
"name": "ElementaryTypeName",
|
|
3859
3859
|
"src": "978:7:35"
|
|
3860
3860
|
}
|
|
3861
3861
|
],
|
|
3862
|
-
"id":
|
|
3862
|
+
"id": 13255,
|
|
3863
3863
|
"name": "VariableDeclaration",
|
|
3864
3864
|
"src": "978:18:35"
|
|
3865
3865
|
},
|
|
@@ -3867,7 +3867,7 @@
|
|
|
3867
3867
|
"attributes": {
|
|
3868
3868
|
"constant": false,
|
|
3869
3869
|
"name": "_pretradeContract",
|
|
3870
|
-
"scope":
|
|
3870
|
+
"scope": 13298,
|
|
3871
3871
|
"stateVariable": false,
|
|
3872
3872
|
"storageLocation": "default",
|
|
3873
3873
|
"type": "address",
|
|
@@ -3881,12 +3881,12 @@
|
|
|
3881
3881
|
"stateMutability": "nonpayable",
|
|
3882
3882
|
"type": "address"
|
|
3883
3883
|
},
|
|
3884
|
-
"id":
|
|
3884
|
+
"id": 13256,
|
|
3885
3885
|
"name": "ElementaryTypeName",
|
|
3886
3886
|
"src": "998:7:35"
|
|
3887
3887
|
}
|
|
3888
3888
|
],
|
|
3889
|
-
"id":
|
|
3889
|
+
"id": 13257,
|
|
3890
3890
|
"name": "VariableDeclaration",
|
|
3891
3891
|
"src": "998:25:35"
|
|
3892
3892
|
},
|
|
@@ -3894,7 +3894,7 @@
|
|
|
3894
3894
|
"attributes": {
|
|
3895
3895
|
"constant": false,
|
|
3896
3896
|
"name": "_tradeContract",
|
|
3897
|
-
"scope":
|
|
3897
|
+
"scope": 13298,
|
|
3898
3898
|
"stateVariable": false,
|
|
3899
3899
|
"storageLocation": "default",
|
|
3900
3900
|
"type": "address",
|
|
@@ -3908,12 +3908,12 @@
|
|
|
3908
3908
|
"stateMutability": "nonpayable",
|
|
3909
3909
|
"type": "address"
|
|
3910
3910
|
},
|
|
3911
|
-
"id":
|
|
3911
|
+
"id": 13258,
|
|
3912
3912
|
"name": "ElementaryTypeName",
|
|
3913
3913
|
"src": "1025:7:35"
|
|
3914
3914
|
}
|
|
3915
3915
|
],
|
|
3916
|
-
"id":
|
|
3916
|
+
"id": 13259,
|
|
3917
3917
|
"name": "VariableDeclaration",
|
|
3918
3918
|
"src": "1025:22:35"
|
|
3919
3919
|
},
|
|
@@ -3921,7 +3921,7 @@
|
|
|
3921
3921
|
"attributes": {
|
|
3922
3922
|
"constant": false,
|
|
3923
3923
|
"name": "_posttradeContract",
|
|
3924
|
-
"scope":
|
|
3924
|
+
"scope": 13298,
|
|
3925
3925
|
"stateVariable": false,
|
|
3926
3926
|
"storageLocation": "default",
|
|
3927
3927
|
"type": "address",
|
|
@@ -3935,12 +3935,12 @@
|
|
|
3935
3935
|
"stateMutability": "nonpayable",
|
|
3936
3936
|
"type": "address"
|
|
3937
3937
|
},
|
|
3938
|
-
"id":
|
|
3938
|
+
"id": 13260,
|
|
3939
3939
|
"name": "ElementaryTypeName",
|
|
3940
3940
|
"src": "1049:7:35"
|
|
3941
3941
|
}
|
|
3942
3942
|
],
|
|
3943
|
-
"id":
|
|
3943
|
+
"id": 13261,
|
|
3944
3944
|
"name": "VariableDeclaration",
|
|
3945
3945
|
"src": "1049:26:35"
|
|
3946
3946
|
},
|
|
@@ -3948,7 +3948,7 @@
|
|
|
3948
3948
|
"attributes": {
|
|
3949
3949
|
"constant": false,
|
|
3950
3950
|
"name": "_securitiesRegistry",
|
|
3951
|
-
"scope":
|
|
3951
|
+
"scope": 13298,
|
|
3952
3952
|
"stateVariable": false,
|
|
3953
3953
|
"storageLocation": "default",
|
|
3954
3954
|
"type": "address",
|
|
@@ -3962,17 +3962,17 @@
|
|
|
3962
3962
|
"stateMutability": "nonpayable",
|
|
3963
3963
|
"type": "address"
|
|
3964
3964
|
},
|
|
3965
|
-
"id":
|
|
3965
|
+
"id": 13262,
|
|
3966
3966
|
"name": "ElementaryTypeName",
|
|
3967
3967
|
"src": "1077:7:35"
|
|
3968
3968
|
}
|
|
3969
3969
|
],
|
|
3970
|
-
"id":
|
|
3970
|
+
"id": 13263,
|
|
3971
3971
|
"name": "VariableDeclaration",
|
|
3972
3972
|
"src": "1077:27:35"
|
|
3973
3973
|
}
|
|
3974
3974
|
],
|
|
3975
|
-
"id":
|
|
3975
|
+
"id": 13264,
|
|
3976
3976
|
"name": "ParameterList",
|
|
3977
3977
|
"src": "956:149:35"
|
|
3978
3978
|
},
|
|
@@ -3983,7 +3983,7 @@
|
|
|
3983
3983
|
]
|
|
3984
3984
|
},
|
|
3985
3985
|
"children": [],
|
|
3986
|
-
"id":
|
|
3986
|
+
"id": 13267,
|
|
3987
3987
|
"name": "ParameterList",
|
|
3988
3988
|
"src": "1124:0:35"
|
|
3989
3989
|
},
|
|
@@ -4002,12 +4002,12 @@
|
|
|
4002
4002
|
"type": "modifier ()",
|
|
4003
4003
|
"value": "initializer"
|
|
4004
4004
|
},
|
|
4005
|
-
"id":
|
|
4005
|
+
"id": 13265,
|
|
4006
4006
|
"name": "Identifier",
|
|
4007
4007
|
"src": "1113:11:35"
|
|
4008
4008
|
}
|
|
4009
4009
|
],
|
|
4010
|
-
"id":
|
|
4010
|
+
"id": 13266,
|
|
4011
4011
|
"name": "ModifierInvocation",
|
|
4012
4012
|
"src": "1113:11:35"
|
|
4013
4013
|
},
|
|
@@ -4032,11 +4032,11 @@
|
|
|
4032
4032
|
"overloadedDeclarations": [
|
|
4033
4033
|
null
|
|
4034
4034
|
],
|
|
4035
|
-
"referencedDeclaration":
|
|
4035
|
+
"referencedDeclaration": 13239,
|
|
4036
4036
|
"type": "address",
|
|
4037
4037
|
"value": "via"
|
|
4038
4038
|
},
|
|
4039
|
-
"id":
|
|
4039
|
+
"id": 13268,
|
|
4040
4040
|
"name": "Identifier",
|
|
4041
4041
|
"src": "1135:3:35"
|
|
4042
4042
|
},
|
|
@@ -4046,21 +4046,21 @@
|
|
|
4046
4046
|
"overloadedDeclarations": [
|
|
4047
4047
|
null
|
|
4048
4048
|
],
|
|
4049
|
-
"referencedDeclaration":
|
|
4049
|
+
"referencedDeclaration": 13253,
|
|
4050
4050
|
"type": "address",
|
|
4051
4051
|
"value": "_viaFactory"
|
|
4052
4052
|
},
|
|
4053
|
-
"id":
|
|
4053
|
+
"id": 13269,
|
|
4054
4054
|
"name": "Identifier",
|
|
4055
4055
|
"src": "1141:11:35"
|
|
4056
4056
|
}
|
|
4057
4057
|
],
|
|
4058
|
-
"id":
|
|
4058
|
+
"id": 13270,
|
|
4059
4059
|
"name": "Assignment",
|
|
4060
4060
|
"src": "1135:17:35"
|
|
4061
4061
|
}
|
|
4062
4062
|
],
|
|
4063
|
-
"id":
|
|
4063
|
+
"id": 13271,
|
|
4064
4064
|
"name": "ExpressionStatement",
|
|
4065
4065
|
"src": "1135:17:35"
|
|
4066
4066
|
},
|
|
@@ -4083,11 +4083,11 @@
|
|
|
4083
4083
|
"overloadedDeclarations": [
|
|
4084
4084
|
null
|
|
4085
4085
|
],
|
|
4086
|
-
"referencedDeclaration":
|
|
4086
|
+
"referencedDeclaration": 13241,
|
|
4087
4087
|
"type": "address",
|
|
4088
4088
|
"value": "_pool"
|
|
4089
4089
|
},
|
|
4090
|
-
"id":
|
|
4090
|
+
"id": 13272,
|
|
4091
4091
|
"name": "Identifier",
|
|
4092
4092
|
"src": "1163:5:35"
|
|
4093
4093
|
},
|
|
@@ -4097,21 +4097,21 @@
|
|
|
4097
4097
|
"overloadedDeclarations": [
|
|
4098
4098
|
null
|
|
4099
4099
|
],
|
|
4100
|
-
"referencedDeclaration":
|
|
4100
|
+
"referencedDeclaration": 13255,
|
|
4101
4101
|
"type": "address",
|
|
4102
4102
|
"value": "_orderPool"
|
|
4103
4103
|
},
|
|
4104
|
-
"id":
|
|
4104
|
+
"id": 13273,
|
|
4105
4105
|
"name": "Identifier",
|
|
4106
4106
|
"src": "1171:10:35"
|
|
4107
4107
|
}
|
|
4108
4108
|
],
|
|
4109
|
-
"id":
|
|
4109
|
+
"id": 13274,
|
|
4110
4110
|
"name": "Assignment",
|
|
4111
4111
|
"src": "1163:18:35"
|
|
4112
4112
|
}
|
|
4113
4113
|
],
|
|
4114
|
-
"id":
|
|
4114
|
+
"id": 13275,
|
|
4115
4115
|
"name": "ExpressionStatement",
|
|
4116
4116
|
"src": "1163:18:35"
|
|
4117
4117
|
},
|
|
@@ -4134,11 +4134,11 @@
|
|
|
4134
4134
|
"overloadedDeclarations": [
|
|
4135
4135
|
null
|
|
4136
4136
|
],
|
|
4137
|
-
"referencedDeclaration":
|
|
4137
|
+
"referencedDeclaration": 13243,
|
|
4138
4138
|
"type": "address",
|
|
4139
4139
|
"value": "_pretrade"
|
|
4140
4140
|
},
|
|
4141
|
-
"id":
|
|
4141
|
+
"id": 13276,
|
|
4142
4142
|
"name": "Identifier",
|
|
4143
4143
|
"src": "1192:9:35"
|
|
4144
4144
|
},
|
|
@@ -4148,21 +4148,21 @@
|
|
|
4148
4148
|
"overloadedDeclarations": [
|
|
4149
4149
|
null
|
|
4150
4150
|
],
|
|
4151
|
-
"referencedDeclaration":
|
|
4151
|
+
"referencedDeclaration": 13257,
|
|
4152
4152
|
"type": "address",
|
|
4153
4153
|
"value": "_pretradeContract"
|
|
4154
4154
|
},
|
|
4155
|
-
"id":
|
|
4155
|
+
"id": 13277,
|
|
4156
4156
|
"name": "Identifier",
|
|
4157
4157
|
"src": "1204:17:35"
|
|
4158
4158
|
}
|
|
4159
4159
|
],
|
|
4160
|
-
"id":
|
|
4160
|
+
"id": 13278,
|
|
4161
4161
|
"name": "Assignment",
|
|
4162
4162
|
"src": "1192:29:35"
|
|
4163
4163
|
}
|
|
4164
4164
|
],
|
|
4165
|
-
"id":
|
|
4165
|
+
"id": 13279,
|
|
4166
4166
|
"name": "ExpressionStatement",
|
|
4167
4167
|
"src": "1192:29:35"
|
|
4168
4168
|
},
|
|
@@ -4185,11 +4185,11 @@
|
|
|
4185
4185
|
"overloadedDeclarations": [
|
|
4186
4186
|
null
|
|
4187
4187
|
],
|
|
4188
|
-
"referencedDeclaration":
|
|
4188
|
+
"referencedDeclaration": 13245,
|
|
4189
4189
|
"type": "address",
|
|
4190
4190
|
"value": "_trade"
|
|
4191
4191
|
},
|
|
4192
|
-
"id":
|
|
4192
|
+
"id": 13280,
|
|
4193
4193
|
"name": "Identifier",
|
|
4194
4194
|
"src": "1232:6:35"
|
|
4195
4195
|
},
|
|
@@ -4199,21 +4199,21 @@
|
|
|
4199
4199
|
"overloadedDeclarations": [
|
|
4200
4200
|
null
|
|
4201
4201
|
],
|
|
4202
|
-
"referencedDeclaration":
|
|
4202
|
+
"referencedDeclaration": 13259,
|
|
4203
4203
|
"type": "address",
|
|
4204
4204
|
"value": "_tradeContract"
|
|
4205
4205
|
},
|
|
4206
|
-
"id":
|
|
4206
|
+
"id": 13281,
|
|
4207
4207
|
"name": "Identifier",
|
|
4208
4208
|
"src": "1241:14:35"
|
|
4209
4209
|
}
|
|
4210
4210
|
],
|
|
4211
|
-
"id":
|
|
4211
|
+
"id": 13282,
|
|
4212
4212
|
"name": "Assignment",
|
|
4213
4213
|
"src": "1232:23:35"
|
|
4214
4214
|
}
|
|
4215
4215
|
],
|
|
4216
|
-
"id":
|
|
4216
|
+
"id": 13283,
|
|
4217
4217
|
"name": "ExpressionStatement",
|
|
4218
4218
|
"src": "1232:23:35"
|
|
4219
4219
|
},
|
|
@@ -4236,11 +4236,11 @@
|
|
|
4236
4236
|
"overloadedDeclarations": [
|
|
4237
4237
|
null
|
|
4238
4238
|
],
|
|
4239
|
-
"referencedDeclaration":
|
|
4239
|
+
"referencedDeclaration": 13247,
|
|
4240
4240
|
"type": "address",
|
|
4241
4241
|
"value": "_posttrade"
|
|
4242
4242
|
},
|
|
4243
|
-
"id":
|
|
4243
|
+
"id": 13284,
|
|
4244
4244
|
"name": "Identifier",
|
|
4245
4245
|
"src": "1266:10:35"
|
|
4246
4246
|
},
|
|
@@ -4250,21 +4250,21 @@
|
|
|
4250
4250
|
"overloadedDeclarations": [
|
|
4251
4251
|
null
|
|
4252
4252
|
],
|
|
4253
|
-
"referencedDeclaration":
|
|
4253
|
+
"referencedDeclaration": 13261,
|
|
4254
4254
|
"type": "address",
|
|
4255
4255
|
"value": "_posttradeContract"
|
|
4256
4256
|
},
|
|
4257
|
-
"id":
|
|
4257
|
+
"id": 13285,
|
|
4258
4258
|
"name": "Identifier",
|
|
4259
4259
|
"src": "1279:18:35"
|
|
4260
4260
|
}
|
|
4261
4261
|
],
|
|
4262
|
-
"id":
|
|
4262
|
+
"id": 13286,
|
|
4263
4263
|
"name": "Assignment",
|
|
4264
4264
|
"src": "1266:31:35"
|
|
4265
4265
|
}
|
|
4266
4266
|
],
|
|
4267
|
-
"id":
|
|
4267
|
+
"id": 13287,
|
|
4268
4268
|
"name": "ExpressionStatement",
|
|
4269
4269
|
"src": "1266:31:35"
|
|
4270
4270
|
},
|
|
@@ -4287,11 +4287,11 @@
|
|
|
4287
4287
|
"overloadedDeclarations": [
|
|
4288
4288
|
null
|
|
4289
4289
|
],
|
|
4290
|
-
"referencedDeclaration":
|
|
4290
|
+
"referencedDeclaration": 13249,
|
|
4291
4291
|
"type": "address",
|
|
4292
4292
|
"value": "_registry"
|
|
4293
4293
|
},
|
|
4294
|
-
"id":
|
|
4294
|
+
"id": 13288,
|
|
4295
4295
|
"name": "Identifier",
|
|
4296
4296
|
"src": "1308:9:35"
|
|
4297
4297
|
},
|
|
@@ -4301,21 +4301,21 @@
|
|
|
4301
4301
|
"overloadedDeclarations": [
|
|
4302
4302
|
null
|
|
4303
4303
|
],
|
|
4304
|
-
"referencedDeclaration":
|
|
4304
|
+
"referencedDeclaration": 13263,
|
|
4305
4305
|
"type": "address",
|
|
4306
4306
|
"value": "_securitiesRegistry"
|
|
4307
4307
|
},
|
|
4308
|
-
"id":
|
|
4308
|
+
"id": 13289,
|
|
4309
4309
|
"name": "Identifier",
|
|
4310
4310
|
"src": "1320:19:35"
|
|
4311
4311
|
}
|
|
4312
4312
|
],
|
|
4313
|
-
"id":
|
|
4313
|
+
"id": 13290,
|
|
4314
4314
|
"name": "Assignment",
|
|
4315
4315
|
"src": "1308:31:35"
|
|
4316
4316
|
}
|
|
4317
4317
|
],
|
|
4318
|
-
"id":
|
|
4318
|
+
"id": 13291,
|
|
4319
4319
|
"name": "ExpressionStatement",
|
|
4320
4320
|
"src": "1308:31:35"
|
|
4321
4321
|
},
|
|
@@ -4338,11 +4338,11 @@
|
|
|
4338
4338
|
"overloadedDeclarations": [
|
|
4339
4339
|
null
|
|
4340
4340
|
],
|
|
4341
|
-
"referencedDeclaration":
|
|
4341
|
+
"referencedDeclaration": 13251,
|
|
4342
4342
|
"type": "address",
|
|
4343
4343
|
"value": "_owner"
|
|
4344
4344
|
},
|
|
4345
|
-
"id":
|
|
4345
|
+
"id": 13292,
|
|
4346
4346
|
"name": "Identifier",
|
|
4347
4347
|
"src": "1350:6:35"
|
|
4348
4348
|
},
|
|
@@ -4364,36 +4364,36 @@
|
|
|
4364
4364
|
"overloadedDeclarations": [
|
|
4365
4365
|
null
|
|
4366
4366
|
],
|
|
4367
|
-
"referencedDeclaration":
|
|
4367
|
+
"referencedDeclaration": 14968,
|
|
4368
4368
|
"type": "msg",
|
|
4369
4369
|
"value": "msg"
|
|
4370
4370
|
},
|
|
4371
|
-
"id":
|
|
4371
|
+
"id": 13293,
|
|
4372
4372
|
"name": "Identifier",
|
|
4373
4373
|
"src": "1359:3:35"
|
|
4374
4374
|
}
|
|
4375
4375
|
],
|
|
4376
|
-
"id":
|
|
4376
|
+
"id": 13294,
|
|
4377
4377
|
"name": "MemberAccess",
|
|
4378
4378
|
"src": "1359:10:35"
|
|
4379
4379
|
}
|
|
4380
4380
|
],
|
|
4381
|
-
"id":
|
|
4381
|
+
"id": 13295,
|
|
4382
4382
|
"name": "Assignment",
|
|
4383
4383
|
"src": "1350:19:35"
|
|
4384
4384
|
}
|
|
4385
4385
|
],
|
|
4386
|
-
"id":
|
|
4386
|
+
"id": 13296,
|
|
4387
4387
|
"name": "ExpressionStatement",
|
|
4388
4388
|
"src": "1350:19:35"
|
|
4389
4389
|
}
|
|
4390
4390
|
],
|
|
4391
|
-
"id":
|
|
4391
|
+
"id": 13297,
|
|
4392
4392
|
"name": "Block",
|
|
4393
4393
|
"src": "1124:253:35"
|
|
4394
4394
|
}
|
|
4395
4395
|
],
|
|
4396
|
-
"id":
|
|
4396
|
+
"id": 13298,
|
|
4397
4397
|
"name": "FunctionDefinition",
|
|
4398
4398
|
"src": "937:440:35"
|
|
4399
4399
|
},
|
|
@@ -4407,7 +4407,7 @@
|
|
|
4407
4407
|
null
|
|
4408
4408
|
],
|
|
4409
4409
|
"name": "getPool",
|
|
4410
|
-
"scope":
|
|
4410
|
+
"scope": 13430,
|
|
4411
4411
|
"stateMutability": "view",
|
|
4412
4412
|
"superFunction": 9917,
|
|
4413
4413
|
"visibility": "external"
|
|
@@ -4419,7 +4419,7 @@
|
|
|
4419
4419
|
"attributes": {
|
|
4420
4420
|
"constant": false,
|
|
4421
4421
|
"name": "_security",
|
|
4422
|
-
"scope":
|
|
4422
|
+
"scope": 13314,
|
|
4423
4423
|
"stateVariable": false,
|
|
4424
4424
|
"storageLocation": "default",
|
|
4425
4425
|
"type": "address",
|
|
@@ -4433,12 +4433,12 @@
|
|
|
4433
4433
|
"stateMutability": "nonpayable",
|
|
4434
4434
|
"type": "address"
|
|
4435
4435
|
},
|
|
4436
|
-
"id":
|
|
4436
|
+
"id": 13299,
|
|
4437
4437
|
"name": "ElementaryTypeName",
|
|
4438
4438
|
"src": "1402:7:35"
|
|
4439
4439
|
}
|
|
4440
4440
|
],
|
|
4441
|
-
"id":
|
|
4441
|
+
"id": 13300,
|
|
4442
4442
|
"name": "VariableDeclaration",
|
|
4443
4443
|
"src": "1402:17:35"
|
|
4444
4444
|
},
|
|
@@ -4446,7 +4446,7 @@
|
|
|
4446
4446
|
"attributes": {
|
|
4447
4447
|
"constant": false,
|
|
4448
4448
|
"name": "_cash",
|
|
4449
|
-
"scope":
|
|
4449
|
+
"scope": 13314,
|
|
4450
4450
|
"stateVariable": false,
|
|
4451
4451
|
"storageLocation": "default",
|
|
4452
4452
|
"type": "address",
|
|
@@ -4460,17 +4460,17 @@
|
|
|
4460
4460
|
"stateMutability": "nonpayable",
|
|
4461
4461
|
"type": "address"
|
|
4462
4462
|
},
|
|
4463
|
-
"id":
|
|
4463
|
+
"id": 13301,
|
|
4464
4464
|
"name": "ElementaryTypeName",
|
|
4465
4465
|
"src": "1421:7:35"
|
|
4466
4466
|
}
|
|
4467
4467
|
],
|
|
4468
|
-
"id":
|
|
4468
|
+
"id": 13302,
|
|
4469
4469
|
"name": "VariableDeclaration",
|
|
4470
4470
|
"src": "1421:13:35"
|
|
4471
4471
|
}
|
|
4472
4472
|
],
|
|
4473
|
-
"id":
|
|
4473
|
+
"id": 13303,
|
|
4474
4474
|
"name": "ParameterList",
|
|
4475
4475
|
"src": "1401:34:35"
|
|
4476
4476
|
},
|
|
@@ -4480,7 +4480,7 @@
|
|
|
4480
4480
|
"attributes": {
|
|
4481
4481
|
"constant": false,
|
|
4482
4482
|
"name": "",
|
|
4483
|
-
"scope":
|
|
4483
|
+
"scope": 13314,
|
|
4484
4484
|
"stateVariable": false,
|
|
4485
4485
|
"storageLocation": "default",
|
|
4486
4486
|
"type": "address",
|
|
@@ -4494,17 +4494,17 @@
|
|
|
4494
4494
|
"stateMutability": "nonpayable",
|
|
4495
4495
|
"type": "address"
|
|
4496
4496
|
},
|
|
4497
|
-
"id":
|
|
4497
|
+
"id": 13304,
|
|
4498
4498
|
"name": "ElementaryTypeName",
|
|
4499
4499
|
"src": "1458:7:35"
|
|
4500
4500
|
}
|
|
4501
4501
|
],
|
|
4502
|
-
"id":
|
|
4502
|
+
"id": 13305,
|
|
4503
4503
|
"name": "VariableDeclaration",
|
|
4504
4504
|
"src": "1458:7:35"
|
|
4505
4505
|
}
|
|
4506
4506
|
],
|
|
4507
|
-
"id":
|
|
4507
|
+
"id": 13306,
|
|
4508
4508
|
"name": "ParameterList",
|
|
4509
4509
|
"src": "1457:9:35"
|
|
4510
4510
|
},
|
|
@@ -4512,7 +4512,7 @@
|
|
|
4512
4512
|
"children": [
|
|
4513
4513
|
{
|
|
4514
4514
|
"attributes": {
|
|
4515
|
-
"functionReturnParameters":
|
|
4515
|
+
"functionReturnParameters": 13306
|
|
4516
4516
|
},
|
|
4517
4517
|
"children": [
|
|
4518
4518
|
{
|
|
@@ -4541,11 +4541,11 @@
|
|
|
4541
4541
|
"overloadedDeclarations": [
|
|
4542
4542
|
null
|
|
4543
4543
|
],
|
|
4544
|
-
"referencedDeclaration":
|
|
4544
|
+
"referencedDeclaration": 13225,
|
|
4545
4545
|
"type": "mapping(address => mapping(address => address))",
|
|
4546
4546
|
"value": "pool"
|
|
4547
4547
|
},
|
|
4548
|
-
"id":
|
|
4548
|
+
"id": 13307,
|
|
4549
4549
|
"name": "Identifier",
|
|
4550
4550
|
"src": "1484:4:35"
|
|
4551
4551
|
},
|
|
@@ -4555,16 +4555,16 @@
|
|
|
4555
4555
|
"overloadedDeclarations": [
|
|
4556
4556
|
null
|
|
4557
4557
|
],
|
|
4558
|
-
"referencedDeclaration":
|
|
4558
|
+
"referencedDeclaration": 13300,
|
|
4559
4559
|
"type": "address",
|
|
4560
4560
|
"value": "_security"
|
|
4561
4561
|
},
|
|
4562
|
-
"id":
|
|
4562
|
+
"id": 13308,
|
|
4563
4563
|
"name": "Identifier",
|
|
4564
4564
|
"src": "1489:9:35"
|
|
4565
4565
|
}
|
|
4566
4566
|
],
|
|
4567
|
-
"id":
|
|
4567
|
+
"id": 13309,
|
|
4568
4568
|
"name": "IndexAccess",
|
|
4569
4569
|
"src": "1484:15:35"
|
|
4570
4570
|
},
|
|
@@ -4574,31 +4574,31 @@
|
|
|
4574
4574
|
"overloadedDeclarations": [
|
|
4575
4575
|
null
|
|
4576
4576
|
],
|
|
4577
|
-
"referencedDeclaration":
|
|
4577
|
+
"referencedDeclaration": 13302,
|
|
4578
4578
|
"type": "address",
|
|
4579
4579
|
"value": "_cash"
|
|
4580
4580
|
},
|
|
4581
|
-
"id":
|
|
4581
|
+
"id": 13310,
|
|
4582
4582
|
"name": "Identifier",
|
|
4583
4583
|
"src": "1500:5:35"
|
|
4584
4584
|
}
|
|
4585
4585
|
],
|
|
4586
|
-
"id":
|
|
4586
|
+
"id": 13311,
|
|
4587
4587
|
"name": "IndexAccess",
|
|
4588
4588
|
"src": "1484:22:35"
|
|
4589
4589
|
}
|
|
4590
4590
|
],
|
|
4591
|
-
"id":
|
|
4591
|
+
"id": 13312,
|
|
4592
4592
|
"name": "Return",
|
|
4593
4593
|
"src": "1477:29:35"
|
|
4594
4594
|
}
|
|
4595
4595
|
],
|
|
4596
|
-
"id":
|
|
4596
|
+
"id": 13313,
|
|
4597
4597
|
"name": "Block",
|
|
4598
4598
|
"src": "1466:48:35"
|
|
4599
4599
|
}
|
|
4600
4600
|
],
|
|
4601
|
-
"id":
|
|
4601
|
+
"id": 13314,
|
|
4602
4602
|
"name": "FunctionDefinition",
|
|
4603
4603
|
"src": "1385:129:35"
|
|
4604
4604
|
},
|
|
@@ -4612,7 +4612,7 @@
|
|
|
4612
4612
|
null
|
|
4613
4613
|
],
|
|
4614
4614
|
"name": "confirmPool",
|
|
4615
|
-
"scope":
|
|
4615
|
+
"scope": 13430,
|
|
4616
4616
|
"stateMutability": "view",
|
|
4617
4617
|
"superFunction": 9924,
|
|
4618
4618
|
"visibility": "external"
|
|
@@ -4624,7 +4624,7 @@
|
|
|
4624
4624
|
"attributes": {
|
|
4625
4625
|
"constant": false,
|
|
4626
4626
|
"name": "_pair",
|
|
4627
|
-
"scope":
|
|
4627
|
+
"scope": 13339,
|
|
4628
4628
|
"stateVariable": false,
|
|
4629
4629
|
"storageLocation": "default",
|
|
4630
4630
|
"type": "address",
|
|
@@ -4638,17 +4638,17 @@
|
|
|
4638
4638
|
"stateMutability": "nonpayable",
|
|
4639
4639
|
"type": "address"
|
|
4640
4640
|
},
|
|
4641
|
-
"id":
|
|
4641
|
+
"id": 13315,
|
|
4642
4642
|
"name": "ElementaryTypeName",
|
|
4643
4643
|
"src": "1543:7:35"
|
|
4644
4644
|
}
|
|
4645
4645
|
],
|
|
4646
|
-
"id":
|
|
4646
|
+
"id": 13316,
|
|
4647
4647
|
"name": "VariableDeclaration",
|
|
4648
4648
|
"src": "1543:13:35"
|
|
4649
4649
|
}
|
|
4650
4650
|
],
|
|
4651
|
-
"id":
|
|
4651
|
+
"id": 13317,
|
|
4652
4652
|
"name": "ParameterList",
|
|
4653
4653
|
"src": "1542:15:35"
|
|
4654
4654
|
},
|
|
@@ -4658,7 +4658,7 @@
|
|
|
4658
4658
|
"attributes": {
|
|
4659
4659
|
"constant": false,
|
|
4660
4660
|
"name": "",
|
|
4661
|
-
"scope":
|
|
4661
|
+
"scope": 13339,
|
|
4662
4662
|
"stateVariable": false,
|
|
4663
4663
|
"storageLocation": "default",
|
|
4664
4664
|
"type": "bool",
|
|
@@ -4671,17 +4671,17 @@
|
|
|
4671
4671
|
"name": "bool",
|
|
4672
4672
|
"type": "bool"
|
|
4673
4673
|
},
|
|
4674
|
-
"id":
|
|
4674
|
+
"id": 13318,
|
|
4675
4675
|
"name": "ElementaryTypeName",
|
|
4676
4676
|
"src": "1580:4:35"
|
|
4677
4677
|
}
|
|
4678
4678
|
],
|
|
4679
|
-
"id":
|
|
4679
|
+
"id": 13319,
|
|
4680
4680
|
"name": "VariableDeclaration",
|
|
4681
4681
|
"src": "1580:4:35"
|
|
4682
4682
|
}
|
|
4683
4683
|
],
|
|
4684
|
-
"id":
|
|
4684
|
+
"id": 13320,
|
|
4685
4685
|
"name": "ParameterList",
|
|
4686
4686
|
"src": "1579:6:35"
|
|
4687
4687
|
},
|
|
@@ -4713,14 +4713,14 @@
|
|
|
4713
4713
|
}
|
|
4714
4714
|
],
|
|
4715
4715
|
"overloadedDeclarations": [
|
|
4716
|
-
|
|
4717
|
-
|
|
4716
|
+
14971,
|
|
4717
|
+
14972
|
|
4718
4718
|
],
|
|
4719
|
-
"referencedDeclaration":
|
|
4719
|
+
"referencedDeclaration": 14971,
|
|
4720
4720
|
"type": "function (bool) pure",
|
|
4721
4721
|
"value": "require"
|
|
4722
4722
|
},
|
|
4723
|
-
"id":
|
|
4723
|
+
"id": 13321,
|
|
4724
4724
|
"name": "Identifier",
|
|
4725
4725
|
"src": "1596:7:35"
|
|
4726
4726
|
},
|
|
@@ -4757,16 +4757,16 @@
|
|
|
4757
4757
|
"overloadedDeclarations": [
|
|
4758
4758
|
null
|
|
4759
4759
|
],
|
|
4760
|
-
"referencedDeclaration":
|
|
4760
|
+
"referencedDeclaration": 14968,
|
|
4761
4761
|
"type": "msg",
|
|
4762
4762
|
"value": "msg"
|
|
4763
4763
|
},
|
|
4764
|
-
"id":
|
|
4764
|
+
"id": 13322,
|
|
4765
4765
|
"name": "Identifier",
|
|
4766
4766
|
"src": "1604:3:35"
|
|
4767
4767
|
}
|
|
4768
4768
|
],
|
|
4769
|
-
"id":
|
|
4769
|
+
"id": 13323,
|
|
4770
4770
|
"name": "MemberAccess",
|
|
4771
4771
|
"src": "1604:10:35"
|
|
4772
4772
|
},
|
|
@@ -4776,26 +4776,26 @@
|
|
|
4776
4776
|
"overloadedDeclarations": [
|
|
4777
4777
|
null
|
|
4778
4778
|
],
|
|
4779
|
-
"referencedDeclaration":
|
|
4779
|
+
"referencedDeclaration": 13245,
|
|
4780
4780
|
"type": "address",
|
|
4781
4781
|
"value": "_trade"
|
|
4782
4782
|
},
|
|
4783
|
-
"id":
|
|
4783
|
+
"id": 13324,
|
|
4784
4784
|
"name": "Identifier",
|
|
4785
4785
|
"src": "1616:6:35"
|
|
4786
4786
|
}
|
|
4787
4787
|
],
|
|
4788
|
-
"id":
|
|
4788
|
+
"id": 13325,
|
|
4789
4789
|
"name": "BinaryOperation",
|
|
4790
4790
|
"src": "1604:18:35"
|
|
4791
4791
|
}
|
|
4792
4792
|
],
|
|
4793
|
-
"id":
|
|
4793
|
+
"id": 13326,
|
|
4794
4794
|
"name": "FunctionCall",
|
|
4795
4795
|
"src": "1596:27:35"
|
|
4796
4796
|
}
|
|
4797
4797
|
],
|
|
4798
|
-
"id":
|
|
4798
|
+
"id": 13327,
|
|
4799
4799
|
"name": "ExpressionStatement",
|
|
4800
4800
|
"src": "1596:27:35"
|
|
4801
4801
|
},
|
|
@@ -4832,11 +4832,11 @@
|
|
|
4832
4832
|
"overloadedDeclarations": [
|
|
4833
4833
|
null
|
|
4834
4834
|
],
|
|
4835
|
-
"referencedDeclaration":
|
|
4835
|
+
"referencedDeclaration": 13229,
|
|
4836
4836
|
"type": "mapping(address => bool)",
|
|
4837
4837
|
"value": "pairs"
|
|
4838
4838
|
},
|
|
4839
|
-
"id":
|
|
4839
|
+
"id": 13328,
|
|
4840
4840
|
"name": "Identifier",
|
|
4841
4841
|
"src": "1637:5:35"
|
|
4842
4842
|
},
|
|
@@ -4846,16 +4846,16 @@
|
|
|
4846
4846
|
"overloadedDeclarations": [
|
|
4847
4847
|
null
|
|
4848
4848
|
],
|
|
4849
|
-
"referencedDeclaration":
|
|
4849
|
+
"referencedDeclaration": 13316,
|
|
4850
4850
|
"type": "address",
|
|
4851
4851
|
"value": "_pair"
|
|
4852
4852
|
},
|
|
4853
|
-
"id":
|
|
4853
|
+
"id": 13329,
|
|
4854
4854
|
"name": "Identifier",
|
|
4855
4855
|
"src": "1643:5:35"
|
|
4856
4856
|
}
|
|
4857
4857
|
],
|
|
4858
|
-
"id":
|
|
4858
|
+
"id": 13330,
|
|
4859
4859
|
"name": "IndexAccess",
|
|
4860
4860
|
"src": "1637:12:35"
|
|
4861
4861
|
},
|
|
@@ -4872,18 +4872,18 @@
|
|
|
4872
4872
|
"type": "bool",
|
|
4873
4873
|
"value": "true"
|
|
4874
4874
|
},
|
|
4875
|
-
"id":
|
|
4875
|
+
"id": 13331,
|
|
4876
4876
|
"name": "Literal",
|
|
4877
4877
|
"src": "1651:4:35"
|
|
4878
4878
|
}
|
|
4879
4879
|
],
|
|
4880
|
-
"id":
|
|
4880
|
+
"id": 13332,
|
|
4881
4881
|
"name": "BinaryOperation",
|
|
4882
4882
|
"src": "1637:18:35"
|
|
4883
4883
|
},
|
|
4884
4884
|
{
|
|
4885
4885
|
"attributes": {
|
|
4886
|
-
"functionReturnParameters":
|
|
4886
|
+
"functionReturnParameters": 13320
|
|
4887
4887
|
},
|
|
4888
4888
|
"children": [
|
|
4889
4889
|
{
|
|
@@ -4899,18 +4899,18 @@
|
|
|
4899
4899
|
"type": "bool",
|
|
4900
4900
|
"value": "true"
|
|
4901
4901
|
},
|
|
4902
|
-
"id":
|
|
4902
|
+
"id": 13333,
|
|
4903
4903
|
"name": "Literal",
|
|
4904
4904
|
"src": "1677:4:35"
|
|
4905
4905
|
}
|
|
4906
4906
|
],
|
|
4907
|
-
"id":
|
|
4907
|
+
"id": 13334,
|
|
4908
4908
|
"name": "Return",
|
|
4909
4909
|
"src": "1670:11:35"
|
|
4910
4910
|
},
|
|
4911
4911
|
{
|
|
4912
4912
|
"attributes": {
|
|
4913
|
-
"functionReturnParameters":
|
|
4913
|
+
"functionReturnParameters": 13320
|
|
4914
4914
|
},
|
|
4915
4915
|
"children": [
|
|
4916
4916
|
{
|
|
@@ -4926,27 +4926,27 @@
|
|
|
4926
4926
|
"type": "bool",
|
|
4927
4927
|
"value": "false"
|
|
4928
4928
|
},
|
|
4929
|
-
"id":
|
|
4929
|
+
"id": 13335,
|
|
4930
4930
|
"name": "Literal",
|
|
4931
4931
|
"src": "1717:5:35"
|
|
4932
4932
|
}
|
|
4933
4933
|
],
|
|
4934
|
-
"id":
|
|
4934
|
+
"id": 13336,
|
|
4935
4935
|
"name": "Return",
|
|
4936
4936
|
"src": "1710:12:35"
|
|
4937
4937
|
}
|
|
4938
4938
|
],
|
|
4939
|
-
"id":
|
|
4939
|
+
"id": 13337,
|
|
4940
4940
|
"name": "IfStatement",
|
|
4941
4941
|
"src": "1634:88:35"
|
|
4942
4942
|
}
|
|
4943
4943
|
],
|
|
4944
|
-
"id":
|
|
4944
|
+
"id": 13338,
|
|
4945
4945
|
"name": "Block",
|
|
4946
4946
|
"src": "1585:145:35"
|
|
4947
4947
|
}
|
|
4948
4948
|
],
|
|
4949
|
-
"id":
|
|
4949
|
+
"id": 13339,
|
|
4950
4950
|
"name": "FunctionDefinition",
|
|
4951
4951
|
"src": "1522:208:35"
|
|
4952
4952
|
},
|
|
@@ -4960,7 +4960,7 @@
|
|
|
4960
4960
|
null
|
|
4961
4961
|
],
|
|
4962
4962
|
"name": "createPool",
|
|
4963
|
-
"scope":
|
|
4963
|
+
"scope": 13430,
|
|
4964
4964
|
"stateMutability": "nonpayable",
|
|
4965
4965
|
"superFunction": 9908,
|
|
4966
4966
|
"visibility": "external"
|
|
@@ -4972,7 +4972,7 @@
|
|
|
4972
4972
|
"attributes": {
|
|
4973
4973
|
"constant": false,
|
|
4974
4974
|
"name": "_security",
|
|
4975
|
-
"scope":
|
|
4975
|
+
"scope": 13429,
|
|
4976
4976
|
"stateVariable": false,
|
|
4977
4977
|
"storageLocation": "default",
|
|
4978
4978
|
"type": "address",
|
|
@@ -4986,12 +4986,12 @@
|
|
|
4986
4986
|
"stateMutability": "nonpayable",
|
|
4987
4987
|
"type": "address"
|
|
4988
4988
|
},
|
|
4989
|
-
"id":
|
|
4989
|
+
"id": 13340,
|
|
4990
4990
|
"name": "ElementaryTypeName",
|
|
4991
4991
|
"src": "1758:7:35"
|
|
4992
4992
|
}
|
|
4993
4993
|
],
|
|
4994
|
-
"id":
|
|
4994
|
+
"id": 13341,
|
|
4995
4995
|
"name": "VariableDeclaration",
|
|
4996
4996
|
"src": "1758:17:35"
|
|
4997
4997
|
},
|
|
@@ -4999,7 +4999,7 @@
|
|
|
4999
4999
|
"attributes": {
|
|
5000
5000
|
"constant": false,
|
|
5001
5001
|
"name": "_cash",
|
|
5002
|
-
"scope":
|
|
5002
|
+
"scope": 13429,
|
|
5003
5003
|
"stateVariable": false,
|
|
5004
5004
|
"storageLocation": "default",
|
|
5005
5005
|
"type": "address",
|
|
@@ -5013,12 +5013,12 @@
|
|
|
5013
5013
|
"stateMutability": "nonpayable",
|
|
5014
5014
|
"type": "address"
|
|
5015
5015
|
},
|
|
5016
|
-
"id":
|
|
5016
|
+
"id": 13342,
|
|
5017
5017
|
"name": "ElementaryTypeName",
|
|
5018
5018
|
"src": "1777:7:35"
|
|
5019
5019
|
}
|
|
5020
5020
|
],
|
|
5021
|
-
"id":
|
|
5021
|
+
"id": 13343,
|
|
5022
5022
|
"name": "VariableDeclaration",
|
|
5023
5023
|
"src": "1777:13:35"
|
|
5024
5024
|
},
|
|
@@ -5026,7 +5026,7 @@
|
|
|
5026
5026
|
"attributes": {
|
|
5027
5027
|
"constant": false,
|
|
5028
5028
|
"name": "_currency",
|
|
5029
|
-
"scope":
|
|
5029
|
+
"scope": 13429,
|
|
5030
5030
|
"stateVariable": false,
|
|
5031
5031
|
"storageLocation": "default",
|
|
5032
5032
|
"type": "bytes32",
|
|
@@ -5039,12 +5039,12 @@
|
|
|
5039
5039
|
"name": "bytes32",
|
|
5040
5040
|
"type": "bytes32"
|
|
5041
5041
|
},
|
|
5042
|
-
"id":
|
|
5042
|
+
"id": 13344,
|
|
5043
5043
|
"name": "ElementaryTypeName",
|
|
5044
5044
|
"src": "1792:7:35"
|
|
5045
5045
|
}
|
|
5046
5046
|
],
|
|
5047
|
-
"id":
|
|
5047
|
+
"id": 13345,
|
|
5048
5048
|
"name": "VariableDeclaration",
|
|
5049
5049
|
"src": "1792:17:35"
|
|
5050
5050
|
},
|
|
@@ -5052,7 +5052,7 @@
|
|
|
5052
5052
|
"attributes": {
|
|
5053
5053
|
"constant": false,
|
|
5054
5054
|
"name": "_settlementType",
|
|
5055
|
-
"scope":
|
|
5055
|
+
"scope": 13429,
|
|
5056
5056
|
"stateVariable": false,
|
|
5057
5057
|
"storageLocation": "default",
|
|
5058
5058
|
"type": "bytes32",
|
|
@@ -5065,17 +5065,17 @@
|
|
|
5065
5065
|
"name": "bytes32",
|
|
5066
5066
|
"type": "bytes32"
|
|
5067
5067
|
},
|
|
5068
|
-
"id":
|
|
5068
|
+
"id": 13346,
|
|
5069
5069
|
"name": "ElementaryTypeName",
|
|
5070
5070
|
"src": "1811:7:35"
|
|
5071
5071
|
}
|
|
5072
5072
|
],
|
|
5073
|
-
"id":
|
|
5073
|
+
"id": 13347,
|
|
5074
5074
|
"name": "VariableDeclaration",
|
|
5075
5075
|
"src": "1811:23:35"
|
|
5076
5076
|
}
|
|
5077
5077
|
],
|
|
5078
|
-
"id":
|
|
5078
|
+
"id": 13348,
|
|
5079
5079
|
"name": "ParameterList",
|
|
5080
5080
|
"src": "1757:78:35"
|
|
5081
5081
|
},
|
|
@@ -5086,7 +5086,7 @@
|
|
|
5086
5086
|
]
|
|
5087
5087
|
},
|
|
5088
5088
|
"children": [],
|
|
5089
|
-
"id":
|
|
5089
|
+
"id": 13349,
|
|
5090
5090
|
"name": "ParameterList",
|
|
5091
5091
|
"src": "1845:0:35"
|
|
5092
5092
|
},
|
|
@@ -5118,14 +5118,14 @@
|
|
|
5118
5118
|
}
|
|
5119
5119
|
],
|
|
5120
5120
|
"overloadedDeclarations": [
|
|
5121
|
-
|
|
5122
|
-
|
|
5121
|
+
14971,
|
|
5122
|
+
14972
|
|
5123
5123
|
],
|
|
5124
|
-
"referencedDeclaration":
|
|
5124
|
+
"referencedDeclaration": 14971,
|
|
5125
5125
|
"type": "function (bool) pure",
|
|
5126
5126
|
"value": "require"
|
|
5127
5127
|
},
|
|
5128
|
-
"id":
|
|
5128
|
+
"id": 13350,
|
|
5129
5129
|
"name": "Identifier",
|
|
5130
5130
|
"src": "1856:7:35"
|
|
5131
5131
|
},
|
|
@@ -5162,16 +5162,16 @@
|
|
|
5162
5162
|
"overloadedDeclarations": [
|
|
5163
5163
|
null
|
|
5164
5164
|
],
|
|
5165
|
-
"referencedDeclaration":
|
|
5165
|
+
"referencedDeclaration": 14968,
|
|
5166
5166
|
"type": "msg",
|
|
5167
5167
|
"value": "msg"
|
|
5168
5168
|
},
|
|
5169
|
-
"id":
|
|
5169
|
+
"id": 13351,
|
|
5170
5170
|
"name": "Identifier",
|
|
5171
5171
|
"src": "1864:3:35"
|
|
5172
5172
|
}
|
|
5173
5173
|
],
|
|
5174
|
-
"id":
|
|
5174
|
+
"id": 13352,
|
|
5175
5175
|
"name": "MemberAccess",
|
|
5176
5176
|
"src": "1864:10:35"
|
|
5177
5177
|
},
|
|
@@ -5181,26 +5181,26 @@
|
|
|
5181
5181
|
"overloadedDeclarations": [
|
|
5182
5182
|
null
|
|
5183
5183
|
],
|
|
5184
|
-
"referencedDeclaration":
|
|
5184
|
+
"referencedDeclaration": 13249,
|
|
5185
5185
|
"type": "address",
|
|
5186
5186
|
"value": "_registry"
|
|
5187
5187
|
},
|
|
5188
|
-
"id":
|
|
5188
|
+
"id": 13353,
|
|
5189
5189
|
"name": "Identifier",
|
|
5190
5190
|
"src": "1876:9:35"
|
|
5191
5191
|
}
|
|
5192
5192
|
],
|
|
5193
|
-
"id":
|
|
5193
|
+
"id": 13354,
|
|
5194
5194
|
"name": "BinaryOperation",
|
|
5195
5195
|
"src": "1864:21:35"
|
|
5196
5196
|
}
|
|
5197
5197
|
],
|
|
5198
|
-
"id":
|
|
5198
|
+
"id": 13355,
|
|
5199
5199
|
"name": "FunctionCall",
|
|
5200
5200
|
"src": "1856:30:35"
|
|
5201
5201
|
}
|
|
5202
5202
|
],
|
|
5203
|
-
"id":
|
|
5203
|
+
"id": 13356,
|
|
5204
5204
|
"name": "ExpressionStatement",
|
|
5205
5205
|
"src": "1856:30:35"
|
|
5206
5206
|
},
|
|
@@ -5230,14 +5230,14 @@
|
|
|
5230
5230
|
}
|
|
5231
5231
|
],
|
|
5232
5232
|
"overloadedDeclarations": [
|
|
5233
|
-
|
|
5234
|
-
|
|
5233
|
+
14971,
|
|
5234
|
+
14972
|
|
5235
5235
|
],
|
|
5236
|
-
"referencedDeclaration":
|
|
5236
|
+
"referencedDeclaration": 14971,
|
|
5237
5237
|
"type": "function (bool) pure",
|
|
5238
5238
|
"value": "require"
|
|
5239
5239
|
},
|
|
5240
|
-
"id":
|
|
5240
|
+
"id": 13357,
|
|
5241
5241
|
"name": "Identifier",
|
|
5242
5242
|
"src": "1897:7:35"
|
|
5243
5243
|
},
|
|
@@ -5262,11 +5262,11 @@
|
|
|
5262
5262
|
"overloadedDeclarations": [
|
|
5263
5263
|
null
|
|
5264
5264
|
],
|
|
5265
|
-
"referencedDeclaration":
|
|
5265
|
+
"referencedDeclaration": 13341,
|
|
5266
5266
|
"type": "address",
|
|
5267
5267
|
"value": "_security"
|
|
5268
5268
|
},
|
|
5269
|
-
"id":
|
|
5269
|
+
"id": 13358,
|
|
5270
5270
|
"name": "Identifier",
|
|
5271
5271
|
"src": "1905:9:35"
|
|
5272
5272
|
},
|
|
@@ -5276,26 +5276,26 @@
|
|
|
5276
5276
|
"overloadedDeclarations": [
|
|
5277
5277
|
null
|
|
5278
5278
|
],
|
|
5279
|
-
"referencedDeclaration":
|
|
5279
|
+
"referencedDeclaration": 13343,
|
|
5280
5280
|
"type": "address",
|
|
5281
5281
|
"value": "_cash"
|
|
5282
5282
|
},
|
|
5283
|
-
"id":
|
|
5283
|
+
"id": 13359,
|
|
5284
5284
|
"name": "Identifier",
|
|
5285
5285
|
"src": "1916:5:35"
|
|
5286
5286
|
}
|
|
5287
5287
|
],
|
|
5288
|
-
"id":
|
|
5288
|
+
"id": 13360,
|
|
5289
5289
|
"name": "BinaryOperation",
|
|
5290
5290
|
"src": "1905:16:35"
|
|
5291
5291
|
}
|
|
5292
5292
|
],
|
|
5293
|
-
"id":
|
|
5293
|
+
"id": 13361,
|
|
5294
5294
|
"name": "FunctionCall",
|
|
5295
5295
|
"src": "1897:25:35"
|
|
5296
5296
|
}
|
|
5297
5297
|
],
|
|
5298
|
-
"id":
|
|
5298
|
+
"id": 13362,
|
|
5299
5299
|
"name": "ExpressionStatement",
|
|
5300
5300
|
"src": "1897:25:35"
|
|
5301
5301
|
},
|
|
@@ -5325,14 +5325,14 @@
|
|
|
5325
5325
|
}
|
|
5326
5326
|
],
|
|
5327
5327
|
"overloadedDeclarations": [
|
|
5328
|
-
|
|
5329
|
-
|
|
5328
|
+
14971,
|
|
5329
|
+
14972
|
|
5330
5330
|
],
|
|
5331
|
-
"referencedDeclaration":
|
|
5331
|
+
"referencedDeclaration": 14971,
|
|
5332
5332
|
"type": "function (bool) pure",
|
|
5333
5333
|
"value": "require"
|
|
5334
5334
|
},
|
|
5335
|
-
"id":
|
|
5335
|
+
"id": 13363,
|
|
5336
5336
|
"name": "Identifier",
|
|
5337
5337
|
"src": "1933:7:35"
|
|
5338
5338
|
},
|
|
@@ -5417,7 +5417,7 @@
|
|
|
5417
5417
|
"type": "type(contract ViaFactory)",
|
|
5418
5418
|
"value": "ViaFactory"
|
|
5419
5419
|
},
|
|
5420
|
-
"id":
|
|
5420
|
+
"id": 13364,
|
|
5421
5421
|
"name": "Identifier",
|
|
5422
5422
|
"src": "1941:10:35"
|
|
5423
5423
|
},
|
|
@@ -5427,21 +5427,21 @@
|
|
|
5427
5427
|
"overloadedDeclarations": [
|
|
5428
5428
|
null
|
|
5429
5429
|
],
|
|
5430
|
-
"referencedDeclaration":
|
|
5430
|
+
"referencedDeclaration": 13239,
|
|
5431
5431
|
"type": "address",
|
|
5432
5432
|
"value": "via"
|
|
5433
5433
|
},
|
|
5434
|
-
"id":
|
|
5434
|
+
"id": 13365,
|
|
5435
5435
|
"name": "Identifier",
|
|
5436
5436
|
"src": "1952:3:35"
|
|
5437
5437
|
}
|
|
5438
5438
|
],
|
|
5439
|
-
"id":
|
|
5439
|
+
"id": 13366,
|
|
5440
5440
|
"name": "FunctionCall",
|
|
5441
5441
|
"src": "1941:15:35"
|
|
5442
5442
|
}
|
|
5443
5443
|
],
|
|
5444
|
-
"id":
|
|
5444
|
+
"id": 13367,
|
|
5445
5445
|
"name": "MemberAccess",
|
|
5446
5446
|
"src": "1941:34:35"
|
|
5447
5447
|
},
|
|
@@ -5451,11 +5451,11 @@
|
|
|
5451
5451
|
"overloadedDeclarations": [
|
|
5452
5452
|
null
|
|
5453
5453
|
],
|
|
5454
|
-
"referencedDeclaration":
|
|
5454
|
+
"referencedDeclaration": 13345,
|
|
5455
5455
|
"type": "bytes32",
|
|
5456
5456
|
"value": "_currency"
|
|
5457
5457
|
},
|
|
5458
|
-
"id":
|
|
5458
|
+
"id": 13368,
|
|
5459
5459
|
"name": "Identifier",
|
|
5460
5460
|
"src": "1976:9:35"
|
|
5461
5461
|
},
|
|
@@ -5472,12 +5472,12 @@
|
|
|
5472
5472
|
"type": "literal_string \"ViaCash\"",
|
|
5473
5473
|
"value": "ViaCash"
|
|
5474
5474
|
},
|
|
5475
|
-
"id":
|
|
5475
|
+
"id": 13369,
|
|
5476
5476
|
"name": "Literal",
|
|
5477
5477
|
"src": "1987:9:35"
|
|
5478
5478
|
}
|
|
5479
5479
|
],
|
|
5480
|
-
"id":
|
|
5480
|
+
"id": 13370,
|
|
5481
5481
|
"name": "FunctionCall",
|
|
5482
5482
|
"src": "1941:56:35"
|
|
5483
5483
|
},
|
|
@@ -5487,26 +5487,26 @@
|
|
|
5487
5487
|
"overloadedDeclarations": [
|
|
5488
5488
|
null
|
|
5489
5489
|
],
|
|
5490
|
-
"referencedDeclaration":
|
|
5490
|
+
"referencedDeclaration": 13343,
|
|
5491
5491
|
"type": "address",
|
|
5492
5492
|
"value": "_cash"
|
|
5493
5493
|
},
|
|
5494
|
-
"id":
|
|
5494
|
+
"id": 13371,
|
|
5495
5495
|
"name": "Identifier",
|
|
5496
5496
|
"src": "1999:5:35"
|
|
5497
5497
|
}
|
|
5498
5498
|
],
|
|
5499
|
-
"id":
|
|
5499
|
+
"id": 13372,
|
|
5500
5500
|
"name": "BinaryOperation",
|
|
5501
5501
|
"src": "1941:63:35"
|
|
5502
5502
|
}
|
|
5503
5503
|
],
|
|
5504
|
-
"id":
|
|
5504
|
+
"id": 13373,
|
|
5505
5505
|
"name": "FunctionCall",
|
|
5506
5506
|
"src": "1933:72:35"
|
|
5507
5507
|
}
|
|
5508
5508
|
],
|
|
5509
|
-
"id":
|
|
5509
|
+
"id": 13374,
|
|
5510
5510
|
"name": "ExpressionStatement",
|
|
5511
5511
|
"src": "1933:72:35"
|
|
5512
5512
|
},
|
|
@@ -5556,11 +5556,11 @@
|
|
|
5556
5556
|
"overloadedDeclarations": [
|
|
5557
5557
|
null
|
|
5558
5558
|
],
|
|
5559
|
-
"referencedDeclaration":
|
|
5559
|
+
"referencedDeclaration": 13225,
|
|
5560
5560
|
"type": "mapping(address => mapping(address => address))",
|
|
5561
5561
|
"value": "pool"
|
|
5562
5562
|
},
|
|
5563
|
-
"id":
|
|
5563
|
+
"id": 13375,
|
|
5564
5564
|
"name": "Identifier",
|
|
5565
5565
|
"src": "2021:4:35"
|
|
5566
5566
|
},
|
|
@@ -5570,16 +5570,16 @@
|
|
|
5570
5570
|
"overloadedDeclarations": [
|
|
5571
5571
|
null
|
|
5572
5572
|
],
|
|
5573
|
-
"referencedDeclaration":
|
|
5573
|
+
"referencedDeclaration": 13341,
|
|
5574
5574
|
"type": "address",
|
|
5575
5575
|
"value": "_security"
|
|
5576
5576
|
},
|
|
5577
|
-
"id":
|
|
5577
|
+
"id": 13376,
|
|
5578
5578
|
"name": "Identifier",
|
|
5579
5579
|
"src": "2026:9:35"
|
|
5580
5580
|
}
|
|
5581
5581
|
],
|
|
5582
|
-
"id":
|
|
5582
|
+
"id": 13377,
|
|
5583
5583
|
"name": "IndexAccess",
|
|
5584
5584
|
"src": "2021:15:35"
|
|
5585
5585
|
},
|
|
@@ -5589,16 +5589,16 @@
|
|
|
5589
5589
|
"overloadedDeclarations": [
|
|
5590
5590
|
null
|
|
5591
5591
|
],
|
|
5592
|
-
"referencedDeclaration":
|
|
5592
|
+
"referencedDeclaration": 13343,
|
|
5593
5593
|
"type": "address",
|
|
5594
5594
|
"value": "_cash"
|
|
5595
5595
|
},
|
|
5596
|
-
"id":
|
|
5596
|
+
"id": 13378,
|
|
5597
5597
|
"name": "Identifier",
|
|
5598
5598
|
"src": "2037:5:35"
|
|
5599
5599
|
}
|
|
5600
5600
|
],
|
|
5601
|
-
"id":
|
|
5601
|
+
"id": 13379,
|
|
5602
5602
|
"name": "IndexAccess",
|
|
5603
5603
|
"src": "2021:22:35"
|
|
5604
5604
|
},
|
|
@@ -5632,7 +5632,7 @@
|
|
|
5632
5632
|
"type": "type(address)",
|
|
5633
5633
|
"value": "address"
|
|
5634
5634
|
},
|
|
5635
|
-
"id":
|
|
5635
|
+
"id": 13380,
|
|
5636
5636
|
"name": "ElementaryTypeNameExpression",
|
|
5637
5637
|
"src": "2045:7:35"
|
|
5638
5638
|
},
|
|
@@ -5649,17 +5649,17 @@
|
|
|
5649
5649
|
"type": "int_const 0",
|
|
5650
5650
|
"value": "0x0"
|
|
5651
5651
|
},
|
|
5652
|
-
"id":
|
|
5652
|
+
"id": 13381,
|
|
5653
5653
|
"name": "Literal",
|
|
5654
5654
|
"src": "2053:3:35"
|
|
5655
5655
|
}
|
|
5656
5656
|
],
|
|
5657
|
-
"id":
|
|
5657
|
+
"id": 13382,
|
|
5658
5658
|
"name": "FunctionCall",
|
|
5659
5659
|
"src": "2045:12:35"
|
|
5660
5660
|
}
|
|
5661
5661
|
],
|
|
5662
|
-
"id":
|
|
5662
|
+
"id": 13383,
|
|
5663
5663
|
"name": "BinaryOperation",
|
|
5664
5664
|
"src": "2021:36:35"
|
|
5665
5665
|
},
|
|
@@ -5668,7 +5668,7 @@
|
|
|
5668
5668
|
{
|
|
5669
5669
|
"attributes": {
|
|
5670
5670
|
"assignments": [
|
|
5671
|
-
|
|
5671
|
+
13385
|
|
5672
5672
|
]
|
|
5673
5673
|
},
|
|
5674
5674
|
"children": [
|
|
@@ -5676,7 +5676,7 @@
|
|
|
5676
5676
|
"attributes": {
|
|
5677
5677
|
"constant": false,
|
|
5678
5678
|
"name": "_payload",
|
|
5679
|
-
"scope":
|
|
5679
|
+
"scope": 13426,
|
|
5680
5680
|
"stateVariable": false,
|
|
5681
5681
|
"storageLocation": "memory",
|
|
5682
5682
|
"type": "bytes",
|
|
@@ -5689,12 +5689,12 @@
|
|
|
5689
5689
|
"name": "bytes",
|
|
5690
5690
|
"type": "bytes"
|
|
5691
5691
|
},
|
|
5692
|
-
"id":
|
|
5692
|
+
"id": 13384,
|
|
5693
5693
|
"name": "ElementaryTypeName",
|
|
5694
5694
|
"src": "2073:5:35"
|
|
5695
5695
|
}
|
|
5696
5696
|
],
|
|
5697
|
-
"id":
|
|
5697
|
+
"id": 13385,
|
|
5698
5698
|
"name": "VariableDeclaration",
|
|
5699
5699
|
"src": "2073:21:35"
|
|
5700
5700
|
},
|
|
@@ -5768,16 +5768,16 @@
|
|
|
5768
5768
|
"overloadedDeclarations": [
|
|
5769
5769
|
null
|
|
5770
5770
|
],
|
|
5771
|
-
"referencedDeclaration":
|
|
5771
|
+
"referencedDeclaration": 14955,
|
|
5772
5772
|
"type": "abi",
|
|
5773
5773
|
"value": "abi"
|
|
5774
5774
|
},
|
|
5775
|
-
"id":
|
|
5775
|
+
"id": 13386,
|
|
5776
5776
|
"name": "Identifier",
|
|
5777
5777
|
"src": "2097:3:35"
|
|
5778
5778
|
}
|
|
5779
5779
|
],
|
|
5780
|
-
"id":
|
|
5780
|
+
"id": 13387,
|
|
5781
5781
|
"name": "MemberAccess",
|
|
5782
5782
|
"src": "2097:23:35"
|
|
5783
5783
|
},
|
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
"type": "literal_string \"initialize(address,address,address,address,address,bytes32,address,address)\"",
|
|
5795
5795
|
"value": "initialize(address,address,address,address,address,bytes32,address,address)"
|
|
5796
5796
|
},
|
|
5797
|
-
"id":
|
|
5797
|
+
"id": 13388,
|
|
5798
5798
|
"name": "Literal",
|
|
5799
5799
|
"src": "2121:77:35"
|
|
5800
5800
|
},
|
|
@@ -5804,11 +5804,11 @@
|
|
|
5804
5804
|
"overloadedDeclarations": [
|
|
5805
5805
|
null
|
|
5806
5806
|
],
|
|
5807
|
-
"referencedDeclaration":
|
|
5807
|
+
"referencedDeclaration": 13341,
|
|
5808
5808
|
"type": "address",
|
|
5809
5809
|
"value": "_security"
|
|
5810
5810
|
},
|
|
5811
|
-
"id":
|
|
5811
|
+
"id": 13389,
|
|
5812
5812
|
"name": "Identifier",
|
|
5813
5813
|
"src": "2200:9:35"
|
|
5814
5814
|
},
|
|
@@ -5818,11 +5818,11 @@
|
|
|
5818
5818
|
"overloadedDeclarations": [
|
|
5819
5819
|
null
|
|
5820
5820
|
],
|
|
5821
|
-
"referencedDeclaration":
|
|
5821
|
+
"referencedDeclaration": 13343,
|
|
5822
5822
|
"type": "address",
|
|
5823
5823
|
"value": "_cash"
|
|
5824
5824
|
},
|
|
5825
|
-
"id":
|
|
5825
|
+
"id": 13390,
|
|
5826
5826
|
"name": "Identifier",
|
|
5827
5827
|
"src": "2211:5:35"
|
|
5828
5828
|
},
|
|
@@ -5832,11 +5832,11 @@
|
|
|
5832
5832
|
"overloadedDeclarations": [
|
|
5833
5833
|
null
|
|
5834
5834
|
],
|
|
5835
|
-
"referencedDeclaration":
|
|
5835
|
+
"referencedDeclaration": 13243,
|
|
5836
5836
|
"type": "address",
|
|
5837
5837
|
"value": "_pretrade"
|
|
5838
5838
|
},
|
|
5839
|
-
"id":
|
|
5839
|
+
"id": 13391,
|
|
5840
5840
|
"name": "Identifier",
|
|
5841
5841
|
"src": "2218:9:35"
|
|
5842
5842
|
},
|
|
@@ -5846,11 +5846,11 @@
|
|
|
5846
5846
|
"overloadedDeclarations": [
|
|
5847
5847
|
null
|
|
5848
5848
|
],
|
|
5849
|
-
"referencedDeclaration":
|
|
5849
|
+
"referencedDeclaration": 13245,
|
|
5850
5850
|
"type": "address",
|
|
5851
5851
|
"value": "_trade"
|
|
5852
5852
|
},
|
|
5853
|
-
"id":
|
|
5853
|
+
"id": 13392,
|
|
5854
5854
|
"name": "Identifier",
|
|
5855
5855
|
"src": "2229:6:35"
|
|
5856
5856
|
},
|
|
@@ -5860,11 +5860,11 @@
|
|
|
5860
5860
|
"overloadedDeclarations": [
|
|
5861
5861
|
null
|
|
5862
5862
|
],
|
|
5863
|
-
"referencedDeclaration":
|
|
5863
|
+
"referencedDeclaration": 13247,
|
|
5864
5864
|
"type": "address",
|
|
5865
5865
|
"value": "_posttrade"
|
|
5866
5866
|
},
|
|
5867
|
-
"id":
|
|
5867
|
+
"id": 13393,
|
|
5868
5868
|
"name": "Identifier",
|
|
5869
5869
|
"src": "2237:10:35"
|
|
5870
5870
|
},
|
|
@@ -5874,11 +5874,11 @@
|
|
|
5874
5874
|
"overloadedDeclarations": [
|
|
5875
5875
|
null
|
|
5876
5876
|
],
|
|
5877
|
-
"referencedDeclaration":
|
|
5877
|
+
"referencedDeclaration": 13347,
|
|
5878
5878
|
"type": "bytes32",
|
|
5879
5879
|
"value": "_settlementType"
|
|
5880
5880
|
},
|
|
5881
|
-
"id":
|
|
5881
|
+
"id": 13394,
|
|
5882
5882
|
"name": "Identifier",
|
|
5883
5883
|
"src": "2249:15:35"
|
|
5884
5884
|
},
|
|
@@ -5888,11 +5888,11 @@
|
|
|
5888
5888
|
"overloadedDeclarations": [
|
|
5889
5889
|
null
|
|
5890
5890
|
],
|
|
5891
|
-
"referencedDeclaration":
|
|
5891
|
+
"referencedDeclaration": 13239,
|
|
5892
5892
|
"type": "address",
|
|
5893
5893
|
"value": "via"
|
|
5894
5894
|
},
|
|
5895
|
-
"id":
|
|
5895
|
+
"id": 13395,
|
|
5896
5896
|
"name": "Identifier",
|
|
5897
5897
|
"src": "2265:3:35"
|
|
5898
5898
|
},
|
|
@@ -5902,28 +5902,28 @@
|
|
|
5902
5902
|
"overloadedDeclarations": [
|
|
5903
5903
|
null
|
|
5904
5904
|
],
|
|
5905
|
-
"referencedDeclaration":
|
|
5905
|
+
"referencedDeclaration": 13251,
|
|
5906
5906
|
"type": "address",
|
|
5907
5907
|
"value": "_owner"
|
|
5908
5908
|
},
|
|
5909
|
-
"id":
|
|
5909
|
+
"id": 13396,
|
|
5910
5910
|
"name": "Identifier",
|
|
5911
5911
|
"src": "2270:6:35"
|
|
5912
5912
|
}
|
|
5913
5913
|
],
|
|
5914
|
-
"id":
|
|
5914
|
+
"id": 13397,
|
|
5915
5915
|
"name": "FunctionCall",
|
|
5916
5916
|
"src": "2097:180:35"
|
|
5917
5917
|
}
|
|
5918
5918
|
],
|
|
5919
|
-
"id":
|
|
5919
|
+
"id": 13398,
|
|
5920
5920
|
"name": "VariableDeclarationStatement",
|
|
5921
5921
|
"src": "2073:204:35"
|
|
5922
5922
|
},
|
|
5923
5923
|
{
|
|
5924
5924
|
"attributes": {
|
|
5925
5925
|
"assignments": [
|
|
5926
|
-
|
|
5926
|
+
13400
|
|
5927
5927
|
]
|
|
5928
5928
|
},
|
|
5929
5929
|
"children": [
|
|
@@ -5931,7 +5931,7 @@
|
|
|
5931
5931
|
"attributes": {
|
|
5932
5932
|
"constant": false,
|
|
5933
5933
|
"name": "_pair",
|
|
5934
|
-
"scope":
|
|
5934
|
+
"scope": 13426,
|
|
5935
5935
|
"stateVariable": false,
|
|
5936
5936
|
"storageLocation": "default",
|
|
5937
5937
|
"type": "address",
|
|
@@ -5945,12 +5945,12 @@
|
|
|
5945
5945
|
"stateMutability": "nonpayable",
|
|
5946
5946
|
"type": "address"
|
|
5947
5947
|
},
|
|
5948
|
-
"id":
|
|
5948
|
+
"id": 13399,
|
|
5949
5949
|
"name": "ElementaryTypeName",
|
|
5950
5950
|
"src": "2294:7:35"
|
|
5951
5951
|
}
|
|
5952
5952
|
],
|
|
5953
|
-
"id":
|
|
5953
|
+
"id": 13400,
|
|
5954
5954
|
"name": "VariableDeclaration",
|
|
5955
5955
|
"src": "2294:13:35"
|
|
5956
5956
|
},
|
|
@@ -5988,7 +5988,7 @@
|
|
|
5988
5988
|
"type": "function (address,bytes memory) returns (address)",
|
|
5989
5989
|
"value": "deployMinimal"
|
|
5990
5990
|
},
|
|
5991
|
-
"id":
|
|
5991
|
+
"id": 13401,
|
|
5992
5992
|
"name": "Identifier",
|
|
5993
5993
|
"src": "2310:13:35"
|
|
5994
5994
|
},
|
|
@@ -5998,11 +5998,11 @@
|
|
|
5998
5998
|
"overloadedDeclarations": [
|
|
5999
5999
|
null
|
|
6000
6000
|
],
|
|
6001
|
-
"referencedDeclaration":
|
|
6001
|
+
"referencedDeclaration": 13241,
|
|
6002
6002
|
"type": "address",
|
|
6003
6003
|
"value": "_pool"
|
|
6004
6004
|
},
|
|
6005
|
-
"id":
|
|
6005
|
+
"id": 13402,
|
|
6006
6006
|
"name": "Identifier",
|
|
6007
6007
|
"src": "2324:5:35"
|
|
6008
6008
|
},
|
|
@@ -6012,21 +6012,21 @@
|
|
|
6012
6012
|
"overloadedDeclarations": [
|
|
6013
6013
|
null
|
|
6014
6014
|
],
|
|
6015
|
-
"referencedDeclaration":
|
|
6015
|
+
"referencedDeclaration": 13385,
|
|
6016
6016
|
"type": "bytes memory",
|
|
6017
6017
|
"value": "_payload"
|
|
6018
6018
|
},
|
|
6019
|
-
"id":
|
|
6019
|
+
"id": 13403,
|
|
6020
6020
|
"name": "Identifier",
|
|
6021
6021
|
"src": "2331:8:35"
|
|
6022
6022
|
}
|
|
6023
6023
|
],
|
|
6024
|
-
"id":
|
|
6024
|
+
"id": 13404,
|
|
6025
6025
|
"name": "FunctionCall",
|
|
6026
6026
|
"src": "2310:30:35"
|
|
6027
6027
|
}
|
|
6028
6028
|
],
|
|
6029
|
-
"id":
|
|
6029
|
+
"id": 13405,
|
|
6030
6030
|
"name": "VariableDeclarationStatement",
|
|
6031
6031
|
"src": "2294:46:35"
|
|
6032
6032
|
},
|
|
@@ -6066,11 +6066,11 @@
|
|
|
6066
6066
|
"overloadedDeclarations": [
|
|
6067
6067
|
null
|
|
6068
6068
|
],
|
|
6069
|
-
"referencedDeclaration":
|
|
6069
|
+
"referencedDeclaration": 13237,
|
|
6070
6070
|
"type": "function (address,address,address)",
|
|
6071
6071
|
"value": "PoolCreated"
|
|
6072
6072
|
},
|
|
6073
|
-
"id":
|
|
6073
|
+
"id": 13406,
|
|
6074
6074
|
"name": "Identifier",
|
|
6075
6075
|
"src": "2360:11:35"
|
|
6076
6076
|
},
|
|
@@ -6080,11 +6080,11 @@
|
|
|
6080
6080
|
"overloadedDeclarations": [
|
|
6081
6081
|
null
|
|
6082
6082
|
],
|
|
6083
|
-
"referencedDeclaration":
|
|
6083
|
+
"referencedDeclaration": 13400,
|
|
6084
6084
|
"type": "address",
|
|
6085
6085
|
"value": "_pair"
|
|
6086
6086
|
},
|
|
6087
|
-
"id":
|
|
6087
|
+
"id": 13407,
|
|
6088
6088
|
"name": "Identifier",
|
|
6089
6089
|
"src": "2372:5:35"
|
|
6090
6090
|
},
|
|
@@ -6094,11 +6094,11 @@
|
|
|
6094
6094
|
"overloadedDeclarations": [
|
|
6095
6095
|
null
|
|
6096
6096
|
],
|
|
6097
|
-
"referencedDeclaration":
|
|
6097
|
+
"referencedDeclaration": 13341,
|
|
6098
6098
|
"type": "address",
|
|
6099
6099
|
"value": "_security"
|
|
6100
6100
|
},
|
|
6101
|
-
"id":
|
|
6101
|
+
"id": 13408,
|
|
6102
6102
|
"name": "Identifier",
|
|
6103
6103
|
"src": "2379:9:35"
|
|
6104
6104
|
},
|
|
@@ -6108,21 +6108,21 @@
|
|
|
6108
6108
|
"overloadedDeclarations": [
|
|
6109
6109
|
null
|
|
6110
6110
|
],
|
|
6111
|
-
"referencedDeclaration":
|
|
6111
|
+
"referencedDeclaration": 13343,
|
|
6112
6112
|
"type": "address",
|
|
6113
6113
|
"value": "_cash"
|
|
6114
6114
|
},
|
|
6115
|
-
"id":
|
|
6115
|
+
"id": 13409,
|
|
6116
6116
|
"name": "Identifier",
|
|
6117
6117
|
"src": "2390:5:35"
|
|
6118
6118
|
}
|
|
6119
6119
|
],
|
|
6120
|
-
"id":
|
|
6120
|
+
"id": 13410,
|
|
6121
6121
|
"name": "FunctionCall",
|
|
6122
6122
|
"src": "2360:36:35"
|
|
6123
6123
|
}
|
|
6124
6124
|
],
|
|
6125
|
-
"id":
|
|
6125
|
+
"id": 13411,
|
|
6126
6126
|
"name": "EmitStatement",
|
|
6127
6127
|
"src": "2355:41:35"
|
|
6128
6128
|
},
|
|
@@ -6155,11 +6155,11 @@
|
|
|
6155
6155
|
"overloadedDeclarations": [
|
|
6156
6156
|
null
|
|
6157
6157
|
],
|
|
6158
|
-
"referencedDeclaration":
|
|
6158
|
+
"referencedDeclaration": 13229,
|
|
6159
6159
|
"type": "mapping(address => bool)",
|
|
6160
6160
|
"value": "pairs"
|
|
6161
6161
|
},
|
|
6162
|
-
"id":
|
|
6162
|
+
"id": 13412,
|
|
6163
6163
|
"name": "Identifier",
|
|
6164
6164
|
"src": "2425:5:35"
|
|
6165
6165
|
},
|
|
@@ -6169,16 +6169,16 @@
|
|
|
6169
6169
|
"overloadedDeclarations": [
|
|
6170
6170
|
null
|
|
6171
6171
|
],
|
|
6172
|
-
"referencedDeclaration":
|
|
6172
|
+
"referencedDeclaration": 13400,
|
|
6173
6173
|
"type": "address",
|
|
6174
6174
|
"value": "_pair"
|
|
6175
6175
|
},
|
|
6176
|
-
"id":
|
|
6176
|
+
"id": 13413,
|
|
6177
6177
|
"name": "Identifier",
|
|
6178
6178
|
"src": "2431:5:35"
|
|
6179
6179
|
}
|
|
6180
6180
|
],
|
|
6181
|
-
"id":
|
|
6181
|
+
"id": 13414,
|
|
6182
6182
|
"name": "IndexAccess",
|
|
6183
6183
|
"src": "2425:12:35"
|
|
6184
6184
|
},
|
|
@@ -6195,17 +6195,17 @@
|
|
|
6195
6195
|
"type": "bool",
|
|
6196
6196
|
"value": "true"
|
|
6197
6197
|
},
|
|
6198
|
-
"id":
|
|
6198
|
+
"id": 13415,
|
|
6199
6199
|
"name": "Literal",
|
|
6200
6200
|
"src": "2438:4:35"
|
|
6201
6201
|
}
|
|
6202
6202
|
],
|
|
6203
|
-
"id":
|
|
6203
|
+
"id": 13416,
|
|
6204
6204
|
"name": "Assignment",
|
|
6205
6205
|
"src": "2425:17:35"
|
|
6206
6206
|
}
|
|
6207
6207
|
],
|
|
6208
|
-
"id":
|
|
6208
|
+
"id": 13417,
|
|
6209
6209
|
"name": "ExpressionStatement",
|
|
6210
6210
|
"src": "2425:17:35"
|
|
6211
6211
|
},
|
|
@@ -6248,11 +6248,11 @@
|
|
|
6248
6248
|
"overloadedDeclarations": [
|
|
6249
6249
|
null
|
|
6250
6250
|
],
|
|
6251
|
-
"referencedDeclaration":
|
|
6251
|
+
"referencedDeclaration": 13225,
|
|
6252
6252
|
"type": "mapping(address => mapping(address => address))",
|
|
6253
6253
|
"value": "pool"
|
|
6254
6254
|
},
|
|
6255
|
-
"id":
|
|
6255
|
+
"id": 13418,
|
|
6256
6256
|
"name": "Identifier",
|
|
6257
6257
|
"src": "2457:4:35"
|
|
6258
6258
|
},
|
|
@@ -6262,16 +6262,16 @@
|
|
|
6262
6262
|
"overloadedDeclarations": [
|
|
6263
6263
|
null
|
|
6264
6264
|
],
|
|
6265
|
-
"referencedDeclaration":
|
|
6265
|
+
"referencedDeclaration": 13341,
|
|
6266
6266
|
"type": "address",
|
|
6267
6267
|
"value": "_security"
|
|
6268
6268
|
},
|
|
6269
|
-
"id":
|
|
6269
|
+
"id": 13419,
|
|
6270
6270
|
"name": "Identifier",
|
|
6271
6271
|
"src": "2462:9:35"
|
|
6272
6272
|
}
|
|
6273
6273
|
],
|
|
6274
|
-
"id":
|
|
6274
|
+
"id": 13421,
|
|
6275
6275
|
"name": "IndexAccess",
|
|
6276
6276
|
"src": "2457:15:35"
|
|
6277
6277
|
},
|
|
@@ -6281,16 +6281,16 @@
|
|
|
6281
6281
|
"overloadedDeclarations": [
|
|
6282
6282
|
null
|
|
6283
6283
|
],
|
|
6284
|
-
"referencedDeclaration":
|
|
6284
|
+
"referencedDeclaration": 13343,
|
|
6285
6285
|
"type": "address",
|
|
6286
6286
|
"value": "_cash"
|
|
6287
6287
|
},
|
|
6288
|
-
"id":
|
|
6288
|
+
"id": 13420,
|
|
6289
6289
|
"name": "Identifier",
|
|
6290
6290
|
"src": "2473:5:35"
|
|
6291
6291
|
}
|
|
6292
6292
|
],
|
|
6293
|
-
"id":
|
|
6293
|
+
"id": 13422,
|
|
6294
6294
|
"name": "IndexAccess",
|
|
6295
6295
|
"src": "2457:22:35"
|
|
6296
6296
|
},
|
|
@@ -6300,51 +6300,51 @@
|
|
|
6300
6300
|
"overloadedDeclarations": [
|
|
6301
6301
|
null
|
|
6302
6302
|
],
|
|
6303
|
-
"referencedDeclaration":
|
|
6303
|
+
"referencedDeclaration": 13400,
|
|
6304
6304
|
"type": "address",
|
|
6305
6305
|
"value": "_pair"
|
|
6306
6306
|
},
|
|
6307
|
-
"id":
|
|
6307
|
+
"id": 13423,
|
|
6308
6308
|
"name": "Identifier",
|
|
6309
6309
|
"src": "2480:5:35"
|
|
6310
6310
|
}
|
|
6311
6311
|
],
|
|
6312
|
-
"id":
|
|
6312
|
+
"id": 13424,
|
|
6313
6313
|
"name": "Assignment",
|
|
6314
6314
|
"src": "2457:28:35"
|
|
6315
6315
|
}
|
|
6316
6316
|
],
|
|
6317
|
-
"id":
|
|
6317
|
+
"id": 13425,
|
|
6318
6318
|
"name": "ExpressionStatement",
|
|
6319
6319
|
"src": "2457:28:35"
|
|
6320
6320
|
}
|
|
6321
6321
|
],
|
|
6322
|
-
"id":
|
|
6322
|
+
"id": 13426,
|
|
6323
6323
|
"name": "Block",
|
|
6324
6324
|
"src": "2058:439:35"
|
|
6325
6325
|
}
|
|
6326
6326
|
],
|
|
6327
|
-
"id":
|
|
6327
|
+
"id": 13427,
|
|
6328
6328
|
"name": "IfStatement",
|
|
6329
6329
|
"src": "2018:479:35"
|
|
6330
6330
|
}
|
|
6331
6331
|
],
|
|
6332
|
-
"id":
|
|
6332
|
+
"id": 13428,
|
|
6333
6333
|
"name": "Block",
|
|
6334
6334
|
"src": "1845:659:35"
|
|
6335
6335
|
}
|
|
6336
6336
|
],
|
|
6337
|
-
"id":
|
|
6337
|
+
"id": 13429,
|
|
6338
6338
|
"name": "FunctionDefinition",
|
|
6339
6339
|
"src": "1738:766:35"
|
|
6340
6340
|
}
|
|
6341
6341
|
],
|
|
6342
|
-
"id":
|
|
6342
|
+
"id": 13430,
|
|
6343
6343
|
"name": "ContractDefinition",
|
|
6344
6344
|
"src": "386:2127:35"
|
|
6345
6345
|
}
|
|
6346
6346
|
],
|
|
6347
|
-
"id":
|
|
6347
|
+
"id": 13431,
|
|
6348
6348
|
"name": "SourceUnit",
|
|
6349
6349
|
"src": "53:2460:35"
|
|
6350
6350
|
},
|
|
@@ -6356,12 +6356,12 @@
|
|
|
6356
6356
|
"3": {
|
|
6357
6357
|
"events": {},
|
|
6358
6358
|
"links": {},
|
|
6359
|
-
"address": "
|
|
6360
|
-
"transactionHash": "
|
|
6359
|
+
"address": "0xc1c229F590500F4031871b1Ee346841159CE8269",
|
|
6360
|
+
"transactionHash": "0xdd0672f46bdcde7035304dd5b3c8e05b8f332abef6c1dc50be7a2d83c00373d3"
|
|
6361
6361
|
}
|
|
6362
6362
|
},
|
|
6363
6363
|
"schemaVersion": "3.4.3",
|
|
6364
|
-
"updatedAt": "2022-04-
|
|
6364
|
+
"updatedAt": "2022-04-27T03:35:28.098Z",
|
|
6365
6365
|
"networkType": "ethereum",
|
|
6366
6366
|
"devdoc": {
|
|
6367
6367
|
"methods": {}
|