pub(crate) fn compute_tip20_address( sender: Address, salt: B256, ) -> (Address, u64)
Computes the deterministic TIP20 address from sender and salt. Returns the address and the lower bytes used for derivation.