@centurion_project/router-sdk 2.11.3 → 2.11.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.
@@ -0,0 +1,233 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IPeripheryPaymentsWithFeeExtended",
4
+ "sourceName": "contracts/interfaces/IPeripheryPaymentsWithFeeExtended.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "token",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "uint256",
15
+ "name": "value",
16
+ "type": "uint256"
17
+ }
18
+ ],
19
+ "name": "pull",
20
+ "outputs": [],
21
+ "stateMutability": "payable",
22
+ "type": "function"
23
+ },
24
+ {
25
+ "inputs": [],
26
+ "name": "refundETH",
27
+ "outputs": [],
28
+ "stateMutability": "payable",
29
+ "type": "function"
30
+ },
31
+ {
32
+ "inputs": [
33
+ {
34
+ "internalType": "address",
35
+ "name": "token",
36
+ "type": "address"
37
+ },
38
+ {
39
+ "internalType": "uint256",
40
+ "name": "amountMinimum",
41
+ "type": "uint256"
42
+ },
43
+ {
44
+ "internalType": "address",
45
+ "name": "recipient",
46
+ "type": "address"
47
+ }
48
+ ],
49
+ "name": "sweepToken",
50
+ "outputs": [],
51
+ "stateMutability": "payable",
52
+ "type": "function"
53
+ },
54
+ {
55
+ "inputs": [
56
+ {
57
+ "internalType": "address",
58
+ "name": "token",
59
+ "type": "address"
60
+ },
61
+ {
62
+ "internalType": "uint256",
63
+ "name": "amountMinimum",
64
+ "type": "uint256"
65
+ }
66
+ ],
67
+ "name": "sweepToken",
68
+ "outputs": [],
69
+ "stateMutability": "payable",
70
+ "type": "function"
71
+ },
72
+ {
73
+ "inputs": [
74
+ {
75
+ "internalType": "address",
76
+ "name": "token",
77
+ "type": "address"
78
+ },
79
+ {
80
+ "internalType": "uint256",
81
+ "name": "amountMinimum",
82
+ "type": "uint256"
83
+ },
84
+ {
85
+ "internalType": "uint256",
86
+ "name": "feeBips",
87
+ "type": "uint256"
88
+ },
89
+ {
90
+ "internalType": "address",
91
+ "name": "feeRecipient",
92
+ "type": "address"
93
+ }
94
+ ],
95
+ "name": "sweepTokenWithFee",
96
+ "outputs": [],
97
+ "stateMutability": "payable",
98
+ "type": "function"
99
+ },
100
+ {
101
+ "inputs": [
102
+ {
103
+ "internalType": "address",
104
+ "name": "token",
105
+ "type": "address"
106
+ },
107
+ {
108
+ "internalType": "uint256",
109
+ "name": "amountMinimum",
110
+ "type": "uint256"
111
+ },
112
+ {
113
+ "internalType": "address",
114
+ "name": "recipient",
115
+ "type": "address"
116
+ },
117
+ {
118
+ "internalType": "uint256",
119
+ "name": "feeBips",
120
+ "type": "uint256"
121
+ },
122
+ {
123
+ "internalType": "address",
124
+ "name": "feeRecipient",
125
+ "type": "address"
126
+ }
127
+ ],
128
+ "name": "sweepTokenWithFee",
129
+ "outputs": [],
130
+ "stateMutability": "payable",
131
+ "type": "function"
132
+ },
133
+ {
134
+ "inputs": [
135
+ {
136
+ "internalType": "uint256",
137
+ "name": "amountMinimum",
138
+ "type": "uint256"
139
+ },
140
+ {
141
+ "internalType": "address",
142
+ "name": "recipient",
143
+ "type": "address"
144
+ }
145
+ ],
146
+ "name": "unwrapWETH9",
147
+ "outputs": [],
148
+ "stateMutability": "payable",
149
+ "type": "function"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "uint256",
155
+ "name": "amountMinimum",
156
+ "type": "uint256"
157
+ }
158
+ ],
159
+ "name": "unwrapWETH9",
160
+ "outputs": [],
161
+ "stateMutability": "payable",
162
+ "type": "function"
163
+ },
164
+ {
165
+ "inputs": [
166
+ {
167
+ "internalType": "uint256",
168
+ "name": "amountMinimum",
169
+ "type": "uint256"
170
+ },
171
+ {
172
+ "internalType": "address",
173
+ "name": "recipient",
174
+ "type": "address"
175
+ },
176
+ {
177
+ "internalType": "uint256",
178
+ "name": "feeBips",
179
+ "type": "uint256"
180
+ },
181
+ {
182
+ "internalType": "address",
183
+ "name": "feeRecipient",
184
+ "type": "address"
185
+ }
186
+ ],
187
+ "name": "unwrapWETH9WithFee",
188
+ "outputs": [],
189
+ "stateMutability": "payable",
190
+ "type": "function"
191
+ },
192
+ {
193
+ "inputs": [
194
+ {
195
+ "internalType": "uint256",
196
+ "name": "amountMinimum",
197
+ "type": "uint256"
198
+ },
199
+ {
200
+ "internalType": "uint256",
201
+ "name": "feeBips",
202
+ "type": "uint256"
203
+ },
204
+ {
205
+ "internalType": "address",
206
+ "name": "feeRecipient",
207
+ "type": "address"
208
+ }
209
+ ],
210
+ "name": "unwrapWETH9WithFee",
211
+ "outputs": [],
212
+ "stateMutability": "payable",
213
+ "type": "function"
214
+ },
215
+ {
216
+ "inputs": [
217
+ {
218
+ "internalType": "uint256",
219
+ "name": "value",
220
+ "type": "uint256"
221
+ }
222
+ ],
223
+ "name": "wrapETH",
224
+ "outputs": [],
225
+ "stateMutability": "payable",
226
+ "type": "function"
227
+ }
228
+ ],
229
+ "bytecode": "0x",
230
+ "deployedBytecode": "0x",
231
+ "linkReferences": {},
232
+ "deployedLinkReferences": {}
233
+ }