CN109816021B - Intelligent contract processing method, device and system, storage medium and electronic equipment - Google Patents

Intelligent contract processing method, device and system, storage medium and electronic equipment Download PDF

Info

Publication number
CN109816021B
CN109816021B CN201910081494.3A CN201910081494A CN109816021B CN 109816021 B CN109816021 B CN 109816021B CN 201910081494 A CN201910081494 A CN 201910081494A CN 109816021 B CN109816021 B CN 109816021B
Authority
CN
China
Prior art keywords
intelligent contract
type
target
target intelligent
determining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910081494.3A
Other languages
Chinese (zh)
Other versions
CN109816021A (en
Inventor
杜茂兵
曹崇瑞
刘本龙
王康
赖奕宇
王挺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN201910081494.3A priority Critical patent/CN109816021B/en
Publication of CN109816021A publication Critical patent/CN109816021A/en
Application granted granted Critical
Publication of CN109816021B publication Critical patent/CN109816021B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The embodiment of the invention provides an intelligent contract processing method, an intelligent contract processing device, an intelligent contract processing system, a storage medium and electronic equipment. The intelligent contract processing method comprises the following steps: determining interface information of a target intelligent contract; determining label information corresponding to the interface information of the target intelligent contract; and adding the label information into the target intelligent contract so as to determine the type of the target intelligent contract according to the label information. The technical scheme of the embodiment of the invention can effectively realize the classification of the intelligent contracts of the block chain, thereby being beneficial to managing the intelligent contracts based on the classification result.

Description

Intelligent contract processing method, device and system, storage medium and electronic equipment
Technical Field
The embodiment of the invention relates to the technical field of block chains, in particular to an intelligent contract processing method, an intelligent contract processing device, an intelligent contract processing system, a storage medium and an electronic device.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
With the continuous development of internet technology, block chains are produced. The block chain is a new application mode combining computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm, the block chain and the application thereof are subverting the existing business mode, and various industries including financial institutions, government departments, traditional enterprises and internet companies actively explore the implementation mode of self business in the block chain network.
The intelligent contract is a very obvious characteristic of the block chain 2.0, and the block chain can execute corresponding services according to different intelligent contracts, so that different services can be processed, and corresponding functions can be realized. In a blockchain network, a smart contract typically exists in the form of a readable field or executable code segment. Currently, when smart contracts need to be published, only the source code is often published.
Disclosure of Invention
However, in the prior art, the contract management process of the intelligent contracts including the intelligent contract security audit process, the intelligent contract liveness and the like needs a block chain expert to perform a series of professional analyses, which is high in disclosure cost and is not beneficial to understanding the situations of intelligent contract maintenance and operation on the block chain, and thus the development of the block chain is hindered to a certain extent. In addition, such management deficiencies of blockchains are detrimental to the understanding of blockchains by ordinary users who lack background knowledge of blockchains.
For this reason, there is a strong need for an improved intelligent contract processing scheme to achieve efficient management of blockchain intelligent contracts.
In this context, embodiments of the present invention are intended to provide an intelligent contract processing method, an intelligent contract processing apparatus, an intelligent contract processing system, a storage medium, and an electronic device.
In a first aspect of embodiments of the present invention, there is provided an intelligent contract processing method, including: determining interface information of a target intelligent contract; determining label information corresponding to the interface information of the target intelligent contract; and adding the label information into the target intelligent contract so as to determine the type of the target intelligent contract according to the label information.
In some embodiments of the invention, the intelligent contract processing method further comprises: and uploading the target intelligent contract added with the tag information to a block chain.
In some embodiments of the present invention, determining tag information corresponding to interface information of the target smart contract comprises: determining a preset mapping relation between the interface information and the label information; and determining label information corresponding to the interface information of the target intelligent contract according to the preset mapping relation.
In some embodiments of the present invention, determining tag information corresponding to interface information of the target smart contract comprises: inputting the interface information of the target intelligent contract into a trained machine learning model, and determining the output result of the machine learning model as label information corresponding to the interface information of the target intelligent contract; determining a plurality of interface information and label information corresponding to each interface information as training samples so as to train the machine learning model.
In some embodiments of the invention, the target intelligent contract is configured with a contract classification attribute; wherein adding the tag information to the target intelligent contract comprises: and writing the label information into the contract classification attribute of the target intelligent contract.
In some embodiments of the invention, determining the type of the target smart contract from the tag information comprises: acquiring a classification query request of the target intelligent contract through a query interface of the target intelligent contract; and determining the type of the target intelligent contract from the classification attribute according to the classification query request.
In some embodiments of the invention, the intelligent contract processing method further comprises: determining the type of the target intelligent contract as a target type, and determining the intelligent contract with the type of the target type on the block chain; determining the activity of the intelligent contract with the type being the target type; and determining whether to provide investment advice to the user according to the activity.
In some embodiments of the present invention, determining the liveness of the smart contract of the type as the target type comprises: counting the transaction amount of the intelligent contract with the type being the target type within a preset time period; and determining the activity of the intelligent contract with the type as the target type according to the transaction amount.
In some embodiments of the invention, the intelligent contract processing method further comprises: determining the activity of the target intelligent contract; and if the first preset event occurs, disclosing the activity of the target intelligent contract.
In some embodiments of the invention, the intelligent contract processing method further comprises: judging whether the type of the target intelligent contract is a first preset type or not; and under the condition that the type of the target intelligent contract is judged to be the first preset type, if a second preset event occurs, disclosing the source code of the target intelligent contract.
In some embodiments of the invention, the intelligent contract processing method further comprises: judging whether the type of the target intelligent contract is a second preset type or not; and under the condition that the type of the target intelligent contract is judged to be the second preset type, if a third preset event occurs, the auditing information of the target intelligent contract is disclosed.
In some embodiments of the invention, the intelligent contract processing method further comprises: judging whether the type of the target intelligent contract is a third preset type or not; and recording the operation behavior of an administrator for the target intelligent contract under the condition that the type of the target intelligent contract is judged to be the third preset type.
In some embodiments of the invention, the intelligent contract processing method further comprises: judging whether the type of the target intelligent contract is a fourth preset type or not; and under the condition that the type of the target intelligent contract is judged to be the fourth preset type, if transaction data are generated based on the target intelligent contract, analyzing the transaction data by using a preset parameter label to determine readable information corresponding to the transaction data.
In a second aspect of embodiments of the present invention, there is provided an intelligent contract processing apparatus including an interface information determination module, a tag information determination module, and a type determination module.
Specifically, the interface information determining module is used for determining the interface information of the target intelligent contract; the label information determining module is used for determining label information corresponding to the interface information of the target intelligent contract; the type determining module is used for adding the label information into the target intelligent contract so as to determine the type of the target intelligent contract according to the label information.
In some embodiments of the invention, the intelligent contract processing apparatus further comprises a contract uploading module.
Specifically, the contract uploading module is used for uploading the target intelligent contract added with the tag information to the block chain.
In some embodiments of the present invention, the tag information determination module includes a mapping relation determination unit and a first tag information determination unit.
Specifically, the mapping relationship determining unit is configured to determine a preset mapping relationship between the interface information and the tag information; the first label information determining unit is used for determining label information corresponding to the interface information of the target intelligent contract according to the preset mapping relation.
In some embodiments of the present invention, the tag information determination module includes a second tag information determination unit.
Specifically, the second tag information determining unit is configured to input interface information of the target intelligent contract into a trained machine learning model, and determine an output result of the machine learning model as tag information corresponding to the interface information of the target intelligent contract; determining a plurality of interface information and label information corresponding to each interface information as training samples so as to train the machine learning model.
In some embodiments of the invention, the target intelligent contract is configured with a contract classification attribute; the type determination module includes a tag writing unit.
Specifically, the tag writing unit is configured to write the tag information into the contract classification attribute of the target intelligent contract.
In some embodiments of the invention, the type determination module comprises a request acquisition unit and a type determination unit.
Specifically, the request obtaining unit is configured to obtain a classification query request of the target intelligent contract through a query interface of the target intelligent contract; the type determining unit is used for determining the type of the target intelligent contract from the classification attribute according to the classification query request.
In some embodiments of the invention, the intelligent contract processing apparatus further comprises an activity management module.
Specifically, the activity management module is configured to determine the type of the target intelligent contract as a target type, and determine an intelligent contract of which the type is the target type on the block chain; determining the activity of the intelligent contract with the type being the target type; and determining whether to provide investment advice to the user according to the activity.
In some embodiments of the invention, the activity management module is further configured to perform: counting the transaction amount of the intelligent contract with the type being the target type within a preset time period; and determining the activity of the intelligent contract with the type as the target type according to the transaction amount.
In some embodiments of the invention, the activity management module is further configured to perform: determining the activity of the target intelligent contract; and if the first preset event occurs, disclosing the activity of the target intelligent contract.
In some embodiments of the invention, the intelligent contract processing apparatus further comprises a source code management module.
Specifically, the source code management module is configured to determine whether the type of the target intelligent contract is a first preset type; and under the condition that the type of the target intelligent contract is judged to be the first preset type, if a second preset event occurs, disclosing the source code of the target intelligent contract.
In some embodiments of the invention, the intelligent contract processing apparatus further comprises an audit management module.
Specifically, the audit management module is used for judging whether the type of the target intelligent contract is a second preset type; and under the condition that the type of the target intelligent contract is judged to be the second preset type, if a third preset event occurs, the auditing information of the target intelligent contract is disclosed.
In some embodiments of the invention, the intelligent contract processing apparatus further comprises an administrator behavior management module.
Specifically, the administrator behavior management module is configured to determine whether the type of the target intelligent contract is a third preset type; and recording the operation behavior of an administrator for the target intelligent contract under the condition that the type of the target intelligent contract is judged to be the third preset type.
In some embodiments of the invention, the intelligent contract processing apparatus further comprises a data parsing module.
Specifically, the data analysis module is configured to determine whether the type of the target intelligent contract is a fourth preset type; and under the condition that the type of the target intelligent contract is judged to be the fourth preset type, if transaction data are generated based on the target intelligent contract, analyzing the transaction data by using a preset parameter label to determine readable information corresponding to the transaction data.
In a third aspect of the embodiments of the present invention, an intelligent contract processing system is provided, which includes a classification device, an activity determination device, an open source module device, an audit disclosure device, a behavior recording device, and a data conversion device.
Specifically, the classification device is used for determining the type of the target intelligent contract based on the interface information of the target intelligent contract; the liveness determining device is used for determining the liveness of the intelligent contract of which the type is the target type on the block chain; the open source module device is used for disclosing a source code of the target intelligent contract if a second preset event occurs under the condition that the type of the target intelligent contract is a first preset type; the auditing disclosure device is used for disclosing auditing information of the target intelligent contract if a third preset event occurs under the condition that the type of the target intelligent contract is a second preset type; the behavior recording device is used for recording the operation behavior of an administrator for the target intelligent contract under the condition that the type of the target intelligent contract is a third preset type; and the data conversion device is used for analyzing the transaction data based on a preset parameter label to determine readable information corresponding to the transaction data if the target intelligent contract generates the transaction data under the condition that the type of the target intelligent contract is a fourth preset type.
In a fourth aspect of the embodiments of the present invention, there is provided a storage medium on which a computer program is stored, the computer program, when executed by a processor, implementing the intelligent contract processing method according to any one of the above-mentioned embodiments.
In a fifth aspect of embodiments of the present invention, there is provided an electronic apparatus, comprising: a processor; a memory for storing executable instructions of the processor; wherein the processor is configured to execute the intelligent contract processing method according to any one of the above embodiments via executing executable instructions.
According to the intelligent contract processing method, the intelligent contract processing device, the intelligent contract processing system, the storage medium and the electronic equipment, the tag information corresponding to the interface information of the target intelligent contract is determined, and is added into the target intelligent contract so as to determine the type of the target intelligent contract according to the tag information, so that the block chain intelligent contract can be effectively classified, and the intelligent contract can be managed on the basis of the classification result.
Drawings
The above and other objects, features and advantages of exemplary embodiments of the present invention will become readily apparent from the following detailed description read in conjunction with the accompanying drawings. Several embodiments of the invention are illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which:
FIG. 1 schematically illustrates a flow diagram of a smart contract processing method according to an exemplary embodiment of the invention;
FIG. 2 schematically illustrates a graph of transaction amounts according to an exemplary embodiment of the invention;
FIG. 3 schematically illustrates a block diagram of an intelligent contract processing apparatus according to a first exemplary embodiment of the present invention;
FIG. 4 schematically illustrates a block diagram of an intelligent contract processing apparatus according to a second exemplary embodiment of the present invention;
FIG. 5 schematically illustrates a block diagram of a tag information determination module according to an exemplary embodiment of the present invention;
FIG. 6 schematically illustrates a block diagram of a tag information determination module according to another exemplary embodiment of the present invention;
FIG. 7 schematically illustrates a block diagram of a type determination module according to an exemplary embodiment of the present invention;
FIG. 8 schematically illustrates a block diagram of a type determination module according to another exemplary embodiment of the present invention;
FIG. 9 schematically illustrates a block diagram of an intelligent contract processing apparatus according to a third exemplary embodiment of the present invention;
FIG. 10 schematically illustrates a block diagram of an intelligent contract processing apparatus according to a fourth exemplary embodiment of the present invention;
FIG. 11 schematically illustrates a block diagram of an intelligent contract processing apparatus according to a fifth exemplary embodiment of the present invention;
FIG. 12 is a block diagram that schematically illustrates an intelligent contract processing apparatus, in accordance with a sixth exemplary embodiment of the present invention;
FIG. 13 schematically illustrates a block diagram of an intelligent contract processing apparatus according to a seventh exemplary embodiment of the present invention;
FIG. 14 schematically illustrates a block diagram of an intelligent contract processing system, according to an exemplary embodiment of the present invention;
fig. 15 schematically shows a block diagram of an electronic device according to an exemplary embodiment of the present invention.
In the drawings, the same or corresponding reference numerals indicate the same or corresponding parts.
Detailed Description
The principles and spirit of the present invention will be described with reference to a number of exemplary embodiments. It is understood that these embodiments are given solely for the purpose of enabling those skilled in the art to better understand and to practice the invention, and are not intended to limit the scope of the invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the invention, an intelligent contract processing method, device and system are provided.
In this document, any number of elements in the drawings is by way of example and not by way of limitation, and any nomenclature is used solely for differentiation and not by way of limitation.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments of the invention.
Summary of The Invention
The inventor finds that in the prior art, no scheme for managing the intelligent contracts on the block chain is provided, so that the user is not facilitated to know the maintenance and operation conditions of the intelligent contracts on the block chain, and the development of the block chain is hindered to a certain extent.
Based on the above, the basic idea of the invention is: the intelligent contracts on the block chains are classified, and the type of the intelligent contracts can be determined by utilizing the interfaces of the intelligent contracts. And on the basis of determining the type of the intelligent contract, managing all aspects of the intelligent contract according to the classification result.
Having described the general principles of the invention, various non-limiting embodiments of the invention are described in detail below.
Exemplary method
An intelligent contract processing method according to an exemplary embodiment of the present invention is described below with reference to fig. 1.
FIG. 1 schematically illustrates a flow diagram of a method for intelligent contract processing according to an exemplary embodiment of the invention. Referring to fig. 1, an intelligent contract processing method according to an exemplary embodiment of the present invention may include the steps of:
and S10, determining interface information of the target intelligent contract.
The target intelligent contract may be any one of a plurality of intelligent contracts that are applied to a blockchain. In addition, when the type of an intelligent contract needs to be determined, the intelligent contract can also be determined as a target intelligent contract. It should be noted that the invention is not limited to any particular type of blockchain, and the blockchain mentioned in the invention may be a public chain, a private chain, or a federation chain.
The interface of the intelligent contract is used for realizing the rule of contract subscription, and the interface information can include but is not limited to interface names, the interpretation of the input and return values of the interface, and the like. In one embodiment of the present invention, the above-mentioned interface information may be characterized by an interface name. For example, the function of the interface may be to transfer an amount w from account a to account B, the interface name being defined, for example, "transfer", i.e. the interface information of the interface may be "transfer".
Intelligent contracts often have multiple interfaces, each interface information being typically in a separate state from the code of the intelligent contract. Therefore, an interface information list of the intelligent contract can be constructed, and the interface information list comprises information of all interfaces of the intelligent contract. That is, the intelligent contracts may establish a mapping relationship with the interface information lists, and one intelligent contract corresponds to one interface information list.
According to some embodiments of the invention, the server may determine a plurality of interface information for the target intelligent contract.
According to other embodiments of the present invention, weights may be configured for each interface of the target intelligent contract in advance, and the server may determine interface information corresponding to an interface with the highest weight in the target intelligent contract as the interface information of the target intelligent contract.
And S14, determining label information corresponding to the interface information of the target intelligent contract.
In an exemplary embodiment of the present invention, the tag information may be used to characterize a type of the smart contract, where the type of the smart contract may include, for example, a token class, a lottery class, a credit class, and the like. That is, different types of corresponding tag information are different.
According to some embodiments of the present invention, first, a preset mapping relationship between the interface information and the tag information may be pre-constructed, and the preset mapping relationship may be stored in the server in a table form or in a storage unit outside the server. Next, the server may determine, according to the preset mapping relationship, tag information corresponding to the interface information of the target intelligent contract.
According to other embodiments of the invention, for a scenario in which some features in the interface information are utilized to determine the tag information, a machine learning method may be adopted to determine the tag information corresponding to the interface information of the target intelligent contract.
Specifically, first, a plurality of interface information may be determined, and a developer may manually determine the label information corresponding to the interface information, and determine the plurality of interface information and the corresponding label information as the training sample. In addition, a developer can construct a machine learning model according to the specific requirements of the intelligent contract, for example, the machine learning model can be a convolutional neural network model, and the number, the dimensionality and the weight of convolutional layers in the convolutional neural network model are not particularly limited in the embodiment of the invention.
Next, the constructed machine learning model may be trained using the training samples to obtain a trained machine learning model. In addition, similar to the process of selecting training samples, a validation set may be determined to validate the trained machine learning model.
Subsequently, the server may input the interface information of the target intelligent contract into the trained machine learning model, and determine the output result of the machine learning model as the tag information corresponding to the interface information of the target intelligent contract.
And S16, adding the label information into the target intelligent contract so as to determine the type of the target intelligent contract according to the label information.
In an exemplary embodiment of the invention, a target intelligent contract is configured with classification attributes. After determining the tag information, the server may write the tag information into the contract classification attribute of the target smart contract.
In the case that the type of the target intelligent contract needs to be determined, firstly, the server may obtain a classified query request of the target intelligent contract through a query interface of the target intelligent contract, where the classified query request may be sent by a user through a terminal device (e.g., a mobile phone, a tablet, a personal computer, etc.); next, the server may determine a type of the target smart contract from the classification attributes based on the classification query request.
The classification process of the intelligent contracts provided by the present invention is described above in an exemplary manner. The classification process of the intelligent contract may be performed on the blockchain, that is, after the target intelligent contract is deployed on the blockchain, the target intelligent contract is classified. However, it should be noted that, when the target intelligent contract is not yet deployed in the blockchain, the classification process of the target intelligent contract may also be performed, that is, after the tag information is added to the target intelligent contract, the target intelligent contract may be uploaded to the blockchain.
The method and the device can effectively realize the classification of the intelligent contract, and further help to manage the intelligent contract based on the classification result. The following describes schemes for performing various management on the smart contracts based on the results of the classification.
Exemplary embodiments of the present invention provide a scheme for liveness management of smart contracts.
First, the server may determine the type of the target intelligent contract as the target type, and determine the intelligent contract with the type on the blockchain as the target type. For example, the determined target type is a token class, and the server may determine the types of all intelligent contracts on the blockchain, and determine intelligent contracts of the token class, where the intelligent contracts on the blockchain include, for example, a target intelligent contract, an intelligent contract 1, an intelligent contract 2, an intelligent contract 3, and the like.
Next, the server may determine the liveness of the smart contract of the type targeted. Specifically, in a preset time period, the transaction amount of the intelligent contract with the target type is counted, and the activity of the intelligent contract with the target type is determined according to the transaction amount. Here, the preset time period may be configured to be 24 hours, however, it is easily understood that the preset time period may be configured based on the historical transaction amount, and the preset time period is not particularly limited in the present exemplary embodiment.
FIG. 2 schematically illustrates a schematic diagram of a transaction amount for a target smart contract. In the example shown in fig. 2, it is known that the preset time period is configured to be 24 hours.
After determining the activity of the intelligent contract of the target type, the server can determine whether to provide investment suggestions for the user according to the activity. Specifically, the server may determine whether the liveness meets a preset requirement, and recommend a project corresponding to the intelligent contract to the user if the liveness meets the preset requirement, where the user may be a user registered on the block chain investment platform. In addition, the preset requirement described herein may be, for example, ten thousand daily activity, and in the example of the activity being characterized by the transaction amount, the transaction amount of the target intelligent contract shown in fig. 2 for five days is only one day that does not satisfy the preset requirement, and based on the result, the investment advice of the item corresponding to the target intelligent contract may be recommended to the user in the respective manners of 2018-11-27, 2018-11-29, 2018-11-30 and 2018-12-01, wherein the investment advice is advice for recommending purchase, and further, the investment advice may further include information such as item introduction and advice reason.
In addition, after determining the activity of the target intelligent contract, if the first preset event occurs, the server may disclose the activity of the target intelligent contract. That is, the first predetermined event may be used as a condition for determining whether the activity is disclosed or not. Specifically, the first preset event may include any one of a state that the item is in a financing state, a state that the item is in a public measurement state, and a state that the item is in a charging state, it is easily understood that the first preset event may further include a transition period that the item is in a transition from an internal measurement to a public measurement, a transition period that the item is in a transition from a non-charging state to a charging state, and the like, and the first preset event is not particularly limited in this exemplary embodiment.
In addition, after the activity of the intelligent contracts of which the types are the target types on the block chain is determined, the intelligent contracts can be sequenced according to the activity, and sequencing results are sent to the user for the user to refer.
Exemplary embodiments of the present invention also provide a solution to the disclosure of intelligent contract source code.
The server may determine whether the type of the target intelligent contract is a first preset type, where the first preset type may be a type that is determined by statistics and is concerned by a user, or a type that is helpful for project development after a source code is disclosed and preset by a developer, and the first preset type is not particularly limited in this exemplary embodiment.
And under the condition that the type of the target intelligent contract is judged to be a first preset type, if a second preset event occurs, disclosing the source code of the target intelligent contract. Similarly, the second preset event may include any one of the condition that the item is in a financing state, the condition that the item is in a public measurement state, and the condition that the item is in a charging state, it is easily understood that the second preset event may also include a transition period that the item is in a transition from an internal measurement state to a public measurement state, a transition period that the item is in a transition from a non-charging state to a charging state, and the like, and the second preset event is not particularly limited in this exemplary embodiment.
The source code of the above-described public target intelligent contract may refer to a fully open source, that is, a public source address, and a source code digest hash value, which is used to verify that the source code is complete and unmodified. In this case, the user can read the relevant information of the contract open source through the query interface.
In addition, the scheme disclosed for the intelligent contract source code can also comprise two cases of delaying the source opening and not opening. Specifically, postponing the source opening may refer to disclosing a hash value of the source code digest and postponing the time for opening, and for the source opening failure, a special label for the source opening failure may be added, and a developer adds a reason for the source opening failure. It should be noted that the developer may manually set deferred sourcing or non-sourcing.
Exemplary embodiments of the present invention also provide a solution for disclosing audit information for a smart contract.
The server may determine whether the type of the target intelligent contract is a second preset type, where similarly, the second preset type may be a type that is determined by statistics and is of interest to the user, and may also be a type that is helpful for project development after auditing information is disclosed and preset by a developer.
And under the condition that the type of the target intelligent contract is judged to be a second preset type, if a third preset event occurs, the server discloses audit information of the target intelligent contract. Similarly, the third preset event may include any one of the condition that the item is in a financing state, the condition that the item is in a public measurement state, and the condition that the item is in a charging state, it is easily understood that the third preset event may also include a transition period that the item is in a transition from an internal measurement state to a public measurement state, a transition period that the item is in a transition from a non-charging state to a charging state, and the like, and the third preset event is not particularly limited in this exemplary embodiment.
The disclosed audit information may include information about the security audit facilitator and the contents of various aspects of security design. The user can read the audit information through the query interface.
Further, aspects are directed to a scheme for disclosing intelligent contract audit information. Cases of deferred public auditing and no security auditing may also be included. Specifically, deferred public audit refers to that a signature summary of information of the whole security audit process can be submitted for subsequent public verification, and a special label without security audit can be added for non-security audit. It should be noted that developers may manually set deferred disclosure audits or no security audits.
Exemplary embodiments of the present invention also provide a scheme for logging the operational behavior of an administrator for a smart contract.
The server may determine whether the type of the target intelligent contract is a third preset type, where the third preset type may be a type that needs to record administrator behavior and is configured in advance by a developer when the target intelligent contract is constructed.
And the server records the operation behavior of the administrator for the target intelligent contract under the condition that the type of the target intelligent contract is judged to be a third preset type. The operation behaviors may include, for example, the number of released tokens, maintenance mode, etc., and the administrator operation behavior is not particularly limited by the present invention.
In the case of operation behavior being recorded, the user can query the entire maintenance process of the intelligent contract by the administrator through the query interface.
Specifically, for the maintenance management process of the intelligent contract, firstly, a contract administrator standard can be defined, and a contract publisher is an initial administrator authority (the authority can be transferred); subsequently, when a developer writes an intelligent contract, the contract administrator standard can be added to the intelligent contract and executed; then, when the intelligent contract carries out transaction, the server can judge whether the transaction is issued by the administrator or not, and if so, the transaction is marked as maintenance management operation. For example, the intelligent contract may configure a service closing entry, in which case, when the administrator operates the contract, the time point of the operation is recorded, and the whole operation process is transparent.
The exemplary embodiment of the invention also provides a scheme for analyzing the transaction data of the intelligent contract, and the readability of the transaction data is improved.
The server may determine whether the type of the target intelligent contract is a fourth preset type, where the fourth preset type is a type that needs to improve readability of the transaction data and is preset by a developer, and the fourth preset type is not particularly limited in this exemplary embodiment.
Under the condition that the type of the target intelligent contract is judged to be the fourth preset type, if the transaction data are generated based on the target intelligent contract, the transaction data can be analyzed by using the preset parameter tags so as to determine readable information corresponding to the transaction data.
Taking ERC20 transfer interface as an example:
Figure BDA0001960511020000141
wherein, token (tokens) is a general certificate (or token).
After the smart contract is issued to the blockchain, transaction data without readability may be generated as follows:
Figure BDA0001960511020000142
in this case, the following parameter tags may be added to the smart contract:
Figure BDA0001960511020000151
the parameter label is an attribute, and when an intelligent contract is created, the parameter label is analyzed and stored as a contract method parameter signature attribute.
After the transaction data without readability is determined, the transaction data can be analyzed by using the parameter tag, and the obtained readable information is as follows:
Figure BDA0001960511020000152
the technical scheme of the embodiment of the invention is beneficial to carrying out statistical analysis on the intelligent contract and even the information of the whole block chain by determining the type of the intelligent contract and managing the intelligent contract in the aspects of liveness, source code disclosure, audit information disclosure, administrator operation record, transaction data analysis and the like according to the type, reduces the cost of understanding the block chain by a user and can effectively promote the development of the block chain technology.
Exemplary devices
Having described the intelligent contract processing method according to the exemplary embodiment of the present invention, an intelligent contract processing apparatus according to an exemplary embodiment of the present invention will be described with reference to fig. 3 to 13.
Referring to fig. 3, the intelligent contract processing apparatus 3 according to an exemplary embodiment of the present invention may include an interface information determination module 31, a tag information determination module 33, and a type determination module 35.
Specifically, the interface information determining module 31 may be configured to determine interface information of the target intelligent contract; the tag information determining module 33 may be configured to determine tag information corresponding to the interface information of the target smart contract; type determination module 35 may be configured to add the tag information to the target smart contract to determine the type of the target smart contract based on the tag information.
In some embodiments of the invention, referring to FIG. 4, the intelligent contract processing apparatus 4 further comprises a contract upload module 41 as compared to the intelligent contract processing apparatus 3.
Specifically, the contract uploading module 41 may be configured to upload the target intelligent contract added with the tag information to the blockchain.
In some embodiments of the present invention, referring to fig. 5, the tag information determining module 33 may include a mapping relationship determining unit 501 and a first tag information determining unit 503.
Specifically, the mapping relationship determining unit 501 may be configured to determine a preset mapping relationship between the interface information and the tag information; the first tag information determining unit 503 may be configured to determine, according to the preset mapping relationship, tag information corresponding to the interface information of the target smart contract.
In some embodiments of the present invention, referring to fig. 6, the tag information determining module 61 may include a second tag information determining unit 601.
Specifically, the second tag information determining unit 601 may be configured to input interface information of the target smart contract into a trained machine learning model, and determine an output result of the machine learning model as tag information corresponding to the interface information of the target smart contract; determining a plurality of interface information and label information corresponding to each interface information as training samples so as to train the machine learning model.
In some embodiments of the invention, the target intelligent contract is configured with a contract classification attribute; referring to fig. 7, the type determination module 35 may include a tag writing unit 701.
Specifically, the tag writing unit 701 may be configured to write the tag information into the contract classification attribute of the target intelligent contract.
In some embodiments of the present invention, referring to fig. 8, the type determining module 81 may include a request obtaining unit 801 and a type determining unit 803.
Specifically, the request obtaining unit 801 may be configured to obtain a classification query request of the target intelligent contract through a query interface of the target intelligent contract; the type determining unit 803 may be configured to determine the type of the target intelligent contract from the classification attribute according to the classification query request.
In some embodiments of the invention, referring to FIG. 9, the intelligent contract processing apparatus 9 may also include an activity management module 91 as compared to the intelligent contract processing apparatus 3.
Specifically, the activity management module 91 may be configured to determine the type of the target intelligent contract as a target type, and determine the intelligent contract whose type is the target type on the block chain; determining the activity of the intelligent contract with the type being the target type; and determining whether to provide investment advice to the user according to the activity.
In some embodiments of the invention, the activity management module 91 may be further configured to perform: counting the transaction amount of the intelligent contract with the type being the target type within a preset time period; and determining the activity of the intelligent contract with the type as the target type according to the transaction amount.
In some embodiments of the invention, the activity management module 91 may be further configured to perform: determining the activity of the target intelligent contract; and if the first preset event occurs, disclosing the activity of the target intelligent contract.
In some embodiments of the invention, referring to fig. 10, the intelligent contract processing apparatus 10 may further include a source code management module 101, as compared to the intelligent contract processing apparatus 3.
Specifically, the source code management module 101 may be configured to determine whether the type of the target intelligent contract is a first preset type; and under the condition that the type of the target intelligent contract is judged to be the first preset type, if a second preset event occurs, disclosing the source code of the target intelligent contract.
In some embodiments of the invention, referring to FIG. 11, the intelligent contract processing apparatus 11 may also include an audit management module 111 in comparison to the intelligent contract processing apparatus 3.
Specifically, the audit management module 111 may be configured to determine whether the type of the target intelligent contract is a second preset type; and under the condition that the type of the target intelligent contract is judged to be the second preset type, if a third preset event occurs, the auditing information of the target intelligent contract is disclosed.
In some embodiments of the invention, referring to FIG. 12, the intelligent contract processing apparatus 12 may also include an administrator behavior management module 121 as compared to the intelligent contract processing apparatus 3.
Specifically, the administrator behavior management module 121 may be configured to determine whether the type of the target intelligent contract is a third preset type; and recording the operation behavior of an administrator for the target intelligent contract under the condition that the type of the target intelligent contract is judged to be the third preset type.
In some embodiments of the invention, referring to fig. 13, the intelligent contract processing apparatus 13 may further include a data parsing module 131, compared to the intelligent contract processing apparatus 3.
Specifically, the data analysis module 131 may be configured to determine whether the type of the target intelligent contract is a fourth preset type; and under the condition that the type of the target intelligent contract is judged to be the fourth preset type, if transaction data are generated based on the target intelligent contract, analyzing the transaction data by using a preset parameter label to determine readable information corresponding to the transaction data.
Since each functional module of the program operation performance analysis apparatus according to the embodiment of the present invention is the same as that in the embodiment of the present invention, it is not described herein again.
Exemplary System
Having described the intelligent contract processing method and apparatus according to the exemplary embodiment of the present invention, an intelligent contract processing system according to an exemplary embodiment of the present invention will now be described with reference to fig. 14.
Referring to fig. 14, the intelligent contract processing system 14 according to an exemplary embodiment of the present invention may include a classification device 141, an activity determination device 142, an open source module device 143, an audit disclosure device 144, a behavior recording device 145, and a data conversion device 146.
In particular, the classification means 141 may be configured to determine the type of the target intelligent contract based on the interface information of the target intelligent contract; the activity determining device 142 may be configured to determine the activity of the intelligent contract with the type being the target type on the blockchain; the open source module device 143 may be configured to, if the type of the target intelligent contract is a first preset type, disclose the source code of the target intelligent contract if a second preset event occurs; audit disclosure means 144 may be configured to, in a case that the type of the target smart contract is a second preset type, disclose audit information of the target smart contract if a third preset event occurs; the behavior recording device 145 may be configured to record an operation behavior of an administrator for the target intelligent contract if the type of the target intelligent contract is a third preset type; the data conversion device 146 may be configured to, if the type of the target intelligent contract is a fourth preset type, parse the transaction data based on a preset parameter tag to determine readable information corresponding to the transaction data if the target intelligent contract generates the transaction data.
Since the functions of each device of the intelligent contract processing system in the embodiment of the present invention are the same as those in the embodiment of the method of the present invention, detailed description is omitted here.
Exemplary device
Having described the intelligent contract processing method, intelligent contract processing apparatus, and intelligent contract processing system of exemplary embodiments of the present invention, the electronic device of exemplary embodiments of the present invention will be described next. The electronic equipment of the exemplary embodiment of the present invention includes one of the intelligent contract processing apparatuses described above.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
In some possible embodiments, an electronic device according to the invention may comprise at least one processing unit, and at least one memory unit. Wherein the storage unit stores program code that, when executed by the processing unit, causes the processing unit to perform the steps in the intelligent contract processing method according to various exemplary embodiments of the present invention described in the above-mentioned "method" section of this specification. For example, the processing unit may perform steps 12 and 16 as described in fig. 1.
An electronic device 1500 according to this embodiment of the invention is described below with reference to fig. 15. The electronic device 1500 shown in fig. 15 is only an example and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 15, electronic device 1500 is in the form of a general purpose computing device. Components of electronic device 1500 may include, but are not limited to: the at least one processing unit 1510, the at least one storage unit 1520, a bus 1530 connecting different system components (including the storage unit 1520 and the processing unit 1510), and a display unit 1540.
Wherein the memory unit stores program code that is executable by the processing unit 1510 to cause the processing unit 1510 to perform steps according to various exemplary embodiments of the present invention as described in the above section "exemplary methods" of the present specification. For example, the processing unit 1510 may perform step S12 as shown in fig. 1: determining interface information of a target intelligent contract; step S14: determining label information corresponding to the interface information of the target intelligent contract; step S16: and adding the label information into the target intelligent contract so as to determine the type of the target intelligent contract according to the label information.
The storage unit 1520 may include readable media in the form of volatile storage units, such as a random access memory unit (RAM)15201 and/or a cache memory unit 15202, and may further include a read only memory unit (ROM) 15203.
Storage unit 1520 may also include a program/utility 15204 having a set (at least one) of program modules 15205, such program modules 15205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 1530 may be any bus representing one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 1500 can also communicate with one or more external devices 1600 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 1500, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 1500 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interface 1550. Also, the electronic device 1500 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via the network adapter 1560. As shown, the network adapter 1560 communicates with the other modules of the electronic device 1500 over the bus 1530. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the electronic device 1500, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Exemplary program product
In some possible embodiments, the various aspects of the present invention may also be implemented in the form of a program product including program code for causing a terminal device to perform the steps in the intelligent contract processing method according to various exemplary embodiments of the present invention described in the above-mentioned "method" section of this specification when the program product is run on the terminal device, for example, the terminal device may perform steps 12 to 16 as described in fig. 1.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical disk, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In addition, as technology advances, readable storage media should also be interpreted accordingly.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user computing device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device over any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., over the internet using an internet service provider).
It should be noted that although several modules or sub-modules of the intelligent contract processing apparatus are mentioned in the above detailed description, such division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the modules described above may be embodied in one module according to embodiments of the invention. Conversely, the features and functions of one module described above may be further divided into embodiments by a plurality of modules.
Moreover, while the operations of the method of the invention are depicted in the drawings in a particular order, this does not require or imply that the operations must be performed in this particular order, or that all of the illustrated operations must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
While the spirit and principles of the invention have been described with reference to several particular embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, nor is the division of aspects, which is for convenience only as the features in such aspects may not be combined to benefit. The invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims (17)

