web3-wizzard-lib 1.6.15__py3-none-any.whl → 1.7.1__py3-none-any.whl

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,242 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "admin_",
7
+ "type": "address"
8
+ },
9
+ {
10
+ "internalType": "address payable",
11
+ "name": "wrappedNativeToken_",
12
+ "type": "address"
13
+ }
14
+ ],
15
+ "stateMutability": "nonpayable",
16
+ "type": "constructor"
17
+ },
18
+ {
19
+ "inputs": [],
20
+ "name": "FailedToSendNativeToken",
21
+ "type": "error"
22
+ },
23
+ {
24
+ "inputs": [],
25
+ "name": "InvalidAddress",
26
+ "type": "error"
27
+ },
28
+ {
29
+ "inputs": [],
30
+ "name": "InvalidArgument",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [],
35
+ "name": "TransferInFailed",
36
+ "type": "error"
37
+ },
38
+ {
39
+ "inputs": [],
40
+ "name": "TransferOutFailed",
41
+ "type": "error"
42
+ },
43
+ {
44
+ "inputs": [],
45
+ "name": "Unauthorized",
46
+ "type": "error"
47
+ },
48
+ {
49
+ "inputs": [],
50
+ "name": "UnhandledAction",
51
+ "type": "error"
52
+ },
53
+ {
54
+ "anonymous": false,
55
+ "inputs": [
56
+ {
57
+ "indexed": true,
58
+ "internalType": "address",
59
+ "name": "oldAdmin",
60
+ "type": "address"
61
+ },
62
+ {
63
+ "indexed": true,
64
+ "internalType": "address",
65
+ "name": "newAdmin",
66
+ "type": "address"
67
+ }
68
+ ],
69
+ "name": "AdminTransferred",
70
+ "type": "event"
71
+ },
72
+ {
73
+ "inputs": [],
74
+ "name": "ACTION_CLAIM_REWARD",
75
+ "outputs": [
76
+ {
77
+ "internalType": "bytes32",
78
+ "name": "",
79
+ "type": "bytes32"
80
+ }
81
+ ],
82
+ "stateMutability": "view",
83
+ "type": "function"
84
+ },
85
+ {
86
+ "inputs": [],
87
+ "name": "ACTION_SUPPLY_ASSET",
88
+ "outputs": [
89
+ {
90
+ "internalType": "bytes32",
91
+ "name": "",
92
+ "type": "bytes32"
93
+ }
94
+ ],
95
+ "stateMutability": "view",
96
+ "type": "function"
97
+ },
98
+ {
99
+ "inputs": [],
100
+ "name": "ACTION_SUPPLY_NATIVE_TOKEN",
101
+ "outputs": [
102
+ {
103
+ "internalType": "bytes32",
104
+ "name": "",
105
+ "type": "bytes32"
106
+ }
107
+ ],
108
+ "stateMutability": "view",
109
+ "type": "function"
110
+ },
111
+ {
112
+ "inputs": [],
113
+ "name": "ACTION_TRANSFER_ASSET",
114
+ "outputs": [
115
+ {
116
+ "internalType": "bytes32",
117
+ "name": "",
118
+ "type": "bytes32"
119
+ }
120
+ ],
121
+ "stateMutability": "view",
122
+ "type": "function"
123
+ },
124
+ {
125
+ "inputs": [],
126
+ "name": "ACTION_WITHDRAW_ASSET",
127
+ "outputs": [
128
+ {
129
+ "internalType": "bytes32",
130
+ "name": "",
131
+ "type": "bytes32"
132
+ }
133
+ ],
134
+ "stateMutability": "view",
135
+ "type": "function"
136
+ },
137
+ {
138
+ "inputs": [],
139
+ "name": "ACTION_WITHDRAW_NATIVE_TOKEN",
140
+ "outputs": [
141
+ {
142
+ "internalType": "bytes32",
143
+ "name": "",
144
+ "type": "bytes32"
145
+ }
146
+ ],
147
+ "stateMutability": "view",
148
+ "type": "function"
149
+ },
150
+ {
151
+ "inputs": [],
152
+ "name": "admin",
153
+ "outputs": [
154
+ {
155
+ "internalType": "address",
156
+ "name": "",
157
+ "type": "address"
158
+ }
159
+ ],
160
+ "stateMutability": "view",
161
+ "type": "function"
162
+ },
163
+ {
164
+ "inputs": [
165
+ {
166
+ "internalType": "bytes32[]",
167
+ "name": "actions",
168
+ "type": "bytes32[]"
169
+ },
170
+ {
171
+ "internalType": "bytes[]",
172
+ "name": "data",
173
+ "type": "bytes[]"
174
+ }
175
+ ],
176
+ "name": "invoke",
177
+ "outputs": [],
178
+ "stateMutability": "payable",
179
+ "type": "function"
180
+ },
181
+ {
182
+ "inputs": [
183
+ {
184
+ "internalType": "address",
185
+ "name": "recipient",
186
+ "type": "address"
187
+ }
188
+ ],
189
+ "name": "sweepNativeToken",
190
+ "outputs": [],
191
+ "stateMutability": "nonpayable",
192
+ "type": "function"
193
+ },
194
+ {
195
+ "inputs": [
196
+ {
197
+ "internalType": "address",
198
+ "name": "recipient",
199
+ "type": "address"
200
+ },
201
+ {
202
+ "internalType": "address",
203
+ "name": "asset",
204
+ "type": "address"
205
+ }
206
+ ],
207
+ "name": "sweepToken",
208
+ "outputs": [],
209
+ "stateMutability": "nonpayable",
210
+ "type": "function"
211
+ },
212
+ {
213
+ "inputs": [
214
+ {
215
+ "internalType": "address",
216
+ "name": "newAdmin",
217
+ "type": "address"
218
+ }
219
+ ],
220
+ "name": "transferAdmin",
221
+ "outputs": [],
222
+ "stateMutability": "nonpayable",
223
+ "type": "function"
224
+ },
225
+ {
226
+ "inputs": [],
227
+ "name": "wrappedNativeToken",
228
+ "outputs": [
229
+ {
230
+ "internalType": "address payable",
231
+ "name": "",
232
+ "type": "address"
233
+ }
234
+ ],
235
+ "stateMutability": "view",
236
+ "type": "function"
237
+ },
238
+ {
239
+ "stateMutability": "payable",
240
+ "type": "receive"
241
+ }
242
+ ]
@@ -211,7 +211,9 @@
211
211
  "XY_FINANCE": "0x22bf2A9fcAab9dc96526097318f459eF74277042",
