Future<dynamic> getActiveClaimConditionId(BigInt tokenId) async { return await _contract.call("getActiveClaimConditionId", [tokenId]); }