1 2 3 4 5 6 7 8 9 10
use alloy_sol_types::sol; sol!( #[allow(missing_docs)] #[allow(clippy::too_many_arguments)] #[derive(Debug)] #[sol(rpc)] IERC20, "abi/IERC20.json" );