pub fn geth_uint256_hex(v: &U256) -> String
Converts a U256 to geth’s uint256.Int.Hex() form: "0x" followed by lowercase hex with leading zeros stripped. Zero → "0x0" (not "0x").
U256
uint256.Int.Hex()
"0x"
"0x0"