1. An intelligent contract processing method, comprising:
determining interface information of a target intelligent contract;
determining label information corresponding to the interface information of the target intelligent contract;
and adding the label information into the target intelligent contract so as to determine the type of the target intelligent contract according to the label information.
2. The intelligent contract processing method according to claim 1, further comprising:
and uploading the target intelligent contract added with the tag information to a block chain.
3. The intelligent contract processing method of claim 1, wherein determining tag information corresponding to interface information of the target intelligent contract comprises:
determining a preset mapping relation between the interface information and the label information;
and determining label information corresponding to the interface information of the target intelligent contract according to the preset mapping relation.
4. The intelligent contract processing method of claim 1, wherein determining tag information corresponding to interface information of the target intelligent contract comprises:
inputting the interface information of the target intelligent contract into a trained machine learning model, and determining the output result of the machine learning model as label information corresponding to the interface information of the target intelligent contract;
determining a plurality of interface information and label information corresponding to each interface information as training samples so as to train the machine learning model.
5. The intelligent contract processing method of claim 1, wherein the target intelligent contract is configured with contract classification attributes; wherein adding the tag information to the target intelligent contract comprises:
and writing the label information into the contract classification attribute of the target intelligent contract.
6. The intelligent contract processing method of claim 5, wherein determining the type of the target intelligent contract according to the tag information comprises:
acquiring a classification query request of the target intelligent contract through a query interface of the target intelligent contract;
and determining the type of the target intelligent contract from the classification attribute according to the classification query request.
7. The intelligent contract processing method according to any one of claims 1 to 6, further comprising:
determining the type of the target intelligent contract as a target type, and determining the intelligent contract with the type of the target type on the block chain;
determining the activity of the intelligent contract with the type being the target type;
and determining whether to provide investment advice to the user according to the activity.
8. The intelligent contract processing method of claim 7, wherein determining the activity level of the intelligent contract of the type that is the target type comprises:
counting the transaction amount of the intelligent contract with the type being the target type within a preset time period;
and determining the activity of the intelligent contract with the type as the target type according to the transaction amount.
9. The intelligent contract processing method according to claim 7, further comprising:
determining the activity of the target intelligent contract;
and if the first preset event occurs, disclosing the activity of the target intelligent contract.
10. The intelligent contract processing method according to any one of claims 1 to 6, further comprising:
judging whether the type of the target intelligent contract is a first preset type or not;
and under the condition that the type of the target intelligent contract is judged to be the first preset type, if a second preset event occurs, disclosing the source code of the target intelligent contract.
11. The intelligent contract processing method according to any one of claims 1 to 6, further comprising:
judging whether the type of the target intelligent contract is a second preset type or not;
and under the condition that the type of the target intelligent contract is judged to be the second preset type, if a third preset event occurs, the auditing information of the target intelligent contract is disclosed.
12. The intelligent contract processing method according to any one of claims 1 to 6, further comprising:
judging whether the type of the target intelligent contract is a third preset type or not;
and recording the operation behavior of an administrator for the target intelligent contract under the condition that the type of the target intelligent contract is judged to be the third preset type.
13. The intelligent contract processing method according to any one of claims 1 to 6, further comprising:
judging whether the type of the target intelligent contract is a fourth preset type or not;
and under the condition that the type of the target intelligent contract is judged to be the fourth preset type, if transaction data are generated based on the target intelligent contract, analyzing the transaction data by using a preset parameter label to determine readable information corresponding to the transaction data.
14. An intelligent contract processing apparatus, comprising:
the interface information determining module is used for determining the interface information of the target intelligent contract;
the tag information determining module is used for determining tag information corresponding to the interface information of the target intelligent contract;
and the type determining module is used for adding the label information into the target intelligent contract so as to determine the type of the target intelligent contract according to the label information.
15. An intelligent contract processing system, comprising:
the classification device is used for determining the type of the target intelligent contract based on the interface information of the target intelligent contract;
the activity degree determining device is used for determining the activity degree of the intelligent contract with the type being the target type on the block chain;
the source opening module device is used for disclosing a source code of the target intelligent contract if a second preset event occurs under the condition that the type of the target intelligent contract is a first preset type;
the auditing and disclosing device is used for disclosing auditing information of the target intelligent contract if a third preset event occurs under the condition that the type of the target intelligent contract is a second preset type;
behavior recording means for recording an operation behavior of an administrator for the target intelligent contract when the type of the target intelligent contract is a third preset type;
and the data conversion device is used for analyzing the transaction data based on a preset parameter label to determine readable information corresponding to the transaction data if the target intelligent contract generates the transaction data under the condition that the type of the target intelligent contract is a fourth preset type.
16. A storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the intelligent contract processing method of any one of claims 1 to 13.
17. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the intelligent contract processing method of any of claims 1-13 via execution of the executable instructions.
CN201910081494.3A 2019-01-28 2019-01-28 Intelligent contract processing method, device and system, storage medium and electronic equipment Active CN109816021B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910081494.3A CN109816021B (en) 2019-01-28 2019-01-28 Intelligent contract processing method, device and system, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910081494.3A CN109816021B (en) 2019-01-28 2019-01-28 Intelligent contract processing method, device and system, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN109816021A CN109816021A (en) 2019-05-28
CN109816021B true CN109816021B (en) 2021-07-13

