@ape.swap/bonds-sdk 1.0.553 → 1.0.554

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.
Files changed (29) hide show
  1. package/package.json +1 -1
  2. package/dist/config/abi/bondNft.json +0 -424
  3. package/dist/config/abi/ens-public-resolver.json +0 -816
  4. package/dist/config/abi/ens-registrar.json +0 -422
  5. package/dist/config/abi/erc20_bytes32.json +0 -30
  6. package/dist/config/abi/jungleChef.json +0 -291
  7. package/dist/config/abi/launchBonds.json +0 -2014
  8. package/dist/config/abi/lockVeAbond.json +0 -2198
  9. package/dist/config/abi/migrationBond.json +0 -1639
  10. package/dist/config/abi/migrationFveAbond.json +0 -160
  11. package/dist/config/abi/multicallv3.json +0 -92
  12. package/dist/config/abi/price-getter-linea.json +0 -1448
  13. package/dist/config/abi/price-getter.json +0 -1309
  14. package/dist/config/abi/sousChef.json +0 -649
  15. package/dist/config/abi/weth.json +0 -279
  16. package/dist/hooks/PriceGetter/dexFactories.d.ts +0 -11
  17. package/dist/hooks/PriceGetter/dexFactories.js +0 -2
  18. package/dist/hooks/PriceGetter/usePricesFromPriceGetter.d.ts +0 -17
  19. package/dist/hooks/PriceGetter/usePricesFromPriceGetter.js +0 -205
  20. package/dist/hooks/useClaimBill.d.ts +0 -4
  21. package/dist/hooks/useClaimBill.js +0 -59
  22. package/dist/hooks/useContract.d.ts +0 -25
  23. package/dist/hooks/useContract.js +0 -107
  24. package/dist/state/tokenPrices/fetchTokenPricesForMultipleChains.d.ts +0 -4
  25. package/dist/state/tokenPrices/fetchTokenPricesForMultipleChains.js +0 -81
  26. package/dist/state/tokenPrices/getAllTokenPrices.d.ts +0 -5
  27. package/dist/state/tokenPrices/getAllTokenPrices.js +0 -288
  28. package/dist/state/tokenPrices/useTokenPricesNew.d.ts +0 -11
  29. package/dist/state/tokenPrices/useTokenPricesNew.js +0 -72
