@curvefi/api 1.12.0 → 1.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +98 -1
- package/lib/constants/abis/abis-ethereum.js +144 -16
- package/lib/constants/abis/abis-polygon.js +17 -1
- package/lib/constants/abis/json/aave/rewards.json +107 -0
- package/lib/constants/abis/json/atricrypto3/swap.json +63 -63
- package/lib/constants/abis/json/atricrypto3/zap.json +8 -8
- package/lib/constants/abis/json/busd/deposit.json +5 -10
- package/lib/constants/abis/json/busd/swap.json +18 -36
- package/lib/constants/abis/json/compound/deposit.json +5 -10
- package/lib/constants/abis/json/compound/migration.json +1 -2
- package/lib/constants/abis/json/compound/oldSwap.json +16 -32
- package/lib/constants/abis/json/compound/swap.json +18 -36
- package/lib/constants/abis/json/crveth/swap.json +61 -61
- package/lib/constants/abis/json/eurt/swap.json +29 -29
- package/lib/constants/abis/json/eurtusd/deposit.json +13 -13
- package/lib/constants/abis/json/eurtusd/swap.json +59 -59
- package/lib/constants/abis/json/gauge.json +1 -1
- package/lib/constants/abis/json/gauge_factory.json +879 -0
- package/lib/constants/abis/json/gauge_rewards_only.json +649 -0
- package/lib/constants/abis/json/gauge_synthetix.json +590 -0
- package/lib/constants/abis/json/gauge_v2.json +942 -0
- package/lib/constants/abis/json/gauge_v3.json +954 -0
- package/lib/constants/abis/json/gauge_v4.json +913 -0
- package/lib/constants/abis/json/iearn/deposit.json +5 -10
- package/lib/constants/abis/json/iearn/swap.json +18 -36
- package/lib/constants/abis/json/minter.json +165 -0
- package/lib/constants/abis/json/pax/deposit.json +5 -10
- package/lib/constants/abis/json/pax/swap.json +19 -38
- package/lib/constants/abis/json/ren/swap.json +19 -38
- package/lib/constants/abis/json/ren-polygon/swap.json +46 -46
- package/lib/constants/abis/json/reth/swap.json +38 -38
- package/lib/constants/abis/json/sbtc/swap.json +19 -38
- package/lib/constants/abis/json/streamer.json +257 -0
- package/lib/constants/abis/json/susdv2/deposit.json +5 -10
- package/lib/constants/abis/json/susdv2/swap.json +16 -32
- package/lib/constants/abis/json/tricrypto2/deposit.json +3 -3
- package/lib/constants/abis/json/tricrypto2/swap.json +60 -60
- package/lib/constants/abis/json/usdt/deposit.json +5 -10
- package/lib/constants/abis/json/usdt/swap.json +19 -37
- package/lib/constants/aliases.d.ts +2 -0
- package/lib/constants/aliases.js +3 -1
- package/lib/constants/coins-ethereum.js +4 -2
- package/lib/constants/coins-polygon.js +3 -2
- package/lib/curve.d.ts +1 -0
- package/lib/curve.js +47 -16
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/interfaces.d.ts +8 -0
- package/lib/pools.d.ts +41 -5
- package/lib/pools.js +334 -52
- package/lib/utils.d.ts +2 -1
- package/lib/utils.js +42 -29
- package/package.json +1 -1
|
@@ -11,8 +11,10 @@ var swap_json_3 = __importDefault(require("./json/atricrypto3/swap.json"));
|
|
|
11
11
|
var zap_json_1 = __importDefault(require("./json/atricrypto3/zap.json"));
|
|
12
12
|
var swap_json_4 = __importDefault(require("./json/eurtusd/swap.json"));
|
|
13
13
|
var deposit_json_1 = __importDefault(require("./json/eurtusd/deposit.json"));
|
|
14
|
+
var gauge_rewards_only_json_1 = __importDefault(require("./json/gauge_rewards_only.json"));
|
|
14
15
|
exports.POOLS_DATA_POLYGON = {
|
|
15
16
|
aave: {
|
|
17
|
+
reference_asset: 'USD',
|
|
16
18
|
N_COINS: 3,
|
|
17
19
|
is_aave: true,
|
|
18
20
|
underlying_decimals: [18, 6, 6],
|
|
@@ -38,9 +40,12 @@ exports.POOLS_DATA_POLYGON = {
|
|
|
38
40
|
swap_abi: swap_json_1.default,
|
|
39
41
|
sCurveRewards_abi: rewards_json_1.default,
|
|
40
42
|
sCurveRewards_address: '0xBdFF0C27dd073C119ebcb1299a68A6A92aE607F0',
|
|
41
|
-
|
|
43
|
+
reward_tokens: ["0x172370d5cd63279efa6d502dab29171933a610af", "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270"],
|
|
44
|
+
reward_contract: "0xC48f4653dd6a9509De44c92beb0604BEA3AEe714",
|
|
45
|
+
gauge_abi: gauge_rewards_only_json_1.default,
|
|
42
46
|
},
|
|
43
47
|
ren: {
|
|
48
|
+
reference_asset: 'BTC',
|
|
44
49
|
N_COINS: 2,
|
|
45
50
|
is_aave: true,
|
|
46
51
|
underlying_decimals: [8, 8],
|
|
@@ -62,8 +67,12 @@ exports.POOLS_DATA_POLYGON = {
|
|
|
62
67
|
'0xDBf31dF14B66535aF65AaC99C32e9eA844e14501',
|
|
63
68
|
],
|
|
64
69
|
swap_abi: swap_json_2.default,
|
|
70
|
+
reward_contract: "0x488E6ef919C2bB9de535C634a80afb0114DA8F62",
|
|
71
|
+
reward_tokens: ["0x172370d5cd63279efa6d502dab29171933a610af", "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270"],
|
|
72
|
+
gauge_abi: gauge_rewards_only_json_1.default,
|
|
65
73
|
},
|
|
66
74
|
atricrypto3: {
|
|
75
|
+
reference_asset: 'CRYPTO',
|
|
67
76
|
swap_abi: swap_json_3.default,
|
|
68
77
|
deposit_abi: zap_json_1.default,
|
|
69
78
|
N_COINS: 5,
|
|
@@ -99,8 +108,12 @@ exports.POOLS_DATA_POLYGON = {
|
|
|
99
108
|
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
|
|
100
109
|
'0xc2132d05d31c914a87c6611c10748aeb04b58e8f', // USDT
|
|
101
110
|
],
|
|
111
|
+
reward_contract: "0x060e386eCfBacf42Aa72171Af9EFe17b3993fC4F",
|
|
112
|
+
reward_tokens: ["0x172370d5cd63279efa6d502dab29171933a610af", "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270"],
|
|
113
|
+
gauge_abi: gauge_rewards_only_json_1.default,
|
|
102
114
|
},
|
|
103
115
|
eurtusd: {
|
|
116
|
+
reference_asset: 'CRYPTO',
|
|
104
117
|
N_COINS: 2,
|
|
105
118
|
underlying_decimals: [6, 18],
|
|
106
119
|
decimals: [6, 18],
|
|
@@ -142,5 +155,8 @@ exports.POOLS_DATA_POLYGON = {
|
|
|
142
155
|
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
|
|
143
156
|
'0xc2132d05d31c914a87c6611c10748aeb04b58e8f', // USDT
|
|
144
157
|
],
|
|
158
|
+
reward_contract: "0xAF78381216a8eCC7Ad5957f3cD12a431500E0B0D",
|
|
159
|
+
reward_tokens: ["0x172370d5cd63279efa6d502dab29171933a610af"],
|
|
160
|
+
gauge_abi: gauge_rewards_only_json_1.default,
|
|
145
161
|
},
|
|
146
162
|
};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"stateMutability": "nonpayable",
|
|
4
|
+
"type": "constructor",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "_owner",
|
|
8
|
+
"type": "address"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"outputs": []
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"stateMutability": "nonpayable",
|
|
15
|
+
"type": "function",
|
|
16
|
+
"name": "claim_rewards",
|
|
17
|
+
"inputs": [],
|
|
18
|
+
"outputs": [],
|
|
19
|
+
"gas": "45372"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"stateMutability": "view",
|
|
23
|
+
"type": "function",
|
|
24
|
+
"name": "last_claim",
|
|
25
|
+
"inputs": [],
|
|
26
|
+
"outputs": [
|
|
27
|
+
{
|
|
28
|
+
"name": "",
|
|
29
|
+
"type": "uint256"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"gas": "2424"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stateMutability": "view",
|
|
36
|
+
"type": "function",
|
|
37
|
+
"name": "reward_receiver",
|
|
38
|
+
"inputs": [],
|
|
39
|
+
"outputs": [
|
|
40
|
+
{
|
|
41
|
+
"name": "",
|
|
42
|
+
"type": "address"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"gas": "2658"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"stateMutability": "nonpayable",
|
|
49
|
+
"type": "function",
|
|
50
|
+
"name": "set_reward_receiver",
|
|
51
|
+
"inputs": [
|
|
52
|
+
{
|
|
53
|
+
"name": "_reward_receiver",
|
|
54
|
+
"type": "address"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"outputs": [],
|
|
58
|
+
"gas": "37635"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"stateMutability": "nonpayable",
|
|
62
|
+
"type": "function",
|
|
63
|
+
"name": "commit_transfer_ownership",
|
|
64
|
+
"inputs": [
|
|
65
|
+
{
|
|
66
|
+
"name": "_future_owner",
|
|
67
|
+
"type": "address"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"outputs": [],
|
|
71
|
+
"gas": "37665"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"stateMutability": "nonpayable",
|
|
75
|
+
"type": "function",
|
|
76
|
+
"name": "accept_transfer_ownership",
|
|
77
|
+
"inputs": [],
|
|
78
|
+
"outputs": [],
|
|
79
|
+
"gas": "37610"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"stateMutability": "view",
|
|
83
|
+
"type": "function",
|
|
84
|
+
"name": "owner",
|
|
85
|
+
"inputs": [],
|
|
86
|
+
"outputs": [
|
|
87
|
+
{
|
|
88
|
+
"name": "",
|
|
89
|
+
"type": "address"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"gas": "2568"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"stateMutability": "view",
|
|
96
|
+
"type": "function",
|
|
97
|
+
"name": "future_owner",
|
|
98
|
+
"inputs": [],
|
|
99
|
+
"outputs": [
|
|
100
|
+
{
|
|
101
|
+
"name": "",
|
|
102
|
+
"type": "address"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"gas": "2598"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"type": "uint256"
|
|
374
374
|
}
|
|
375
375
|
],
|
|
376
|
-
"gas": 1971
|
|
376
|
+
"gas": "1971"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"stateMutability": "view",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"type": "uint256"
|
|
392
392
|
}
|
|
393
393
|
],
|
|
394
|
-
"gas": 2001
|
|
394
|
+
"gas": "2001"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"stateMutability": "view",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"type": "uint256"
|
|
410
410
|
}
|
|
411
411
|
],
|
|
412
|
-
"gas": 2031
|
|
412
|
+
"gas": "2031"
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
"stateMutability": "view",
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
"type": "address"
|
|
423
423
|
}
|
|
424
424
|
],
|
|
425
|
-
"gas": 378
|
|
425
|
+
"gas": "378"
|
|
426
426
|
},
|
|
427
427
|
{
|
|
428
428
|
"stateMutability": "view",
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"type": "address"
|
|
441
441
|
}
|
|
442
442
|
],
|
|
443
|
-
"gas": 492
|
|
443
|
+
"gas": "492"
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
446
|
"stateMutability": "view",
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"type": "uint256"
|
|
454
454
|
}
|
|
455
455
|
],
|
|
456
|
-
"gas": 507
|
|
456
|
+
"gas": "507"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"stateMutability": "view",
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"type": "uint256"
|
|
467
467
|
}
|
|
468
468
|
],
|
|
469
|
-
"gas": 6701
|
|
469
|
+
"gas": "6701"
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
472
|
"stateMutability": "view",
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"type": "uint256"
|
|
480
480
|
}
|
|
481
481
|
],
|
|
482
|
-
"gas": 10891
|
|
482
|
+
"gas": "10891"
|
|
483
483
|
},
|
|
484
484
|
{
|
|
485
485
|
"stateMutability": "view",
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"type": "uint256"
|
|
498
498
|
}
|
|
499
499
|
],
|
|
500
|
-
"gas": 5706
|
|
500
|
+
"gas": "5706"
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
503
|
"stateMutability": "view",
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
"type": "uint256"
|
|
511
511
|
}
|
|
512
512
|
],
|
|
513
|
-
"gas": 6092
|
|
513
|
+
"gas": "6092"
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
516
|
"stateMutability": "nonpayable",
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
}
|
|
536
536
|
],
|
|
537
537
|
"outputs": [],
|
|
538
|
-
"gas": 1236533
|
|
538
|
+
"gas": "1236533"
|
|
539
539
|
},
|
|
540
540
|
{
|
|
541
541
|
"stateMutability": "view",
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
"type": "uint256"
|
|
562
562
|
}
|
|
563
563
|
],
|
|
564
|
-
"gas": 1632
|
|
564
|
+
"gas": "1632"
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
567
|
"stateMutability": "view",
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
"type": "uint256"
|
|
584
584
|
}
|
|
585
585
|
],
|
|
586
|
-
"gas": 15892
|
|
586
|
+
"gas": "15892"
|
|
587
587
|
},
|
|
588
588
|
{
|
|
589
589
|
"stateMutability": "nonpayable",
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
}
|
|
601
601
|
],
|
|
602
602
|
"outputs": [],
|
|
603
|
-
"gas": 1257246
|
|
603
|
+
"gas": "1257246"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
"stateMutability": "nonpayable",
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
}
|
|
618
618
|
],
|
|
619
619
|
"outputs": [],
|
|
620
|
-
"gas": 212087
|
|
620
|
+
"gas": "212087"
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
"stateMutability": "view",
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"type": "uint256"
|
|
640
640
|
}
|
|
641
641
|
],
|
|
642
|
-
"gas": 1939
|
|
642
|
+
"gas": "1939"
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
645
|
"stateMutability": "view",
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"type": "uint256"
|
|
662
662
|
}
|
|
663
663
|
],
|
|
664
|
-
"gas": 8142
|
|
664
|
+
"gas": "8142"
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
667
|
"stateMutability": "nonpayable",
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
}
|
|
683
683
|
],
|
|
684
684
|
"outputs": [],
|
|
685
|
-
"gas": 1176756
|
|
685
|
+
"gas": "1176756"
|
|
686
686
|
},
|
|
687
687
|
{
|
|
688
688
|
"stateMutability": "nonpayable",
|
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
"name": "claim_admin_fees",
|
|
691
691
|
"inputs": [],
|
|
692
692
|
"outputs": [],
|
|
693
|
-
"gas": 352907
|
|
693
|
+
"gas": "352907"
|
|
694
694
|
},
|
|
695
695
|
{
|
|
696
696
|
"stateMutability": "nonpayable",
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
}
|
|
712
712
|
],
|
|
713
713
|
"outputs": [],
|
|
714
|
-
"gas": 155212
|
|
714
|
+
"gas": "155212"
|
|
715
715
|
},
|
|
716
716
|
{
|
|
717
717
|
"stateMutability": "nonpayable",
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
"name": "stop_ramp_A_gamma",
|
|
720
720
|
"inputs": [],
|
|
721
721
|
"outputs": [],
|
|
722
|
-
"gas": 150657
|
|
722
|
+
"gas": "150657"
|
|
723
723
|
},
|
|
724
724
|
{
|
|
725
725
|
"stateMutability": "nonpayable",
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
}
|
|
757
757
|
],
|
|
758
758
|
"outputs": [],
|
|
759
|
-
"gas": 294400
|
|
759
|
+
"gas": "294400"
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
762
|
"stateMutability": "nonpayable",
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
"name": "apply_new_parameters",
|
|
765
765
|
"inputs": [],
|
|
766
766
|
"outputs": [],
|
|
767
|
-
"gas": 632237
|
|
767
|
+
"gas": "632237"
|
|
768
768
|
},
|
|
769
769
|
{
|
|
770
770
|
"stateMutability": "nonpayable",
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
"name": "revert_new_parameters",
|
|
773
773
|
"inputs": [],
|
|
774
774
|
"outputs": [],
|
|
775
|
-
"gas": 21832
|
|
775
|
+
"gas": "21832"
|
|
776
776
|
},
|
|
777
777
|
{
|
|
778
778
|
"stateMutability": "nonpayable",
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
}
|
|
786
786
|
],
|
|
787
787
|
"outputs": [],
|
|
788
|
-
"gas": 74570
|
|
788
|
+
"gas": "74570"
|
|
789
789
|
},
|
|
790
790
|
{
|
|
791
791
|
"stateMutability": "nonpayable",
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
"name": "apply_transfer_ownership",
|
|
794
794
|
"inputs": [],
|
|
795
795
|
"outputs": [],
|
|
796
|
-
"gas": 60647
|
|
796
|
+
"gas": "60647"
|
|
797
797
|
},
|
|
798
798
|
{
|
|
799
799
|
"stateMutability": "nonpayable",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
"name": "revert_transfer_ownership",
|
|
802
802
|
"inputs": [],
|
|
803
803
|
"outputs": [],
|
|
804
|
-
"gas": 21922
|
|
804
|
+
"gas": "21922"
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
807
|
"stateMutability": "nonpayable",
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"name": "kill_me",
|
|
810
810
|
"inputs": [],
|
|
811
811
|
"outputs": [],
|
|
812
|
-
"gas": 37845
|
|
812
|
+
"gas": "37845"
|
|
813
813
|
},
|
|
814
814
|
{
|
|
815
815
|
"stateMutability": "nonpayable",
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"name": "unkill_me",
|
|
818
818
|
"inputs": [],
|
|
819
819
|
"outputs": [],
|
|
820
|
-
"gas": 21982
|
|
820
|
+
"gas": "21982"
|
|
821
821
|
},
|
|
822
822
|
{
|
|
823
823
|
"stateMutability": "nonpayable",
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
}
|
|
831
831
|
],
|
|
832
832
|
"outputs": [],
|
|
833
|
-
"gas": 37115
|
|
833
|
+
"gas": "37115"
|
|
834
834
|
},
|
|
835
835
|
{
|
|
836
836
|
"stateMutability": "nonpayable",
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
}
|
|
844
844
|
],
|
|
845
845
|
"outputs": [],
|
|
846
|
-
"gas": 37145
|
|
846
|
+
"gas": "37145"
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
849
|
"stateMutability": "view",
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
"type": "uint256"
|
|
857
857
|
}
|
|
858
858
|
],
|
|
859
|
-
"gas": 2018
|
|
859
|
+
"gas": "2018"
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
862
|
"stateMutability": "view",
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
"type": "uint256"
|
|
870
870
|
}
|
|
871
871
|
],
|
|
872
|
-
"gas": 2048
|
|
872
|
+
"gas": "2048"
|
|
873
873
|
},
|
|
874
874
|
{
|
|
875
875
|
"stateMutability": "view",
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
"type": "uint256"
|
|
883
883
|
}
|
|
884
884
|
],
|
|
885
|
-
"gas": 2078
|
|
885
|
+
"gas": "2078"
|
|
886
886
|
},
|
|
887
887
|
{
|
|
888
888
|
"stateMutability": "view",
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
"type": "uint256"
|
|
896
896
|
}
|
|
897
897
|
],
|
|
898
|
-
"gas": 2108
|
|
898
|
+
"gas": "2108"
|
|
899
899
|
},
|
|
900
900
|
{
|
|
901
901
|
"stateMutability": "view",
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
"type": "uint256"
|
|
909
909
|
}
|
|
910
910
|
],
|
|
911
|
-
"gas": 2138
|
|
911
|
+
"gas": "2138"
|
|
912
912
|
},
|
|
913
913
|
{
|
|
914
914
|
"stateMutability": "view",
|
|
@@ -921,7 +921,7 @@
|
|
|
921
921
|
"type": "uint256"
|
|
922
922
|
}
|
|
923
923
|
],
|
|
924
|
-
"gas": 2168
|
|
924
|
+
"gas": "2168"
|
|
925
925
|
},
|
|
926
926
|
{
|
|
927
927
|
"stateMutability": "view",
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
"type": "uint256"
|
|
935
935
|
}
|
|
936
936
|
],
|
|
937
|
-
"gas": 2198
|
|
937
|
+
"gas": "2198"
|
|
938
938
|
},
|
|
939
939
|
{
|
|
940
940
|
"stateMutability": "view",
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
"type": "uint256"
|
|
948
948
|
}
|
|
949
949
|
],
|
|
950
|
-
"gas": 2228
|
|
950
|
+
"gas": "2228"
|
|
951
951
|
},
|
|
952
952
|
{
|
|
953
953
|
"stateMutability": "view",
|
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
"type": "uint256"
|
|
961
961
|
}
|
|
962
962
|
],
|
|
963
|
-
"gas": 2258
|
|
963
|
+
"gas": "2258"
|
|
964
964
|
},
|
|
965
965
|
{
|
|
966
966
|
"stateMutability": "view",
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
"type": "uint256"
|
|
974
974
|
}
|
|
975
975
|
],
|
|
976
|
-
"gas": 2288
|
|
976
|
+
"gas": "2288"
|
|
977
977
|
},
|
|
978
978
|
{
|
|
979
979
|
"stateMutability": "view",
|
|
@@ -986,7 +986,7 @@
|
|
|
986
986
|
"type": "uint256"
|
|
987
987
|
}
|
|
988
988
|
],
|
|
989
|
-
"gas": 2318
|
|
989
|
+
"gas": "2318"
|
|
990
990
|
},
|
|
991
991
|
{
|
|
992
992
|
"stateMutability": "view",
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
"type": "uint256"
|
|
1000
1000
|
}
|
|
1001
1001
|
],
|
|
1002
|
-
"gas": 2348
|
|
1002
|
+
"gas": "2348"
|
|
1003
1003
|
},
|
|
1004
1004
|
{
|
|
1005
1005
|
"stateMutability": "view",
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
"type": "uint256"
|
|
1013
1013
|
}
|
|
1014
1014
|
],
|
|
1015
|
-
"gas": 2378
|
|
1015
|
+
"gas": "2378"
|
|
1016
1016
|
},
|
|
1017
1017
|
{
|
|
1018
1018
|
"stateMutability": "view",
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
"type": "uint256"
|
|
1026
1026
|
}
|
|
1027
1027
|
],
|
|
1028
|
-
"gas": 2408
|
|
1028
|
+
"gas": "2408"
|
|
1029
1029
|
},
|
|
1030
1030
|
{
|
|
1031
1031
|
"stateMutability": "view",
|
|
@@ -1038,7 +1038,7 @@
|
|
|
1038
1038
|
"type": "uint256"
|
|
1039
1039
|
}
|
|
1040
1040
|
],
|
|
1041
|
-
"gas": 2438
|
|
1041
|
+
"gas": "2438"
|
|
1042
1042
|
},
|
|
1043
1043
|
{
|
|
1044
1044
|
"stateMutability": "view",
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
"type": "uint256"
|
|
1052
1052
|
}
|
|
1053
1053
|
],
|
|
1054
|
-
"gas": 2468
|
|
1054
|
+
"gas": "2468"
|
|
1055
1055
|
},
|
|
1056
1056
|
{
|
|
1057
1057
|
"stateMutability": "view",
|
|
@@ -1064,7 +1064,7 @@
|
|
|
1064
1064
|
"type": "uint256"
|
|
1065
1065
|
}
|
|
1066
1066
|
],
|
|
1067
|
-
"gas": 2498
|
|
1067
|
+
"gas": "2498"
|
|
1068
1068
|
},
|
|
1069
1069
|
{
|
|
1070
1070
|
"stateMutability": "view",
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
"type": "uint256"
|
|
1078
1078
|
}
|
|
1079
1079
|
],
|
|
1080
|
-
"gas": 2528
|
|
1080
|
+
"gas": "2528"
|
|
1081
1081
|
},
|
|
1082
1082
|
{
|
|
1083
1083
|
"stateMutability": "view",
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
"type": "uint256"
|
|
1091
1091
|
}
|
|
1092
1092
|
],
|
|
1093
|
-
"gas": 2558
|
|
1093
|
+
"gas": "2558"
|
|
1094
1094
|
},
|
|
1095
1095
|
{
|
|
1096
1096
|
"stateMutability": "view",
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
"type": "uint256"
|
|
1109
1109
|
}
|
|
1110
1110
|
],
|
|
1111
|
-
"gas": 2633
|
|
1111
|
+
"gas": "2633"
|
|
1112
1112
|
},
|
|
1113
1113
|
{
|
|
1114
1114
|
"stateMutability": "view",
|
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
"type": "uint256"
|
|
1122
1122
|
}
|
|
1123
1123
|
],
|
|
1124
|
-
"gas": 2618
|
|
1124
|
+
"gas": "2618"
|
|
1125
1125
|
},
|
|
1126
1126
|
{
|
|
1127
1127
|
"stateMutability": "view",
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
"type": "address"
|
|
1135
1135
|
}
|
|
1136
1136
|
],
|
|
1137
|
-
"gas": 2648
|
|
1137
|
+
"gas": "2648"
|
|
1138
1138
|
},
|
|
1139
1139
|
{
|
|
1140
1140
|
"stateMutability": "view",
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
"type": "address"
|
|
1148
1148
|
}
|
|
1149
1149
|
],
|
|
1150
|
-
"gas": 2678
|
|
1150
|
+
"gas": "2678"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
1153
|
"stateMutability": "view",
|
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
"type": "uint256"
|
|
1161
1161
|
}
|
|
1162
1162
|
],
|
|
1163
|
-
"gas": 2708
|
|
1163
|
+
"gas": "2708"
|
|
1164
1164
|
},
|
|
1165
1165
|
{
|
|
1166
1166
|
"stateMutability": "view",
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
"type": "uint256"
|
|
1174
1174
|
}
|
|
1175
1175
|
],
|
|
1176
|
-
"gas": 2738
|
|
1176
|
+
"gas": "2738"
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
1179
|
"stateMutability": "view",
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
"type": "uint256"
|
|
1187
1187
|
}
|
|
1188
1188
|
],
|
|
1189
|
-
"gas": 2768
|
|
1189
|
+
"gas": "2768"
|
|
1190
1190
|
},
|
|
1191
1191
|
{
|
|
1192
1192
|
"stateMutability": "view",
|
|
@@ -1199,7 +1199,7 @@
|
|
|
1199
1199
|
"type": "bool"
|
|
1200
1200
|
}
|
|
1201
1201
|
],
|
|
1202
|
-
"gas": 2798
|
|
1202
|
+
"gas": "2798"
|
|
1203
1203
|
},
|
|
1204
1204
|
{
|
|
1205
1205
|
"stateMutability": "view",
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
"type": "uint256"
|
|
1213
1213
|
}
|
|
1214
1214
|
],
|
|
1215
|
-
"gas": 2828
|
|
1215
|
+
"gas": "2828"
|
|
1216
1216
|
},
|
|
1217
1217
|
{
|
|
1218
1218
|
"stateMutability": "view",
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
"type": "uint256"
|
|
1226
1226
|
}
|
|
1227
1227
|
],
|
|
1228
|
-
"gas": 2858
|
|
1228
|
+
"gas": "2858"
|
|
1229
1229
|
},
|
|
1230
1230
|
{
|
|
1231
1231
|
"stateMutability": "view",
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
"type": "uint256"
|
|
1239
1239
|
}
|
|
1240
1240
|
],
|
|
1241
|
-
"gas": 2888
|
|
1241
|
+
"gas": "2888"
|
|
1242
1242
|
},
|
|
1243
1243
|
{
|
|
1244
1244
|
"stateMutability": "view",
|
|
@@ -1251,7 +1251,7 @@
|
|
|
1251
1251
|
"type": "address"
|
|
1252
1252
|
}
|
|
1253
1253
|
],
|
|
1254
|
-
"gas": 2918
|
|
1254
|
+
"gas": "2918"
|
|
1255
1255
|
},
|
|
1256
1256
|
{
|
|
1257
1257
|
"stateMutability": "view",
|
|
@@ -1264,6 +1264,6 @@
|
|
|
1264
1264
|
"type": "address"
|
|
1265
1265
|
}
|
|
1266
1266
|
],
|
|
1267
|
-
"gas": 2948
|
|
1267
|
+
"gas": "2948"
|
|
1268
1268
|
}
|
|
1269
1269
|
]
|