Family

ID=66605608

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910081494.3A Active CN109816021B (en) 2019-01-28 2019-01-28 Intelligent contract processing method, device and system, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN109816021B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110390213B (en) * 2019-07-31 2021-04-16 中国工商银行股份有限公司 Security deployment method and system for intelligent contract under block chain network environment
CN110555023B (en) * 2019-07-31 2023-03-28 创新先进技术有限公司 Data storage method and device based on credit contract
US10903989B2 (en) 2019-08-30 2021-01-26 Advanced New Technologies Co., Ltd. Blockchain transaction processing method and apparatus
CN110597877A (en) * 2019-08-30 2019-12-20 阿里巴巴集团控股有限公司 Block chain transaction processing method and device
CN111309931A (en) * 2020-05-09 2020-06-19 支付宝(杭州)信息技术有限公司 Transaction method and device based on block chain, electronic equipment and storage medium
CN112230984B (en) * 2020-10-23 2023-09-08 中国工商银行股份有限公司 Processing method and device of intelligent contract template of block chain
CN112766959B (en) * 2021-01-06 2024-02-27 河北雄安模科信息科技有限公司 Expansion method, system and computer readable storage medium for non-homogeneous pass

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110430064B (en) * 2017-03-30 2020-12-04 腾讯科技(深圳)有限公司 Block chain system, message processing method and storage medium
CN107579931B (en) * 2017-09-08 2019-09-10 杭州云象网络技术有限公司 A kind of block chain, that is, Service Source adaptation method based on Kubernetes
CN108597128A (en) * 2018-05-04 2018-09-28 济南浪潮高新科技投资发展有限公司 Urban network joins Car sharing system and method
CN108989357B (en) * 2018-09-12 2021-02-05 中国人民解放军国防科技大学 User authorization and data sharing access control method based on block chain
CN109255255B (en) * 2018-10-22 2021-06-04 北京锐安科技有限公司 Data processing method, device, equipment and storage medium based on block chain

