hopr_bindings/codegen/
hopr_announcements.rs

1pub use hopr_announcements::*;
2/// This module was auto-generated with ethers-rs Abigen.
3/// More information at: <https://github.com/gakonst/ethers-rs>
4#[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_announcements {
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("safeRegistry"),
20                        kind: ::ethers::core::abi::ethabi::ParamType::Address,
21                        internal_type: ::core::option::Option::Some(
22                            ::std::borrow::ToOwned::to_owned(
23                                "contract HoprNodeSafeRegistry",
24                            ),
25                        ),
26                    },
27                ],
28            }),
29            functions: ::core::convert::From::from([
30                (
31                    ::std::borrow::ToOwned::to_owned("announce"),
32                    ::std::vec![
33                        ::ethers::core::abi::ethabi::Function {
34                            name: ::std::borrow::ToOwned::to_owned("announce"),
35                            inputs: ::std::vec![
36                                ::ethers::core::abi::ethabi::Param {
37                                    name: ::std::borrow::ToOwned::to_owned("baseMultiaddr"),
38                                    kind: ::ethers::core::abi::ethabi::ParamType::String,
39                                    internal_type: ::core::option::Option::Some(
40                                        ::std::borrow::ToOwned::to_owned("string"),
41                                    ),
42                                },
43                            ],
44                            outputs: ::std::vec![],
45                            constant: ::core::option::Option::None,
46                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
47                        },
48                    ],
49                ),
50                (
51                    ::std::borrow::ToOwned::to_owned("announceSafe"),
52                    ::std::vec![
53                        ::ethers::core::abi::ethabi::Function {
54                            name: ::std::borrow::ToOwned::to_owned("announceSafe"),
55                            inputs: ::std::vec![
56                                ::ethers::core::abi::ethabi::Param {
57                                    name: ::std::borrow::ToOwned::to_owned("self"),
58                                    kind: ::ethers::core::abi::ethabi::ParamType::Address,
59                                    internal_type: ::core::option::Option::Some(
60                                        ::std::borrow::ToOwned::to_owned("address"),
61                                    ),
62                                },
63                                ::ethers::core::abi::ethabi::Param {
64                                    name: ::std::borrow::ToOwned::to_owned("baseMultiaddr"),
65                                    kind: ::ethers::core::abi::ethabi::ParamType::String,
66                                    internal_type: ::core::option::Option::Some(
67                                        ::std::borrow::ToOwned::to_owned("string"),
68                                    ),
69                                },
70                            ],
71                            outputs: ::std::vec![],
72                            constant: ::core::option::Option::None,
73                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
74                        },
75                    ],
76                ),
77                (
78                    ::std::borrow::ToOwned::to_owned("bindKeys"),
79                    ::std::vec![
80                        ::ethers::core::abi::ethabi::Function {
81                            name: ::std::borrow::ToOwned::to_owned("bindKeys"),
82                            inputs: ::std::vec![
83                                ::ethers::core::abi::ethabi::Param {
84                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_0"),
85                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
86                                        32usize,
87                                    ),
88                                    internal_type: ::core::option::Option::Some(
89                                        ::std::borrow::ToOwned::to_owned("bytes32"),
90                                    ),
91                                },
92                                ::ethers::core::abi::ethabi::Param {
93                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_1"),
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                                ::ethers::core::abi::ethabi::Param {
102                                    name: ::std::borrow::ToOwned::to_owned("ed25519_pub_key"),
103                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
104                                        32usize,
105                                    ),
106                                    internal_type: ::core::option::Option::Some(
107                                        ::std::borrow::ToOwned::to_owned("bytes32"),
108                                    ),
109                                },
110                            ],
111                            outputs: ::std::vec![],
112                            constant: ::core::option::Option::None,
113                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
114                        },
115                    ],
116                ),
117                (
118                    ::std::borrow::ToOwned::to_owned("bindKeysAnnounce"),
119                    ::std::vec![
120                        ::ethers::core::abi::ethabi::Function {
121                            name: ::std::borrow::ToOwned::to_owned("bindKeysAnnounce"),
122                            inputs: ::std::vec![
123                                ::ethers::core::abi::ethabi::Param {
124                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_0"),
125                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
126                                        32usize,
127                                    ),
128                                    internal_type: ::core::option::Option::Some(
129                                        ::std::borrow::ToOwned::to_owned("bytes32"),
130                                    ),
131                                },
132                                ::ethers::core::abi::ethabi::Param {
133                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_1"),
134                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
135                                        32usize,
136                                    ),
137                                    internal_type: ::core::option::Option::Some(
138                                        ::std::borrow::ToOwned::to_owned("bytes32"),
139                                    ),
140                                },
141                                ::ethers::core::abi::ethabi::Param {
142                                    name: ::std::borrow::ToOwned::to_owned("ed25519_pub_key"),
143                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
144                                        32usize,
145                                    ),
146                                    internal_type: ::core::option::Option::Some(
147                                        ::std::borrow::ToOwned::to_owned("bytes32"),
148                                    ),
149                                },
150                                ::ethers::core::abi::ethabi::Param {
151                                    name: ::std::borrow::ToOwned::to_owned("baseMultiaddr"),
152                                    kind: ::ethers::core::abi::ethabi::ParamType::String,
153                                    internal_type: ::core::option::Option::Some(
154                                        ::std::borrow::ToOwned::to_owned("string"),
155                                    ),
156                                },
157                            ],
158                            outputs: ::std::vec![],
159                            constant: ::core::option::Option::None,
160                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
161                        },
162                    ],
163                ),
164                (
165                    ::std::borrow::ToOwned::to_owned("bindKeysAnnounceSafe"),
166                    ::std::vec![
167                        ::ethers::core::abi::ethabi::Function {
168                            name: ::std::borrow::ToOwned::to_owned(
169                                "bindKeysAnnounceSafe",
170                            ),
171                            inputs: ::std::vec![
172                                ::ethers::core::abi::ethabi::Param {
173                                    name: ::std::borrow::ToOwned::to_owned("self"),
174                                    kind: ::ethers::core::abi::ethabi::ParamType::Address,
175                                    internal_type: ::core::option::Option::Some(
176                                        ::std::borrow::ToOwned::to_owned("address"),
177                                    ),
178                                },
179                                ::ethers::core::abi::ethabi::Param {
180                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_0"),
181                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
182                                        32usize,
183                                    ),
184                                    internal_type: ::core::option::Option::Some(
185                                        ::std::borrow::ToOwned::to_owned("bytes32"),
186                                    ),
187                                },
188                                ::ethers::core::abi::ethabi::Param {
189                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_1"),
190                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
191                                        32usize,
192                                    ),
193                                    internal_type: ::core::option::Option::Some(
194                                        ::std::borrow::ToOwned::to_owned("bytes32"),
195                                    ),
196                                },
197                                ::ethers::core::abi::ethabi::Param {
198                                    name: ::std::borrow::ToOwned::to_owned("ed25519_pub_key"),
199                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
200                                        32usize,
201                                    ),
202                                    internal_type: ::core::option::Option::Some(
203                                        ::std::borrow::ToOwned::to_owned("bytes32"),
204                                    ),
205                                },
206                                ::ethers::core::abi::ethabi::Param {
207                                    name: ::std::borrow::ToOwned::to_owned("baseMultiaddr"),
208                                    kind: ::ethers::core::abi::ethabi::ParamType::String,
209                                    internal_type: ::core::option::Option::Some(
210                                        ::std::borrow::ToOwned::to_owned("string"),
211                                    ),
212                                },
213                            ],
214                            outputs: ::std::vec![],
215                            constant: ::core::option::Option::None,
216                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
217                        },
218                    ],
219                ),
220                (
221                    ::std::borrow::ToOwned::to_owned("bindKeysSafe"),
222                    ::std::vec![
223                        ::ethers::core::abi::ethabi::Function {
224                            name: ::std::borrow::ToOwned::to_owned("bindKeysSafe"),
225                            inputs: ::std::vec![
226                                ::ethers::core::abi::ethabi::Param {
227                                    name: ::std::borrow::ToOwned::to_owned("self"),
228                                    kind: ::ethers::core::abi::ethabi::ParamType::Address,
229                                    internal_type: ::core::option::Option::Some(
230                                        ::std::borrow::ToOwned::to_owned("address"),
231                                    ),
232                                },
233                                ::ethers::core::abi::ethabi::Param {
234                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_0"),
235                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
236                                        32usize,
237                                    ),
238                                    internal_type: ::core::option::Option::Some(
239                                        ::std::borrow::ToOwned::to_owned("bytes32"),
240                                    ),
241                                },
242                                ::ethers::core::abi::ethabi::Param {
243                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_1"),
244                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
245                                        32usize,
246                                    ),
247                                    internal_type: ::core::option::Option::Some(
248                                        ::std::borrow::ToOwned::to_owned("bytes32"),
249                                    ),
250                                },
251                                ::ethers::core::abi::ethabi::Param {
252                                    name: ::std::borrow::ToOwned::to_owned("ed25519_pub_key"),
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                            ],
261                            outputs: ::std::vec![],
262                            constant: ::core::option::Option::None,
263                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
264                        },
265                    ],
266                ),
267                (
268                    ::std::borrow::ToOwned::to_owned("multicall"),
269                    ::std::vec![
270                        ::ethers::core::abi::ethabi::Function {
271                            name: ::std::borrow::ToOwned::to_owned("multicall"),
272                            inputs: ::std::vec![
273                                ::ethers::core::abi::ethabi::Param {
274                                    name: ::std::borrow::ToOwned::to_owned("data"),
275                                    kind: ::ethers::core::abi::ethabi::ParamType::Array(
276                                        ::std::boxed::Box::new(
277                                            ::ethers::core::abi::ethabi::ParamType::Bytes,
278                                        ),
279                                    ),
280                                    internal_type: ::core::option::Option::Some(
281                                        ::std::borrow::ToOwned::to_owned("bytes[]"),
282                                    ),
283                                },
284                            ],
285                            outputs: ::std::vec![
286                                ::ethers::core::abi::ethabi::Param {
287                                    name: ::std::borrow::ToOwned::to_owned("results"),
288                                    kind: ::ethers::core::abi::ethabi::ParamType::Array(
289                                        ::std::boxed::Box::new(
290                                            ::ethers::core::abi::ethabi::ParamType::Bytes,
291                                        ),
292                                    ),
293                                    internal_type: ::core::option::Option::Some(
294                                        ::std::borrow::ToOwned::to_owned("bytes[]"),
295                                    ),
296                                },
297                            ],
298                            constant: ::core::option::Option::None,
299                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
300                        },
301                    ],
302                ),
303                (
304                    ::std::borrow::ToOwned::to_owned("revoke"),
305                    ::std::vec![
306                        ::ethers::core::abi::ethabi::Function {
307                            name: ::std::borrow::ToOwned::to_owned("revoke"),
308                            inputs: ::std::vec![],
309                            outputs: ::std::vec![],
310                            constant: ::core::option::Option::None,
311                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
312                        },
313                    ],
314                ),
315                (
316                    ::std::borrow::ToOwned::to_owned("revokeSafe"),
317                    ::std::vec![
318                        ::ethers::core::abi::ethabi::Function {
319                            name: ::std::borrow::ToOwned::to_owned("revokeSafe"),
320                            inputs: ::std::vec![
321                                ::ethers::core::abi::ethabi::Param {
322                                    name: ::std::borrow::ToOwned::to_owned("self"),
323                                    kind: ::ethers::core::abi::ethabi::ParamType::Address,
324                                    internal_type: ::core::option::Option::Some(
325                                        ::std::borrow::ToOwned::to_owned("address"),
326                                    ),
327                                },
328                            ],
329                            outputs: ::std::vec![],
330                            constant: ::core::option::Option::None,
331                            state_mutability: ::ethers::core::abi::ethabi::StateMutability::NonPayable,
332                        },
333                    ],
334                ),
335            ]),
336            events: ::core::convert::From::from([
337                (
338                    ::std::borrow::ToOwned::to_owned("AddressAnnouncement"),
339                    ::std::vec![
340                        ::ethers::core::abi::ethabi::Event {
341                            name: ::std::borrow::ToOwned::to_owned(
342                                "AddressAnnouncement",
343                            ),
344                            inputs: ::std::vec![
345                                ::ethers::core::abi::ethabi::EventParam {
346                                    name: ::std::borrow::ToOwned::to_owned("node"),
347                                    kind: ::ethers::core::abi::ethabi::ParamType::Address,
348                                    indexed: false,
349                                },
350                                ::ethers::core::abi::ethabi::EventParam {
351                                    name: ::std::borrow::ToOwned::to_owned("baseMultiaddr"),
352                                    kind: ::ethers::core::abi::ethabi::ParamType::String,
353                                    indexed: false,
354                                },
355                            ],
356                            anonymous: false,
357                        },
358                    ],
359                ),
360                (
361                    ::std::borrow::ToOwned::to_owned("KeyBinding"),
362                    ::std::vec![
363                        ::ethers::core::abi::ethabi::Event {
364                            name: ::std::borrow::ToOwned::to_owned("KeyBinding"),
365                            inputs: ::std::vec![
366                                ::ethers::core::abi::ethabi::EventParam {
367                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_0"),
368                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
369                                        32usize,
370                                    ),
371                                    indexed: false,
372                                },
373                                ::ethers::core::abi::ethabi::EventParam {
374                                    name: ::std::borrow::ToOwned::to_owned("ed25519_sig_1"),
375                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
376                                        32usize,
377                                    ),
378                                    indexed: false,
379                                },
380                                ::ethers::core::abi::ethabi::EventParam {
381                                    name: ::std::borrow::ToOwned::to_owned("ed25519_pub_key"),
382                                    kind: ::ethers::core::abi::ethabi::ParamType::FixedBytes(
383                                        32usize,
384                                    ),
385                                    indexed: false,
386                                },
387                                ::ethers::core::abi::ethabi::EventParam {
388                                    name: ::std::borrow::ToOwned::to_owned("chain_key"),
389                                    kind: ::ethers::core::abi::ethabi::ParamType::Address,
390                                    indexed: false,
391                                },
392                            ],
393                            anonymous: false,
394                        },
395                    ],
396                ),
397                (
398                    ::std::borrow::ToOwned::to_owned("RevokeAnnouncement"),
399                    ::std::vec![
400                        ::ethers::core::abi::ethabi::Event {
401                            name: ::std::borrow::ToOwned::to_owned("RevokeAnnouncement"),
402                            inputs: ::std::vec![
403                                ::ethers::core::abi::ethabi::EventParam {
404                                    name: ::std::borrow::ToOwned::to_owned("node"),
405                                    kind: ::ethers::core::abi::ethabi::ParamType::Address,
406                                    indexed: false,
407                                },
408                            ],
409                            anonymous: false,
410                        },
411                    ],
412                ),
413            ]),
414            errors: ::core::convert::From::from([
415                (
416                    ::std::borrow::ToOwned::to_owned("AlreadyInitialized"),
417                    ::std::vec![
418                        ::ethers::core::abi::ethabi::AbiError {
419                            name: ::std::borrow::ToOwned::to_owned("AlreadyInitialized"),
420                            inputs: ::std::vec![],
421                        },
422                    ],
423                ),
424                (
425                    ::std::borrow::ToOwned::to_owned("ContractNotResponsible"),
426                    ::std::vec![
427                        ::ethers::core::abi::ethabi::AbiError {
428                            name: ::std::borrow::ToOwned::to_owned(
429                                "ContractNotResponsible",
430                            ),
431                            inputs: ::std::vec![],
432                        },
433                    ],
434                ),
435                (
436                    ::std::borrow::ToOwned::to_owned("InvalidSafeAddress"),
437                    ::std::vec![
438                        ::ethers::core::abi::ethabi::AbiError {
439                            name: ::std::borrow::ToOwned::to_owned("InvalidSafeAddress"),
440                            inputs: ::std::vec![],
441                        },
442                    ],
443                ),
444                (
445                    ::std::borrow::ToOwned::to_owned("MultiSigUninitialized"),
446                    ::std::vec![
447                        ::ethers::core::abi::ethabi::AbiError {
448                            name: ::std::borrow::ToOwned::to_owned(
449                                "MultiSigUninitialized",
450                            ),
451                            inputs: ::std::vec![],
452                        },
453                    ],
454                ),
455            ]),
456            receive: false,
457            fallback: false,
458        }
459    }
460    ///The parsed JSON ABI of the contract.
461    pub static HOPRANNOUNCEMENTS_ABI: ::ethers::contract::Lazy<
462        ::ethers::core::abi::Abi,
463    > = ::ethers::contract::Lazy::new(__abi);
464    #[rustfmt::skip]
465    const __BYTECODE: &[u8] = b"`\x80`@R`\0\x80T`\xFF`\xA0\x1B\x19\x16\x90U4\x80\x15a\0\x1DW`\0\x80\xFD[P`@Qa\x10\xF78\x03\x80a\x10\xF7\x839\x81\x01`@\x81\x90Ra\0<\x91a\0\xC5V[a\0E\x81a\0KV[Pa\0\xF5V[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16\x15a\0uW`@Qb\xDC\x14\x9F`\xE4\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\x01`\x01`\xA0\x1B\x03\x81\x16a\0\x9CW`@QcGN\xBE/`\xE1\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`\x01`\x01`\xA0\x1B\x03\x90\x92\x16`\x01`\x01`\xA8\x1B\x03\x19\x90\x92\x16\x91\x90\x91\x17`\x01`\xA0\x1B\x17\x90UV[`\0` \x82\x84\x03\x12\x15a\0\xD7W`\0\x80\xFD[\x81Q`\x01`\x01`\xA0\x1B\x03\x81\x16\x81\x14a\0\xEEW`\0\x80\xFD[\x93\x92PPPV[a\x0F\xF3\x80a\x01\x04`\09`\0\xF3\xFE`\x80`@R4\x80\x15a\0\x10W`\0\x80\xFD[P`\x046\x10a\0\x93W`\x005`\xE0\x1C\x80c\xDB\xB9\x8D\x91\x11a\0fW\x80c\xDB\xB9\x8D\x91\x14a\0\xF1W\x80c\xDD\xB9\xDF\xC1\x14a\x01\x04W\x80c\xEA\nR7\x14a\x01\x17W\x80c\xF8\x84\xA9\xCB\x14a\x01*W\x80c\xFA\xD0\xE5\xA2\x14a\x01=W`\0\x80\xFD[\x80c0\x8Cq.\x14a\0\x98W\x80c\xAC\x96P\xD8\x14a\0\xADW\x80c\xB6T\x9Fu\x14a\0\xD6W\x80c\xCA\xE2\xB44\x14a\0\xDEW[`\0\x80\xFD[a\0\xABa\0\xA66`\x04a\x0B\x11V[a\x01PV[\0[a\0\xC0a\0\xBB6`\x04a\x0B.V[a\x02\x1EV[`@Qa\0\xCD\x91\x90a\x0B\xF3V[`@Q\x80\x91\x03\x90\xF3[a\0\xABa\x03\x13V[a\0\xABa\0\xEC6`\x04a\x0CUV[a\x03\xDCV[a\0\xABa\0\xFF6`\x04a\x0C\x90V[a\x04\xB0V[a\0\xABa\x01\x126`\x04a\r\x05V[a\x05\x7FV[a\0\xABa\x01%6`\x04a\rxV[a\x06`V[a\0\xABa\x0186`\x04a\r\xBAV[a\x07)V[a\0\xABa\x01K6`\x04a\x0E\x1BV[a\x07\xFEV[`\0T\x81\x90`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x01|W`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R3\x92\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x01\xC6W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x01\xEA\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x02\x11W`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x02\x1A\x82a\x08\xD0V[PPV[``\x81g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\x029Wa\x029a\x0E\x8DV[`@Q\x90\x80\x82R\x80` \x02` \x01\x82\x01`@R\x80\x15a\x02lW\x81` \x01[``\x81R` \x01\x90`\x01\x90\x03\x90\x81a\x02WW\x90P[P\x90P`\0[\x82\x81\x10\x15a\x03\x0CWa\x02\xDC0\x85\x85\x84\x81\x81\x10a\x02\x90Wa\x02\x90a\x0E\xA3V[\x90P` \x02\x81\x01\x90a\x02\xA2\x91\x90a\x0E\xB9V[\x80\x80`\x1F\x01` \x80\x91\x04\x02` \x01`@Q\x90\x81\x01`@R\x80\x93\x92\x91\x90\x81\x81R` \x01\x83\x83\x80\x82\x847`\0\x92\x01\x91\x90\x91RPa\t\x0F\x92PPPV[\x82\x82\x81Q\x81\x10a\x02\xEEWa\x02\xEEa\x0E\xA3V[` \x02` \x01\x01\x81\x90RP\x80\x80a\x03\x04\x90a\x0F\0V[\x91PPa\x02rV[P\x92\x91PPV[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x03=W`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`@Qc\x02&^1`\xE6\x1B\x81R3`\x04\x82\x01R`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x03\x86W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x03\xAA\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x03\xD1W`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x03\xDA3a\x08\xD0V[V[`\0T\x84\x90`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x04\x08W`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R3\x92\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x04RW=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x04v\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x04\x9DW`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x04\xA9\x85\x85\x85\x85a\t;V[PPPPPV[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x04\xDAW`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`@Qc\x02&^1`\xE6\x1B\x81R3`\x04\x82\x01R`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x05#W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x05G\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x05nW`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x05z3\x84\x84\x84a\t;V[PPPV[`\0T\x86\x90`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x05\xABW`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R3\x92\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x05\xF5W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x06\x19\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x06@W`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x06L\x87\x87\x87\x87a\t;V[a\x06W\x87\x84\x84a\t\x91V[PPPPPPPV[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x06\x8AW`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`@Qc\x02&^1`\xE6\x1B\x81R3`\x04\x82\x01R`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x06\xD3W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x06\xF7\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x07\x1EW`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x02\x1A3\x83\x83a\t\x91V[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x07SW`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`@Qc\x02&^1`\xE6\x1B\x81R3`\x04\x82\x01R`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x07\x9CW=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x07\xC0\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x07\xE7W`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x07\xF33\x86\x86\x86a\t;V[a\x04\xA93\x83\x83a\t\x91V[`\0T\x83\x90`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x08*W`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R3\x92\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x08tW=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x08\x98\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x08\xBFW`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x08\xCA\x84\x84\x84a\t\x91V[PPPPV[`@Q`\x01`\x01`\xA0\x1B\x03\x82\x16\x81R\x7F\xA4\xDE0\xA5(\xBE\xCA\xDF\x82d\x9D\x13\x95\xC0\xE3\r\xD1\x8A\xE3[Z\x96\xCEq\xE9)[\xB1K\xC9\xF3\xBC\x90` \x01`@Q\x80\x91\x03\x90\xA1PV[``a\t4\x83\x83`@Q\x80``\x01`@R\x80`'\x81R` \x01a\x0F\x97`'\x919a\t\xD1V[\x93\x92PPPV[`@\x80Q\x84\x81R` \x81\x01\x84\x90R\x90\x81\x01\x82\x90R`\x01`\x01`\xA0\x1B\x03\x85\x16``\x82\x01R\x7F\xBFI\xCC\xD4\x1AA\x18\xC7\xE1\xE7!C\xBA\xD8D\xE5\xF6\xED\x12\xBF`\xCA\xA6B\xD8\x8D\x19\xCA\x10$L6\x90`\x80\x01`@Q\x80\x91\x03\x90\xA1PPPPV[\x7F\xC4\xDF[\xA1h\x14\x83\x8A\xB2a\x88)\xD6\x8F\x86#\xBB\x89s\x02\xF2M\xBD\xBA\"y\xDB\xE4Z\xDB=\x14\x83\x83\x83`@Qa\t\xC4\x93\x92\x91\x90a\x0F'V[`@Q\x80\x91\x03\x90\xA1PPPV[```\0\x80\x85`\x01`\x01`\xA0\x1B\x03\x16\x85`@Qa\t\xEE\x91\x90a\x0FgV[`\0`@Q\x80\x83\x03\x81\x85Z\xF4\x91PP=\x80`\0\x81\x14a\n)W`@Q\x91P`\x1F\x19`?=\x01\x16\x82\x01`@R=\x82R=`\0` \x84\x01>a\n.V[``\x91P[P\x91P\x91Pa\n?\x86\x83\x83\x87a\nIV[\x96\x95PPPPPPV[``\x83\x15a\n\xBDW\x82Q`\0\x03a\n\xB6W`\x01`\x01`\xA0\x1B\x03\x85\x16;a\n\xB6W`@QbF\x1B\xCD`\xE5\x1B\x81R` `\x04\x82\x01R`\x1D`$\x82\x01R\x7FAddress: call to non-contract\0\0\0`D\x82\x01R`d\x01[`@Q\x80\x91\x03\x90\xFD[P\x81a\n\xC7V[a\n\xC7\x83\x83a\n\xCFV[\x94\x93PPPPV[\x81Q\x15a\n\xDFW\x81Q\x80\x83` \x01\xFD[\x80`@QbF\x1B\xCD`\xE5\x1B\x81R`\x04\x01a\n\xAD\x91\x90a\x0F\x83V[`\x01`\x01`\xA0\x1B\x03\x81\x16\x81\x14a\x0B\x0EW`\0\x80\xFD[PV[`\0` \x82\x84\x03\x12\x15a\x0B#W`\0\x80\xFD[\x815a\t4\x81a\n\xF9V[`\0\x80` \x83\x85\x03\x12\x15a\x0BAW`\0\x80\xFD[\x825g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x80\x82\x11\x15a\x0BYW`\0\x80\xFD[\x81\x85\x01\x91P\x85`\x1F\x83\x01\x12a\x0BmW`\0\x80\xFD[\x815\x81\x81\x11\x15a\x0B|W`\0\x80\xFD[\x86` \x82`\x05\x1B\x85\x01\x01\x11\x15a\x0B\x91W`\0\x80\xFD[` \x92\x90\x92\x01\x96\x91\x95P\x90\x93PPPPV[`\0[\x83\x81\x10\x15a\x0B\xBEW\x81\x81\x01Q\x83\x82\x01R` \x01a\x0B\xA6V[PP`\0\x91\x01RV[`\0\x81Q\x80\x84Ra\x0B\xDF\x81` \x86\x01` \x86\x01a\x0B\xA3V[`\x1F\x01`\x1F\x19\x16\x92\x90\x92\x01` \x01\x92\x91PPV[`\0` \x80\x83\x01\x81\x84R\x80\x85Q\x80\x83R`@\x86\x01\x91P`@\x81`\x05\x1B\x87\x01\x01\x92P\x83\x87\x01`\0[\x82\x81\x10\x15a\x0CHW`?\x19\x88\x86\x03\x01\x84Ra\x0C6\x85\x83Qa\x0B\xC7V[\x94P\x92\x85\x01\x92\x90\x85\x01\x90`\x01\x01a\x0C\x1AV[P\x92\x97\x96PPPPPPPV[`\0\x80`\0\x80`\x80\x85\x87\x03\x12\x15a\x0CkW`\0\x80\xFD[\x845a\x0Cv\x81a\n\xF9V[\x96` \x86\x015\x96P`@\x86\x015\x95``\x015\x94P\x92PPPV[`\0\x80`\0``\x84\x86\x03\x12\x15a\x0C\xA5W`\0\x80\xFD[PP\x815\x93` \x83\x015\x93P`@\x90\x92\x015\x91\x90PV[`\0\x80\x83`\x1F\x84\x01\x12a\x0C\xCEW`\0\x80\xFD[P\x815g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\x0C\xE6W`\0\x80\xFD[` \x83\x01\x91P\x83` \x82\x85\x01\x01\x11\x15a\x0C\xFEW`\0\x80\xFD[\x92P\x92\x90PV[`\0\x80`\0\x80`\0\x80`\xA0\x87\x89\x03\x12\x15a\r\x1EW`\0\x80\xFD[\x865a\r)\x81a\n\xF9V[\x95P` \x87\x015\x94P`@\x87\x015\x93P``\x87\x015\x92P`\x80\x87\x015g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\rZW`\0\x80\xFD[a\rf\x89\x82\x8A\x01a\x0C\xBCV[\x97\x9A\x96\x99P\x94\x97P\x92\x95\x93\x94\x92PPPV[`\0\x80` \x83\x85\x03\x12\x15a\r\x8BW`\0\x80\xFD[\x825g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\r\xA2W`\0\x80\xFD[a\r\xAE\x85\x82\x86\x01a\x0C\xBCV[\x90\x96\x90\x95P\x93PPPPV[`\0\x80`\0\x80`\0`\x80\x86\x88\x03\x12\x15a\r\xD2W`\0\x80\xFD[\x855\x94P` \x86\x015\x93P`@\x86\x015\x92P``\x86\x015g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\r\xFEW`\0\x80\xFD[a\x0E\n\x88\x82\x89\x01a\x0C\xBCV[\x96\x99\x95\x98P\x93\x96P\x92\x94\x93\x92PPPV[`\0\x80`\0`@\x84\x86\x03\x12\x15a\x0E0W`\0\x80\xFD[\x835a\x0E;\x81a\n\xF9V[\x92P` \x84\x015g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\x0EWW`\0\x80\xFD[a\x0Ec\x86\x82\x87\x01a\x0C\xBCV[\x94\x97\x90\x96P\x93\x94PPPPV[`\0` \x82\x84\x03\x12\x15a\x0E\x82W`\0\x80\xFD[\x81Qa\t4\x81a\n\xF9V[cNH{q`\xE0\x1B`\0R`A`\x04R`$`\0\xFD[cNH{q`\xE0\x1B`\0R`2`\x04R`$`\0\xFD[`\0\x80\x835`\x1E\x19\x846\x03\x01\x81\x12a\x0E\xD0W`\0\x80\xFD[\x83\x01\x805\x91Pg\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x82\x11\x15a\x0E\xEBW`\0\x80\xFD[` \x01\x91P6\x81\x90\x03\x82\x13\x15a\x0C\xFEW`\0\x80\xFD[`\0`\x01\x82\x01a\x0F WcNH{q`\xE0\x1B`\0R`\x11`\x04R`$`\0\xFD[P`\x01\x01\x90V[`\x01`\x01`\xA0\x1B\x03\x84\x16\x81R`@` \x82\x01\x81\x90R\x81\x01\x82\x90R\x81\x83``\x83\x017`\0\x81\x83\x01``\x90\x81\x01\x91\x90\x91R`\x1F\x90\x92\x01`\x1F\x19\x16\x01\x01\x92\x91PPV[`\0\x82Qa\x0Fy\x81\x84` \x87\x01a\x0B\xA3V[\x91\x90\x91\x01\x92\x91PPV[` \x81R`\0a\t4` \x83\x01\x84a\x0B\xC7V\xFEAddress: low-level delegate call failed\xA2dipfsX\"\x12 \x1C\x90\x93\xA9\x031\xD5\xF1\xE6w\x8D\x07I8\xA9M^\xF2{\xE0\xE7{9\xFBLo\xD5:\xFD\x83\xBB\tdsolcC\0\x08\x13\x003";
466    /// The bytecode of the contract.
467    pub static HOPRANNOUNCEMENTS_BYTECODE: ::ethers::core::types::Bytes = ::ethers::core::types::Bytes::from_static(
468        __BYTECODE,
469    );
470    #[rustfmt::skip]
471    const __DEPLOYED_BYTECODE: &[u8] = b"`\x80`@R4\x80\x15a\0\x10W`\0\x80\xFD[P`\x046\x10a\0\x93W`\x005`\xE0\x1C\x80c\xDB\xB9\x8D\x91\x11a\0fW\x80c\xDB\xB9\x8D\x91\x14a\0\xF1W\x80c\xDD\xB9\xDF\xC1\x14a\x01\x04W\x80c\xEA\nR7\x14a\x01\x17W\x80c\xF8\x84\xA9\xCB\x14a\x01*W\x80c\xFA\xD0\xE5\xA2\x14a\x01=W`\0\x80\xFD[\x80c0\x8Cq.\x14a\0\x98W\x80c\xAC\x96P\xD8\x14a\0\xADW\x80c\xB6T\x9Fu\x14a\0\xD6W\x80c\xCA\xE2\xB44\x14a\0\xDEW[`\0\x80\xFD[a\0\xABa\0\xA66`\x04a\x0B\x11V[a\x01PV[\0[a\0\xC0a\0\xBB6`\x04a\x0B.V[a\x02\x1EV[`@Qa\0\xCD\x91\x90a\x0B\xF3V[`@Q\x80\x91\x03\x90\xF3[a\0\xABa\x03\x13V[a\0\xABa\0\xEC6`\x04a\x0CUV[a\x03\xDCV[a\0\xABa\0\xFF6`\x04a\x0C\x90V[a\x04\xB0V[a\0\xABa\x01\x126`\x04a\r\x05V[a\x05\x7FV[a\0\xABa\x01%6`\x04a\rxV[a\x06`V[a\0\xABa\x0186`\x04a\r\xBAV[a\x07)V[a\0\xABa\x01K6`\x04a\x0E\x1BV[a\x07\xFEV[`\0T\x81\x90`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x01|W`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R3\x92\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x01\xC6W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x01\xEA\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x02\x11W`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x02\x1A\x82a\x08\xD0V[PPV[``\x81g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\x029Wa\x029a\x0E\x8DV[`@Q\x90\x80\x82R\x80` \x02` \x01\x82\x01`@R\x80\x15a\x02lW\x81` \x01[``\x81R` \x01\x90`\x01\x90\x03\x90\x81a\x02WW\x90P[P\x90P`\0[\x82\x81\x10\x15a\x03\x0CWa\x02\xDC0\x85\x85\x84\x81\x81\x10a\x02\x90Wa\x02\x90a\x0E\xA3V[\x90P` \x02\x81\x01\x90a\x02\xA2\x91\x90a\x0E\xB9V[\x80\x80`\x1F\x01` \x80\x91\x04\x02` \x01`@Q\x90\x81\x01`@R\x80\x93\x92\x91\x90\x81\x81R` \x01\x83\x83\x80\x82\x847`\0\x92\x01\x91\x90\x91RPa\t\x0F\x92PPPV[\x82\x82\x81Q\x81\x10a\x02\xEEWa\x02\xEEa\x0E\xA3V[` \x02` \x01\x01\x81\x90RP\x80\x80a\x03\x04\x90a\x0F\0V[\x91PPa\x02rV[P\x92\x91PPV[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x03=W`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`@Qc\x02&^1`\xE6\x1B\x81R3`\x04\x82\x01R`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x03\x86W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x03\xAA\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x03\xD1W`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x03\xDA3a\x08\xD0V[V[`\0T\x84\x90`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x04\x08W`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R3\x92\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x04RW=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x04v\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x04\x9DW`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x04\xA9\x85\x85\x85\x85a\t;V[PPPPPV[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x04\xDAW`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`@Qc\x02&^1`\xE6\x1B\x81R3`\x04\x82\x01R`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x05#W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x05G\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x05nW`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x05z3\x84\x84\x84a\t;V[PPPV[`\0T\x86\x90`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x05\xABW`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R3\x92\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x05\xF5W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x06\x19\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x06@W`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x06L\x87\x87\x87\x87a\t;V[a\x06W\x87\x84\x84a\t\x91V[PPPPPPPV[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x06\x8AW`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`@Qc\x02&^1`\xE6\x1B\x81R3`\x04\x82\x01R`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x06\xD3W=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x06\xF7\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x07\x1EW`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x02\x1A3\x83\x83a\t\x91V[`\0T`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x07SW`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0\x80T`@Qc\x02&^1`\xE6\x1B\x81R3`\x04\x82\x01R`\x01`\x01`\xA0\x1B\x03\x90\x91\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x07\x9CW=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x07\xC0\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x07\xE7W`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x07\xF33\x86\x86\x86a\t;V[a\x04\xA93\x83\x83a\t\x91V[`\0T\x83\x90`\x01`\xA0\x1B\x90\x04`\xFF\x16a\x08*W`@Qc\x08\xA9D\x19`\xE3\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[`\0T`@Qc\x02&^1`\xE6\x1B\x81R`\x01`\x01`\xA0\x1B\x03\x83\x81\x16`\x04\x83\x01R3\x92\x16\x90c\x89\x97\x8C@\x90`$\x01` `@Q\x80\x83\x03\x81\x86Z\xFA\x15\x80\x15a\x08tW=`\0\x80>=`\0\xFD[PPPP`@Q=`\x1F\x19`\x1F\x82\x01\x16\x82\x01\x80`@RP\x81\x01\x90a\x08\x98\x91\x90a\x0EpV[`\x01`\x01`\xA0\x1B\x03\x16\x14a\x08\xBFW`@Qc\xAC\xD5\xA8#`\xE0\x1B\x81R`\x04\x01`@Q\x80\x91\x03\x90\xFD[a\x08\xCA\x84\x84\x84a\t\x91V[PPPPV[`@Q`\x01`\x01`\xA0\x1B\x03\x82\x16\x81R\x7F\xA4\xDE0\xA5(\xBE\xCA\xDF\x82d\x9D\x13\x95\xC0\xE3\r\xD1\x8A\xE3[Z\x96\xCEq\xE9)[\xB1K\xC9\xF3\xBC\x90` \x01`@Q\x80\x91\x03\x90\xA1PV[``a\t4\x83\x83`@Q\x80``\x01`@R\x80`'\x81R` \x01a\x0F\x97`'\x919a\t\xD1V[\x93\x92PPPV[`@\x80Q\x84\x81R` \x81\x01\x84\x90R\x90\x81\x01\x82\x90R`\x01`\x01`\xA0\x1B\x03\x85\x16``\x82\x01R\x7F\xBFI\xCC\xD4\x1AA\x18\xC7\xE1\xE7!C\xBA\xD8D\xE5\xF6\xED\x12\xBF`\xCA\xA6B\xD8\x8D\x19\xCA\x10$L6\x90`\x80\x01`@Q\x80\x91\x03\x90\xA1PPPPV[\x7F\xC4\xDF[\xA1h\x14\x83\x8A\xB2a\x88)\xD6\x8F\x86#\xBB\x89s\x02\xF2M\xBD\xBA\"y\xDB\xE4Z\xDB=\x14\x83\x83\x83`@Qa\t\xC4\x93\x92\x91\x90a\x0F'V[`@Q\x80\x91\x03\x90\xA1PPPV[```\0\x80\x85`\x01`\x01`\xA0\x1B\x03\x16\x85`@Qa\t\xEE\x91\x90a\x0FgV[`\0`@Q\x80\x83\x03\x81\x85Z\xF4\x91PP=\x80`\0\x81\x14a\n)W`@Q\x91P`\x1F\x19`?=\x01\x16\x82\x01`@R=\x82R=`\0` \x84\x01>a\n.V[``\x91P[P\x91P\x91Pa\n?\x86\x83\x83\x87a\nIV[\x96\x95PPPPPPV[``\x83\x15a\n\xBDW\x82Q`\0\x03a\n\xB6W`\x01`\x01`\xA0\x1B\x03\x85\x16;a\n\xB6W`@QbF\x1B\xCD`\xE5\x1B\x81R` `\x04\x82\x01R`\x1D`$\x82\x01R\x7FAddress: call to non-contract\0\0\0`D\x82\x01R`d\x01[`@Q\x80\x91\x03\x90\xFD[P\x81a\n\xC7V[a\n\xC7\x83\x83a\n\xCFV[\x94\x93PPPPV[\x81Q\x15a\n\xDFW\x81Q\x80\x83` \x01\xFD[\x80`@QbF\x1B\xCD`\xE5\x1B\x81R`\x04\x01a\n\xAD\x91\x90a\x0F\x83V[`\x01`\x01`\xA0\x1B\x03\x81\x16\x81\x14a\x0B\x0EW`\0\x80\xFD[PV[`\0` \x82\x84\x03\x12\x15a\x0B#W`\0\x80\xFD[\x815a\t4\x81a\n\xF9V[`\0\x80` \x83\x85\x03\x12\x15a\x0BAW`\0\x80\xFD[\x825g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x80\x82\x11\x15a\x0BYW`\0\x80\xFD[\x81\x85\x01\x91P\x85`\x1F\x83\x01\x12a\x0BmW`\0\x80\xFD[\x815\x81\x81\x11\x15a\x0B|W`\0\x80\xFD[\x86` \x82`\x05\x1B\x85\x01\x01\x11\x15a\x0B\x91W`\0\x80\xFD[` \x92\x90\x92\x01\x96\x91\x95P\x90\x93PPPPV[`\0[\x83\x81\x10\x15a\x0B\xBEW\x81\x81\x01Q\x83\x82\x01R` \x01a\x0B\xA6V[PP`\0\x91\x01RV[`\0\x81Q\x80\x84Ra\x0B\xDF\x81` \x86\x01` \x86\x01a\x0B\xA3V[`\x1F\x01`\x1F\x19\x16\x92\x90\x92\x01` \x01\x92\x91PPV[`\0` \x80\x83\x01\x81\x84R\x80\x85Q\x80\x83R`@\x86\x01\x91P`@\x81`\x05\x1B\x87\x01\x01\x92P\x83\x87\x01`\0[\x82\x81\x10\x15a\x0CHW`?\x19\x88\x86\x03\x01\x84Ra\x0C6\x85\x83Qa\x0B\xC7V[\x94P\x92\x85\x01\x92\x90\x85\x01\x90`\x01\x01a\x0C\x1AV[P\x92\x97\x96PPPPPPPV[`\0\x80`\0\x80`\x80\x85\x87\x03\x12\x15a\x0CkW`\0\x80\xFD[\x845a\x0Cv\x81a\n\xF9V[\x96` \x86\x015\x96P`@\x86\x015\x95``\x015\x94P\x92PPPV[`\0\x80`\0``\x84\x86\x03\x12\x15a\x0C\xA5W`\0\x80\xFD[PP\x815\x93` \x83\x015\x93P`@\x90\x92\x015\x91\x90PV[`\0\x80\x83`\x1F\x84\x01\x12a\x0C\xCEW`\0\x80\xFD[P\x815g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\x0C\xE6W`\0\x80\xFD[` \x83\x01\x91P\x83` \x82\x85\x01\x01\x11\x15a\x0C\xFEW`\0\x80\xFD[\x92P\x92\x90PV[`\0\x80`\0\x80`\0\x80`\xA0\x87\x89\x03\x12\x15a\r\x1EW`\0\x80\xFD[\x865a\r)\x81a\n\xF9V[\x95P` \x87\x015\x94P`@\x87\x015\x93P``\x87\x015\x92P`\x80\x87\x015g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\rZW`\0\x80\xFD[a\rf\x89\x82\x8A\x01a\x0C\xBCV[\x97\x9A\x96\x99P\x94\x97P\x92\x95\x93\x94\x92PPPV[`\0\x80` \x83\x85\x03\x12\x15a\r\x8BW`\0\x80\xFD[\x825g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\r\xA2W`\0\x80\xFD[a\r\xAE\x85\x82\x86\x01a\x0C\xBCV[\x90\x96\x90\x95P\x93PPPPV[`\0\x80`\0\x80`\0`\x80\x86\x88\x03\x12\x15a\r\xD2W`\0\x80\xFD[\x855\x94P` \x86\x015\x93P`@\x86\x015\x92P``\x86\x015g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\r\xFEW`\0\x80\xFD[a\x0E\n\x88\x82\x89\x01a\x0C\xBCV[\x96\x99\x95\x98P\x93\x96P\x92\x94\x93\x92PPPV[`\0\x80`\0`@\x84\x86\x03\x12\x15a\x0E0W`\0\x80\xFD[\x835a\x0E;\x81a\n\xF9V[\x92P` \x84\x015g\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x81\x11\x15a\x0EWW`\0\x80\xFD[a\x0Ec\x86\x82\x87\x01a\x0C\xBCV[\x94\x97\x90\x96P\x93\x94PPPPV[`\0` \x82\x84\x03\x12\x15a\x0E\x82W`\0\x80\xFD[\x81Qa\t4\x81a\n\xF9V[cNH{q`\xE0\x1B`\0R`A`\x04R`$`\0\xFD[cNH{q`\xE0\x1B`\0R`2`\x04R`$`\0\xFD[`\0\x80\x835`\x1E\x19\x846\x03\x01\x81\x12a\x0E\xD0W`\0\x80\xFD[\x83\x01\x805\x91Pg\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x82\x11\x15a\x0E\xEBW`\0\x80\xFD[` \x01\x91P6\x81\x90\x03\x82\x13\x15a\x0C\xFEW`\0\x80\xFD[`\0`\x01\x82\x01a\x0F WcNH{q`\xE0\x1B`\0R`\x11`\x04R`$`\0\xFD[P`\x01\x01\x90V[`\x01`\x01`\xA0\x1B\x03\x84\x16\x81R`@` \x82\x01\x81\x90R\x81\x01\x82\x90R\x81\x83``\x83\x017`\0\x81\x83\x01``\x90\x81\x01\x91\x90\x91R`\x1F\x90\x92\x01`\x1F\x19\x16\x01\x01\x92\x91PPV[`\0\x82Qa\x0Fy\x81\x84` \x87\x01a\x0B\xA3V[\x91\x90\x91\x01\x92\x91PPV[` \x81R`\0a\t4` \x83\x01\x84a\x0B\xC7V\xFEAddress: low-level delegate call failed\xA2dipfsX\"\x12 \x1C\x90\x93\xA9\x031\xD5\xF1\xE6w\x8D\x07I8\xA9M^\xF2{\xE0\xE7{9\xFBLo\xD5:\xFD\x83\xBB\tdsolcC\0\x08\x13\x003";
472    /// The deployed bytecode of the contract.
473    pub static HOPRANNOUNCEMENTS_DEPLOYED_BYTECODE: ::ethers::core::types::Bytes = ::ethers::core::types::Bytes::from_static(
474        __DEPLOYED_BYTECODE,
475    );
476    pub struct HoprAnnouncements<M>(::ethers::contract::Contract<M>);
477    impl<M> ::core::clone::Clone for HoprAnnouncements<M> {
478        fn clone(&self) -> Self {
479            Self(::core::clone::Clone::clone(&self.0))
480        }
481    }
482    impl<M> ::core::ops::Deref for HoprAnnouncements<M> {
483        type Target = ::ethers::contract::Contract<M>;
484        fn deref(&self) -> &Self::Target {
485            &self.0
486        }
487    }
488    impl<M> ::core::ops::DerefMut for HoprAnnouncements<M> {
489        fn deref_mut(&mut self) -> &mut Self::Target {
490            &mut self.0
491        }
492    }
493    impl<M> ::core::fmt::Debug for HoprAnnouncements<M> {
494        fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
495            f.debug_tuple(::core::stringify!(HoprAnnouncements))
496                .field(&self.address())
497                .finish()
498        }
499    }
500    impl<M: ::ethers::providers::Middleware> HoprAnnouncements<M> {
501        /// Creates a new contract instance with the specified `ethers` client at
502        /// `address`. The contract derefs to a `ethers::Contract` object.
503        pub fn new<T: Into<::ethers::core::types::Address>>(
504            address: T,
505            client: ::std::sync::Arc<M>,
506        ) -> Self {
507            Self(
508                ::ethers::contract::Contract::new(
509                    address.into(),
510                    HOPRANNOUNCEMENTS_ABI.clone(),
511                    client,
512                ),
513            )
514        }
515        /// Constructs the general purpose `Deployer` instance based on the provided constructor arguments and sends it.
516        /// Returns a new instance of a deployer that returns an instance of this contract after sending the transaction
517        ///
518        /// Notes:
519        /// - If there are no constructor arguments, you should pass `()` as the argument.
520        /// - The default poll duration is 7 seconds.
521        /// - The default number of confirmations is 1 block.
522        ///
523        ///
524        /// # Example
525        ///
526        /// Generate contract bindings with `abigen!` and deploy a new contract instance.
527        ///
528        /// *Note*: this requires a `bytecode` and `abi` object in the `greeter.json` artifact.
529        ///
530        /// ```ignore
531        /// # async fn deploy<M: ethers::providers::Middleware>(client: ::std::sync::Arc<M>) {
532        ///     abigen!(Greeter, "../greeter.json");
533        ///
534        ///    let greeter_contract = Greeter::deploy(client, "Hello world!".to_string()).unwrap().send().await.unwrap();
535        ///    let msg = greeter_contract.greet().call().await.unwrap();
536        /// # }
537        /// ```
538        pub fn deploy<T: ::ethers::core::abi::Tokenize>(
539            client: ::std::sync::Arc<M>,
540            constructor_args: T,
541        ) -> ::core::result::Result<
542            ::ethers::contract::builders::ContractDeployer<M, Self>,
543            ::ethers::contract::ContractError<M>,
544        > {
545            let factory = ::ethers::contract::ContractFactory::new(
546                HOPRANNOUNCEMENTS_ABI.clone(),
547                HOPRANNOUNCEMENTS_BYTECODE.clone().into(),
548                client,
549            );
550            let deployer = factory.deploy(constructor_args)?;
551            let deployer = ::ethers::contract::ContractDeployer::new(deployer);
552            Ok(deployer)
553        }
554        ///Calls the contract's `announce` (0xea0a5237) function
555        pub fn announce(
556            &self,
557            base_multiaddr: ::std::string::String,
558        ) -> ::ethers::contract::builders::ContractCall<M, ()> {
559            self.0
560                .method_hash([234, 10, 82, 55], base_multiaddr)
561                .expect("method not found (this should never happen)")
562        }
563        ///Calls the contract's `announceSafe` (0xfad0e5a2) function
564        pub fn announce_safe(
565            &self,
566            self_: ::ethers::core::types::Address,
567            base_multiaddr: ::std::string::String,
568        ) -> ::ethers::contract::builders::ContractCall<M, ()> {
569            self.0
570                .method_hash([250, 208, 229, 162], (self_, base_multiaddr))
571                .expect("method not found (this should never happen)")
572        }
573        ///Calls the contract's `bindKeys` (0xdbb98d91) function
574        pub fn bind_keys(
575            &self,
576            ed_25519_sig_0: [u8; 32],
577            ed_25519_sig_1: [u8; 32],
578            ed_25519_pub_key: [u8; 32],
579        ) -> ::ethers::contract::builders::ContractCall<M, ()> {
580            self.0
581                .method_hash(
582                    [219, 185, 141, 145],
583                    (ed_25519_sig_0, ed_25519_sig_1, ed_25519_pub_key),
584                )
585                .expect("method not found (this should never happen)")
586        }
587        ///Calls the contract's `bindKeysAnnounce` (0xf884a9cb) function
588        pub fn bind_keys_announce(
589            &self,
590            ed_25519_sig_0: [u8; 32],
591            ed_25519_sig_1: [u8; 32],
592            ed_25519_pub_key: [u8; 32],
593            base_multiaddr: ::std::string::String,
594        ) -> ::ethers::contract::builders::ContractCall<M, ()> {
595            self.0
596                .method_hash(
597                    [248, 132, 169, 203],
598                    (ed_25519_sig_0, ed_25519_sig_1, ed_25519_pub_key, base_multiaddr),
599                )
600                .expect("method not found (this should never happen)")
601        }
602        ///Calls the contract's `bindKeysAnnounceSafe` (0xddb9dfc1) function
603        pub fn bind_keys_announce_safe(
604            &self,
605            self_: ::ethers::core::types::Address,
606            ed_25519_sig_0: [u8; 32],
607            ed_25519_sig_1: [u8; 32],
608            ed_25519_pub_key: [u8; 32],
609            base_multiaddr: ::std::string::String,
610        ) -> ::ethers::contract::builders::ContractCall<M, ()> {
611            self.0
612                .method_hash(
613                    [221, 185, 223, 193],
614                    (
615                        self_,
616                        ed_25519_sig_0,
617                        ed_25519_sig_1,
618                        ed_25519_pub_key,
619                        base_multiaddr,
620                    ),
621                )
622                .expect("method not found (this should never happen)")
623        }
624        ///Calls the contract's `bindKeysSafe` (0xcae2b434) function
625        pub fn bind_keys_safe(
626            &self,
627            self_: ::ethers::core::types::Address,
628            ed_25519_sig_0: [u8; 32],
629            ed_25519_sig_1: [u8; 32],
630            ed_25519_pub_key: [u8; 32],
631        ) -> ::ethers::contract::builders::ContractCall<M, ()> {
632            self.0
633                .method_hash(
634                    [202, 226, 180, 52],
635                    (self_, ed_25519_sig_0, ed_25519_sig_1, ed_25519_pub_key),
636                )
637                .expect("method not found (this should never happen)")
638        }
639        ///Calls the contract's `multicall` (0xac9650d8) function
640        pub fn multicall(
641            &self,
642            data: ::std::vec::Vec<::ethers::core::types::Bytes>,
643        ) -> ::ethers::contract::builders::ContractCall<
644            M,
645            ::std::vec::Vec<::ethers::core::types::Bytes>,
646        > {
647            self.0
648                .method_hash([172, 150, 80, 216], data)
649                .expect("method not found (this should never happen)")
650        }
651        ///Calls the contract's `revoke` (0xb6549f75) function
652        pub fn revoke(&self) -> ::ethers::contract::builders::ContractCall<M, ()> {
653            self.0
654                .method_hash([182, 84, 159, 117], ())
655                .expect("method not found (this should never happen)")
656        }
657        ///Calls the contract's `revokeSafe` (0x308c712e) function
658        pub fn revoke_safe(
659            &self,
660            self_: ::ethers::core::types::Address,
661        ) -> ::ethers::contract::builders::ContractCall<M, ()> {
662            self.0
663                .method_hash([48, 140, 113, 46], self_)
664                .expect("method not found (this should never happen)")
665        }
666        ///Gets the contract's `AddressAnnouncement` event
667        pub fn address_announcement_filter(
668            &self,
669        ) -> ::ethers::contract::builders::Event<
670            ::std::sync::Arc<M>,
671            M,
672            AddressAnnouncementFilter,
673        > {
674            self.0.event()
675        }
676        ///Gets the contract's `KeyBinding` event
677        pub fn key_binding_filter(
678            &self,
679        ) -> ::ethers::contract::builders::Event<
680            ::std::sync::Arc<M>,
681            M,
682            KeyBindingFilter,
683        > {
684            self.0.event()
685        }
686        ///Gets the contract's `RevokeAnnouncement` event
687        pub fn revoke_announcement_filter(
688            &self,
689        ) -> ::ethers::contract::builders::Event<
690            ::std::sync::Arc<M>,
691            M,
692            RevokeAnnouncementFilter,
693        > {
694            self.0.event()
695        }
696        /// Returns an `Event` builder for all the events of this contract.
697        pub fn events(
698            &self,
699        ) -> ::ethers::contract::builders::Event<
700            ::std::sync::Arc<M>,
701            M,
702            HoprAnnouncementsEvents,
703        > {
704            self.0.event_with_filter(::core::default::Default::default())
705        }
706    }
707    impl<M: ::ethers::providers::Middleware> From<::ethers::contract::Contract<M>>
708    for HoprAnnouncements<M> {
709        fn from(contract: ::ethers::contract::Contract<M>) -> Self {
710            Self::new(contract.address(), contract.client())
711        }
712    }
713    ///Custom Error type `AlreadyInitialized` with signature `AlreadyInitialized()` and selector `0x0dc149f0`
714    #[derive(
715        Clone,
716        ::ethers::contract::EthError,
717        ::ethers::contract::EthDisplay,
718        serde::Serialize,
719        serde::Deserialize,
720        Default,
721        Debug,
722        PartialEq,
723        Eq,
724        Hash
725    )]
726    #[etherror(name = "AlreadyInitialized", abi = "AlreadyInitialized()")]
727    pub struct AlreadyInitialized;
728    ///Custom Error type `ContractNotResponsible` with signature `ContractNotResponsible()` and selector `0xacd5a823`
729    #[derive(
730        Clone,
731        ::ethers::contract::EthError,
732        ::ethers::contract::EthDisplay,
733        serde::Serialize,
734        serde::Deserialize,
735        Default,
736        Debug,
737        PartialEq,
738        Eq,
739        Hash
740    )]
741    #[etherror(name = "ContractNotResponsible", abi = "ContractNotResponsible()")]
742    pub struct ContractNotResponsible;
743    ///Custom Error type `InvalidSafeAddress` with signature `InvalidSafeAddress()` and selector `0x8e9d7c5e`
744    #[derive(
745        Clone,
746        ::ethers::contract::EthError,
747        ::ethers::contract::EthDisplay,
748        serde::Serialize,
749        serde::Deserialize,
750        Default,
751        Debug,
752        PartialEq,
753        Eq,
754        Hash
755    )]
756    #[etherror(name = "InvalidSafeAddress", abi = "InvalidSafeAddress()")]
757    pub struct InvalidSafeAddress;
758    ///Custom Error type `MultiSigUninitialized` with signature `MultiSigUninitialized()` and selector `0x454a20c8`
759    #[derive(
760        Clone,
761        ::ethers::contract::EthError,
762        ::ethers::contract::EthDisplay,
763        serde::Serialize,
764        serde::Deserialize,
765        Default,
766        Debug,
767        PartialEq,
768        Eq,
769        Hash
770    )]
771    #[etherror(name = "MultiSigUninitialized", abi = "MultiSigUninitialized()")]
772    pub struct MultiSigUninitialized;
773    ///Container type for all of the contract's custom errors
774    #[derive(
775        Clone,
776        ::ethers::contract::EthAbiType,
777        serde::Serialize,
778        serde::Deserialize,
779        Debug,
780        PartialEq,
781        Eq,
782        Hash
783    )]
784    pub enum HoprAnnouncementsErrors {
785        AlreadyInitialized(AlreadyInitialized),
786        ContractNotResponsible(ContractNotResponsible),
787        InvalidSafeAddress(InvalidSafeAddress),
788        MultiSigUninitialized(MultiSigUninitialized),
789        /// The standard solidity revert string, with selector
790        /// Error(string) -- 0x08c379a0
791        RevertString(::std::string::String),
792    }
793    impl ::ethers::core::abi::AbiDecode for HoprAnnouncementsErrors {
794        fn decode(
795            data: impl AsRef<[u8]>,
796        ) -> ::core::result::Result<Self, ::ethers::core::abi::AbiError> {
797            let data = data.as_ref();
798            if let Ok(decoded) = <::std::string::String as ::ethers::core::abi::AbiDecode>::decode(
799                data,
800            ) {
801                return Ok(Self::RevertString(decoded));
802            }
803            if let Ok(decoded) = <AlreadyInitialized as ::ethers::core::abi::AbiDecode>::decode(
804                data,
805            ) {
806                return Ok(Self::AlreadyInitialized(decoded));
807            }
808            if let Ok(decoded) = <ContractNotResponsible as ::ethers::core::abi::AbiDecode>::decode(
809                data,
810            ) {
811                return Ok(Self::ContractNotResponsible(decoded));
812            }
813            if let Ok(decoded) = <InvalidSafeAddress as ::ethers::core::abi::AbiDecode>::decode(
814                data,
815            ) {
816                return Ok(Self::InvalidSafeAddress(decoded));
817            }
818            if let Ok(decoded) = <MultiSigUninitialized as ::ethers::core::abi::AbiDecode>::decode(
819                data,
820            ) {
821                return Ok(Self::MultiSigUninitialized(decoded));
822            }
823            Err(::ethers::core::abi::Error::InvalidData.into())
824        }
825    }
826    impl ::ethers::core::abi::AbiEncode for HoprAnnouncementsErrors {
827        fn encode(self) -> ::std::vec::Vec<u8> {
828            match self {
829                Self::AlreadyInitialized(element) => {
830                    ::ethers::core::abi::AbiEncode::encode(element)
831                }
832                Self::ContractNotResponsible(element) => {
833                    ::ethers::core::abi::AbiEncode::encode(element)
834                }
835                Self::InvalidSafeAddress(element) => {
836                    ::ethers::core::abi::AbiEncode::encode(element)
837                }
838                Self::MultiSigUninitialized(element) => {
839                    ::ethers::core::abi::AbiEncode::encode(element)
840                }
841                Self::RevertString(s) => ::ethers::core::abi::AbiEncode::encode(s),
842            }
843        }
844    }
845    impl ::ethers::contract::ContractRevert for HoprAnnouncementsErrors {
846        fn valid_selector(selector: [u8; 4]) -> bool {
847            match selector {
848                [0x08, 0xc3, 0x79, 0xa0] => true,
849                _ if selector
850                    == <AlreadyInitialized as ::ethers::contract::EthError>::selector() => {
851                    true
852                }
853                _ if selector
854                    == <ContractNotResponsible as ::ethers::contract::EthError>::selector() => {
855                    true
856                }
857                _ if selector
858                    == <InvalidSafeAddress as ::ethers::contract::EthError>::selector() => {
859                    true
860                }
861                _ if selector
862                    == <MultiSigUninitialized as ::ethers::contract::EthError>::selector() => {
863                    true
864                }
865                _ => false,
866            }
867        }
868    }
869    impl ::core::fmt::Display for HoprAnnouncementsErrors {
870        fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
871            match self {
872                Self::AlreadyInitialized(element) => {
873                    ::core::fmt::Display::fmt(element, f)
874                }
875                Self::ContractNotResponsible(element) => {
876                    ::core::fmt::Display::fmt(element, f)
877                }
878                Self::InvalidSafeAddress(element) => {
879                    ::core::fmt::Display::fmt(element, f)
880                }
881                Self::MultiSigUninitialized(element) => {
882                    ::core::fmt::Display::fmt(element, f)
883                }
884                Self::RevertString(s) => ::core::fmt::Display::fmt(s, f),
885            }
886        }
887    }
888    impl ::core::convert::From<::std::string::String> for HoprAnnouncementsErrors {
889        fn from(value: String) -> Self {
890            Self::RevertString(value)
891        }
892    }
893    impl ::core::convert::From<AlreadyInitialized> for HoprAnnouncementsErrors {
894        fn from(value: AlreadyInitialized) -> Self {
895            Self::AlreadyInitialized(value)
896        }
897    }
898    impl ::core::convert::From<ContractNotResponsible> for HoprAnnouncementsErrors {
899        fn from(value: ContractNotResponsible) -> Self {
900            Self::ContractNotResponsible(value)
901        }
902    }
903    impl ::core::convert::From<InvalidSafeAddress> for HoprAnnouncementsErrors {
904        fn from(value: InvalidSafeAddress) -> Self {
905            Self::InvalidSafeAddress(value)
906        }
907    }
908    impl ::core::convert::From<MultiSigUninitialized> for HoprAnnouncementsErrors {
909        fn from(value: MultiSigUninitialized) -> Self {
910            Self::MultiSigUninitialized(value)
911        }
912    }
913    #[derive(
914        Clone,
915        ::ethers::contract::EthEvent,
916        ::ethers::contract::EthDisplay,
917        serde::Serialize,
918        serde::Deserialize,
919        Default,
920        Debug,
921        PartialEq,
922        Eq,
923        Hash
924    )]
925    #[ethevent(
926        name = "AddressAnnouncement",
927        abi = "AddressAnnouncement(address,string)"
928    )]
929    pub struct AddressAnnouncementFilter {
930        pub node: ::ethers::core::types::Address,
931        pub base_multiaddr: ::std::string::String,
932    }
933    #[derive(
934        Clone,
935        ::ethers::contract::EthEvent,
936        ::ethers::contract::EthDisplay,
937        serde::Serialize,
938        serde::Deserialize,
939        Default,
940        Debug,
941        PartialEq,
942        Eq,
943        Hash
944    )]
945    #[ethevent(name = "KeyBinding", abi = "KeyBinding(bytes32,bytes32,bytes32,address)")]
946    pub struct KeyBindingFilter {
947        pub ed_25519_sig_0: [u8; 32],
948        pub ed_25519_sig_1: [u8; 32],
949        pub ed_25519_pub_key: [u8; 32],
950        pub chain_key: ::ethers::core::types::Address,
951    }
952    #[derive(
953        Clone,
954        ::ethers::contract::EthEvent,
955        ::ethers::contract::EthDisplay,
956        serde::Serialize,
957        serde::Deserialize,
958        Default,
959        Debug,
960        PartialEq,
961        Eq,
962        Hash
963    )]
964    #[ethevent(name = "RevokeAnnouncement", abi = "RevokeAnnouncement(address)")]
965    pub struct RevokeAnnouncementFilter {
966        pub node: ::ethers::core::types::Address,
967    }
968    ///Container type for all of the contract's events
969    #[derive(
970        Clone,
971        ::ethers::contract::EthAbiType,
972        serde::Serialize,
973        serde::Deserialize,
974        Debug,
975        PartialEq,
976        Eq,
977        Hash
978    )]
979    pub enum HoprAnnouncementsEvents {
980        AddressAnnouncementFilter(AddressAnnouncementFilter),
981        KeyBindingFilter(KeyBindingFilter),
982        RevokeAnnouncementFilter(RevokeAnnouncementFilter),
983    }
984    impl ::ethers::contract::EthLogDecode for HoprAnnouncementsEvents {
985        fn decode_log(
986            log: &::ethers::core::abi::RawLog,
987        ) -> ::core::result::Result<Self, ::ethers::core::abi::Error> {
988            if let Ok(decoded) = AddressAnnouncementFilter::decode_log(log) {
989                return Ok(HoprAnnouncementsEvents::AddressAnnouncementFilter(decoded));
990            }
991            if let Ok(decoded) = KeyBindingFilter::decode_log(log) {
992                return Ok(HoprAnnouncementsEvents::KeyBindingFilter(decoded));
993            }
994            if let Ok(decoded) = RevokeAnnouncementFilter::decode_log(log) {
995                return Ok(HoprAnnouncementsEvents::RevokeAnnouncementFilter(decoded));
996            }
997            Err(::ethers::core::abi::Error::InvalidData)
998        }
999    }
1000    impl ::core::fmt::Display for HoprAnnouncementsEvents {
1001        fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
1002            match self {
1003                Self::AddressAnnouncementFilter(element) => {
1004                    ::core::fmt::Display::fmt(element, f)
1005                }
1006                Self::KeyBindingFilter(element) => ::core::fmt::Display::fmt(element, f),
1007                Self::RevokeAnnouncementFilter(element) => {
1008                    ::core::fmt::Display::fmt(element, f)
1009                }
1010            }
1011        }
1012    }
1013    impl ::core::convert::From<AddressAnnouncementFilter> for HoprAnnouncementsEvents {
1014        fn from(value: AddressAnnouncementFilter) -> Self {
1015            Self::AddressAnnouncementFilter(value)
1016        }
1017    }
1018    impl ::core::convert::From<KeyBindingFilter> for HoprAnnouncementsEvents {
1019        fn from(value: KeyBindingFilter) -> Self {
1020            Self::KeyBindingFilter(value)
1021        }
1022    }
1023    impl ::core::convert::From<RevokeAnnouncementFilter> for HoprAnnouncementsEvents {
1024        fn from(value: RevokeAnnouncementFilter) -> Self {
1025            Self::RevokeAnnouncementFilter(value)
1026        }
1027    }
1028    ///Container type for all input parameters for the `announce` function with signature `announce(string)` and selector `0xea0a5237`
1029    #[derive(
1030        Clone,
1031        ::ethers::contract::EthCall,
1032        ::ethers::contract::EthDisplay,
1033        serde::Serialize,
1034        serde::Deserialize,
1035        Default,
1036        Debug,
1037        PartialEq,
1038        Eq,
1039        Hash
1040    )]
1041    #[ethcall(name = "announce", abi = "announce(string)")]
1042    pub struct AnnounceCall {
1043        pub base_multiaddr: ::std::string::String,
1044    }
1045    ///Container type for all input parameters for the `announceSafe` function with signature `announceSafe(address,string)` and selector `0xfad0e5a2`
1046    #[derive(
1047        Clone,
1048        ::ethers::contract::EthCall,
1049        ::ethers::contract::EthDisplay,
1050        serde::Serialize,
1051        serde::Deserialize,
1052        Default,
1053        Debug,
1054        PartialEq,
1055        Eq,
1056        Hash
1057    )]
1058    #[ethcall(name = "announceSafe", abi = "announceSafe(address,string)")]
1059    pub struct AnnounceSafeCall {
1060        pub self_: ::ethers::core::types::Address,
1061        pub base_multiaddr: ::std::string::String,
1062    }
1063    ///Container type for all input parameters for the `bindKeys` function with signature `bindKeys(bytes32,bytes32,bytes32)` and selector `0xdbb98d91`
1064    #[derive(
1065        Clone,
1066        ::ethers::contract::EthCall,
1067        ::ethers::contract::EthDisplay,
1068        serde::Serialize,
1069        serde::Deserialize,
1070        Default,
1071        Debug,
1072        PartialEq,
1073        Eq,
1074        Hash
1075    )]
1076    #[ethcall(name = "bindKeys", abi = "bindKeys(bytes32,bytes32,bytes32)")]
1077    pub struct BindKeysCall {
1078        pub ed_25519_sig_0: [u8; 32],
1079        pub ed_25519_sig_1: [u8; 32],
1080        pub ed_25519_pub_key: [u8; 32],
1081    }
1082    ///Container type for all input parameters for the `bindKeysAnnounce` function with signature `bindKeysAnnounce(bytes32,bytes32,bytes32,string)` and selector `0xf884a9cb`
1083    #[derive(
1084        Clone,
1085        ::ethers::contract::EthCall,
1086        ::ethers::contract::EthDisplay,
1087        serde::Serialize,
1088        serde::Deserialize,
1089        Default,
1090        Debug,
1091        PartialEq,
1092        Eq,
1093        Hash
1094    )]
1095    #[ethcall(
1096        name = "bindKeysAnnounce",
1097        abi = "bindKeysAnnounce(bytes32,bytes32,bytes32,string)"
1098    )]
1099    pub struct BindKeysAnnounceCall {
1100        pub ed_25519_sig_0: [u8; 32],
1101        pub ed_25519_sig_1: [u8; 32],
1102        pub ed_25519_pub_key: [u8; 32],
1103        pub base_multiaddr: ::std::string::String,
1104    }
1105    ///Container type for all input parameters for the `bindKeysAnnounceSafe` function with signature `bindKeysAnnounceSafe(address,bytes32,bytes32,bytes32,string)` and selector `0xddb9dfc1`
1106    #[derive(
1107        Clone,
1108        ::ethers::contract::EthCall,
1109        ::ethers::contract::EthDisplay,
1110        serde::Serialize,
1111        serde::Deserialize,
1112        Default,
1113        Debug,
1114        PartialEq,
1115        Eq,
1116        Hash
1117    )]
1118    #[ethcall(
1119        name = "bindKeysAnnounceSafe",
1120        abi = "bindKeysAnnounceSafe(address,bytes32,bytes32,bytes32,string)"
1121    )]
1122    pub struct BindKeysAnnounceSafeCall {
1123        pub self_: ::ethers::core::types::Address,
1124        pub ed_25519_sig_0: [u8; 32],
1125        pub ed_25519_sig_1: [u8; 32],
1126        pub ed_25519_pub_key: [u8; 32],
1127        pub base_multiaddr: ::std::string::String,
1128    }
1129    ///Container type for all input parameters for the `bindKeysSafe` function with signature `bindKeysSafe(address,bytes32,bytes32,bytes32)` and selector `0xcae2b434`
1130    #[derive(
1131        Clone,
1132        ::ethers::contract::EthCall,
1133        ::ethers::contract::EthDisplay,
1134        serde::Serialize,
1135        serde::Deserialize,
1136        Default,
1137        Debug,
1138        PartialEq,
1139        Eq,
1140        Hash
1141    )]
1142    #[ethcall(
1143        name = "bindKeysSafe",
1144        abi = "bindKeysSafe(address,bytes32,bytes32,bytes32)"
1145    )]
1146    pub struct BindKeysSafeCall {
1147        pub self_: ::ethers::core::types::Address,
1148        pub ed_25519_sig_0: [u8; 32],
1149        pub ed_25519_sig_1: [u8; 32],
1150        pub ed_25519_pub_key: [u8; 32],
1151    }
1152    ///Container type for all input parameters for the `multicall` function with signature `multicall(bytes[])` and selector `0xac9650d8`
1153    #[derive(
1154        Clone,
1155        ::ethers::contract::EthCall,
1156        ::ethers::contract::EthDisplay,
1157        serde::Serialize,
1158        serde::Deserialize,
1159        Default,
1160        Debug,
1161        PartialEq,
1162        Eq,
1163        Hash
1164    )]
1165    #[ethcall(name = "multicall", abi = "multicall(bytes[])")]
1166    pub struct MulticallCall {
1167        pub data: ::std::vec::Vec<::ethers::core::types::Bytes>,
1168    }
1169    ///Container type for all input parameters for the `revoke` function with signature `revoke()` and selector `0xb6549f75`
1170    #[derive(
1171        Clone,
1172        ::ethers::contract::EthCall,
1173        ::ethers::contract::EthDisplay,
1174        serde::Serialize,
1175        serde::Deserialize,
1176        Default,
1177        Debug,
1178        PartialEq,
1179        Eq,
1180        Hash
1181    )]
1182    #[ethcall(name = "revoke", abi = "revoke()")]
1183    pub struct RevokeCall;
1184    ///Container type for all input parameters for the `revokeSafe` function with signature `revokeSafe(address)` and selector `0x308c712e`
1185    #[derive(
1186        Clone,
1187        ::ethers::contract::EthCall,
1188        ::ethers::contract::EthDisplay,
1189        serde::Serialize,
1190        serde::Deserialize,
1191        Default,
1192        Debug,
1193        PartialEq,
1194        Eq,
1195        Hash
1196    )]
1197    #[ethcall(name = "revokeSafe", abi = "revokeSafe(address)")]
1198    pub struct RevokeSafeCall {
1199        pub self_: ::ethers::core::types::Address,
1200    }
1201    ///Container type for all of the contract's call
1202    #[derive(
1203        Clone,
1204        ::ethers::contract::EthAbiType,
1205        serde::Serialize,
1206        serde::Deserialize,
1207        Debug,
1208        PartialEq,
1209        Eq,
1210        Hash
1211    )]
1212    pub enum HoprAnnouncementsCalls {
1213        Announce(AnnounceCall),
1214        AnnounceSafe(AnnounceSafeCall),
1215        BindKeys(BindKeysCall),
1216        BindKeysAnnounce(BindKeysAnnounceCall),
1217        BindKeysAnnounceSafe(BindKeysAnnounceSafeCall),
1218        BindKeysSafe(BindKeysSafeCall),
1219        Multicall(MulticallCall),
1220        Revoke(RevokeCall),
1221        RevokeSafe(RevokeSafeCall),
1222    }
1223    impl ::ethers::core::abi::AbiDecode for HoprAnnouncementsCalls {
1224        fn decode(
1225            data: impl AsRef<[u8]>,
1226        ) -> ::core::result::Result<Self, ::ethers::core::abi::AbiError> {
1227            let data = data.as_ref();
1228            if let Ok(decoded) = <AnnounceCall as ::ethers::core::abi::AbiDecode>::decode(
1229                data,
1230            ) {
1231                return Ok(Self::Announce(decoded));
1232            }
1233            if let Ok(decoded) = <AnnounceSafeCall as ::ethers::core::abi::AbiDecode>::decode(
1234                data,
1235            ) {
1236                return Ok(Self::AnnounceSafe(decoded));
1237            }
1238            if let Ok(decoded) = <BindKeysCall as ::ethers::core::abi::AbiDecode>::decode(
1239                data,
1240            ) {
1241                return Ok(Self::BindKeys(decoded));
1242            }
1243            if let Ok(decoded) = <BindKeysAnnounceCall as ::ethers::core::abi::AbiDecode>::decode(
1244                data,
1245            ) {
1246                return Ok(Self::BindKeysAnnounce(decoded));
1247            }
1248            if let Ok(decoded) = <BindKeysAnnounceSafeCall as ::ethers::core::abi::AbiDecode>::decode(
1249                data,
1250            ) {
1251                return Ok(Self::BindKeysAnnounceSafe(decoded));
1252            }
1253            if let Ok(decoded) = <BindKeysSafeCall as ::ethers::core::abi::AbiDecode>::decode(
1254                data,
1255            ) {
1256                return Ok(Self::BindKeysSafe(decoded));
1257            }
1258            if let Ok(decoded) = <MulticallCall as ::ethers::core::abi::AbiDecode>::decode(
1259                data,
1260            ) {
1261                return Ok(Self::Multicall(decoded));
1262            }
1263            if let Ok(decoded) = <RevokeCall as ::ethers::core::abi::AbiDecode>::decode(
1264                data,
1265            ) {
1266                return Ok(Self::Revoke(decoded));
1267            }
1268            if let Ok(decoded) = <RevokeSafeCall as ::ethers::core::abi::AbiDecode>::decode(
1269                data,
1270            ) {
1271                return Ok(Self::RevokeSafe(decoded));
1272            }
1273            Err(::ethers::core::abi::Error::InvalidData.into())
1274        }
1275    }
1276    impl ::ethers::core::abi::AbiEncode for HoprAnnouncementsCalls {
1277        fn encode(self) -> Vec<u8> {
1278            match self {
1279                Self::Announce(element) => {
1280                    ::ethers::core::abi::AbiEncode::encode(element)
1281                }
1282                Self::AnnounceSafe(element) => {
1283                    ::ethers::core::abi::AbiEncode::encode(element)
1284                }
1285                Self::BindKeys(element) => {
1286                    ::ethers::core::abi::AbiEncode::encode(element)
1287                }
1288                Self::BindKeysAnnounce(element) => {
1289                    ::ethers::core::abi::AbiEncode::encode(element)
1290                }
1291                Self::BindKeysAnnounceSafe(element) => {
1292                    ::ethers::core::abi::AbiEncode::encode(element)
1293                }
1294                Self::BindKeysSafe(element) => {
1295                    ::ethers::core::abi::AbiEncode::encode(element)
1296                }
1297                Self::Multicall(element) => {
1298                    ::ethers::core::abi::AbiEncode::encode(element)
1299                }
1300                Self::Revoke(element) => ::ethers::core::abi::AbiEncode::encode(element),
1301                Self::RevokeSafe(element) => {
1302                    ::ethers::core::abi::AbiEncode::encode(element)
1303                }
1304            }
1305        }
1306    }
1307    impl ::core::fmt::Display for HoprAnnouncementsCalls {
1308        fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
1309            match self {
1310                Self::Announce(element) => ::core::fmt::Display::fmt(element, f),
1311                Self::AnnounceSafe(element) => ::core::fmt::Display::fmt(element, f),
1312                Self::BindKeys(element) => ::core::fmt::Display::fmt(element, f),
1313                Self::BindKeysAnnounce(element) => ::core::fmt::Display::fmt(element, f),
1314                Self::BindKeysAnnounceSafe(element) => {
1315                    ::core::fmt::Display::fmt(element, f)
1316                }
1317                Self::BindKeysSafe(element) => ::core::fmt::Display::fmt(element, f),
1318                Self::Multicall(element) => ::core::fmt::Display::fmt(element, f),
1319                Self::Revoke(element) => ::core::fmt::Display::fmt(element, f),
1320                Self::RevokeSafe(element) => ::core::fmt::Display::fmt(element, f),
1321            }
1322        }
1323    }
1324    impl ::core::convert::From<AnnounceCall> for HoprAnnouncementsCalls {
1325        fn from(value: AnnounceCall) -> Self {
1326            Self::Announce(value)
1327        }
1328    }
1329    impl ::core::convert::From<AnnounceSafeCall> for HoprAnnouncementsCalls {
1330        fn from(value: AnnounceSafeCall) -> Self {
1331            Self::AnnounceSafe(value)
1332        }
1333    }
1334    impl ::core::convert::From<BindKeysCall> for HoprAnnouncementsCalls {
1335        fn from(value: BindKeysCall) -> Self {
1336            Self::BindKeys(value)
1337        }
1338    }
1339    impl ::core::convert::From<BindKeysAnnounceCall> for HoprAnnouncementsCalls {
1340        fn from(value: BindKeysAnnounceCall) -> Self {
1341            Self::BindKeysAnnounce(value)
1342        }
1343    }
1344    impl ::core::convert::From<BindKeysAnnounceSafeCall> for HoprAnnouncementsCalls {
1345        fn from(value: BindKeysAnnounceSafeCall) -> Self {
1346            Self::BindKeysAnnounceSafe(value)
1347        }
1348    }
1349    impl ::core::convert::From<BindKeysSafeCall> for HoprAnnouncementsCalls {
1350        fn from(value: BindKeysSafeCall) -> Self {
1351            Self::BindKeysSafe(value)
1352        }
1353    }
1354    impl ::core::convert::From<MulticallCall> for HoprAnnouncementsCalls {
1355        fn from(value: MulticallCall) -> Self {
1356            Self::Multicall(value)
1357        }
1358    }
1359    impl ::core::convert::From<RevokeCall> for HoprAnnouncementsCalls {
1360        fn from(value: RevokeCall) -> Self {
1361            Self::Revoke(value)
1362        }
1363    }
1364    impl ::core::convert::From<RevokeSafeCall> for HoprAnnouncementsCalls {
1365        fn from(value: RevokeSafeCall) -> Self {
1366            Self::RevokeSafe(value)
1367        }
1368    }
1369    ///Container type for all return fields from the `multicall` function with signature `multicall(bytes[])` and selector `0xac9650d8`
1370    #[derive(
1371        Clone,
1372        ::ethers::contract::EthAbiType,
1373        ::ethers::contract::EthAbiCodec,
1374        serde::Serialize,
1375        serde::Deserialize,
1376        Default,
1377        Debug,
1378        PartialEq,
1379        Eq,
1380        Hash
1381    )]
1382    pub struct MulticallReturn {
1383        pub results: ::std::vec::Vec<::ethers::core::types::Bytes>,
1384    }
1385}