// #![allow(clippy::extra_unused_type_parameters)]
#[cfg(feature = "abigen")]
mod abigen;
pub(crate) mod common;
mod contract;
mod contract_call;