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