static BigInt hexToBigInt(String hex) { return BigInt.parse(dw3_core.HexUtils.strip0x(hex), radix: 16); }