212
212
  "ZEBRA": "0x0122960d6e391478bfE8fB2408Ba412D5600f621",
213
213
  "AAVE": "0xFF75A4B698E3Ec95E608ac0f22A03B8368E05F5D",
214
- "STARGATE_V2": "0xC2b638Cb5042c1B3c5d5C969361fB50569840583"
214
+ "STARGATE_V2": "0xC2b638Cb5042c1B3c5d5C969361fB50569840583",
215
+ "COMPOUND_V3": "0xB2f97c1Bd3bf02f5e74d13f02E3e26F93D77CE44",
216
+ "COMPOUND_V3_BULKER": "0x53C6D04e3EC7031105bAeA05B36cBc3C987C56fA"
215
217
  },
216
218
  "ZKFAIR": {
217
219
  "ORBITER": "0x41d3D33156aE7c62c094AAe2995003aE63f587B3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: web3-wizzard-lib
3
- Version: 1.6.15
3
+ Version: 1.7.1
4
4
  Summary: Engine for web3 smart contracts automatization.
5
5
  Author-email: Indeoo <indeooars@gmail.com>
6
6
  License: MIT
@@ -9,6 +9,8 @@ web3_wizzard_lib/core/contract/arena_games_contract.py,sha256=J3Te_gkbEPDxwvbTYh
9
9
  web3_wizzard_lib/core/contract/basiliskcontract.py,sha256=-r8nvZnLu9C5Y-CF_2NLydRQtcFX6kO2u7-nrRaJQNk,2075
10
10
  web3_wizzard_lib/core/contract/bilinear_contract.py,sha256=pCTkNQa4I1TqIAn_J6WgBWi8KF-iaBqJfSDI72CH2bw,729
11
11
  web3_wizzard_lib/core/contract/bungee.py,sha256=vkuZmLhtdqvGOTkVe7MnIHsDGHUtm8zdqD-YYxVfkQ8,891
12
+ web3_wizzard_lib/core/contract/compound_v3.py,sha256=azu1MaC6wn90elY5FY0MsBSG4ZQ1qvfXdgWkuv853xI,480
13
+ web3_wizzard_lib/core/contract/compund_v3_bulker.py,sha256=HLfBLIgJ3zCDW64XGyq18uVCcVACMQenB6BAl2cR020,1408
12
14
  web3_wizzard_lib/core/contract/coredao_contract.py,sha256=-M7gBYtVCxHLtoPfhNOwUaC9gHWuZMbd_xAbt7N66Tc,1035
13
15
  web3_wizzard_lib/core/contract/coredao_from_contract.py,sha256=cvQlLGjuri-1lhNKtnKJ79MDFcp_wXRFWlJRORt4ZEA,1221
14
16
  web3_wizzard_lib/core/contract/dmail_send_mail.py,sha256=_MVsSvrG17uMQTXNogrfxxKBeBsO8gq6zhaVc5w2AjQ,627
@@ -89,7 +91,7 @@ web3_wizzard_lib/core/contract/zks.py,sha256=QN9dKfWfA4cFKxzA8qcMnNBcdKmBmZMPeNq
89
91
  web3_wizzard_lib/core/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
90
92
  web3_wizzard_lib/core/modules/ads_import_proxy.py,sha256=6i_ZJ400Wg1_CLVqnhVHgRoJsjEYyOpMDUDNwtd2wIQ,1809
91
93
  web3_wizzard_lib/core/modules/airdrop_printer.py,sha256=k1w1m8WAS9MnQ7LkKaYlx5xgi10pf12lcGJ0SrVA1OE,2862
92
- web3_wizzard_lib/core/modules/bank_module.py,sha256=KTfHodW8xsUacqsDg2L4fin7Xxp5XhzqxkwRgecLHp4,3718
94
+ web3_wizzard_lib/core/modules/bank_module.py,sha256=OUAMQ3wbDKoZ4_zGfgIV9CMckxm1dTxQm7nWQv4SrdE,3937
93
95
  web3_wizzard_lib/core/modules/bridge_module.py,sha256=ZoO80ody9cP_ezhah680ezTAEdM2VyxRqmmUH7b2xHE,2011
94
96
  web3_wizzard_lib/core/modules/bungee.py,sha256=CVjZH5_nmBWO5Vg5Xx-_dDzfaJ7oCDgFp0gG8VHd76E,4881
95
97
  web3_wizzard_lib/core/modules/cex_sender.py,sha256=2akfVhaMvHnuKUBfiCTqnVuP3VWrJIStArBqQKpiU2I,2723
@@ -126,6 +128,7 @@ web3_wizzard_lib/core/modules/bank/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
126
128
  web3_wizzard_lib/core/modules/bank/aave.py,sha256=q8dR64TviR5o8NzJJXIgbWkLqPxin93WrSTHb2TPIyU,874
127
129
  web3_wizzard_lib/core/modules/bank/bank.py,sha256=t2CigGNE_rDMW8Z7pK_YvEit3h977TiDHYYrYaHl7T8,300
128
130
  web3_wizzard_lib/core/modules/bank/basilisk.py,sha256=IsfylmROKyqssosF-ouCA_vkm5kVIRIM3L9Uam461gM,909
131
+ web3_wizzard_lib/core/modules/bank/compound_v3.py,sha256=16ArsZJduRG-0x6Ub75JnaXANDSzCTrSuQvy872164Y,1638
129
132
  web3_wizzard_lib/core/modules/bank/eralend.py,sha256=2aVH4KMYCBwTYSslaULF0t_pQQwq9YBNOVV1_ailXS4,887
130
133
  web3_wizzard_lib/core/modules/bank/layerbank.py,sha256=btJr2GA8MY7R9jLoppTLddbtgHATKIck6sbhCeKUl_I,4547
131
134
  web3_wizzard_lib/core/modules/bank/mendi_finance.py,sha256=GAaTMop6tyxBe3HvsFxChNM4mNFk9vLzec5BpN0RcK0,1958
@@ -271,6 +274,8 @@ web3_wizzard_lib/resources/abi/asmatch.json,sha256=yjq8nTuLOw3StmkzFoLNCZSEQX8uv
271
274
  web3_wizzard_lib/resources/abi/basiliks.json,sha256=JI7QbxXWyHDBxAQSySUGZCpINyMLgmEpWAAZOUzFY-Q,28946
272
275
  web3_wizzard_lib/resources/abi/bilinear.json,sha256=jFGOKYs9xDGy7W21nyY0EEWnDaQshGiPMwnBj3xQleM,30231
273
276
  web3_wizzard_lib/resources/abi/bungee.json,sha256=xzaSIM2yzQD-uXX3WBiH5NbPC_n2AqhejBeOw4GLj5E,10016
277
+ web3_wizzard_lib/resources/abi/compound_v3.json,sha256=-SzlKXF-4js3jHIaSxFO08oDeOD0p3dPzemEK88CTxQ,37808
278
+ web3_wizzard_lib/resources/abi/compound_v3_bulker.json,sha256=e4T6vGiF3aT3-ompjPOJ3WY-5ZlZyhQPPrTLCs-VRuc,4401
274
279
  web3_wizzard_lib/resources/abi/coredao.json,sha256=Gkqgtlfez8H98y3CTNLQfP1H5u_IxVtvnKsq7u0yVg4,20528
275
280
  web3_wizzard_lib/resources/abi/coredao_bridge.json,sha256=ZIFgMLBmzlla89uBRQqWo2h-28rgKsGVHmsAFJVYFgI,19541
276
281
  web3_wizzard_lib/resources/abi/dmail.json,sha256=DdU1-9-HkU0nt1DUJFsdbZZeKzkPaPyZQo4_7TrC-Fk,20733
@@ -357,13 +362,13 @@ web3_wizzard_lib/resources/local/contracts.json,sha256=vZFZ4gBj7mKEBCDtQQNt5GV6H
357
362
  web3_wizzard_lib/resources/local/networks.json,sha256=NFJ2SWQvoUJ0LoR2e0hNLsDcnNEgilbgqpvovwzla-E,2559
358
363
  web3_wizzard_lib/resources/local/pairs.json,sha256=Tr4UCWMBioCDzX9g5jvTtVNnlzXlh98JBFi5aGDeXxY,7252
359
364
  web3_wizzard_lib/resources/local/tokens.json,sha256=oWlx18Zn_BSo1ZGGNXa27gDhMRDF82OwsiwHRI4E9p0,4039
360
- web3_wizzard_lib/resources/main/contracts.json,sha256=jGeEoEiys1Itg7s5WFIeVFKis9uf5A8BS0secvCQMuI,13087
365
+ web3_wizzard_lib/resources/main/contracts.json,sha256=XRGfFfQIJSLOwtkADephQOTCeQgc1e5RY-2zoCltbWA,13224
361
366
  web3_wizzard_lib/resources/main/networks.json,sha256=dmZLOsSaj2_CJwLqS4Deb4FgQrxPWpIQKGml6cXfKzI,6465
362
367
  web3_wizzard_lib/resources/main/pairs.json,sha256=uvIFvY46Ctiw8hjGd9e-1WE0qLf_duo3MuZncRMLqGg,8262
363
368
  web3_wizzard_lib/resources/main/tokens.json,sha256=AoZz_I6AVoZuecNdyX5L-SnGm6TREuPrsYd2i9PJr7U,5707
364
369
  web3_wizzard_lib/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
365
370
  web3_wizzard_lib/utils/debank_utils.py,sha256=CE2SUN9RpFK_j9KjJgxf7a__VRJ75tLIw9tLrVNrn3c,484
366
- web3_wizzard_lib-1.6.15.dist-info/METADATA,sha256=HKgIU8bl00KjYbUDVzgztyi-BwbzrjVaZ8xz8rWStMM,340
367
- web3_wizzard_lib-1.6.15.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
368
- web3_wizzard_lib-1.6.15.dist-info/top_level.txt,sha256=31sEPHxuJ1p5fpc75vHQJ8eJdSs80aCZeeT3L8YAHNg,17
369
- web3_wizzard_lib-1.6.15.dist-info/RECORD,,
371
+ web3_wizzard_lib-1.7.1.dist-info/METADATA,sha256=05xUsXPNrQOkJ0cdBSrj5bx-XOadKGinpavU0KpjH3A,339
372
+ web3_wizzard_lib-1.7.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
373
+ web3_wizzard_lib-1.7.1.dist-info/top_level.txt,sha256=31sEPHxuJ1p5fpc75vHQJ8eJdSs80aCZeeT3L8YAHNg,17
374
+ web3_wizzard_lib-1.7.1.dist-info/RECORD,,