Future<dynamic> checkpoints(String owner, int pos) async => await _contract.call("checkpoints", [owner, pos]);