static Uint8List selector(String signature) { final hash = keccak256(Uint8List.fromList(signature.codeUnits)); return hash.sublist(0, 4); }