Future<dynamic> setTimeUnit(int timeUnit) async { return contract.send("setTimeUnit", [BigInt.from(timeUnit)]); }