MIN_EXT_AMOUNT
Minimum allowed external amount for deposits and withdrawals. This ensures transactions have meaningful economic value. # Value - 5 × 10^17 (0.5 tokens in wei units) - Prevents dust attacks and spam transactions - Ensures gas costs are justified by transaction value
Fully qualified path: obscura::constants::MIN_EXT_AMOUNT
pub const MIN_EXT_AMOUNT: u256 = 5 * 10_u256.pow(17);