@@ -1,160 +0,0 @@
1
- [
2
- {
3
- "inputs": [
4
- { "internalType": "address", "name": "_token", "type": "address" },
5
- { "internalType": "address", "name": "_claimToken", "type": "address" },
6
- { "internalType": "address", "name": "_ve", "type": "address" }
7
- ],
8
- "stateMutability": "nonpayable",
9
- "type": "constructor"
10
- },
11
- {
12
- "anonymous": false,
13
- "inputs": [
14
- { "indexed": true, "internalType": "address", "name": "to", "type": "address" },
15
- { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }
16
- ],
17
- "name": "Claim",
18
- "type": "event"
19
- },
20
- {
21
- "anonymous": false,
22
- "inputs": [{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }],
23
- "name": "Deposit",
24
- "type": "event"
25
- },
26
- { "anonymous": false, "inputs": [], "name": "Init", "type": "event" },
27
- {
28
- "anonymous": false,
29
- "inputs": [
30
- { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
31
- { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
32
- ],
33
- "name": "OwnershipTransferred",
34
- "type": "event"
35
- },
36
- {
37
- "anonymous": false,
38
- "inputs": [
39
- { "indexed": true, "internalType": "address", "name": "depositor", "type": "address" },
40
- { "indexed": false, "internalType": "bool", "name": "status", "type": "bool" }
41
- ],
42
- "name": "SetDepositor",
43
- "type": "event"
44
- },
45
- {
46
- "anonymous": false,
47
- "inputs": [{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }],
48
- "name": "Withdraw",
49
- "type": "event"
50
- },
51
- {
52
- "inputs": [],
53
- "name": "DEAD",
54
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
55
- "stateMutability": "view",
56
- "type": "function"
57
- },
58
- { "inputs": [], "name": "_init", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
59
- {
60
- "inputs": [{ "internalType": "uint256", "name": "_amount", "type": "uint256" }],
61
- "name": "claim",
62
- "outputs": [],
63
- "stateMutability": "nonpayable",
64
- "type": "function"
65
- },
66
- {
67
- "inputs": [
68
- { "internalType": "address", "name": "_to", "type": "address" },
69
- { "internalType": "uint256", "name": "_amount", "type": "uint256" }
70
- ],
71
- "name": "claim",
72
- "outputs": [],
73
- "stateMutability": "nonpayable",
74
- "type": "function"
75
- },
76
- {
77
- "inputs": [],
78
- "name": "claimToken",
79
- "outputs": [{ "internalType": "contract IERC20", "name": "", "type": "address" }],
80
- "stateMutability": "view",
81
- "type": "function"
82
- },
83
- {
84
- "inputs": [{ "internalType": "uint256", "name": "amount", "type": "uint256" }],
85
- "name": "deposit",
86
- "outputs": [],
87
- "stateMutability": "nonpayable",
88
- "type": "function"
89
- },
90
- {
91
- "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
92
- "name": "depositors",
93
- "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
94
- "stateMutability": "view",
95
- "type": "function"
96
- },
97
- {
98
- "inputs": [],
99
- "name": "init",
100
- "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
101
- "stateMutability": "view",
102
- "type": "function"
103
- },
104
- {
105
- "inputs": [],
106
- "name": "owner",
107
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
108
- "stateMutability": "view",
109
- "type": "function"
110
- },
111
- { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
112
- {
113
- "inputs": [
114
- { "internalType": "address", "name": "depositor", "type": "address" },
115
- { "internalType": "bool", "name": "status", "type": "bool" }
116
- ],
117
- "name": "setDepositor",
118
- "outputs": [],
119
- "stateMutability": "nonpayable",
120
- "type": "function"
121
- },
122
- {
123
- "inputs": [],
124
- "name": "token",
125
- "outputs": [{ "internalType": "contract IERC20", "name": "", "type": "address" }],
126
- "stateMutability": "view",
127
- "type": "function"
128
- },
129
- {
130
- "inputs": [],
131
- "name": "totalAirdrop",
132
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
133
- "stateMutability": "view",
134
- "type": "function"
135
- },
136
- {
137
- "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
138
- "name": "transferOwnership",
139
- "outputs": [],
140
- "stateMutability": "nonpayable",
141
- "type": "function"
142
- },
143
- {
144
- "inputs": [],
145
- "name": "ve",
146
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
147
- "stateMutability": "view",
148
- "type": "function"
149
- },
150
- {
151
- "inputs": [
152
- { "internalType": "uint256", "name": "amount", "type": "uint256" },
153
- { "internalType": "address", "name": "_to", "type": "address" }
154
- ],
155
- "name": "withdraw",
156
- "outputs": [],
157
- "stateMutability": "nonpayable",
158
- "type": "function"
159
- }
160
- ]
@@ -1,92 +0,0 @@
1
- [
2
- {
3
- "inputs": [],
4
- "name": "getCurrentBlockTimestamp",
5
- "outputs": [
6
- {
7
- "internalType": "uint256",
8
- "name": "timestamp",
9
- "type": "uint256"
10
- }
11
- ],
12
- "stateMutability": "view",
13
- "type": "function"
14
- },
15
- {
16
- "inputs": [
17
- {
18
- "internalType": "address",
19
- "name": "addr",
20
- "type": "address"
21
- }
22
- ],
23
- "name": "getEthBalance",
24
- "outputs": [
25
- {
26
- "internalType": "uint256",
27
- "name": "balance",
28
- "type": "uint256"
29
- }
30
- ],
31
- "stateMutability": "view",
32
- "type": "function"
33
- },
34
- {
35
- "inputs": [
36
- {
37
- "components": [
38
- {
39
- "internalType": "address",
40
- "name": "target",
41
- "type": "address"
42
- },
43
- {
44
- "internalType": "uint256",
45
- "name": "gasLimit",
46
- "type": "uint256"
47
- },
48
- {
49
- "internalType": "bytes",
50
- "name": "callData",
51
- "type": "bytes"
52
- }
53
- ],
54
- "internalType": "struct UniswapInterfaceMulticall.Call[]",
55
- "name": "calls",
56
- "type": "tuple[]"
57
- }
58
- ],
59
- "name": "multicall",
60
- "outputs": [
61
- {
62
- "internalType": "uint256",
63
- "name": "blockNumber",
64
- "type": "uint256"
65
- },
66
- {
67
- "components": [
68
- {
69
- "internalType": "bool",
70
- "name": "success",
71
- "type": "bool"
72
- },
73
- {
74
- "internalType": "uint256",
75
- "name": "gasUsed",
76
- "type": "uint256"
77
- },
78
- {
79
- "internalType": "bytes",
80
- "name": "returnData",
81
- "type": "bytes"
82
- }
83
- ],
84
- "internalType": "struct UniswapInterfaceMulticall.Result[]",
85
- "name": "returnData",
86
- "type": "tuple[]"
87
- }
88
- ],
89
- "stateMutability": "nonpayable",
90
- "type": "function"
91
- }
92
- ]