return bigInt.toString(16).padStart(32, '0').uppercase()
return bigInt.toString(16).padStart(32, '0').uppercase()