use crate::types::U256;  // Line 5
use stylus_sdk::alloy_primitives::{Address, U256};  // Line 12
// Remove this line
// use crate::types::U256;

// Keep this line
use stylus_sdk::alloy_primitives::{Address, U256};
