static Uint8List soliditySHA3(List<String> types, values) { return keccak256(solidityPack(types, values)); }