@ape.swap/bonds-sdk 1.0.553 → 1.0.555
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/package.json +1 -1
- package/dist/config/abi/bondNft.json +0 -424
- package/dist/config/abi/ens-public-resolver.json +0 -816
- package/dist/config/abi/ens-registrar.json +0 -422
- package/dist/config/abi/erc20_bytes32.json +0 -30
- package/dist/config/abi/jungleChef.json +0 -291
- package/dist/config/abi/launchBonds.json +0 -2014
- package/dist/config/abi/lockVeAbond.json +0 -2198
- package/dist/config/abi/migrationBond.json +0 -1639
- package/dist/config/abi/migrationFveAbond.json +0 -160
- package/dist/config/abi/multicallv3.json +0 -92
- package/dist/config/abi/price-getter-linea.json +0 -1448
- package/dist/config/abi/price-getter.json +0 -1309
- package/dist/config/abi/sousChef.json +0 -649
- package/dist/config/abi/weth.json +0 -279
- package/dist/hooks/PriceGetter/dexFactories.d.ts +0 -11
- package/dist/hooks/PriceGetter/dexFactories.js +0 -2
- package/dist/hooks/PriceGetter/usePricesFromPriceGetter.d.ts +0 -17
- package/dist/hooks/PriceGetter/usePricesFromPriceGetter.js +0 -205
- package/dist/hooks/useClaimBill.d.ts +0 -4
- package/dist/hooks/useClaimBill.js +0 -59
- package/dist/hooks/useContract.d.ts +0 -25
- package/dist/hooks/useContract.js +0 -107
- package/dist/state/tokenPrices/fetchTokenPricesForMultipleChains.d.ts +0 -4
- package/dist/state/tokenPrices/fetchTokenPricesForMultipleChains.js +0 -81
- package/dist/state/tokenPrices/getAllTokenPrices.d.ts +0 -5
- package/dist/state/tokenPrices/getAllTokenPrices.js +0 -288
- package/dist/state/tokenPrices/useTokenPricesNew.d.ts +0 -11
- package/dist/state/tokenPrices/useTokenPricesNew.js +0 -72
|
@@ -1,291 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"inputs": [
|
|
4
|
-
{
|
|
5
|
-
"internalType": "contract IBEP20",
|
|
6
|
-
"name": "_syrup",
|
|
7
|
-
"type": "address"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"internalType": "uint256",
|
|
11
|
-
"name": "_rewardPerBlock",
|
|
12
|
-
"type": "uint256"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"internalType": "uint256",
|
|
16
|
-
"name": "_startBlock",
|
|
17
|
-
"type": "uint256"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"internalType": "uint256",
|
|
21
|
-
"name": "_endBlock",
|
|
22
|
-
"type": "uint256"
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"stateMutability": "nonpayable",
|
|
26
|
-
"type": "constructor"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"anonymous": false,
|
|
30
|
-
"inputs": [
|
|
31
|
-
{
|
|
32
|
-
"indexed": true,
|
|
33
|
-
"internalType": "address",
|
|
34
|
-
"name": "user",
|
|
35
|
-
"type": "address"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"indexed": false,
|
|
39
|
-
"internalType": "uint256",
|
|
40
|
-
"name": "amount",
|
|
41
|
-
"type": "uint256"
|
|
42
|
-
}
|
|
43
|
-
],
|
|
44
|
-
"name": "Deposit",
|
|
45
|
-
"type": "event"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"anonymous": false,
|
|
49
|
-
"inputs": [
|
|
50
|
-
{
|
|
51
|
-
"indexed": true,
|
|
52
|
-
"internalType": "address",
|
|
53
|
-
"name": "user",
|
|
54
|
-
"type": "address"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"indexed": false,
|
|
58
|
-
"internalType": "uint256",
|
|
59
|
-
"name": "amount",
|
|
60
|
-
"type": "uint256"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"name": "EmergencyWithdraw",
|
|
64
|
-
"type": "event"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"anonymous": false,
|
|
68
|
-
"inputs": [
|
|
69
|
-
{
|
|
70
|
-
"indexed": true,
|
|
71
|
-
"internalType": "address",
|
|
72
|
-
"name": "user",
|
|
73
|
-
"type": "address"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"indexed": false,
|
|
77
|
-
"internalType": "uint256",
|
|
78
|
-
"name": "amount",
|
|
79
|
-
"type": "uint256"
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
"name": "Withdraw",
|
|
83
|
-
"type": "event"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"inputs": [],
|
|
87
|
-
"name": "bonusEndBlock",
|
|
88
|
-
"outputs": [
|
|
89
|
-
{
|
|
90
|
-
"internalType": "uint256",
|
|
91
|
-
"name": "",
|
|
92
|
-
"type": "uint256"
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"stateMutability": "view",
|
|
96
|
-
"type": "function",
|
|
97
|
-
"constant": true
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"inputs": [],
|
|
101
|
-
"name": "poolInfo",
|
|
102
|
-
"outputs": [
|
|
103
|
-
{
|
|
104
|
-
"internalType": "uint256",
|
|
105
|
-
"name": "lastRewardBlock",
|
|
106
|
-
"type": "uint256"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"internalType": "uint256",
|
|
110
|
-
"name": "accRewardPerShare",
|
|
111
|
-
"type": "uint256"
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"stateMutability": "view",
|
|
115
|
-
"type": "function",
|
|
116
|
-
"constant": true
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"inputs": [],
|
|
120
|
-
"name": "rewardPerBlock",
|
|
121
|
-
"outputs": [
|
|
122
|
-
{
|
|
123
|
-
"internalType": "uint256",
|
|
124
|
-
"name": "",
|
|
125
|
-
"type": "uint256"
|
|
126
|
-
}
|
|
127
|
-
],
|
|
128
|
-
"stateMutability": "view",
|
|
129
|
-
"type": "function",
|
|
130
|
-
"constant": true
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"inputs": [],
|
|
134
|
-
"name": "startBlock",
|
|
135
|
-
"outputs": [
|
|
136
|
-
{
|
|
137
|
-
"internalType": "uint256",
|
|
138
|
-
"name": "",
|
|
139
|
-
"type": "uint256"
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
"stateMutability": "view",
|
|
143
|
-
"type": "function",
|
|
144
|
-
"constant": true
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"inputs": [],
|
|
148
|
-
"name": "syrup",
|
|
149
|
-
"outputs": [
|
|
150
|
-
{
|
|
151
|
-
"internalType": "contract IBEP20",
|
|
152
|
-
"name": "",
|
|
153
|
-
"type": "address"
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"stateMutability": "view",
|
|
157
|
-
"type": "function",
|
|
158
|
-
"constant": true
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"inputs": [
|
|
162
|
-
{
|
|
163
|
-
"internalType": "address",
|
|
164
|
-
"name": "",
|
|
165
|
-
"type": "address"
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"name": "userInfo",
|
|
169
|
-
"outputs": [
|
|
170
|
-
{
|
|
171
|
-
"internalType": "uint256",
|
|
172
|
-
"name": "amount",
|
|
173
|
-
"type": "uint256"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"internalType": "uint256",
|
|
177
|
-
"name": "rewardDebt",
|
|
178
|
-
"type": "uint256"
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
|
-
"stateMutability": "view",
|
|
182
|
-
"type": "function",
|
|
183
|
-
"constant": true
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"inputs": [
|
|
187
|
-
{
|
|
188
|
-
"internalType": "uint256",
|
|
189
|
-
"name": "_from",
|
|
190
|
-
"type": "uint256"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"internalType": "uint256",
|
|
194
|
-
"name": "_to",
|
|
195
|
-
"type": "uint256"
|
|
196
|
-
}
|
|
197
|
-
],
|
|
198
|
-
"name": "getMultiplier",
|
|
199
|
-
"outputs": [
|
|
200
|
-
{
|
|
201
|
-
"internalType": "uint256",
|
|
202
|
-
"name": "",
|
|
203
|
-
"type": "uint256"
|
|
204
|
-
}
|
|
205
|
-
],
|
|
206
|
-
"stateMutability": "view",
|
|
207
|
-
"type": "function",
|
|
208
|
-
"constant": true
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"inputs": [
|
|
212
|
-
{
|
|
213
|
-
"internalType": "address",
|
|
214
|
-
"name": "_user",
|
|
215
|
-
"type": "address"
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
"name": "pendingReward",
|
|
219
|
-
"outputs": [
|
|
220
|
-
{
|
|
221
|
-
"internalType": "uint256",
|
|
222
|
-
"name": "",
|
|
223
|
-
"type": "uint256"
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
"stateMutability": "view",
|
|
227
|
-
"type": "function",
|
|
228
|
-
"constant": true
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"inputs": [],
|
|
232
|
-
"name": "updatePool",
|
|
233
|
-
"outputs": [],
|
|
234
|
-
"stateMutability": "nonpayable",
|
|
235
|
-
"type": "function"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"inputs": [
|
|
239
|
-
{
|
|
240
|
-
"internalType": "uint256",
|
|
241
|
-
"name": "_amount",
|
|
242
|
-
"type": "uint256"
|
|
243
|
-
}
|
|
244
|
-
],
|
|
245
|
-
"name": "deposit",
|
|
246
|
-
"outputs": [],
|
|
247
|
-
"stateMutability": "nonpayable",
|
|
248
|
-
"type": "function"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"inputs": [
|
|
252
|
-
{
|
|
253
|
-
"internalType": "uint256",
|
|
254
|
-
"name": "_amount",
|
|
255
|
-
"type": "uint256"
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
|
-
"name": "withdraw",
|
|
259
|
-
"outputs": [],
|
|
260
|
-
"stateMutability": "nonpayable",
|
|
261
|
-
"type": "function"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"inputs": [],
|
|
265
|
-
"name": "emergencyWithdraw",
|
|
266
|
-
"outputs": [],
|
|
267
|
-
"stateMutability": "nonpayable",
|
|
268
|
-
"type": "function"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"inputs": [],
|
|
272
|
-
"name": "bonusEndTime",
|
|
273
|
-
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
|
274
|
-
"stateMutability": "view",
|
|
275
|
-
"type": "function"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"inputs": [],
|
|
279
|
-
"name": "rewardPerSecond",
|
|
280
|
-
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
|
281
|
-
"stateMutability": "view",
|
|
282
|
-
"type": "function"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"inputs": [],
|
|
286
|
-
"name": "startTime",
|
|
287
|
-
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
|
288
|
-
"stateMutability": "view",
|
|
289
|
-
"type": "function"
|
|
290
|
-
}
|
|
291
|
-
]
|