Also Published As

Publication number Publication date
CN109816021A (en) 2019-05-28

Similar Documents

Publication Publication Date Title
CN109816021B (en) Intelligent contract processing method, device and system, storage medium and electronic equipment
CN107818344B (en) Method and system for classifying and predicting user behaviors
US11861560B2 (en) System and method for data record selection by application of predictive models and velocity analysis
EP3161635B1 (en) Machine learning service
JP5586373B2 (en) Computer-readable storage medium storing a program for causing a computer system to realize the function of a component that processes a payment request, and a method of operating a computer system that causes a computer system to process a payment request
US20130054259A1 (en) Rule-based Prediction of Medical Claims' Payments
CN104657255B (en) Computer implemented method and system for monitoring information technological system
US20070124255A1 (en) Pluggable heterogeneous reconciliation
US20210112101A1 (en) Data set and algorithm validation, bias characterization, and valuation
AU2014343044B2 (en) Method and system for document data extraction template management
Schintler et al. Encyclopedia of big data
US20230023630A1 (en) Creating predictor variables for prediction models from unstructured data using natural language processing
CN111612040B (en) Financial data anomaly detection method and related device based on isolated forest algorithm
CN111210335A (en) User risk identification method and device and electronic equipment
AU2014343044A1 (en) Method and system for document data extraction template management
WO2021196935A1 (en) Data checking method and apparatus, electronic device, and storage medium
US8176019B2 (en) Extending the sparcle privacy policy workbench methods to other policy domains
US20210241279A1 (en) Automatic fraud detection
CN110070383B (en) Abnormal user identification method and device based on big data analysis
CN116720946A (en) Credit risk prediction method, device and storage medium based on recurrent neural network
US20200111054A1 (en) Automated claims auditing
US11714855B2 (en) Virtual dialog system performance assessment and enrichment
CN112784219A (en) User risk prediction method and device based on APP index and electronic equipment
Skeoch et al. Pricing cyber-insurance for systems via maturity models
Tabiban et al. VinciDecoder: Automatically Interpreting Provenance Graphs into Textual Forensic Reports with Application to OpenStack

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant