@curvefi/api 2.5.1 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,270 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "name": "_pool",
6
+ "type": "address"
7
+ },
8
+ {
9
+ "name": "_base_pool",
10
+ "type": "address"
11
+ }
12
+ ],
13
+ "outputs": [],
14
+ "stateMutability": "nonpayable",
15
+ "type": "constructor",
16
+ "name": "constructor"
17
+ },
18
+ {
19
+ "gas": 4244,
20
+ "inputs": [],
21
+ "name": "price_oracle",
22
+ "outputs": [
23
+ {
24
+ "name": "",
25
+ "type": "uint256"
26
+ }
27
+ ],
28
+ "stateMutability": "view",
29
+ "type": "function"
30
+ },
31
+ {
32
+ "gas": 4274,
33
+ "inputs": [],
34
+ "name": "price_scale",
35
+ "outputs": [
36
+ {
37
+ "name": "",
38
+ "type": "uint256"
39
+ }
40
+ ],
41
+ "stateMutability": "view",
42
+ "type": "function"
43
+ },
44
+ {
45
+ "gas": 21320,
46
+ "inputs": [
47
+ {
48
+ "name": "_amounts",
49
+ "type": "uint256[3]"
50
+ },
51
+ {
52
+ "name": "_min_mint_amount",
53
+ "type": "uint256"
54
+ }
55
+ ],
56
+ "name": "add_liquidity",
57
+ "outputs": [],
58
+ "stateMutability": "nonpayable",
59
+ "type": "function"
60
+ },
61
+ {
62
+ "gas": 23822,
63
+ "inputs": [
64
+ {
65
+ "name": "i",
66
+ "type": "uint256"
67
+ },
68
+ {
69
+ "name": "j",
70
+ "type": "uint256"
71
+ },
72
+ {
73
+ "name": "_dx",
74
+ "type": "uint256"
75
+ },
76
+ {
77
+ "name": "_min_dy",
78
+ "type": "uint256"
79
+ }
80
+ ],
81
+ "name": "exchange_underlying",
82
+ "outputs": [
83
+ {
84
+ "name": "",
85
+ "type": "uint256"
86
+ }
87
+ ],
88
+ "stateMutability": "nonpayable",
89
+ "type": "function"
90
+ },
91
+ {
92
+ "gas": 31724,
93
+ "inputs": [
94
+ {
95
+ "name": "_amount",
96
+ "type": "uint256"
97
+ },
98
+ {
99
+ "name": "_min_amounts",
100
+ "type": "uint256[3]"
101
+ }
102
+ ],
103
+ "name": "remove_liquidity",
104
+ "outputs": [],
105
+ "stateMutability": "nonpayable",
106
+ "type": "function"
107
+ },
108
+ {
109
+ "gas": 14811,
110
+ "inputs": [
111
+ {
112
+ "name": "_token_amount",
113
+ "type": "uint256"
114
+ },
115
+ {
116
+ "name": "i",
117
+ "type": "uint256"
118
+ },
119
+ {
120
+ "name": "_min_amount",
121
+ "type": "uint256"
122
+ }
123
+ ],
124
+ "name": "remove_liquidity_one_coin",
125
+ "outputs": [],
126
+ "stateMutability": "nonpayable",
127
+ "type": "function"
128
+ },
129
+ {
130
+ "gas": 9456,
131
+ "inputs": [
132
+ {
133
+ "name": "i",
134
+ "type": "uint256"
135
+ },
136
+ {
137
+ "name": "j",
138
+ "type": "uint256"
139
+ },
140
+ {
141
+ "name": "_dx",
142
+ "type": "uint256"
143
+ }
144
+ ],
145
+ "name": "get_dy_underlying",
146
+ "outputs": [
147
+ {
148
+ "name": "",
149
+ "type": "uint256"
150
+ }
151
+ ],
152
+ "stateMutability": "view",
153
+ "type": "function"
154
+ },
155
+ {
156
+ "gas": 4764,
157
+ "inputs": [
158
+ {
159
+ "name": "_amounts",
160
+ "type": "uint256[3]"
161
+ }
162
+ ],
163
+ "name": "calc_token_amount",
164
+ "outputs": [
165
+ {
166
+ "name": "",
167
+ "type": "uint256"
168
+ }
169
+ ],
170
+ "stateMutability": "view",
171
+ "type": "function"
172
+ },
173
+ {
174
+ "gas": 6585,
175
+ "inputs": [
176
+ {
177
+ "name": "token_amount",
178
+ "type": "uint256"
179
+ },
180
+ {
181
+ "name": "i",
182
+ "type": "uint256"
183
+ }
184
+ ],
185
+ "name": "calc_withdraw_one_coin",
186
+ "outputs": [
187
+ {
188
+ "name": "",
189
+ "type": "uint256"
190
+ }
191
+ ],
192
+ "stateMutability": "view",
193
+ "type": "function"
194
+ },
195
+ {
196
+ "gas": 1535,
197
+ "inputs": [
198
+ {
199
+ "name": "arg0",
200
+ "type": "uint256"
201
+ }
202
+ ],
203
+ "name": "coins",
204
+ "outputs": [
205
+ {
206
+ "name": "",
207
+ "type": "address"
208
+ }
209
+ ],
210
+ "stateMutability": "view",
211
+ "type": "function"
212
+ },
213
+ {
214
+ "gas": 1571,
215
+ "inputs": [
216
+ {
217
+ "name": "arg0",
218
+ "type": "uint256"
219
+ }
220
+ ],
221
+ "name": "underlying_coins",
222
+ "outputs": [
223
+ {
224
+ "name": "",
225
+ "type": "address"
226
+ }
227
+ ],
228
+ "stateMutability": "view",
229
+ "type": "function"
230
+ },
231
+ {
232
+ "gas": 1556,
233
+ "inputs": [],
234
+ "name": "pool",
235
+ "outputs": [
236
+ {
237
+ "name": "",
238
+ "type": "address"
239
+ }
240
+ ],
241
+ "stateMutability": "view",
242
+ "type": "function"
243
+ },
244
+ {
245
+ "gas": 1586,
246
+ "inputs": [],
247
+ "name": "base_pool",
248
+ "outputs": [
249
+ {
250
+ "name": "",
251
+ "type": "address"
252
+ }
253
+ ],
254
+ "stateMutability": "view",
255
+ "type": "function"
256
+ },
257
+ {
258
+ "gas": 1616,
259
+ "inputs": [],
260
+ "name": "token",
261
+ "outputs": [
262
+ {
263
+ "name": "",
264
+ "type": "address"
265
+ }
266
+ ],
267
+ "stateMutability": "view",
268
+ "type": "function"
269
+ }
270
+ ]