1pub use hopr_safe_proxy_for_network_registry::*;
2#[allow(
5 clippy::enum_variant_names,
6 clippy::too_many_arguments,
7 clippy::upper_case_acronyms,
8 clippy::type_complexity,
9 dead_code,
10 non_camel_case_types,
11)]
12pub mod hopr_safe_proxy_for_network_registry {
13 #[allow(deprecated)]
14 fn __abi() -> ::ethers::core::abi::Abi {
15 ::ethers::core::abi::ethabi::Contract {
16 constructor: ::core::option::Option::Some(::ethers::core::abi::ethabi::Constructor {
17 inputs: ::std::vec![
18 ::ethers::core::abi::ethabi::Param {
19 name: ::std::borrow::ToOwned::to_owned("_owner"),
20 kind: ::ethers::core::abi::ethabi::ParamType::Address,
21 internal_type: ::core::option::Option::Some(
22 ::std::borrow::ToOwned::to_owned("address"),
23 ),
24 },
25 ::ethers::core::abi::ethabi::Param {
26 name: ::std::borrow::ToOwned::to_owned("_manager"),
27 kind: ::ethers::core::abi::ethabi::ParamType::Address,
28 internal_type: ::core::option::Option::Some(
29 ::std::borrow::ToOwned::to_owned("address"),
30 ),
31 },
32 ::ethers::core::abi::ethabi::Param {
33 name: ::std::borrow::ToOwned::to_owned("_stakeThreshold"),
34 kind: ::ethers::core::abi::ethabi::ParamType::Uint(256usize),
35 internal_type: ::core::option::Option::Some(
36 ::std::borrow::ToOwned::to_owned("uint256"),
37 ),
38 },
39 ::ethers::core::abi::ethabi::Param {
40 name: ::std::borrow::ToOwned::to_owned("_snapshotBlockNumber"),
41 kind: ::ethers::core::abi::ethabi::ParamType::Uint(128usize),
42 internal_type: ::core::option::Option::Some(
43 ::std::borrow::ToOwned::to_owned("uint128"),
44 ),
45 },
46 ::ethers::core::abi::ethabi::Param {
47 name: ::std::borrow::ToOwned::to_owned("_token"),
48 kind: ::ethers::core::abi::ethabi::ParamType::Address,
49 internal_type: ::core::option::Option::Some(
50 ::std::borrow::ToOwned::to_owned("address"),
51 ),
52 },
53 ::ethers::core::abi::ethabi::Param {
54 name: ::std::borrow::ToOwned::to_owned("_nodeSafeRegistry"),
55 kind: ::ethers::core::abi::ethabi::ParamType::Address,
56 internal_type: ::core::option::Option::Some(
57 ::std::borrow::ToOwned::to_owned("address"),
58 ),
59 },
60 ],
61 }),
62 functions: ::core::convert::From::from([
63 (
64 ::std::borrow::ToOwned::to_owned("DEFAULT_ADMIN_ROLE"),
65 ::std::vec![
66 ::ethers::core::abi::ethabi::Function {
67 name: ::std::borrow::ToOwned::to_owned("DEFAULT_ADMIN_ROLE"),
68 inputs: ::std::vec![],
69 outputs: ::std::vec![
70 ::ethers::core::abi::ethabi::Param {
71 name: ::std::string::String::new(),
72 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
73 32usize,
74 ),
75 internal_type: ::core::option::Option::Some(
76 ::std::borrow::ToOwned::to_owned("bytes32"),
77 ),
78 },
79 ],
80 constant: ::core::option::Option::None,
81 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
82 },
83 ],
84 ),
85 (
86 ::std::borrow::ToOwned::to_owned("MANAGER_ROLE"),
87 ::std::vec![
88 ::ethers::core::abi::ethabi::Function {
89 name: ::std::borrow::ToOwned::to_owned("MANAGER_ROLE"),
90 inputs: ::std::vec![],
91 outputs: ::std::vec![
92 ::ethers::core::abi::ethabi::Param {
93 name: ::std::string::String::new(),
94 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
95 32usize,
96 ),
97 internal_type: ::core::option::Option::Some(
98 ::std::borrow::ToOwned::to_owned("bytes32"),
99 ),
100 },
101 ],
102 constant: ::core::option::Option::None,
103 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
104 },
105 ],
106 ),
107 (
108 ::std::borrow::ToOwned::to_owned("canOperateFor"),
109 ::std::vec![
110 ::ethers::core::abi::ethabi::Function {
111 name: ::std::borrow::ToOwned::to_owned("canOperateFor"),
112 inputs: ::std::vec![
113 ::ethers::core::abi::ethabi::Param {
114 name: ::std::borrow::ToOwned::to_owned("stakingAccount"),
115 kind: ::ethers::core::abi::ethabi::ParamType::Address,
116 internal_type: ::core::option::Option::Some(
117 ::std::borrow::ToOwned::to_owned("address"),
118 ),
119 },
120 ::ethers::core::abi::ethabi::Param {
121 name: ::std::borrow::ToOwned::to_owned("nodeAddress"),
122 kind: ::ethers::core::abi::ethabi::ParamType::Address,
123 internal_type: ::core::option::Option::Some(
124 ::std::borrow::ToOwned::to_owned("address"),
125 ),
126 },
127 ],
128 outputs: ::std::vec![
129 ::ethers::core::abi::ethabi::Param {
130 name: ::std::borrow::ToOwned::to_owned("eligiblity"),
131 kind: ::ethers::core::abi::ethabi::ParamType::Bool,
132 internal_type: ::core::option::Option::Some(
133 ::std::borrow::ToOwned::to_owned("bool"),
134 ),
135 },
136 ],
137 constant: ::core::option::Option::None,
138 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
139 },
140 ],
141 ),
142 (
143 ::std::borrow::ToOwned::to_owned("getRoleAdmin"),
144 ::std::vec![
145 ::ethers::core::abi::ethabi::Function {
146 name: ::std::borrow::ToOwned::to_owned("getRoleAdmin"),
147 inputs: ::std::vec![
148 ::ethers::core::abi::ethabi::Param {
149 name: ::std::borrow::ToOwned::to_owned("role"),
150 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
151 32usize,
152 ),
153 internal_type: ::core::option::Option::Some(
154 ::std::borrow::ToOwned::to_owned("bytes32"),
155 ),
156 },
157 ],
158 outputs: ::std::vec![
159 ::ethers::core::abi::ethabi::Param {
160 name: ::std::string::String::new(),
161 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
162 32usize,
163 ),
164 internal_type: ::core::option::Option::Some(
165 ::std::borrow::ToOwned::to_owned("bytes32"),
166 ),
167 },
168 ],
169 constant: ::core::option::Option::None,
170 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
171 },
172 ],
173 ),
174 (
175 ::std::borrow::ToOwned::to_owned("getRoleMember"),
176 ::std::vec![
177 ::ethers::core::abi::ethabi::Function {
178 name: ::std::borrow::ToOwned::to_owned("getRoleMember"),
179 inputs: ::std::vec![
180 ::ethers::core::abi::ethabi::Param {
181 name: ::std::borrow::ToOwned::to_owned("role"),
182 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
183 32usize,
184 ),
185 internal_type: ::core::option::Option::Some(
186 ::std::borrow::ToOwned::to_owned("bytes32"),
187 ),
188 },
189 ::ethers::core::abi::ethabi::Param {
190 name: ::std::borrow::ToOwned::to_owned("index"),
191 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
192 256usize,
193 ),
194 internal_type: ::core::option::Option::Some(
195 ::std::borrow::ToOwned::to_owned("uint256"),
196 ),
197 },
198 ],
199 outputs: ::std::vec![
200 ::ethers::core::abi::ethabi::Param {
201 name: ::std::string::String::new(),
202 kind: ::ethers::core::abi::ethabi::ParamType::Address,
203 internal_type: ::core::option::Option::Some(
204 ::std::borrow::ToOwned::to_owned("address"),
205 ),
206 },
207 ],
208 constant: ::core::option::Option::None,
209 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
210 },
211 ],
212 ),
213 (
214 ::std::borrow::ToOwned::to_owned("getRoleMemberCount"),
215 ::std::vec![
216 ::ethers::core::abi::ethabi::Function {
217 name: ::std::borrow::ToOwned::to_owned("getRoleMemberCount"),
218 inputs: ::std::vec![
219 ::ethers::core::abi::ethabi::Param {
220 name: ::std::borrow::ToOwned::to_owned("role"),
221 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
222 32usize,
223 ),
224 internal_type: ::core::option::Option::Some(
225 ::std::borrow::ToOwned::to_owned("bytes32"),
226 ),
227 },
228 ],
229 outputs: ::std::vec![
230 ::ethers::core::abi::ethabi::Param {
231 name: ::std::string::String::new(),
232 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
233 256usize,
234 ),
235 internal_type: ::core::option::Option::Some(
236 ::std::borrow::ToOwned::to_owned("uint256"),
237 ),
238 },
239 ],
240 constant: ::core::option::Option::None,
241 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
242 },
243 ],
244 ),
245 (
246 ::std::borrow::ToOwned::to_owned("grantRole"),
247 ::std::vec![
248 ::ethers::core::abi::ethabi::Function {
249 name: ::std::borrow::ToOwned::to_owned("grantRole"),
250 inputs: ::std::vec![
251 ::ethers::core::abi::ethabi::Param {
252 name: ::std::borrow::ToOwned::to_owned("role"),
253 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
254 32usize,
255 ),
256 internal_type: ::core::option::Option::Some(
257 ::std::borrow::ToOwned::to_owned("bytes32"),
258 ),
259 },
260 ::ethers::core::abi::ethabi::Param {
261 name: ::std::borrow::ToOwned::to_owned("account"),
262 kind: ::ethers::core::abi::ethabi::ParamType::Address,
263 internal_type: ::core::option::Option::Some(
264 ::std::borrow::ToOwned::to_owned("address"),
265 ),
266 },
267 ],
268 outputs: ::std::vec![],
269 constant: ::core::option::Option::None,
270 state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
271 },
272 ],
273 ),
274 (
275 ::std::borrow::ToOwned::to_owned("hasRole"),
276 ::std::vec![
277 ::ethers::core::abi::ethabi::Function {
278 name: ::std::borrow::ToOwned::to_owned("hasRole"),
279 inputs: ::std::vec![
280 ::ethers::core::abi::ethabi::Param {
281 name: ::std::borrow::ToOwned::to_owned("role"),
282 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
283 32usize,
284 ),
285 internal_type: ::core::option::Option::Some(
286 ::std::borrow::ToOwned::to_owned("bytes32"),
287 ),
288 },
289 ::ethers::core::abi::ethabi::Param {
290 name: ::std::borrow::ToOwned::to_owned("account"),
291 kind: ::ethers::core::abi::ethabi::ParamType::Address,
292 internal_type: ::core::option::Option::Some(
293 ::std::borrow::ToOwned::to_owned("address"),
294 ),
295 },
296 ],
297 outputs: ::std::vec![
298 ::ethers::core::abi::ethabi::Param {
299 name: ::std::string::String::new(),
300 kind: ::ethers::core::abi::ethabi::ParamType::Bool,
301 internal_type: ::core::option::Option::Some(
302 ::std::borrow::ToOwned::to_owned("bool"),
303 ),
304 },
305 ],
306 constant: ::core::option::Option::None,
307 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
308 },
309 ],
310 ),
311 (
312 ::std::borrow::ToOwned::to_owned("maxAllowedRegistrations"),
313 ::std::vec![
314 ::ethers::core::abi::ethabi::Function {
315 name: ::std::borrow::ToOwned::to_owned(
316 "maxAllowedRegistrations",
317 ),
318 inputs: ::std::vec![
319 ::ethers::core::abi::ethabi::Param {
320 name: ::std::borrow::ToOwned::to_owned("safeAddress"),
321 kind: ::ethers::core::abi::ethabi::ParamType::Address,
322 internal_type: ::core::option::Option::Some(
323 ::std::borrow::ToOwned::to_owned("address"),
324 ),
325 },
326 ],
327 outputs: ::std::vec![
328 ::ethers::core::abi::ethabi::Param {
329 name: ::std::string::String::new(),
330 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
331 256usize,
332 ),
333 internal_type: ::core::option::Option::Some(
334 ::std::borrow::ToOwned::to_owned("uint256"),
335 ),
336 },
337 ],
338 constant: ::core::option::Option::None,
339 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
340 },
341 ],
342 ),
343 (
344 ::std::borrow::ToOwned::to_owned("nodeSafeRegistry"),
345 ::std::vec![
346 ::ethers::core::abi::ethabi::Function {
347 name: ::std::borrow::ToOwned::to_owned("nodeSafeRegistry"),
348 inputs: ::std::vec![],
349 outputs: ::std::vec![
350 ::ethers::core::abi::ethabi::Param {
351 name: ::std::string::String::new(),
352 kind: ::ethers::core::abi::ethabi::ParamType::Address,
353 internal_type: ::core::option::Option::Some(
354 ::std::borrow::ToOwned::to_owned(
355 "contract HoprNodeSafeRegistry",
356 ),
357 ),
358 },
359 ],
360 constant: ::core::option::Option::None,
361 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
362 },
363 ],
364 ),
365 (
366 ::std::borrow::ToOwned::to_owned("renounceRole"),
367 ::std::vec![
368 ::ethers::core::abi::ethabi::Function {
369 name: ::std::borrow::ToOwned::to_owned("renounceRole"),
370 inputs: ::std::vec![
371 ::ethers::core::abi::ethabi::Param {
372 name: ::std::borrow::ToOwned::to_owned("role"),
373 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
374 32usize,
375 ),
376 internal_type: ::core::option::Option::Some(
377 ::std::borrow::ToOwned::to_owned("bytes32"),
378 ),
379 },
380 ::ethers::core::abi::ethabi::Param {
381 name: ::std::borrow::ToOwned::to_owned("account"),
382 kind: ::ethers::core::abi::ethabi::ParamType::Address,
383 internal_type: ::core::option::Option::Some(
384 ::std::borrow::ToOwned::to_owned("address"),
385 ),
386 },
387 ],
388 outputs: ::std::vec![],
389 constant: ::core::option::Option::None,
390 state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
391 },
392 ],
393 ),
394 (
395 ::std::borrow::ToOwned::to_owned("revokeRole"),
396 ::std::vec![
397 ::ethers::core::abi::ethabi::Function {
398 name: ::std::borrow::ToOwned::to_owned("revokeRole"),
399 inputs: ::std::vec![
400 ::ethers::core::abi::ethabi::Param {
401 name: ::std::borrow::ToOwned::to_owned("role"),
402 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
403 32usize,
404 ),
405 internal_type: ::core::option::Option::Some(
406 ::std::borrow::ToOwned::to_owned("bytes32"),
407 ),
408 },
409 ::ethers::core::abi::ethabi::Param {
410 name: ::std::borrow::ToOwned::to_owned("account"),
411 kind: ::ethers::core::abi::ethabi::ParamType::Address,
412 internal_type: ::core::option::Option::Some(
413 ::std::borrow::ToOwned::to_owned("address"),
414 ),
415 },
416 ],
417 outputs: ::std::vec![],
418 constant: ::core::option::Option::None,
419 state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
420 },
421 ],
422 ),
423 (
424 ::std::borrow::ToOwned::to_owned("snapshotBlockNumber"),
425 ::std::vec![
426 ::ethers::core::abi::ethabi::Function {
427 name: ::std::borrow::ToOwned::to_owned(
428 "snapshotBlockNumber",
429 ),
430 inputs: ::std::vec![],
431 outputs: ::std::vec![
432 ::ethers::core::abi::ethabi::Param {
433 name: ::std::string::String::new(),
434 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
435 128usize,
436 ),
437 internal_type: ::core::option::Option::Some(
438 ::std::borrow::ToOwned::to_owned("uint128"),
439 ),
440 },
441 ],
442 constant: ::core::option::Option::None,
443 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
444 },
445 ],
446 ),
447 (
448 ::std::borrow::ToOwned::to_owned("stakeThreshold"),
449 ::std::vec![
450 ::ethers::core::abi::ethabi::Function {
451 name: ::std::borrow::ToOwned::to_owned("stakeThreshold"),
452 inputs: ::std::vec![],
453 outputs: ::std::vec![
454 ::ethers::core::abi::ethabi::Param {
455 name: ::std::string::String::new(),
456 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
457 256usize,
458 ),
459 internal_type: ::core::option::Option::Some(
460 ::std::borrow::ToOwned::to_owned("uint256"),
461 ),
462 },
463 ],
464 constant: ::core::option::Option::None,
465 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
466 },
467 ],
468 ),
469 (
470 ::std::borrow::ToOwned::to_owned("supportsInterface"),
471 ::std::vec![
472 ::ethers::core::abi::ethabi::Function {
473 name: ::std::borrow::ToOwned::to_owned("supportsInterface"),
474 inputs: ::std::vec![
475 ::ethers::core::abi::ethabi::Param {
476 name: ::std::borrow::ToOwned::to_owned("interfaceId"),
477 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
478 4usize,
479 ),
480 internal_type: ::core::option::Option::Some(
481 ::std::borrow::ToOwned::to_owned("bytes4"),
482 ),
483 },
484 ],
485 outputs: ::std::vec![
486 ::ethers::core::abi::ethabi::Param {
487 name: ::std::string::String::new(),
488 kind: ::ethers::core::abi::ethabi::ParamType::Bool,
489 internal_type: ::core::option::Option::Some(
490 ::std::borrow::ToOwned::to_owned("bool"),
491 ),
492 },
493 ],
494 constant: ::core::option::Option::None,
495 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
496 },
497 ],
498 ),
499 (
500 ::std::borrow::ToOwned::to_owned("token"),
501 ::std::vec![
502 ::ethers::core::abi::ethabi::Function {
503 name: ::std::borrow::ToOwned::to_owned("token"),
504 inputs: ::std::vec![],
505 outputs: ::std::vec![
506 ::ethers::core::abi::ethabi::Param {
507 name: ::std::string::String::new(),
508 kind: ::ethers::core::abi::ethabi::ParamType::Address,
509 internal_type: ::core::option::Option::Some(
510 ::std::borrow::ToOwned::to_owned("contract IERC777Snapshot"),
511 ),
512 },
513 ],
514 constant: ::core::option::Option::None,
515 state_mutability: ::ethers::core::abi::ethabi::StateMutability::View,
516 },
517 ],
518 ),
519 (
520 ::std::borrow::ToOwned::to_owned("updateSnapshotBlockNumber"),
521 ::std::vec![
522 ::ethers::core::abi::ethabi::Function {
523 name: ::std::borrow::ToOwned::to_owned(
524 "updateSnapshotBlockNumber",
525 ),
526 inputs: ::std::vec![
527 ::ethers::core::abi::ethabi::Param {
528 name: ::std::borrow::ToOwned::to_owned("newSnapshotBlock"),
529 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
530 128usize,
531 ),
532 internal_type: ::core::option::Option::Some(
533 ::std::borrow::ToOwned::to_owned("uint128"),
534 ),
535 },
536 ],
537 outputs: ::std::vec![],
538 constant: ::core::option::Option::None,
539 state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
540 },
541 ],
542 ),
543 (
544 ::std::borrow::ToOwned::to_owned("updateStakeThreshold"),
545 ::std::vec![
546 ::ethers::core::abi::ethabi::Function {
547 name: ::std::borrow::ToOwned::to_owned(
548 "updateStakeThreshold",
549 ),
550 inputs: ::std::vec![
551 ::ethers::core::abi::ethabi::Param {
552 name: ::std::borrow::ToOwned::to_owned("newThreshold"),
553 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
554 256usize,
555 ),
556 internal_type: ::core::option::Option::Some(
557 ::std::borrow::ToOwned::to_owned("uint256"),
558 ),
559 },
560 ],
561 outputs: ::std::vec![],
562 constant: ::core::option::Option::None,
563 state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
564 },
565 ],
566 ),
567 ]),
568 events: ::core::convert::From::from([
569 (
570 ::std::borrow::ToOwned::to_owned("RoleAdminChanged"),
571 ::std::vec![
572 ::ethers::core::abi::ethabi::Event {
573 name: ::std::borrow::ToOwned::to_owned("RoleAdminChanged"),
574 inputs: ::std::vec![
575 ::ethers::core::abi::ethabi::EventParam {
576 name: ::std::borrow::ToOwned::to_owned("role"),
577 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
578 32usize,
579 ),
580 indexed: true,
581 },
582 ::ethers::core::abi::ethabi::EventParam {
583 name: ::std::borrow::ToOwned::to_owned("previousAdminRole"),
584 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
585 32usize,
586 ),
587 indexed: true,
588 },
589 ::ethers::core::abi::ethabi::EventParam {
590 name: ::std::borrow::ToOwned::to_owned("newAdminRole"),
591 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
592 32usize,
593 ),
594 indexed: true,
595 },
596 ],
597 anonymous: false,
598 },
599 ],
600 ),
601 (
602 ::std::borrow::ToOwned::to_owned("RoleGranted"),
603 ::std::vec![
604 ::ethers::core::abi::ethabi::Event {
605 name: ::std::borrow::ToOwned::to_owned("RoleGranted"),
606 inputs: ::std::vec![
607 ::ethers::core::abi::ethabi::EventParam {
608 name: ::std::borrow::ToOwned::to_owned("role"),
609 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
610 32usize,
611 ),
612 indexed: true,
613 },
614 ::ethers::core::abi::ethabi::EventParam {
615 name: ::std::borrow::ToOwned::to_owned("account"),
616 kind: ::ethers::core::abi::ethabi::ParamType::Address,
617 indexed: true,
618 },
619 ::ethers::core::abi::ethabi::EventParam {
620 name: ::std::borrow::ToOwned::to_owned("sender"),
621 kind: ::ethers::core::abi::ethabi::ParamType::Address,
622 indexed: true,
623 },
624 ],
625 anonymous: false,
626 },
627 ],
628 ),
629 (
630 ::std::borrow::ToOwned::to_owned("RoleRevoked"),
631 ::std::vec![
632 ::ethers::core::abi::ethabi::Event {
633 name: ::std::borrow::ToOwned::to_owned("RoleRevoked"),
634 inputs: ::std::vec![
635 ::ethers::core::abi::ethabi::EventParam {
636 name: ::std::borrow::ToOwned::to_owned("role"),
637 kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
638 32usize,
639 ),
640 indexed: true,
641 },
642 ::ethers::core::abi::ethabi::EventParam {
643 name: ::std::borrow::ToOwned::to_owned("account"),
644 kind: ::ethers::core::abi::ethabi::ParamType::Address,
645 indexed: true,
646 },
647 ::ethers::core::abi::ethabi::EventParam {
648 name: ::std::borrow::ToOwned::to_owned("sender"),
649 kind: ::ethers::core::abi::ethabi::ParamType::Address,
650 indexed: true,
651 },
652 ],
653 anonymous: false,
654 },
655 ],
656 ),
657 (
658 ::std::borrow::ToOwned::to_owned("SnapshotUpdated"),
659 ::std::vec![
660 ::ethers::core::abi::ethabi::Event {
661 name: ::std::borrow::ToOwned::to_owned("SnapshotUpdated"),
662 inputs: ::std::vec![
663 ::ethers::core::abi::ethabi::EventParam {
664 name: ::std::borrow::ToOwned::to_owned("blockNumber"),
665 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
666 128usize,
667 ),
668 indexed: true,
669 },
670 ],
671 anonymous: false,
672 },
673 ],
674 ),
675 (
676 ::std::borrow::ToOwned::to_owned("ThresholdUpdated"),
677 ::std::vec![
678 ::ethers::core::abi::ethabi::Event {
679 name: ::std::borrow::ToOwned::to_owned("ThresholdUpdated"),
680 inputs: ::std::vec![
681 ::ethers::core::abi::ethabi::EventParam {
682 name: ::std::borrow::ToOwned::to_owned("threshold"),
683 kind: ::ethers::core::abi::ethabi::ParamType::Uint(
684 256usize,
685 ),
686 indexed: true,
687 },
688 ],
689 anonymous: false,
690 },
691 ],
692 ),
693 (
694 ::std::borrow::ToOwned::to_owned("TokenAndRegistryUpdated"),
695 ::std::vec![
696 ::ethers::core::abi::ethabi::Event {
697 name: ::std::borrow::ToOwned::to_owned(
698 "TokenAndRegistryUpdated",
699 ),
700 inputs: ::std::vec![
701 ::ethers::core::abi::ethabi::EventParam {
702 name: ::std::borrow::ToOwned::to_owned("token"),
703 kind: ::ethers::core::abi::ethabi::ParamType::Address,
704 indexed: true,
705 },
706 ::ethers::core::abi::ethabi::EventParam {
707 name: ::std::borrow::ToOwned::to_owned("nodeSafeRegistry"),
708 kind: ::ethers::core::abi::ethabi::ParamType::Address,
709 indexed: true,
710 },
711 ],
712 anonymous: false,
713 },
714 ],
715 ),
716 ]),
717 errors: ::core::convert::From::from([
718 (
719 ::std::borrow::ToOwned::to_owned("SameValue"),
720 ::std::vec![
721 ::ethers::core::abi::ethabi::AbiError {
722 name: ::std::borrow::ToOwned::to_owned("SameValue"),
723 inputs: ::std::vec![],
724 },
725 ],
726 ),
727 ]),
728 receive: false,
729 fallback: false,
730 }
731 }
732 pub static HOPRSAFEPROXYFORNETWORKREGISTRY_ABI: ::ethers::contract::Lazy<
734 ::ethers::core::abi::Abi,
735 > = ::ethers::contract::Lazy::new(__abi);
736 #[rustfmt::skip]
737 const __BYTECODE: &[u8] = b"`\x80`@R4\x80\x15b\0\0\x11W`\0\x80\xFD[P`@Qb\0\x12\x818\x03\x80b\0\x12\x81\x839\x81\x01`@\x81\x90Rb\0\x004\x91b\0\x02\xDAV[b\0\0A`\0\x87b\0\0\xF3V[b\0\0\\`\0\x80Q` b\0\x12a\x839\x81Q\x91R\x87b\0\0\xF3V[b\0\0w`\0\x80Q` b\0\x12a\x839\x81Q\x91R\x86b\0\0\xF3V[b\0\0\x82\x84b\0\x01\x03V[b\0\0\x8D\x83b\0\x016V[`\x02\x80T`\x01`\x01`\xA0\x1B\x03\x19\x90\x81\x16`\x01`\x01`\xA0\x1B\x03\x85\x81\x16\x91\x82\x17\x90\x93U`\x03\x80T\x90\x92\x16\x92\x84\x16\x92\x83\x17\x90\x91U`@Q\x7Fw\xB9\xCBO\x87\xFE\xAB\x1E\xBD\x81K\xB6\x94\xB7\xD5\x14\xEE-\xC1\xF0\xAB\xD4\xC3\x95\x7FF\x82\x9C.$\x9D\xFF\x90`\0\x90\xA3PPPPPPb\0\x03`V[b\0\0\xFF\x82\x82b\0\x01\x80V[PPV[`\x04\x81\x90U`@Q\x81\x90\x7F\xAD\xFA\x8E\xCB!\xB6\x96.\xBC\xD0\xAD\xBD\x9A\xB9\x85\xB7\xB4\xC5\xB5\xEB;\r\xEA\xD6\x83\x17\x15e\xC7\xBF\xE1q\x90`\0\x90\xA2PV[`\x05\x80T`\x01`\x01`\x80\x1B\x03\x19\x16`\x01`\x01`\x80\x1B\x03\x83\x16\x90\x81\x17\x90\x91U`@Q\x7F\xAF\x1D\x15\x99\xB5\xC7\xDA\x9A \x04\xB5z\xC1G\x84\x19\x97\x18\xA9\x03d\xAEG\xF2z\xC8\x94\x92o\x06U\xFC\x90`\0\x90\xA2PV[b\0\x01\x8C\x82\x82b\0\x01\xABV[`\0\x82\x81R`\x01` R`@\x90 b\0\x01\xA6\x90\x82b\0\x02KV[PPPV[`\0\x82\x81R` \x81\x81R`@\x80\x83 `\x01`\x01`\xA0\x1B\x03\x85\x16\x84R\x90\x91R\x90 T`\xFF\x16b\0\0\xFFW`\0\x82\x81R` \x81\x81R`@\x80\x83 `\x01`\x01`\xA0\x1B\x03\x85\x16\x84R\x90\x91R\x90 \x80T`\xFF\x19\x16`\x01\x17\x90Ub\0\x02\x073\x90V[`\x01`\x01`\xA0\x1B\x03\x16\x81`\x01`\x01`\xA0\x1B\x03\x16\x83\x7F/\x87\x88\x11~~\xFF\x1D\x82\xE9&\xECyI\x01\xD1|x\x02JP'\t@0E@\xA73eo\r`@Q`@Q\x80\x91\x03\x90\xA4PPV[`\0b\0\x02b\x83`\x01`\x01`\xA0\x1B\x03\x84\x16b\0\x02kV[\x90P[\x92\x91PPV[`\0\x81\x81R`\x01\x83\x01` R`@\x81 Tb\0\x02\xB4WP\x81T`\x01\x81\x81\x01\x84U`\0\x84\x81R` \x80\x82 \x90\x93\x01\x84\x90U\x84T\x84\x82R\x82\x86\x01\x90\x93R`@\x90 \x91\x90\x91Ub\0\x02eV[P`\0b\0\x02eV[\x80Q`\x01`\x01`\xA0\x1B\x03\x81\x16\x81\x14b\0\x02\xD5W`\0\x80\xFD[\x91\x90PV[`\0\x80`\0\x80`\0\x80`\xC0\x87\x89\x03\x12\x15b\0\x02\xF4W`\0\x80\xFD[b\0\x02\xFF\x87b\0\x02\xBDV[\x95Pb\0\x03\x0F` \x88\x01b\0\x02\xBDV[`@\x88\x01Q``\x89\x01Q\x91\x96P\x94P`\x01`\x01`\x80\x1B\x03\x81\x16\x81\x14b\0\x034W`\0\x80\xFD[\x92Pb\0\x03D`\x80\x88\x01b\0\x02\xBDV[\x91Pb\0\x03T`\xA0\x88\x01b\0\x02\xBDV[\x90P\x92\x95P\x92\x95P\x92\x95V[a\x0E\xF1\x80b\0\x03p`\09`\0\xF3\xFE`\x80`@R4\x80\x15a\0\x10W`\0\x80\xFD[P`\x046\x10a\x01\x16W`\x005`\xE0\x1C\x80c\xA2\x17\xFD\xDF\x11a\0\xA2W\x80c\xD8Z\xD0D\x11a\0qW\x80c\xD8Z\xD0D\x14a\x02TW\x80c\xEC\x87b\x1C\x14a\x02gW\x80c\xF1\x1Fw\xF9\x14a\x02\x8EW\x80c\xF2^q\x08\x14a\x02\x97W\x80c\xFC\x0CTj\x14a\x02\xC2W`\0\x80\xFD[\x80c\xA2\x17\xFD\xDF\x14a\x02\x13W\x80c\xB3TN\x82\x14a\x02\x1BW\x80c\xCA\x15\xC8s\x14a\x02.W\x80c\xD5Gt\x1F\x14a\x02AW`\0\x80\xFD[\x80cZ\xBES\x08\x11a\0\xE9W\x80cZ\xBES\x08\x14a\x01\x9CW\x80c^\xF53)\x14a\x01\xAFW\x80cjJ@A\x14a\x01\xC2W\x80c\x90\x10\xD0|\x14a\x01\xEDW\x80c\x91\xD1HT\x14a\x02\0W`\0\x80\xFD[\x80c\x01\xFF\xC9\xA7\x14a\x01\x1BW\x80c$\x8A\x9C\xA3\x14a\x01CW\x80c//\xF1]\x14a\x01tW\x80c6V\x8A\xBE\x14a\x01\x89W[`\0\x80\xFD[a\x01.a\x01)6`\x04a\x0B\xCDV[a\x02\xD5V[`@Q\x90\x15\x15\x81R` \x01[`@Q\x80\x91\x03\x90\xF3[a\x01fa\x01Q6`\x04a\x0B\xF7V[`\0\x90\x81R` \x81\x90R`@\x90 `\x01\x01T\x90V[`@Q\x90\x81R` \x01a\x01:V[a\x01\x87a\x01\x826`\x04a\x0C%V[a\x03\0V[\0[a\x01\x87a\x01\x976`\x04a\x0C%V[a\x03*V[a\x01\x87a\x01\xAA6`\x04a\x0CUV[a\x03\xADV[a\x01\x87a\x01\xBD6`\x04a\x0B\xF7V[a\x04\x0EV[`\x03Ta\x01\xD5\x90`\x01`\x01`\xA0\x1B\x03\x16\x81V[`@Q`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x81R` \x01a\x01:V[a\x01\xD5a\x01\xFB6`\x04a\x0C~V[a\x04cV[a\x01.a\x02\x0E6`\x04a\x0C%V[a\x04\x82V[a\x01f`\0\x81V[a\x01fa\x02)6`\x04a\x0C\xA0V[a\x04\xABV[a\x01fa\x02<6`\x04a\x0B\xF7V[a\x05?V[a\x01\x87a\x02O6`\x04a\x0C%V[a\x05VV[a\x01.a\x02b6`\x04a\x0C\xBDV[a\x05{V[a\x01f\x7F$\x1E\xCF\x16\xD7\x9D\x0F\x8D\xBF\xB9,\xBC\x07\xFE\x17\x84\x04%\x97l\xF0f\x7F\x02/\xE9\x87|\xAA\x83\x1B\x08\x81V[a\x01f`\x04T\x81V[`\x05Ta\x02\xAA\x90`\x01`\x01`\x80\x1B\x03\x16\x81V[`@Q`\x01`\x01`\x80\x1B\x03\x90\x91\x16\x81R` \x01a\x01:V[`\x02Ta\x01\xD5\x90`\x01`\x01`\xA0\x1B\x03\x16\x81V[`\0`\x01`\x01`\xE0\x1B\x03\x19\x82\x16c5\x87Oc`\xE1\x1B\x14\x80a\x02\xFAWPa\x02\xFA\x82a\x06\0V[\x92\x91PPV[`\0\x82\x81R` \x81\x90R`@\x90 `\x01\x01Ta\x03\x1B\x81a\x06%V[a\x03%\x83\x83a\x062V[PPPV[`\x01`\x01`\xA0\x1B\x03\x81\x163\x14a\x03\x9FW`@QbF\x1B\xCD`\xE5\x1B\x81R` `\x04\x82\x01R`/`$\x82\x01R\x7FAccessControl: can only renounce`D\x82\x01Rn\x1097\xB62\xB9\x9037\xB9\x109\xB2\xB63`\x89\x1B`d\x82\x01R`\x84\x01[`@Q\x80\x91\x03\x90\xFD[a\x03\xA9\x82\x82a\x06TV[PPV[\x7F$\x1E\xCF\x16\xD7\x9D\x0F\x8D\xBF\xB9,\xBC\x07\xFE\x17\x84\x04%\x97l\xF0f\x7F\x02/\xE9\x87|\xAA\x83\x1B\x08a\x03\xD7\x81a\x06%V[`\x05T`\x01`\x01`\x80\x1B\x03\x80\x84\x16\x91\x16\x03a\x04\x05W`@Qc\xC2?l\xCB`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x03\xA9\x82a\x06vV[\x7F$\x1E\xCF\x16\xD7\x9D\x0F\x8D\xBF\xB9,\xBC\x07\xFE\x17\x84\x04%\x97l\xF0f\x7F\x02/\xE9\x87|\xAA\x83\x1B\x08a\x048\x81a\x06%V[\x81`\x04T\x03a\x04ZW`@Qc\xC2?l\xCB`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x03\xA9\x82a\x06\xC9V[`\0\x82\x81R`\x01` R`@\x81 a\x04{\x90\x83a\x06\xFCV[\x93\x92PPPV[`\0\x91\x82R` \x82\x81R`@\x80\x84 `\x01`\x01`\xA0\x1B\x03\x93\x90\x93\x16\x84R\x91\x90R\x90 T`\xFF\x16\x90V[`\x04\x80T`\x02T`\x05T`@Qc{\xB9PI`\xE1\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x86\x81\x16\x95\x82\x01\x95\x90\x95R`\x01`\x01`\x80\x1B\x03\x90\x91\x16`$\x82\x01R`\0\x93\x90\x91\x16\x90c\xF7r\xA0\x92\x90`D\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x05\x11W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x055\x91\x90a\x0C\xEBV[a\x02\xFA\x91\x90a\r\x1AV[`\0\x81\x81R`\x01` R`@\x81 a\x02\xFA\x90a\x07\x08V[`\0\x82\x81R` \x81\x90R`@\x90 `\x01\x01Ta\x05q\x81a\x06%V[a\x03%\x83\x83a\x06TV[`\x03T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R`\0\x92\x85\x82\x16\x92\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x05\xCBW=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x05\xEF\x91\x90a\r<V[`\x01`\x01`\xA0\x1B\x03\x16\x14\x93\x92PPPV[`\0`\x01`\x01`\xE0\x1B\x03\x19\x82\x16cZ\x05\x18\x0F`\xE0\x1B\x14\x80a\x02\xFAWPa\x02\xFA\x82a\x07\x12V[a\x06/\x813a\x07GV[PV[a\x06<\x82\x82a\x07\xA0V[`\0\x82\x81R`\x01` R`@\x90 a\x03%\x90\x82a\x08$V[a\x06^\x82\x82a\x089V[`\0\x82\x81R`\x01` R`@\x90 a\x03%\x90\x82a\x08\x9EV[`\x05\x80To\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x19\x16`\x01`\x01`\x80\x1B\x03\x83\x16\x90\x81\x17\x90\x91U`@Q\x7F\xAF\x1D\x15\x99\xB5\xC7\xDA\x9A \x04\xB5z\xC1G\x84\x19\x97\x18\xA9\x03d\xAEG\xF2z\xC8\x94\x92o\x06U\xFC\x90`\0\x90\xA2PV[`\x04\x81\x90U`@Q\x81\x90\x7F\xAD\xFA\x8E\xCB!\xB6\x96.\xBC\xD0\xAD\xBD\x9A\xB9\x85\xB7\xB4\xC5\xB5\xEB;\r\xEA\xD6\x83\x17\x15e\xC7\xBF\xE1q\x90`\0\x90\xA2PV[`\0a\x04{\x83\x83a\x08\xB3V[`\0a\x02\xFA\x82T\x90V[`\0`\x01`\x01`\xE0\x1B\x03\x19\x82\x16cye\xDB\x0B`\xE0\x1B\x14\x80a\x02\xFAWPc\x01\xFF\xC9\xA7`\xE0\x1B`\x01`\x01`\xE0\x1B\x03\x19\x83\x16\x14a\x02\xFAV[a\x07Q\x82\x82a\x04\x82V[a\x03\xA9Wa\x07^\x81a\x08\xDDV[a\x07i\x83` a\x08\xEFV[`@Q` \x01a\x07z\x92\x91\x90a\r}V[`@\x80Q`\x1F\x19\x81\x84\x03\x01\x81R\x90\x82\x90RbF\x1B\xCD`\xE5\x1B\x82Ra\x03\x96\x91`\x04\x01a\r\xF2V[a\x07\xAA\x82\x82a\x04\x82V[a\x03\xA9W`\0\x82\x81R` \x81\x81R`@\x80\x83 `\x01`\x01`\xA0\x1B\x03\x85\x16\x84R\x90\x91R\x90 \x80T`\xFF\x19\x16`\x01\x17\x90Ua\x07\xE03\x90V[`\x01`\x01`\xA0\x1B\x03\x16\x81`\x01`\x01`\xA0\x1B\x03\x16\x83\x7F/\x87\x88\x11~~\xFF\x1D\x82\xE9&\xECyI\x01\xD1|x\x02JP'\t@0E@\xA73eo\r`@Q`@Q\x80\x91\x03\x90\xA4PPV[`\0a\x04{\x83`\x01`\x01`\xA0\x1B\x03\x84\x16a\n\x8BV[a\x08C\x82\x82a\x04\x82V[\x15a\x03\xA9W`\0\x82\x81R` \x81\x81R`@\x80\x83 `\x01`\x01`\xA0\x1B\x03\x85\x16\x80\x85R\x92R\x80\x83 \x80T`\xFF\x19\x16\x90UQ3\x92\x85\x91\x7F\xF69\x1F\\2\xD9\xC6\x9D*G\xEAg\x0BD)t\xB595\xD1\xED\xC7\xFDd\xEB!\xE0G\xA89\x17\x1B\x91\x90\xA4PPV[`\0a\x04{\x83`\x01`\x01`\xA0\x1B\x03\x84\x16a\n\xDAV[`\0\x82`\0\x01\x82\x81T\x81\x10a\x08\xCAWa\x08\xCAa\x0E%V[\x90`\0R` `\0 \x01T\x90P\x92\x91PPV[``a\x02\xFA`\x01`\x01`\xA0\x1B\x03\x83\x16`\x14[```\0a\x08\xFE\x83`\x02a\x0E;V[a\t\t\x90`\x02a\x0ERV[g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\t!Wa\t!a\x0EeV[`@Q\x90\x80\x82R\x80`\x1F\x01`\x1F\x19\x16` \x01\x82\x01`@R\x80\x15a\tKW` \x82\x01\x81\x806\x837\x01\x90P[P\x90P`\x03`\xFC\x1B\x81`\0\x81Q\x81\x10a\tfWa\tfa\x0E%V[` \x01\x01\x90`\x01`\x01`\xF8\x1B\x03\x19\x16\x90\x81`\0\x1A\x90SP`\x0F`\xFB\x1B\x81`\x01\x81Q\x81\x10a\t\x95Wa\t\x95a\x0E%V[` \x01\x01\x90`\x01`\x01`\xF8\x1B\x03\x19\x16\x90\x81`\0\x1A\x90SP`\0a\t\xB9\x84`\x02a\x0E;V[a\t\xC4\x90`\x01a\x0ERV[\x90P[`\x01\x81\x11\x15a\n<Wo\x18\x18\x99\x19\x9A\x1A\x9B\x1B\x9C\x1C\xB0\xB11\xB22\xB3`\x81\x1B\x85`\x0F\x16`\x10\x81\x10a\t\xF8Wa\t\xF8a\x0E%V[\x1A`\xF8\x1B\x82\x82\x81Q\x81\x10a\n\x0EWa\n\x0Ea\x0E%V[` \x01\x01\x90`\x01`\x01`\xF8\x1B\x03\x19\x16\x90\x81`\0\x1A\x90SP`\x04\x94\x90\x94\x1C\x93a\n5\x81a\x0E{V[\x90Pa\t\xC7V[P\x83\x15a\x04{W`@QbF\x1B\xCD`\xE5\x1B\x81R` `\x04\x82\x01\x81\x90R`$\x82\x01R\x7FStrings: hex length insufficient`D\x82\x01R`d\x01a\x03\x96V[`\0\x81\x81R`\x01\x83\x01` R`@\x81 Ta\n\xD2WP\x81T`\x01\x81\x81\x01\x84U`\0\x84\x81R` \x80\x82 \x90\x93\x01\x84\x90U\x84T\x84\x82R\x82\x86\x01\x90\x93R`@\x90 \x91\x90\x91Ua\x02\xFAV[P`\0a\x02\xFAV[`\0\x81\x81R`\x01\x83\x01` R`@\x81 T\x80\x15a\x0B\xC3W`\0a\n\xFE`\x01\x83a\x0E\x92V[\x85T\x90\x91P`\0\x90a\x0B\x12\x90`\x01\x90a\x0E\x92V[\x90P\x81\x81\x14a\x0BwW`\0\x86`\0\x01\x82\x81T\x81\x10a\x0B2Wa\x0B2a\x0E%V[\x90`\0R` `\0 \x01T\x90P\x80\x87`\0\x01\x84\x81T\x81\x10a\x0BUWa\x0BUa\x0E%V[`\0\x91\x82R` \x80\x83 \x90\x91\x01\x92\x90\x92U\x91\x82R`\x01\x88\x01\x90R`@\x90 \x83\x90U[\x85T\x86\x90\x80a\x0B\x88Wa\x0B\x88a\x0E\xA5V[`\x01\x90\x03\x81\x81\x90`\0R` `\0 \x01`\0\x90U\x90U\x85`\x01\x01`\0\x86\x81R` \x01\x90\x81R` \x01`\0 `\0\x90U`\x01\x93PPPPa\x02\xFAV[`\0\x91PPa\x02\xFAV[`\0` \x82\x84\x03\x12\x15a\x0B\xDFW`\0\x80\xFD[\x815`\x01`\x01`\xE0\x1B\x03\x19\x81\x16\x81\x14a\x04{W`\0\x80\xFD[`\0` \x82\x84\x03\x12\x15a\x0C\tW`\0\x80\xFD[P5\x91\x90PV[`\x01`\x01`\xA0\x1B\x03\x81\x16\x81\x14a\x06/W`\0\x80\xFD[`\0\x80`@\x83\x85\x03\x12\x15a\x0C8W`\0\x80\xFD[\x825\x91P` \x83\x015a\x0CJ\x81a\x0C\x10V[\x80\x91PP\x92P\x92\x90PV[`\0` \x82\x84\x03\x12\x15a\x0CgW`\0\x80\xFD[\x815`\x01`\x01`\x80\x1B\x03\x81\x16\x81\x14a\x04{W`\0\x80\xFD[`\0\x80`@\x83\x85\x03\x12\x15a\x0C\x91W`\0\x80\xFD[PP\x805\x92` \x90\x91\x015\x91PV[`\0` \x82\x84\x03\x12\x15a\x0C\xB2W`\0\x80\xFD[\x815a\x04{\x81a\x0C\x10V[`\0\x80`@\x83\x85\x03\x12\x15a\x0C\xD0W`\0\x80\xFD[\x825a\x0C\xDB\x81a\x0C\x10V[\x91P` \x83\x015a\x0CJ\x81a\x0C\x10V[`\0` \x82\x84\x03\x12\x15a\x0C\xFDW`\0\x80\xFD[PQ\x91\x90PV[cNH{q`\xE0\x1B`\0R`\x11`\x04R`$`\0\xFD[`\0\x82a\r7WcNH{q`\xE0\x1B`\0R`\x12`\x04R`$`\0\xFD[P\x04\x90V[`\0` \x82\x84\x03\x12\x15a\rNW`\0\x80\xFD[\x81Qa\x04{\x81a\x0C\x10V[`\0[\x83\x81\x10\x15a\rtW\x81\x81\x01Q\x83\x82\x01R` \x01a\r\\V[PP`\0\x91\x01RV[\x7FAccessControl: account \0\0\0\0\0\0\0\0\0\x81R`\0\x83Qa\r\xB5\x81`\x17\x85\x01` \x88\x01a\rYV[p\x01\x03K\x99\x03kK\x9B\x9BKs9\x03\x93{c)`}\x1B`\x17\x91\x84\x01\x91\x82\x01R\x83Qa\r\xE6\x81`(\x84\x01` \x88\x01a\rYV[\x01`(\x01\x94\x93PPPPV[` \x81R`\0\x82Q\x80` \x84\x01Ra\x0E\x11\x81`@\x85\x01` \x87\x01a\rYV[`\x1F\x01`\x1F\x19\x16\x91\x90\x91\x01`@\x01\x92\x91PPV[cNH{q`\xE0\x1B`\0R`2`\x04R`$`\0\xFD[\x80\x82\x02\x81\x15\x82\x82\x04\x84\x14\x17a\x02\xFAWa\x02\xFAa\r\x04V[\x80\x82\x01\x80\x82\x11\x15a\x02\xFAWa\x02\xFAa\r\x04V[cNH{q`\xE0\x1B`\0R`A`\x04R`$`\0\xFD[`\0\x81a\x0E\x8AWa\x0E\x8Aa\r\x04V[P`\0\x19\x01\x90V[\x81\x81\x03\x81\x81\x11\x15a\x02\xFAWa\x02\xFAa\r\x04V[cNH{q`\xE0\x1B`\0R`1`\x04R`$`\0\xFD\xFE\xA2dipfsX\"\x12 6(D`\x98G\xE7$\xB3\x1E \x80\xDE\xD7x\x19<\xDC\x8DH\xE3}\x90\xB5\xBF9\xDC6\x8B\xDD\xEC\xC2dsolcC\0\x08\x13\x003$\x1E\xCF\x16\xD7\x9D\x0F\x8D\xBF\xB9,\xBC\x07\xFE\x17\x84\x04%\x97l\xF0f\x7F\x02/\xE9\x87|\xAA\x83\x1B\x08";
738 pub static HOPRSAFEPROXYFORNETWORKREGISTRY_BYTECODE: ::ethers::core::types::Bytes = ::ethers::core::types::Bytes::from_static(
740 __BYTECODE,
741 );
742 #[rustfmt::skip]
743 const __DEPLOYED_BYTECODE: &[u8] = b"`\x80`@R4\x80\x15a\0\x10W`\0\x80\xFD[P`\x046\x10a\x01\x16W`\x005`\xE0\x1C\x80c\xA2\x17\xFD\xDF\x11a\0\xA2W\x80c\xD8Z\xD0D\x11a\0qW\x80c\xD8Z\xD0D\x14a\x02TW\x80c\xEC\x87b\x1C\x14a\x02gW\x80c\xF1\x1Fw\xF9\x14a\x02\x8EW\x80c\xF2^q\x08\x14a\x02\x97W\x80c\xFC\x0CTj\x14a\x02\xC2W`\0\x80\xFD[\x80c\xA2\x17\xFD\xDF\x14a\x02\x13W\x80c\xB3TN\x82\x14a\x02\x1BW\x80c\xCA\x15\xC8s\x14a\x02.W\x80c\xD5Gt\x1F\x14a\x02AW`\0\x80\xFD[\x80cZ\xBES\x08\x11a\0\xE9W\x80cZ\xBES\x08\x14a\x01\x9CW\x80c^\xF53)\x14a\x01\xAFW\x80cjJ@A\x14a\x01\xC2W\x80c\x90\x10\xD0|\x14a\x01\xEDW\x80c\x91\xD1HT\x14a\x02\0W`\0\x80\xFD[\x80c\x01\xFF\xC9\xA7\x14a\x01\x1BW\x80c$\x8A\x9C\xA3\x14a\x01CW\x80c//\xF1]\x14a\x01tW\x80c6V\x8A\xBE\x14a\x01\x89W[`\0\x80\xFD[a\x01.a\x01)6`\x04a\x0B\xCDV[a\x02\xD5V[`@Q\x90\x15\x15\x81R` \x01[`@Q\x80\x91\x03\x90\xF3[a\x01fa\x01Q6`\x04a\x0B\xF7V[`\0\x90\x81R` \x81\x90R`@\x90 `\x01\x01T\x90V[`@Q\x90\x81R` \x01a\x01:V[a\x01\x87a\x01\x826`\x04a\x0C%V[a\x03\0V[\0[a\x01\x87a\x01\x976`\x04a\x0C%V[a\x03*V[a\x01\x87a\x01\xAA6`\x04a\x0CUV[a\x03\xADV[a\x01\x87a\x01\xBD6`\x04a\x0B\xF7V[a\x04\x0EV[`\x03Ta\x01\xD5\x90`\x01`\x01`\xA0\x1B\x03\x16\x81V[`@Q`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x81R` \x01a\x01:V[a\x01\xD5a\x01\xFB6`\x04a\x0C~V[a\x04cV[a\x01.a\x02\x0E6`\x04a\x0C%V[a\x04\x82V[a\x01f`\0\x81V[a\x01fa\x02)6`\x04a\x0C\xA0V[a\x04\xABV[a\x01fa\x02<6`\x04a\x0B\xF7V[a\x05?V[a\x01\x87a\x02O6`\x04a\x0C%V[a\x05VV[a\x01.a\x02b6`\x04a\x0C\xBDV[a\x05{V[a\x01f\x7F$\x1E\xCF\x16\xD7\x9D\x0F\x8D\xBF\xB9,\xBC\x07\xFE\x17\x84\x04%\x97l\xF0f\x7F\x02/\xE9\x87|\xAA\x83\x1B\x08\x81V[a\x01f`\x04T\x81V[`\x05Ta\x02\xAA\x90`\x01`\x01`\x80\x1B\x03\x16\x81V[`@Q`\x01`\x01`\x80\x1B\x03\x90\x91\x16\x81R` \x01a\x01:V[`\x02Ta\x01\xD5\x90`\x01`\x01`\xA0\x1B\x03\x16\x81V[`\0`\x01`\x01`\xE0\x1B\x03\x19\x82\x16c5\x87Oc`\xE1\x1B\x14\x80a\x02\xFAWPa\x02\xFA\x82a\x06\0V[\x92\x91PPV[`\0\x82\x81R` \x81\x90R`@\x90 `\x01\x01Ta\x03\x1B\x81a\x06%V[a\x03%\x83\x83a\x062V[PPPV[`\x01`\x01`\xA0\x1B\x03\x81\x163\x14a\x03\x9FW`@QbF\x1B\xCD`\xE5\x1B\x81R` `\x04\x82\x01R`/`$\x82\x01R\x7FAccessControl: can only renounce`D\x82\x01Rn\x1097\xB62\xB9\x9037\xB9\x109\xB2\xB63`\x89\x1B`d\x82\x01R`\x84\x01[`@Q\x80\x91\x03\x90\xFD[a\x03\xA9\x82\x82a\x06TV[PPV[\x7F$\x1E\xCF\x16\xD7\x9D\x0F\x8D\xBF\xB9,\xBC\x07\xFE\x17\x84\x04%\x97l\xF0f\x7F\x02/\xE9\x87|\xAA\x83\x1B\x08a\x03\xD7\x81a\x06%V[`\x05T`\x01`\x01`\x80\x1B\x03\x80\x84\x16\x91\x16\x03a\x04\x05W`@Qc\xC2?l\xCB`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x03\xA9\x82a\x06vV[\x7F$\x1E\xCF\x16\xD7\x9D\x0F\x8D\xBF\xB9,\xBC\x07\xFE\x17\x84\x04%\x97l\xF0f\x7F\x02/\xE9\x87|\xAA\x83\x1B\x08a\x048\x81a\x06%V[\x81`\x04T\x03a\x04ZW`@Qc\xC2?l\xCB`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x03\xA9\x82a\x06\xC9V[`\0\x82\x81R`\x01` R`@\x81 a\x04{\x90\x83a\x06\xFCV[\x93\x92PPPV[`\0\x91\x82R` \x82\x81R`@\x80\x84 `\x01`\x01`\xA0\x1B\x03\x93\x90\x93\x16\x84R\x91\x90R\x90 T`\xFF\x16\x90V[`\x04\x80T`\x02T`\x05T`@Qc{\xB9PI`\xE1\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x86\x81\x16\x95\x82\x01\x95\x90\x95R`\x01`\x01`\x80\x1B\x03\x90\x91\x16`$\x82\x01R`\0\x93\x90\x91\x16\x90c\xF7r\xA0\x92\x90`D\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x05\x11W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x055\x91\x90a\x0C\xEBV[a\x02\xFA\x91\x90a\r\x1AV[`\0\x81\x81R`\x01` R`@\x81 a\x02\xFA\x90a\x07\x08V[`\0\x82\x81R` \x81\x90R`@\x90 `\x01\x01Ta\x05q\x81a\x06%V[a\x03%\x83\x83a\x06TV[`\x03T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R`\0\x92\x85\x82\x16\x92\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x05\xCBW=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x05\xEF\x91\x90a\r<V[`\x01`\x01`\xA0\x1B\x03\x16\x14\x93\x92PPPV[`\0`\x01`\x01`\xE0\x1B\x03\x19\x82\x16cZ\x05\x18\x0F`\xE0\x1B\x14\x80a\x02\xFAWPa\x02\xFA\x82a\x07\x12V[a\x06/\x813a\x07GV[PV[a\x06<\x82\x82a\x07\xA0V[`\0\x82\x81R`\x01` R`@\x90 a\x03%\x90\x82a\x08$V[a\x06^\x82\x82a\x089V[`\0\x82\x81R`\x01` R`@\x90 a\x03%\x90\x82a\x08\x9EV[`\x05\x80To\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x19\x16`\x01`\x01`\x80\x1B\x03\x83\x16\x90\x81\x17\x90\x91U`@Q\x7F\xAF\x1D\x15\x99\xB5\xC7\xDA\x9A \x04\xB5z\xC1G\x84\x19\x97\x18\xA9\x03d\xAEG\xF2z\xC8\x94\x92o\x06U\xFC\x90`\0\x90\xA2PV[`\x04\x81\x90U`@Q\x81\x90\x7F\xAD\xFA\x8E\xCB!\xB6\x96.\xBC\xD0\xAD\xBD\x9A\xB9\x85\xB7\xB4\xC5\xB5\xEB;\r\xEA\xD6\x83\x17\x15e\xC7\xBF\xE1q\x90`\0\x90\xA2PV[`\0a\x04{\x83\x83a\x08\xB3V[`\0a\x02\xFA\x82T\x90V[`\0`\x01`\x01`\xE0\x1B\x03\x19\x82\x16cye\xDB\x0B`\xE0\x1B\x14\x80a\x02\xFAWPc\x01\xFF\xC9\xA7`\xE0\x1B`\x01`\x01`\xE0\x1B\x03\x19\x83\x16\x14a\x02\xFAV[a\x07Q\x82\x82a\x04\x82V[a\x03\xA9Wa\x07^\x81a\x08\xDDV[a\x07i\x83` a\x08\xEFV[`@Q` \x01a\x07z\x92\x91\x90a\r}V[`@\x80Q`\x1F\x19\x81\x84\x03\x01\x81R\x90\x82\x90RbF\x1B\xCD`\xE5\x1B\x82Ra\x03\x96\x91`\x04\x01a\r\xF2V[a\x07\xAA\x82\x82a\x04\x82V[a\x03\xA9W`\0\x82\x81R` \x81\x81R`@\x80\x83 `\x01`\x01`\xA0\x1B\x03\x85\x16\x84R\x90\x91R\x90 \x80T`\xFF\x19\x16`\x01\x17\x90Ua\x07\xE03\x90V[`\x01`\x01`\xA0\x1B\x03\x16\x81`\x01`\x01`\xA0\x1B\x03\x16\x83\x7F/\x87\x88\x11~~\xFF\x1D\x82\xE9&\xECyI\x01\xD1|x\x02JP'\t@0E@\xA73eo\r`@Q`@Q\x80\x91\x03\x90\xA4PPV[`\0a\x04{\x83`\x01`\x01`\xA0\x1B\x03\x84\x16a\n\x8BV[a\x08C\x82\x82a\x04\x82V[\x15a\x03\xA9W`\0\x82\x81R` \x81\x81R`@\x80\x83 `\x01`\x01`\xA0\x1B\x03\x85\x16\x80\x85R\x92R\x80\x83 \x80T`\xFF\x19\x16\x90UQ3\x92\x85\x91\x7F\xF69\x1F\\2\xD9\xC6\x9D*G\xEAg\x0BD)t\xB595\xD1\xED\xC7\xFDd\xEB!\xE0G\xA89\x17\x1B\x91\x90\xA4PPV[`\0a\x04{\x83`\x01`\x01`\xA0\x1B\x03\x84\x16a\n\xDAV[`\0\x82`\0\x01\x82\x81T\x81\x10a\x08\xCAWa\x08\xCAa\x0E%V[\x90`\0R` `\0 \x01T\x90P\x92\x91PPV[``a\x02\xFA`\x01`\x01`\xA0\x1B\x03\x83\x16`\x14[```\0a\x08\xFE\x83`\x02a\x0E;V[a\t\t\x90`\x02a\x0ERV[g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\t!Wa\t!a\x0EeV[`@Q\x90\x80\x82R\x80`\x1F\x01`\x1F\x19\x16` \x01\x82\x01`@R\x80\x15a\tKW` \x82\x01\x81\x806\x837\x01\x90P[P\x90P`\x03`\xFC\x1B\x81`\0\x81Q\x81\x10a\tfWa\tfa\x0E%V[` \x01\x01\x90`\x01`\x01`\xF8\x1B\x03\x19\x16\x90\x81`\0\x1A\x90SP`\x0F`\xFB\x1B\x81`\x01\x81Q\x81\x10a\t\x95Wa\t\x95a\x0E%V[` \x01\x01\x90`\x01`\x01`\xF8\x1B\x03\x19\x16\x90\x81`\0\x1A\x90SP`\0a\t\xB9\x84`\x02a\x0E;V[a\t\xC4\x90`\x01a\x0ERV[\x90P[`\x01\x81\x11\x15a\n<Wo\x18\x18\x99\x19\x9A\x1A\x9B\x1B\x9C\x1C\xB0\xB11\xB22\xB3`\x81\x1B\x85`\x0F\x16`\x10\x81\x10a\t\xF8Wa\t\xF8a\x0E%V[\x1A`\xF8\x1B\x82\x82\x81Q\x81\x10a\n\x0EWa\n\x0Ea\x0E%V[` \x01\x01\x90`\x01`\x01`\xF8\x1B\x03\x19\x16\x90\x81`\0\x1A\x90SP`\x04\x94\x90\x94\x1C\x93a\n5\x81a\x0E{V[\x90Pa\t\xC7V[P\x83\x15a\x04{W`@QbF\x1B\xCD`\xE5\x1B\x81R` `\x04\x82\x01\x81\x90R`$\x82\x01R\x7FStrings: hex length insufficient`D\x82\x01R`d\x01a\x03\x96V[`\0\x81\x81R`\x01\x83\x01` R`@\x81 Ta\n\xD2WP\x81T`\x01\x81\x81\x01\x84U`\0\x84\x81R` \x80\x82 \x90\x93\x01\x84\x90U\x84T\x84\x82R\x82\x86\x01\x90\x93R`@\x90 \x91\x90\x91Ua\x02\xFAV[P`\0a\x02\xFAV[`\0\x81\x81R`\x01\x83\x01` R`@\x81 T\x80\x15a\x0B\xC3W`\0a\n\xFE`\x01\x83a\x0E\x92V[\x85T\x90\x91P`\0\x90a\x0B\x12\x90`\x01\x90a\x0E\x92V[\x90P\x81\x81\x14a\x0BwW`\0\x86`\0\x01\x82\x81T\x81\x10a\x0B2Wa\x0B2a\x0E%V[\x90`\0R` `\0 \x01T\x90P\x80\x87`\0\x01\x84\x81T\x81\x10a\x0BUWa\x0BUa\x0E%V[`\0\x91\x82R` \x80\x83 \x90\x91\x01\x92\x90\x92U\x91\x82R`\x01\x88\x01\x90R`@\x90 \x83\x90U[\x85T\x86\x90\x80a\x0B\x88Wa\x0B\x88a\x0E\xA5V[`\x01\x90\x03\x81\x81\x90`\0R` `\0 \x01`\0\x90U\x90U\x85`\x01\x01`\0\x86\x81R` \x01\x90\x81R` \x01`\0 `\0\x90U`\x01\x93PPPPa\x02\xFAV[`\0\x91PPa\x02\xFAV[`\0` \x82\x84\x03\x12\x15a\x0B\xDFW`\0\x80\xFD[\x815`\x01`\x01`\xE0\x1B\x03\x19\x81\x16\x81\x14a\x04{W`\0\x80\xFD[`\0` \x82\x84\x03\x12\x15a\x0C\tW`\0\x80\xFD[P5\x91\x90PV[`\x01`\x01`\xA0\x1B\x03\x81\x16\x81\x14a\x06/W`\0\x80\xFD[`\0\x80`@\x83\x85\x03\x12\x15a\x0C8W`\0\x80\xFD[\x825\x91P` \x83\x015a\x0CJ\x81a\x0C\x10V[\x80\x91PP\x92P\x92\x90PV[`\0` \x82\x84\x03\x12\x15a\x0CgW`\0\x80\xFD[\x815`\x01`\x01`\x80\x1B\x03\x81\x16\x81\x14a\x04{W`\0\x80\xFD[`\0\x80`@\x83\x85\x03\x12\x15a\x0C\x91W`\0\x80\xFD[PP\x805\x92` \x90\x91\x015\x91PV[`\0` \x82\x84\x03\x12\x15a\x0C\xB2W`\0\x80\xFD[\x815a\x04{\x81a\x0C\x10V[`\0\x80`@\x83\x85\x03\x12\x15a\x0C\xD0W`\0\x80\xFD[\x825a\x0C\xDB\x81a\x0C\x10V[\x91P` \x83\x015a\x0CJ\x81a\x0C\x10V[`\0` \x82\x84\x03\x12\x15a\x0C\xFDW`\0\x80\xFD[PQ\x91\x90PV[cNH{q`\xE0\x1B`\0R`\x11`\x04R`$`\0\xFD[`\0\x82a\r7WcNH{q`\xE0\x1B`\0R`\x12`\x04R`$`\0\xFD[P\x04\x90V[`\0` \x82\x84\x03\x12\x15a\rNW`\0\x80\xFD[\x81Qa\x04{\x81a\x0C\x10V[`\0[\x83\x81\x10\x15a\rtW\x81\x81\x01Q\x83\x82\x01R` \x01a\r\\V[PP`\0\x91\x01RV[\x7FAccessControl: account \0\0\0\0\0\0\0\0\0\x81R`\0\x83Qa\r\xB5\x81`\x17\x85\x01` \x88\x01a\rYV[p\x01\x03K\x99\x03kK\x9B\x9BKs9\x03\x93{c)`}\x1B`\x17\x91\x84\x01\x91\x82\x01R\x83Qa\r\xE6\x81`(\x84\x01` \x88\x01a\rYV[\x01`(\x01\x94\x93PPPPV[` \x81R`\0\x82Q\x80` \x84\x01Ra\x0E\x11\x81`@\x85\x01` \x87\x01a\rYV[`\x1F\x01`\x1F\x19\x16\x91\x90\x91\x01`@\x01\x92\x91PPV[cNH{q`\xE0\x1B`\0R`2`\x04R`$`\0\xFD[\x80\x82\x02\x81\x15\x82\x82\x04\x84\x14\x17a\x02\xFAWa\x02\xFAa\r\x04V[\x80\x82\x01\x80\x82\x11\x15a\x02\xFAWa\x02\xFAa\r\x04V[cNH{q`\xE0\x1B`\0R`A`\x04R`$`\0\xFD[`\0\x81a\x0E\x8AWa\x0E\x8Aa\r\x04V[P`\0\x19\x01\x90V[\x81\x81\x03\x81\x81\x11\x15a\x02\xFAWa\x02\xFAa\r\x04V[cNH{q`\xE0\x1B`\0R`1`\x04R`$`\0\xFD\xFE\xA2dipfsX\"\x12 6(D`\x98G\xE7$\xB3\x1E \x80\xDE\xD7x\x19<\xDC\x8DH\xE3}\x90\xB5\xBF9\xDC6\x8B\xDD\xEC\xC2dsolcC\0\x08\x13\x003";
744 pub static HOPRSAFEPROXYFORNETWORKREGISTRY_DEPLOYED_BYTECODE: ::ethers::core::types::Bytes = ::ethers::core::types::Bytes::from_static(
746 __DEPLOYED_BYTECODE,
747 );
748 pub struct HoprSafeProxyForNetworkRegistry<M>(::ethers::contract::Contract<M>);
749 impl<M> ::core::clone::Clone for HoprSafeProxyForNetworkRegistry<M> {
750 fn clone(&self) -> Self {
751 Self(::core::clone::Clone::clone(&self.0))
752 }
753 }
754 impl<M> ::core::ops::Deref for HoprSafeProxyForNetworkRegistry<M> {
755 type Target = ::ethers::contract::Contract<M>;
756 fn deref(&self) -> &Self::Target {
757 &self.0
758 }
759 }
760 impl<M> ::core::ops::DerefMut for HoprSafeProxyForNetworkRegistry<M> {
761 fn deref_mut(&mut self) -> &mut Self::Target {
762 &mut self.0
763 }
764 }
765 impl<M> ::core::fmt::Debug for HoprSafeProxyForNetworkRegistry<M> {
766 fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
767 f.debug_tuple(::core::stringify!(HoprSafeProxyForNetworkRegistry))
768 .field(&self.address())
769 .finish()
770 }
771 }
772 impl<M: ::ethers::providers::Middleware> HoprSafeProxyForNetworkRegistry<M> {
773 pub fn new<T: Into<::ethers::core::types::Address>>(
776 address: T,
777 client: ::std::sync::Arc<M>,
778 ) -> Self {
779 Self(
780 ::ethers::contract::Contract::new(
781 address.into(),
782 HOPRSAFEPROXYFORNETWORKREGISTRY_ABI.clone(),
783 client,
784 ),
785 )
786 }
787 pub fn deploy<T: ::ethers::core::abi::Tokenize>(
811 client: ::std::sync::Arc<M>,
812 constructor_args: T,
813 ) -> ::core::result::Result<
814 ::ethers::contract::builders::ContractDeployer<M, Self>,
815 ::ethers::contract::ContractError<M>,
816 > {
817 let factory = ::ethers::contract::ContractFactory::new(
818 HOPRSAFEPROXYFORNETWORKREGISTRY_ABI.clone(),
819 HOPRSAFEPROXYFORNETWORKREGISTRY_BYTECODE.clone().into(),
820 client,
821 );
822 let deployer = factory.deploy(constructor_args)?;
823 let deployer = ::ethers::contract::ContractDeployer::new(deployer);
824 Ok(deployer)
825 }
826 pub fn default_admin_role(
828 &self,
829 ) -> ::ethers::contract::builders::ContractCall<M, [u8; 32]> {
830 self.0
831 .method_hash([162, 23, 253, 223], ())
832 .expect("method not found (this should never happen)")
833 }
834 pub fn manager_role(
836 &self,
837 ) -> ::ethers::contract::builders::ContractCall<M, [u8; 32]> {
838 self.0
839 .method_hash([236, 135, 98, 28], ())
840 .expect("method not found (this should never happen)")
841 }
842 pub fn can_operate_for(
844 &self,
845 staking_account: ::ethers::core::types::Address,
846 node_address: ::ethers::core::types::Address,
847 ) -> ::ethers::contract::builders::ContractCall<M, bool> {
848 self.0
849 .method_hash([216, 90, 208, 68], (staking_account, node_address))
850 .expect("method not found (this should never happen)")
851 }
852 pub fn get_role_admin(
854 &self,
855 role: [u8; 32],
856 ) -> ::ethers::contract::builders::ContractCall<M, [u8; 32]> {
857 self.0
858 .method_hash([36, 138, 156, 163], role)
859 .expect("method not found (this should never happen)")
860 }
861 pub fn get_role_member(
863 &self,
864 role: [u8; 32],
865 index: ::ethers::core::types::U256,
866 ) -> ::ethers::contract::builders::ContractCall<
867 M,
868 ::ethers::core::types::Address,
869 > {
870 self.0
871 .method_hash([144, 16, 208, 124], (role, index))
872 .expect("method not found (this should never happen)")
873 }
874 pub fn get_role_member_count(
876 &self,
877 role: [u8; 32],
878 ) -> ::ethers::contract::builders::ContractCall<M, ::ethers::core::types::U256> {
879 self.0
880 .method_hash([202, 21, 200, 115], role)
881 .expect("method not found (this should never happen)")
882 }
883 pub fn grant_role(
885 &self,
886 role: [u8; 32],
887 account: ::ethers::core::types::Address,
888 ) -> ::ethers::contract::builders::ContractCall<M, ()> {
889 self.0
890 .method_hash([47, 47, 241, 93], (role, account))
891 .expect("method not found (this should never happen)")
892 }
893 pub fn has_role(
895 &self,
896 role: [u8; 32],
897 account: ::ethers::core::types::Address,
898 ) -> ::ethers::contract::builders::ContractCall<M, bool> {
899 self.0
900 .method_hash([145, 209, 72, 84], (role, account))
901 .expect("method not found (this should never happen)")
902 }
903 pub fn max_allowed_registrations(
905 &self,
906 safe_address: ::ethers::core::types::Address,
907 ) -> ::ethers::contract::builders::ContractCall<M, ::ethers::core::types::U256> {
908 self.0
909 .method_hash([179, 84, 78, 130], safe_address)
910 .expect("method not found (this should never happen)")
911 }
912 pub fn node_safe_registry(
914 &self,
915 ) -> ::ethers::contract::builders::ContractCall<
916 M,
917 ::ethers::core::types::Address,
918 > {
919 self.0
920 .method_hash([106, 74, 64, 65], ())
921 .expect("method not found (this should never happen)")
922 }
923 pub fn renounce_role(
925 &self,
926 role: [u8; 32],
927 account: ::ethers::core::types::Address,
928 ) -> ::ethers::contract::builders::ContractCall<M, ()> {
929 self.0
930 .method_hash([54, 86, 138, 190], (role, account))
931 .expect("method not found (this should never happen)")
932 }
933 pub fn revoke_role(
935 &self,
936 role: [u8; 32],
937 account: ::ethers::core::types::Address,
938 ) -> ::ethers::contract::builders::ContractCall<M, ()> {
939 self.0
940 .method_hash([213, 71, 116, 31], (role, account))
941 .expect("method not found (this should never happen)")
942 }
943 pub fn snapshot_block_number(
945 &self,
946 ) -> ::ethers::contract::builders::ContractCall<M, u128> {
947 self.0
948 .method_hash([242, 94, 113, 8], ())
949 .expect("method not found (this should never happen)")
950 }
951 pub fn stake_threshold(
953 &self,
954 ) -> ::ethers::contract::builders::ContractCall<M, ::ethers::core::types::U256> {
955 self.0
956 .method_hash([241, 31, 119, 249], ())
957 .expect("method not found (this should never happen)")
958 }
959 pub fn supports_interface(
961 &self,
962 interface_id: [u8; 4],
963 ) -> ::ethers::contract::builders::ContractCall<M, bool> {
964 self.0
965 .method_hash([1, 255, 201, 167], interface_id)
966 .expect("method not found (this should never happen)")
967 }
968 pub fn token(
970 &self,
971 ) -> ::ethers::contract::builders::ContractCall<
972 M,
973 ::ethers::core::types::Address,
974 > {
975 self.0
976 .method_hash([252, 12, 84, 106], ())
977 .expect("method not found (this should never happen)")
978 }
979 pub fn update_snapshot_block_number(
981 &self,
982 new_snapshot_block: u128,
983 ) -> ::ethers::contract::builders::ContractCall<M, ()> {
984 self.0
985 .method_hash([90, 190, 83, 8], new_snapshot_block)
986 .expect("method not found (this should never happen)")
987 }
988 pub fn update_stake_threshold(
990 &self,
991 new_threshold: ::ethers::core::types::U256,
992 ) -> ::ethers::contract::builders::ContractCall<M, ()> {
993 self.0
994 .method_hash([94, 245, 51, 41], new_threshold)
995 .expect("method not found (this should never happen)")
996 }
997 pub fn role_admin_changed_filter(
999 &self,
1000 ) -> ::ethers::contract::builders::Event<
1001 ::std::sync::Arc<M>,
1002 M,
1003 RoleAdminChangedFilter,
1004 > {
1005 self.0.event()
1006 }
1007 pub fn role_granted_filter(
1009 &self,
1010 ) -> ::ethers::contract::builders::Event<
1011 ::std::sync::Arc<M>,
1012 M,
1013 RoleGrantedFilter,
1014 > {
1015 self.0.event()
1016 }
1017 pub fn role_revoked_filter(
1019 &self,
1020 ) -> ::ethers::contract::builders::Event<
1021 ::std::sync::Arc<M>,
1022 M,
1023 RoleRevokedFilter,
1024 > {
1025 self.0.event()
1026 }
1027 pub fn snapshot_updated_filter(
1029 &self,
1030 ) -> ::ethers::contract::builders::Event<
1031 ::std::sync::Arc<M>,
1032 M,
1033 SnapshotUpdatedFilter,
1034 > {
1035 self.0.event()
1036 }
1037 pub fn threshold_updated_filter(
1039 &self,
1040 ) -> ::ethers::contract::builders::Event<
1041 ::std::sync::Arc<M>,
1042 M,
1043 ThresholdUpdatedFilter,
1044 > {
1045 self.0.event()
1046 }
1047 pub fn token_and_registry_updated_filter(
1049 &self,
1050 ) -> ::ethers::contract::builders::Event<
1051 ::std::sync::Arc<M>,
1052 M,
1053 TokenAndRegistryUpdatedFilter,
1054 > {
1055 self.0.event()
1056 }
1057 pub fn events(
1059 &self,
1060 ) -> ::ethers::contract::builders::Event<
1061 ::std::sync::Arc<M>,
1062 M,
1063 HoprSafeProxyForNetworkRegistryEvents,
1064 > {
1065 self.0.event_with_filter(::core::default::Default::default())
1066 }
1067 }
1068 impl<M: ::ethers::providers::Middleware> From<::ethers::contract::Contract<M>>
1069 for HoprSafeProxyForNetworkRegistry<M> {
1070 fn from(contract: ::ethers::contract::Contract<M>) -> Self {
1071 Self::new(contract.address(), contract.client())
1072 }
1073 }
1074 #[derive(
1076 Clone,
1077 ::ethers::contract::EthError,
1078 ::ethers::contract::EthDisplay,
1079 serde::Serialize,
1080 serde::Deserialize,
1081 Default,
1082 Debug,
1083 PartialEq,
1084 Eq,
1085 Hash
1086 )]
1087 #[etherror(name = "SameValue", abi = "SameValue()")]
1088 pub struct SameValue;
1089 #[derive(
1090 Clone,
1091 ::ethers::contract::EthEvent,
1092 ::ethers::contract::EthDisplay,
1093 serde::Serialize,
1094 serde::Deserialize,
1095 Default,
1096 Debug,
1097 PartialEq,
1098 Eq,
1099 Hash
1100 )]
1101 #[ethevent(
1102 name = "RoleAdminChanged",
1103 abi = "RoleAdminChanged(bytes32,bytes32,bytes32)"
1104 )]
1105 pub struct RoleAdminChangedFilter {
1106 #[ethevent(indexed)]
1107 pub role: [u8; 32],
1108 #[ethevent(indexed)]
1109 pub previous_admin_role: [u8; 32],
1110 #[ethevent(indexed)]
1111 pub new_admin_role: [u8; 32],
1112 }
1113 #[derive(
1114 Clone,
1115 ::ethers::contract::EthEvent,
1116 ::ethers::contract::EthDisplay,
1117 serde::Serialize,
1118 serde::Deserialize,
1119 Default,
1120 Debug,
1121 PartialEq,
1122 Eq,
1123 Hash
1124 )]
1125 #[ethevent(name = "RoleGranted", abi = "RoleGranted(bytes32,address,address)")]
1126 pub struct RoleGrantedFilter {
1127 #[ethevent(indexed)]
1128 pub role: [u8; 32],
1129 #[ethevent(indexed)]
1130 pub account: ::ethers::core::types::Address,
1131 #[ethevent(indexed)]
1132 pub sender: ::ethers::core::types::Address,
1133 }
1134 #[derive(
1135 Clone,
1136 ::ethers::contract::EthEvent,
1137 ::ethers::contract::EthDisplay,
1138 serde::Serialize,
1139 serde::Deserialize,
1140 Default,
1141 Debug,
1142 PartialEq,
1143 Eq,
1144 Hash
1145 )]
1146 #[ethevent(name = "RoleRevoked", abi = "RoleRevoked(bytes32,address,address)")]
1147 pub struct RoleRevokedFilter {
1148 #[ethevent(indexed)]
1149 pub role: [u8; 32],
1150 #[ethevent(indexed)]
1151 pub account: ::ethers::core::types::Address,
1152 #[ethevent(indexed)]
1153 pub sender: ::ethers::core::types::Address,
1154 }
1155 #[derive(
1156 Clone,
1157 ::ethers::contract::EthEvent,
1158 ::ethers::contract::EthDisplay,
1159 serde::Serialize,
1160 serde::Deserialize,
1161 Default,
1162 Debug,
1163 PartialEq,
1164 Eq,
1165 Hash
1166 )]
1167 #[ethevent(name = "SnapshotUpdated", abi = "SnapshotUpdated(uint128)")]
1168 pub struct SnapshotUpdatedFilter {
1169 #[ethevent(indexed)]
1170 pub block_number: u128,
1171 }
1172 #[derive(
1173 Clone,
1174 ::ethers::contract::EthEvent,
1175 ::ethers::contract::EthDisplay,
1176 serde::Serialize,
1177 serde::Deserialize,
1178 Default,
1179 Debug,
1180 PartialEq,
1181 Eq,
1182 Hash
1183 )]
1184 #[ethevent(name = "ThresholdUpdated", abi = "ThresholdUpdated(uint256)")]
1185 pub struct ThresholdUpdatedFilter {
1186 #[ethevent(indexed)]
1187 pub threshold: ::ethers::core::types::U256,
1188 }
1189 #[derive(
1190 Clone,
1191 ::ethers::contract::EthEvent,
1192 ::ethers::contract::EthDisplay,
1193 serde::Serialize,
1194 serde::Deserialize,
1195 Default,
1196 Debug,
1197 PartialEq,
1198 Eq,
1199 Hash
1200 )]
1201 #[ethevent(
1202 name = "TokenAndRegistryUpdated",
1203 abi = "TokenAndRegistryUpdated(address,address)"
1204 )]
1205 pub struct TokenAndRegistryUpdatedFilter {
1206 #[ethevent(indexed)]
1207 pub token: ::ethers::core::types::Address,
1208 #[ethevent(indexed)]
1209 pub node_safe_registry: ::ethers::core::types::Address,
1210 }
1211 #[derive(
1213 Clone,
1214 ::ethers::contract::EthAbiType,
1215 serde::Serialize,
1216 serde::Deserialize,
1217 Debug,
1218 PartialEq,
1219 Eq,
1220 Hash
1221 )]
1222 pub enum HoprSafeProxyForNetworkRegistryEvents {
1223 RoleAdminChangedFilter(RoleAdminChangedFilter),
1224 RoleGrantedFilter(RoleGrantedFilter),
1225 RoleRevokedFilter(RoleRevokedFilter),
1226 SnapshotUpdatedFilter(SnapshotUpdatedFilter),
1227 ThresholdUpdatedFilter(ThresholdUpdatedFilter),
1228 TokenAndRegistryUpdatedFilter(TokenAndRegistryUpdatedFilter),
1229 }
1230 impl ::ethers::contract::EthLogDecode for HoprSafeProxyForNetworkRegistryEvents {
1231 fn decode_log(
1232 log: &::ethers::core::abi::RawLog,
1233 ) -> ::core::result::Result<Self, ::ethers::core::abi::Error> {
1234 if let Ok(decoded) = RoleAdminChangedFilter::decode_log(log) {
1235 return Ok(
1236 HoprSafeProxyForNetworkRegistryEvents::RoleAdminChangedFilter(
1237 decoded,
1238 ),
1239 );
1240 }
1241 if let Ok(decoded) = RoleGrantedFilter::decode_log(log) {
1242 return Ok(
1243 HoprSafeProxyForNetworkRegistryEvents::RoleGrantedFilter(decoded),
1244 );
1245 }
1246 if let Ok(decoded) = RoleRevokedFilter::decode_log(log) {
1247 return Ok(
1248 HoprSafeProxyForNetworkRegistryEvents::RoleRevokedFilter(decoded),
1249 );
1250 }
1251 if let Ok(decoded) = SnapshotUpdatedFilter::decode_log(log) {
1252 return Ok(
1253 HoprSafeProxyForNetworkRegistryEvents::SnapshotUpdatedFilter(decoded),
1254 );
1255 }
1256 if let Ok(decoded) = ThresholdUpdatedFilter::decode_log(log) {
1257 return Ok(
1258 HoprSafeProxyForNetworkRegistryEvents::ThresholdUpdatedFilter(
1259 decoded,
1260 ),
1261 );
1262 }
1263 if let Ok(decoded) = TokenAndRegistryUpdatedFilter::decode_log(log) {
1264 return Ok(
1265 HoprSafeProxyForNetworkRegistryEvents::TokenAndRegistryUpdatedFilter(
1266 decoded,
1267 ),
1268 );
1269 }
1270 Err(::ethers::core::abi::Error::InvalidData)
1271 }
1272 }
1273 impl ::core::fmt::Display for HoprSafeProxyForNetworkRegistryEvents {
1274 fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
1275 match self {
1276 Self::RoleAdminChangedFilter(element) => {
1277 ::core::fmt::Display::fmt(element, f)
1278 }
1279 Self::RoleGrantedFilter(element) => ::core::fmt::Display::fmt(element, f),
1280 Self::RoleRevokedFilter(element) => ::core::fmt::Display::fmt(element, f),
1281 Self::SnapshotUpdatedFilter(element) => {
1282 ::core::fmt::Display::fmt(element, f)
1283 }
1284 Self::ThresholdUpdatedFilter(element) => {
1285 ::core::fmt::Display::fmt(element, f)
1286 }
1287 Self::TokenAndRegistryUpdatedFilter(element) => {
1288 ::core::fmt::Display::fmt(element, f)
1289 }
1290 }
1291 }
1292 }
1293 impl ::core::convert::From<RoleAdminChangedFilter>
1294 for HoprSafeProxyForNetworkRegistryEvents {
1295 fn from(value: RoleAdminChangedFilter) -> Self {
1296 Self::RoleAdminChangedFilter(value)
1297 }
1298 }
1299 impl ::core::convert::From<RoleGrantedFilter>
1300 for HoprSafeProxyForNetworkRegistryEvents {
1301 fn from(value: RoleGrantedFilter) -> Self {
1302 Self::RoleGrantedFilter(value)
1303 }
1304 }
1305 impl ::core::convert::From<RoleRevokedFilter>
1306 for HoprSafeProxyForNetworkRegistryEvents {
1307 fn from(value: RoleRevokedFilter) -> Self {
1308 Self::RoleRevokedFilter(value)
1309 }
1310 }
1311 impl ::core::convert::From<SnapshotUpdatedFilter>
1312 for HoprSafeProxyForNetworkRegistryEvents {
1313 fn from(value: SnapshotUpdatedFilter) -> Self {
1314 Self::SnapshotUpdatedFilter(value)
1315 }
1316 }
1317 impl ::core::convert::From<ThresholdUpdatedFilter>
1318 for HoprSafeProxyForNetworkRegistryEvents {
1319 fn from(value: ThresholdUpdatedFilter) -> Self {
1320 Self::ThresholdUpdatedFilter(value)
1321 }
1322 }
1323 impl ::core::convert::From<TokenAndRegistryUpdatedFilter>
1324 for HoprSafeProxyForNetworkRegistryEvents {
1325 fn from(value: TokenAndRegistryUpdatedFilter) -> Self {
1326 Self::TokenAndRegistryUpdatedFilter(value)
1327 }
1328 }
1329 #[derive(
1331 Clone,
1332 ::ethers::contract::EthCall,
1333 ::ethers::contract::EthDisplay,
1334 serde::Serialize,
1335 serde::Deserialize,
1336 Default,
1337 Debug,
1338 PartialEq,
1339 Eq,
1340 Hash
1341 )]
1342 #[ethcall(name = "DEFAULT_ADMIN_ROLE", abi = "DEFAULT_ADMIN_ROLE()")]
1343 pub struct DefaultAdminRoleCall;
1344 #[derive(
1346 Clone,
1347 ::ethers::contract::EthCall,
1348 ::ethers::contract::EthDisplay,
1349 serde::Serialize,
1350 serde::Deserialize,
1351 Default,
1352 Debug,
1353 PartialEq,
1354 Eq,
1355 Hash
1356 )]
1357 #[ethcall(name = "MANAGER_ROLE", abi = "MANAGER_ROLE()")]
1358 pub struct ManagerRoleCall;
1359 #[derive(
1361 Clone,
1362 ::ethers::contract::EthCall,
1363 ::ethers::contract::EthDisplay,
1364 serde::Serialize,
1365 serde::Deserialize,
1366 Default,
1367 Debug,
1368 PartialEq,
1369 Eq,
1370 Hash
1371 )]
1372 #[ethcall(name = "canOperateFor", abi = "canOperateFor(address,address)")]
1373 pub struct CanOperateForCall {
1374 pub staking_account: ::ethers::core::types::Address,
1375 pub node_address: ::ethers::core::types::Address,
1376 }
1377 #[derive(
1379 Clone,
1380 ::ethers::contract::EthCall,
1381 ::ethers::contract::EthDisplay,
1382 serde::Serialize,
1383 serde::Deserialize,
1384 Default,
1385 Debug,
1386 PartialEq,
1387 Eq,
1388 Hash
1389 )]
1390 #[ethcall(name = "getRoleAdmin", abi = "getRoleAdmin(bytes32)")]
1391 pub struct GetRoleAdminCall {
1392 pub role: [u8; 32],
1393 }
1394 #[derive(
1396 Clone,
1397 ::ethers::contract::EthCall,
1398 ::ethers::contract::EthDisplay,
1399 serde::Serialize,
1400 serde::Deserialize,
1401 Default,
1402 Debug,
1403 PartialEq,
1404 Eq,
1405 Hash
1406 )]
1407 #[ethcall(name = "getRoleMember", abi = "getRoleMember(bytes32,uint256)")]
1408 pub struct GetRoleMemberCall {
1409 pub role: [u8; 32],
1410 pub index: ::ethers::core::types::U256,
1411 }
1412 #[derive(
1414 Clone,
1415 ::ethers::contract::EthCall,
1416 ::ethers::contract::EthDisplay,
1417 serde::Serialize,
1418 serde::Deserialize,
1419 Default,
1420 Debug,
1421 PartialEq,
1422 Eq,
1423 Hash
1424 )]
1425 #[ethcall(name = "getRoleMemberCount", abi = "getRoleMemberCount(bytes32)")]
1426 pub struct GetRoleMemberCountCall {
1427 pub role: [u8; 32],
1428 }
1429 #[derive(
1431 Clone,
1432 ::ethers::contract::EthCall,
1433 ::ethers::contract::EthDisplay,
1434 serde::Serialize,
1435 serde::Deserialize,
1436 Default,
1437 Debug,
1438 PartialEq,
1439 Eq,
1440 Hash
1441 )]
1442 #[ethcall(name = "grantRole", abi = "grantRole(bytes32,address)")]
1443 pub struct GrantRoleCall {
1444 pub role: [u8; 32],
1445 pub account: ::ethers::core::types::Address,
1446 }
1447 #[derive(
1449 Clone,
1450 ::ethers::contract::EthCall,
1451 ::ethers::contract::EthDisplay,
1452 serde::Serialize,
1453 serde::Deserialize,
1454 Default,
1455 Debug,
1456 PartialEq,
1457 Eq,
1458 Hash
1459 )]
1460 #[ethcall(name = "hasRole", abi = "hasRole(bytes32,address)")]
1461 pub struct HasRoleCall {
1462 pub role: [u8; 32],
1463 pub account: ::ethers::core::types::Address,
1464 }
1465 #[derive(
1467 Clone,
1468 ::ethers::contract::EthCall,
1469 ::ethers::contract::EthDisplay,
1470 serde::Serialize,
1471 serde::Deserialize,
1472 Default,
1473 Debug,
1474 PartialEq,
1475 Eq,
1476 Hash
1477 )]
1478 #[ethcall(
1479 name = "maxAllowedRegistrations",
1480 abi = "maxAllowedRegistrations(address)"
1481 )]
1482 pub struct MaxAllowedRegistrationsCall {
1483 pub safe_address: ::ethers::core::types::Address,
1484 }
1485 #[derive(
1487 Clone,
1488 ::ethers::contract::EthCall,
1489 ::ethers::contract::EthDisplay,
1490 serde::Serialize,
1491 serde::Deserialize,
1492 Default,
1493 Debug,
1494 PartialEq,
1495 Eq,
1496 Hash
1497 )]
1498 #[ethcall(name = "nodeSafeRegistry", abi = "nodeSafeRegistry()")]
1499 pub struct NodeSafeRegistryCall;
1500 #[derive(
1502 Clone,
1503 ::ethers::contract::EthCall,
1504 ::ethers::contract::EthDisplay,
1505 serde::Serialize,
1506 serde::Deserialize,
1507 Default,
1508 Debug,
1509 PartialEq,
1510 Eq,
1511 Hash
1512 )]
1513 #[ethcall(name = "renounceRole", abi = "renounceRole(bytes32,address)")]
1514 pub struct RenounceRoleCall {
1515 pub role: [u8; 32],
1516 pub account: ::ethers::core::types::Address,
1517 }
1518 #[derive(
1520 Clone,
1521 ::ethers::contract::EthCall,
1522 ::ethers::contract::EthDisplay,
1523 serde::Serialize,
1524 serde::Deserialize,
1525 Default,
1526 Debug,
1527 PartialEq,
1528 Eq,
1529 Hash
1530 )]
1531 #[ethcall(name = "revokeRole", abi = "revokeRole(bytes32,address)")]
1532 pub struct RevokeRoleCall {
1533 pub role: [u8; 32],
1534 pub account: ::ethers::core::types::Address,
1535 }
1536 #[derive(
1538 Clone,
1539 ::ethers::contract::EthCall,
1540 ::ethers::contract::EthDisplay,
1541 serde::Serialize,
1542 serde::Deserialize,
1543 Default,
1544 Debug,
1545 PartialEq,
1546 Eq,
1547 Hash
1548 )]
1549 #[ethcall(name = "snapshotBlockNumber", abi = "snapshotBlockNumber()")]
1550 pub struct SnapshotBlockNumberCall;
1551 #[derive(
1553 Clone,
1554 ::ethers::contract::EthCall,
1555 ::ethers::contract::EthDisplay,
1556 serde::Serialize,
1557 serde::Deserialize,
1558 Default,
1559 Debug,
1560 PartialEq,
1561 Eq,
1562 Hash
1563 )]
1564 #[ethcall(name = "stakeThreshold", abi = "stakeThreshold()")]
1565 pub struct StakeThresholdCall;
1566 #[derive(
1568 Clone,
1569 ::ethers::contract::EthCall,
1570 ::ethers::contract::EthDisplay,
1571 serde::Serialize,
1572 serde::Deserialize,
1573 Default,
1574 Debug,
1575 PartialEq,
1576 Eq,
1577 Hash
1578 )]
1579 #[ethcall(name = "supportsInterface", abi = "supportsInterface(bytes4)")]
1580 pub struct SupportsInterfaceCall {
1581 pub interface_id: [u8; 4],
1582 }
1583 #[derive(
1585 Clone,
1586 ::ethers::contract::EthCall,
1587 ::ethers::contract::EthDisplay,
1588 serde::Serialize,
1589 serde::Deserialize,
1590 Default,
1591 Debug,
1592 PartialEq,
1593 Eq,
1594 Hash
1595 )]
1596 #[ethcall(name = "token", abi = "token()")]
1597 pub struct TokenCall;
1598 #[derive(
1600 Clone,
1601 ::ethers::contract::EthCall,
1602 ::ethers::contract::EthDisplay,
1603 serde::Serialize,
1604 serde::Deserialize,
1605 Default,
1606 Debug,
1607 PartialEq,
1608 Eq,
1609 Hash
1610 )]
1611 #[ethcall(
1612 name = "updateSnapshotBlockNumber",
1613 abi = "updateSnapshotBlockNumber(uint128)"
1614 )]
1615 pub struct UpdateSnapshotBlockNumberCall {
1616 pub new_snapshot_block: u128,
1617 }
1618 #[derive(
1620 Clone,
1621 ::ethers::contract::EthCall,
1622 ::ethers::contract::EthDisplay,
1623 serde::Serialize,
1624 serde::Deserialize,
1625 Default,
1626 Debug,
1627 PartialEq,
1628 Eq,
1629 Hash
1630 )]
1631 #[ethcall(name = "updateStakeThreshold", abi = "updateStakeThreshold(uint256)")]
1632 pub struct UpdateStakeThresholdCall {
1633 pub new_threshold: ::ethers::core::types::U256,
1634 }
1635 #[derive(
1637 Clone,
1638 ::ethers::contract::EthAbiType,
1639 serde::Serialize,
1640 serde::Deserialize,
1641 Debug,
1642 PartialEq,
1643 Eq,
1644 Hash
1645 )]
1646 pub enum HoprSafeProxyForNetworkRegistryCalls {
1647 DefaultAdminRole(DefaultAdminRoleCall),
1648 ManagerRole(ManagerRoleCall),
1649 CanOperateFor(CanOperateForCall),
1650 GetRoleAdmin(GetRoleAdminCall),
1651 GetRoleMember(GetRoleMemberCall),
1652 GetRoleMemberCount(GetRoleMemberCountCall),
1653 GrantRole(GrantRoleCall),
1654 HasRole(HasRoleCall),
1655 MaxAllowedRegistrations(MaxAllowedRegistrationsCall),
1656 NodeSafeRegistry(NodeSafeRegistryCall),
1657 RenounceRole(RenounceRoleCall),
1658 RevokeRole(RevokeRoleCall),
1659 SnapshotBlockNumber(SnapshotBlockNumberCall),
1660 StakeThreshold(StakeThresholdCall),
1661 SupportsInterface(SupportsInterfaceCall),
1662 Token(TokenCall),
1663 UpdateSnapshotBlockNumber(UpdateSnapshotBlockNumberCall),
1664 UpdateStakeThreshold(UpdateStakeThresholdCall),
1665 }
1666 impl ::ethers::core::abi::AbiDecode for HoprSafeProxyForNetworkRegistryCalls {
1667 fn decode(
1668 data: impl AsRef<[u8]>,
1669 ) -> ::core::result::Result<Self, ::ethers::core::abi::AbiError> {
1670 let data = data.as_ref();
1671 if let Ok(decoded) = <DefaultAdminRoleCall as ::ethers::core::abi::AbiDecode>::decode(
1672 data,
1673 ) {
1674 return Ok(Self::DefaultAdminRole(decoded));
1675 }
1676 if let Ok(decoded) = <ManagerRoleCall as ::ethers::core::abi::AbiDecode>::decode(
1677 data,
1678 ) {
1679 return Ok(Self::ManagerRole(decoded));
1680 }
1681 if let Ok(decoded) = <CanOperateForCall as ::ethers::core::abi::AbiDecode>::decode(
1682 data,
1683 ) {
1684 return Ok(Self::CanOperateFor(decoded));
1685 }
1686 if let Ok(decoded) = <GetRoleAdminCall as ::ethers::core::abi::AbiDecode>::decode(
1687 data,
1688 ) {
1689 return Ok(Self::GetRoleAdmin(decoded));
1690 }
1691 if let Ok(decoded) = <GetRoleMemberCall as ::ethers::core::abi::AbiDecode>::decode(
1692 data,
1693 ) {
1694 return Ok(Self::GetRoleMember(decoded));
1695 }
1696 if let Ok(decoded) = <GetRoleMemberCountCall as ::ethers::core::abi::AbiDecode>::decode(
1697 data,
1698 ) {
1699 return Ok(Self::GetRoleMemberCount(decoded));
1700 }
1701 if let Ok(decoded) = <GrantRoleCall as ::ethers::core::abi::AbiDecode>::decode(
1702 data,
1703 ) {
1704 return Ok(Self::GrantRole(decoded));
1705 }
1706 if let Ok(decoded) = <HasRoleCall as ::ethers::core::abi::AbiDecode>::decode(
1707 data,
1708 ) {
1709 return Ok(Self::HasRole(decoded));
1710 }
1711 if let Ok(decoded) = <MaxAllowedRegistrationsCall as ::ethers::core::abi::AbiDecode>::decode(
1712 data,
1713 ) {
1714 return Ok(Self::MaxAllowedRegistrations(decoded));
1715 }
1716 if let Ok(decoded) = <NodeSafeRegistryCall as ::ethers::core::abi::AbiDecode>::decode(
1717 data,
1718 ) {
1719 return Ok(Self::NodeSafeRegistry(decoded));
1720 }
1721 if let Ok(decoded) = <RenounceRoleCall as ::ethers::core::abi::AbiDecode>::decode(
1722 data,
1723 ) {
1724 return Ok(Self::RenounceRole(decoded));
1725 }
1726 if let Ok(decoded) = <RevokeRoleCall as ::ethers::core::abi::AbiDecode>::decode(
1727 data,
1728 ) {
1729 return Ok(Self::RevokeRole(decoded));
1730 }
1731 if let Ok(decoded) = <SnapshotBlockNumberCall as ::ethers::core::abi::AbiDecode>::decode(
1732 data,
1733 ) {
1734 return Ok(Self::SnapshotBlockNumber(decoded));
1735 }
1736 if let Ok(decoded) = <StakeThresholdCall as ::ethers::core::abi::AbiDecode>::decode(
1737 data,
1738 ) {
1739 return Ok(Self::StakeThreshold(decoded));
1740 }
1741 if let Ok(decoded) = <SupportsInterfaceCall as ::ethers::core::abi::AbiDecode>::decode(
1742 data,
1743 ) {
1744 return Ok(Self::SupportsInterface(decoded));
1745 }
1746 if let Ok(decoded) = <TokenCall as ::ethers::core::abi::AbiDecode>::decode(
1747 data,
1748 ) {
1749 return Ok(Self::Token(decoded));
1750 }
1751 if let Ok(decoded) = <UpdateSnapshotBlockNumberCall as ::ethers::core::abi::AbiDecode>::decode(
1752 data,
1753 ) {
1754 return Ok(Self::UpdateSnapshotBlockNumber(decoded));
1755 }
1756 if let Ok(decoded) = <UpdateStakeThresholdCall as ::ethers::core::abi::AbiDecode>::decode(
1757 data,
1758 ) {
1759 return Ok(Self::UpdateStakeThreshold(decoded));
1760 }
1761 Err(::ethers::core::abi::Error::InvalidData.into())
1762 }
1763 }
1764 impl ::ethers::core::abi::AbiEncode for HoprSafeProxyForNetworkRegistryCalls {
1765 fn encode(self) -> Vec<u8> {
1766 match self {
1767 Self::DefaultAdminRole(element) => {
1768 ::ethers::core::abi::AbiEncode::encode(element)
1769 }
1770 Self::ManagerRole(element) => {
1771 ::ethers::core::abi::AbiEncode::encode(element)
1772 }
1773 Self::CanOperateFor(element) => {
1774 ::ethers::core::abi::AbiEncode::encode(element)
1775 }
1776 Self::GetRoleAdmin(element) => {
1777 ::ethers::core::abi::AbiEncode::encode(element)
1778 }
1779 Self::GetRoleMember(element) => {
1780 ::ethers::core::abi::AbiEncode::encode(element)
1781 }
1782 Self::GetRoleMemberCount(element) => {
1783 ::ethers::core::abi::AbiEncode::encode(element)
1784 }
1785 Self::GrantRole(element) => {
1786 ::ethers::core::abi::AbiEncode::encode(element)
1787 }
1788 Self::HasRole(element) => ::ethers::core::abi::AbiEncode::encode(element),
1789 Self::MaxAllowedRegistrations(element) => {
1790 ::ethers::core::abi::AbiEncode::encode(element)
1791 }
1792 Self::NodeSafeRegistry(element) => {
1793 ::ethers::core::abi::AbiEncode::encode(element)
1794 }
1795 Self::RenounceRole(element) => {
1796 ::ethers::core::abi::AbiEncode::encode(element)
1797 }
1798 Self::RevokeRole(element) => {
1799 ::ethers::core::abi::AbiEncode::encode(element)
1800 }
1801 Self::SnapshotBlockNumber(element) => {
1802 ::ethers::core::abi::AbiEncode::encode(element)
1803 }
1804 Self::StakeThreshold(element) => {
1805 ::ethers::core::abi::AbiEncode::encode(element)
1806 }
1807 Self::SupportsInterface(element) => {
1808 ::ethers::core::abi::AbiEncode::encode(element)
1809 }
1810 Self::Token(element) => ::ethers::core::abi::AbiEncode::encode(element),
1811 Self::UpdateSnapshotBlockNumber(element) => {
1812 ::ethers::core::abi::AbiEncode::encode(element)
1813 }
1814 Self::UpdateStakeThreshold(element) => {
1815 ::ethers::core::abi::AbiEncode::encode(element)
1816 }
1817 }
1818 }
1819 }
1820 impl ::core::fmt::Display for HoprSafeProxyForNetworkRegistryCalls {
1821 fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
1822 match self {
1823 Self::DefaultAdminRole(element) => ::core::fmt::Display::fmt(element, f),
1824 Self::ManagerRole(element) => ::core::fmt::Display::fmt(element, f),
1825 Self::CanOperateFor(element) => ::core::fmt::Display::fmt(element, f),
1826 Self::GetRoleAdmin(element) => ::core::fmt::Display::fmt(element, f),
1827 Self::GetRoleMember(element) => ::core::fmt::Display::fmt(element, f),
1828 Self::GetRoleMemberCount(element) => {
1829 ::core::fmt::Display::fmt(element, f)
1830 }
1831 Self::GrantRole(element) => ::core::fmt::Display::fmt(element, f),
1832 Self::HasRole(element) => ::core::fmt::Display::fmt(element, f),
1833 Self::MaxAllowedRegistrations(element) => {
1834 ::core::fmt::Display::fmt(element, f)
1835 }
1836 Self::NodeSafeRegistry(element) => ::core::fmt::Display::fmt(element, f),
1837 Self::RenounceRole(element) => ::core::fmt::Display::fmt(element, f),
1838 Self::RevokeRole(element) => ::core::fmt::Display::fmt(element, f),
1839 Self::SnapshotBlockNumber(element) => {
1840 ::core::fmt::Display::fmt(element, f)
1841 }
1842 Self::StakeThreshold(element) => ::core::fmt::Display::fmt(element, f),
1843 Self::SupportsInterface(element) => ::core::fmt::Display::fmt(element, f),
1844 Self::Token(element) => ::core::fmt::Display::fmt(element, f),
1845 Self::UpdateSnapshotBlockNumber(element) => {
1846 ::core::fmt::Display::fmt(element, f)
1847 }
1848 Self::UpdateStakeThreshold(element) => {
1849 ::core::fmt::Display::fmt(element, f)
1850 }
1851 }
1852 }
1853 }
1854 impl ::core::convert::From<DefaultAdminRoleCall>
1855 for HoprSafeProxyForNetworkRegistryCalls {
1856 fn from(value: DefaultAdminRoleCall) -> Self {
1857 Self::DefaultAdminRole(value)
1858 }
1859 }
1860 impl ::core::convert::From<ManagerRoleCall>
1861 for HoprSafeProxyForNetworkRegistryCalls {
1862 fn from(value: ManagerRoleCall) -> Self {
1863 Self::ManagerRole(value)
1864 }
1865 }
1866 impl ::core::convert::From<CanOperateForCall>
1867 for HoprSafeProxyForNetworkRegistryCalls {
1868 fn from(value: CanOperateForCall) -> Self {
1869 Self::CanOperateFor(value)
1870 }
1871 }
1872 impl ::core::convert::From<GetRoleAdminCall>
1873 for HoprSafeProxyForNetworkRegistryCalls {
1874 fn from(value: GetRoleAdminCall) -> Self {
1875 Self::GetRoleAdmin(value)
1876 }
1877 }
1878 impl ::core::convert::From<GetRoleMemberCall>
1879 for HoprSafeProxyForNetworkRegistryCalls {
1880 fn from(value: GetRoleMemberCall) -> Self {
1881 Self::GetRoleMember(value)
1882 }
1883 }
1884 impl ::core::convert::From<GetRoleMemberCountCall>
1885 for HoprSafeProxyForNetworkRegistryCalls {
1886 fn from(value: GetRoleMemberCountCall) -> Self {
1887 Self::GetRoleMemberCount(value)
1888 }
1889 }
1890 impl ::core::convert::From<GrantRoleCall> for HoprSafeProxyForNetworkRegistryCalls {
1891 fn from(value: GrantRoleCall) -> Self {
1892 Self::GrantRole(value)
1893 }
1894 }
1895 impl ::core::convert::From<HasRoleCall> for HoprSafeProxyForNetworkRegistryCalls {
1896 fn from(value: HasRoleCall) -> Self {
1897 Self::HasRole(value)
1898 }
1899 }
1900 impl ::core::convert::From<MaxAllowedRegistrationsCall>
1901 for HoprSafeProxyForNetworkRegistryCalls {
1902 fn from(value: MaxAllowedRegistrationsCall) -> Self {
1903 Self::MaxAllowedRegistrations(value)
1904 }
1905 }
1906 impl ::core::convert::From<NodeSafeRegistryCall>
1907 for HoprSafeProxyForNetworkRegistryCalls {
1908 fn from(value: NodeSafeRegistryCall) -> Self {
1909 Self::NodeSafeRegistry(value)
1910 }
1911 }
1912 impl ::core::convert::From<RenounceRoleCall>
1913 for HoprSafeProxyForNetworkRegistryCalls {
1914 fn from(value: RenounceRoleCall) -> Self {
1915 Self::RenounceRole(value)
1916 }
1917 }
1918 impl ::core::convert::From<RevokeRoleCall> for HoprSafeProxyForNetworkRegistryCalls {
1919 fn from(value: RevokeRoleCall) -> Self {
1920 Self::RevokeRole(value)
1921 }
1922 }
1923 impl ::core::convert::From<SnapshotBlockNumberCall>
1924 for HoprSafeProxyForNetworkRegistryCalls {
1925 fn from(value: SnapshotBlockNumberCall) -> Self {
1926 Self::SnapshotBlockNumber(value)
1927 }
1928 }
1929 impl ::core::convert::From<StakeThresholdCall>
1930 for HoprSafeProxyForNetworkRegistryCalls {
1931 fn from(value: StakeThresholdCall) -> Self {
1932 Self::StakeThreshold(value)
1933 }
1934 }
1935 impl ::core::convert::From<SupportsInterfaceCall>
1936 for HoprSafeProxyForNetworkRegistryCalls {
1937 fn from(value: SupportsInterfaceCall) -> Self {
1938 Self::SupportsInterface(value)
1939 }
1940 }
1941 impl ::core::convert::From<TokenCall> for HoprSafeProxyForNetworkRegistryCalls {
1942 fn from(value: TokenCall) -> Self {
1943 Self::Token(value)
1944 }
1945 }
1946 impl ::core::convert::From<UpdateSnapshotBlockNumberCall>
1947 for HoprSafeProxyForNetworkRegistryCalls {
1948 fn from(value: UpdateSnapshotBlockNumberCall) -> Self {
1949 Self::UpdateSnapshotBlockNumber(value)
1950 }
1951 }
1952 impl ::core::convert::From<UpdateStakeThresholdCall>
1953 for HoprSafeProxyForNetworkRegistryCalls {
1954 fn from(value: UpdateStakeThresholdCall) -> Self {
1955 Self::UpdateStakeThreshold(value)
1956 }
1957 }
1958 #[derive(
1960 Clone,
1961 ::ethers::contract::EthAbiType,
1962 ::ethers::contract::EthAbiCodec,
1963 serde::Serialize,
1964 serde::Deserialize,
1965 Default,
1966 Debug,
1967 PartialEq,
1968 Eq,
1969 Hash
1970 )]
1971 pub struct DefaultAdminRoleReturn(pub [u8; 32]);
1972 #[derive(
1974 Clone,
1975 ::ethers::contract::EthAbiType,
1976 ::ethers::contract::EthAbiCodec,
1977 serde::Serialize,
1978 serde::Deserialize,
1979 Default,
1980 Debug,
1981 PartialEq,
1982 Eq,
1983 Hash
1984 )]
1985 pub struct ManagerRoleReturn(pub [u8; 32]);
1986 #[derive(
1988 Clone,
1989 ::ethers::contract::EthAbiType,
1990 ::ethers::contract::EthAbiCodec,
1991 serde::Serialize,
1992 serde::Deserialize,
1993 Default,
1994 Debug,
1995 PartialEq,
1996 Eq,
1997 Hash
1998 )]
1999 pub struct CanOperateForReturn {
2000 pub eligiblity: bool,
2001 }
2002 #[derive(
2004 Clone,
2005 ::ethers::contract::EthAbiType,
2006 ::ethers::contract::EthAbiCodec,
2007 serde::Serialize,
2008 serde::Deserialize,
2009 Default,
2010 Debug,
2011 PartialEq,
2012 Eq,
2013 Hash
2014 )]
2015 pub struct GetRoleAdminReturn(pub [u8; 32]);
2016 #[derive(
2018 Clone,
2019 ::ethers::contract::EthAbiType,
2020 ::ethers::contract::EthAbiCodec,
2021 serde::Serialize,
2022 serde::Deserialize,
2023 Default,
2024 Debug,
2025 PartialEq,
2026 Eq,
2027 Hash
2028 )]
2029 pub struct GetRoleMemberReturn(pub ::ethers::core::types::Address);
2030 #[derive(
2032 Clone,
2033 ::ethers::contract::EthAbiType,
2034 ::ethers::contract::EthAbiCodec,
2035 serde::Serialize,
2036 serde::Deserialize,
2037 Default,
2038 Debug,
2039 PartialEq,
2040 Eq,
2041 Hash
2042 )]
2043 pub struct GetRoleMemberCountReturn(pub ::ethers::core::types::U256);
2044 #[derive(
2046 Clone,
2047 ::ethers::contract::EthAbiType,
2048 ::ethers::contract::EthAbiCodec,
2049 serde::Serialize,
2050 serde::Deserialize,
2051 Default,
2052 Debug,
2053 PartialEq,
2054 Eq,
2055 Hash
2056 )]
2057 pub struct HasRoleReturn(pub bool);
2058 #[derive(
2060 Clone,
2061 ::ethers::contract::EthAbiType,
2062 ::ethers::contract::EthAbiCodec,
2063 serde::Serialize,
2064 serde::Deserialize,
2065 Default,
2066 Debug,
2067 PartialEq,
2068 Eq,
2069 Hash
2070 )]
2071 pub struct MaxAllowedRegistrationsReturn(pub ::ethers::core::types::U256);
2072 #[derive(
2074 Clone,
2075 ::ethers::contract::EthAbiType,
2076 ::ethers::contract::EthAbiCodec,
2077 serde::Serialize,
2078 serde::Deserialize,
2079 Default,
2080 Debug,
2081 PartialEq,
2082 Eq,
2083 Hash
2084 )]
2085 pub struct NodeSafeRegistryReturn(pub ::ethers::core::types::Address);
2086 #[derive(
2088 Clone,
2089 ::ethers::contract::EthAbiType,
2090 ::ethers::contract::EthAbiCodec,
2091 serde::Serialize,
2092 serde::Deserialize,
2093 Default,
2094 Debug,
2095 PartialEq,
2096 Eq,
2097 Hash
2098 )]
2099 pub struct SnapshotBlockNumberReturn(pub u128);
2100 #[derive(
2102 Clone,
2103 ::ethers::contract::EthAbiType,
2104 ::ethers::contract::EthAbiCodec,
2105 serde::Serialize,
2106 serde::Deserialize,
2107 Default,
2108 Debug,
2109 PartialEq,
2110 Eq,
2111 Hash
2112 )]
2113 pub struct StakeThresholdReturn(pub ::ethers::core::types::U256);
2114 #[derive(
2116 Clone,
2117 ::ethers::contract::EthAbiType,
2118 ::ethers::contract::EthAbiCodec,
2119 serde::Serialize,
2120 serde::Deserialize,
2121 Default,
2122 Debug,
2123 PartialEq,
2124 Eq,
2125 Hash
2126 )]
2127 pub struct SupportsInterfaceReturn(pub bool);
2128 #[derive(
2130 Clone,
2131 ::ethers::contract::EthAbiType,
2132 ::ethers::contract::EthAbiCodec,
2133 serde::Serialize,
2134 serde::Deserialize,
2135 Default,
2136 Debug,
2137 PartialEq,
2138 Eq,
2139 Hash
2140 )]
2141 pub struct TokenReturn(pub ::ethers::core::types::Address);
2142}