#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(not(feature = "std"), no_std)]
mod constants;
pub use constants::*;
pub use alloy_primitives::{
self, address, b256, bytes, fixed_bytes, hex, hex_literal, keccak256, ruint, uint, Address,
Bytes, FixedBytes, Log, LogData, TxKind, B256, I256, U256,
};
pub use alloy_primitives::map::{self, hash_map, hash_set, HashMap, HashSet};
pub const KECCAK_EMPTY: B256 =
b256!("c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470");