Future<dynamic> getTimeUnit(int tokenId) async { return contract.call("getTimeUnit", [BigInt.from(tokenId)]); }