CN112632086A - 一种基于区块链的数字资产动态余额存储方法 - Google Patents
一种基于区块链的数字资产动态余额存储方法 Download PDFInfo
- Publication number
- CN112632086A CN112632086A CN202110021967.8A CN202110021967A CN112632086A CN 112632086 A CN112632086 A CN 112632086A CN 202110021967 A CN202110021967 A CN 202110021967A CN 112632086 A CN112632086 A CN 112632086A
- Authority
- CN
- China
- Prior art keywords
- chain
- address
- balance
- dynamic balance
- coin
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 16
- 238000007405 data analysis Methods 0.000 claims abstract description 4
- 230000001960 triggered effect Effects 0.000 claims description 3
- 238000004458 analytical method Methods 0.000 description 4
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- KAICRBBQCRKMPO-UHFFFAOYSA-N phosphoric acid;pyridine-3,4-diamine Chemical compound OP(O)(O)=O.NC1=CC=NC=C1N KAICRBBQCRKMPO-UHFFFAOYSA-N 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2282—Tablespace storage structures; Management thereof
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2457—Query processing with adaptation to user needs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/04—Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Development Economics (AREA)
- General Business, Economics & Management (AREA)
- Technology Law (AREA)
- Strategic Management (AREA)
- Marketing (AREA)
- Economics (AREA)
- Software Systems (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
本发明提供一种基于区块链的数字资产动态余额存储方法,包括:以下步骤:在智能合约中构建表结构dynamicBalance;通过表结构dynamicBalance形成表数据,表数据包括:链上地址、时间戳、发币的合约地址、币精度、币符号、区块号;当我们需要查询某一链上地址的某一时刻余额信息时,对存储的表数据根据需求检索即可,这样我们就可以快速高效的对资产做出数据分析结果,与现有技术相比,本发明具有如下的有益效果,通过提供一种基于区块链的数字资产动态(历史)余额存储,以此来更加快速高效的对链上资产做出分析结果。
Description
技术领域
本发明涉及区块链上的数字资产动态(历史)余额存储,具体涉及数字资产动态(历史)余额存储的方法。
背景技术
随着区块链技术的发展,区块链上的数字资产已经被应用于许多商业领域。
数字资产作为区块链上的价值传递媒介,在商业领域如交易所、DAPP中,我们需要对用户的链上资产做数据查询及分析。比如查询用户的链上资产余额以及分析该用户链上资产的动态趋势,就目前的现状而言,链上余额只是一个状态值,也就是说只有最终的余额,而没有某一时间点的余额,这样对于链上余额查询及分析就只能根据交易记录去查询分析,试想如果交易记录数以百万级,我们将很难快速高效的做出分析结果。
发明内容
针对现有技术存在的不足,本发明目的是提供一种基于区块链的数字资产动态余额存储方法,以解决上述背景技术中提出的问题。
本发明的技术方案是这样实现的:一种基于区块链的数字资产动态余额存储方法,包括:以下步骤:
在智能合约中构建表结构dynamicBalance;
通过表结构dynamicBalance形成表数据,表数据包括:链上地址、时间戳、发币的合约地址、币精度、币符号、区块号;
当我们需要查询某一链上地址的某一时刻余额信息时,对存储的表数据根据需求检索即可,这样我们就可以快速高效的对资产做出数据分析结果。
作为一优选的实施方式,链上地址:是指该区块链上的地址或账户名;
时间戳:是指格林威治时间自1970年1月1日(00:00:00GMT)至当前时间的总秒数;
发币的合约地址:是指该链上发行token的合约地址或账户名;
币精度:是指该币种的小数点位数;
币符号:是指该币种的符号;
区块号:引起该余额发生变化所在交易的区块号。
作为一优选的实施方式,dynamicBalance表结构中的数据成员参数通过表数据查询获取;
当发起链上转账即链上余额发生变化时触发dynamicBalance表数据的读写操作,将该时间点的信息及时更新到表数据中;
对于表数据来说一个链上地址对应的某一币种的余额将是以时间点为横轴的动态余额曲线。
采用了上述技术方案后,本发明的有益效果是:通过提供一种基于区块链的数字资产动态(历史)余额存储,以此来更加快速高效的对链上资产做出分析结果。
具体实施方式
下面对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
本发明提供一种技术方案:一种基于区块链的数字资产动态余额存储方法,包括:以下步骤:
在智能合约中构建表结构dynamicBalance;
通过表结构dynamicBalance形成表数据,表数据包括:链上地址、时间戳、发币的合约地址、币精度、币符号、区块号;
当我们需要查询某一链上地址的某一时刻余额信息时,对存储的表数据根据需求检索即可,这样我们就可以快速高效的对资产做出数据分析结果。
链上地址:是指该区块链上的地址或账户名;
时间戳:是指格林威治时间自1970年1月1日(00:00:00GMT)至当前时间的总秒数;
发币的合约地址:是指该链上发行token的合约地址或账户名;
币精度:是指该币种的小数点位数;
币符号:是指该币种的符号;
区块号:引起该余额发生变化所在交易的区块号。
dynamicBalance表结构中的数据成员参数通过表数据查询获取;
当发起链上转账即链上余额发生变化时触发dynamicBalance表数据的读写操作,将该时间点的信息及时更新到表数据中;
对于表数据来说一个链上地址对应的某一币种的余额将是以时间点为横轴的动态余额曲线。
以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。
Claims (3)
1.一种基于区块链的数字资产动态余额存储方法,其特征在于,包括:以下步骤:
在智能合约中构建表结构dynamicBalance;
通过表结构dynamicBalance形成表数据,表数据包括:链上地址、时间戳、发币的合约地址、币精度、币符号、区块号;
当我们需要查询某一链上地址的某一时刻余额信息时,对存储的表数据根据需求检索即可,这样我们就可以快速高效的对资产做出数据分析结果。
2.如权利要求1所述的一种基于区块链的数字资产动态余额存储方法,其特征在于:链上地址:是指该区块链上的地址或账户名;
时间戳:是指格林威治时间自1970年1月1日(00:00:00GMT)至当前时间的总秒数;
发币的合约地址:是指该链上发行token的合约地址或账户名;
币精度:是指该币种的小数点位数;
币符号:是指该币种的符号;
区块号:引起该余额发生变化所在交易的区块号。
3.如权利要求1所述的一种基于区块链的数字资产动态余额存储方法,其特征在于:dynamicBalance表结构中的数据成员参数通过表数据查询获取;
当发起链上转账即链上余额发生变化时触发dynamicBalance表数据的读写操作,将该时间点的信息及时更新到表数据中;
对于表数据来说一个链上地址对应的某一币种的余额将是以时间点为横轴的动态余额曲线。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110021967.8A CN112632086A (zh) | 2021-01-08 | 2021-01-08 | 一种基于区块链的数字资产动态余额存储方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110021967.8A CN112632086A (zh) | 2021-01-08 | 2021-01-08 | 一种基于区块链的数字资产动态余额存储方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112632086A true CN112632086A (zh) | 2021-04-09 |
Family
ID=75293715
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110021967.8A Pending CN112632086A (zh) | 2021-01-08 | 2021-01-08 | 一种基于区块链的数字资产动态余额存储方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112632086A (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114612097A (zh) * | 2022-03-02 | 2022-06-10 | 广州泰创信息技术有限公司 | 一种基于区块链的用户余额验证方法 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108229943A (zh) * | 2018-01-19 | 2018-06-29 | 阿里巴巴集团控股有限公司 | 区块链余额的调整方法及装置、电子设备 |
CN108256999A (zh) * | 2018-01-19 | 2018-07-06 | 阿里巴巴集团控股有限公司 | 资金流转方法及装置、电子设备 |
CN109493037A (zh) * | 2018-11-27 | 2019-03-19 | 深圳声笑科技有限公司 | 基于dag结构的资产发行方法、装置及存储介质 |
CN109727030A (zh) * | 2018-12-18 | 2019-05-07 | 杭州茂财网络技术有限公司 | 一种区块链中账户数据存储方法 |
CN110706110A (zh) * | 2019-10-14 | 2020-01-17 | 腾讯科技(深圳)有限公司 | 基于换汇平台的数据处理方法、装置、设备及存储介质 |
CN111461682A (zh) * | 2020-03-18 | 2020-07-28 | 必成汇(成都)科技有限公司 | 一种财务系统和具有其的数字货币托管系统 |
CN111831741A (zh) * | 2020-04-14 | 2020-10-27 | 深圳市启迪网络科技有限公司 | 一种区块链上数字资产证明方法 |
-
2021
- 2021-01-08 CN CN202110021967.8A patent/CN112632086A/zh active Pending
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108229943A (zh) * | 2018-01-19 | 2018-06-29 | 阿里巴巴集团控股有限公司 | 区块链余额的调整方法及装置、电子设备 |
CN108256999A (zh) * | 2018-01-19 | 2018-07-06 | 阿里巴巴集团控股有限公司 | 资金流转方法及装置、电子设备 |
CN109493037A (zh) * | 2018-11-27 | 2019-03-19 | 深圳声笑科技有限公司 | 基于dag结构的资产发行方法、装置及存储介质 |
CN109727030A (zh) * | 2018-12-18 | 2019-05-07 | 杭州茂财网络技术有限公司 | 一种区块链中账户数据存储方法 |
CN110706110A (zh) * | 2019-10-14 | 2020-01-17 | 腾讯科技(深圳)有限公司 | 基于换汇平台的数据处理方法、装置、设备及存储介质 |
CN111461682A (zh) * | 2020-03-18 | 2020-07-28 | 必成汇(成都)科技有限公司 | 一种财务系统和具有其的数字货币托管系统 |
CN111831741A (zh) * | 2020-04-14 | 2020-10-27 | 深圳市启迪网络科技有限公司 | 一种区块链上数字资产证明方法 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114612097A (zh) * | 2022-03-02 | 2022-06-10 | 广州泰创信息技术有限公司 | 一种基于区块链的用户余额验证方法 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20070226086A1 (en) | System and method for credit card lost-and-found notification | |
US20060233332A1 (en) | Credit worthiness rating method | |
Dincer et al. | The architecture and governance of financial supervision: Sources and implications | |
CN107346463B (zh) | 风险控制模型的训练、模型输入数据确定方法及装置 | |
CN114782076B (zh) | 一种线上商城消费平台奖券积分兑换智能管理方法、系统及计算机存储介质 | |
CN110766384A (zh) | 一种区块链中数字货币流向追踪方法 | |
CN101710320A (zh) | 统计指标数据处理方法及装置 | |
US8600894B2 (en) | Three-stage, double blind credit rating of securities | |
CN105446990A (zh) | 一种业务数据处理方法及设备 | |
CN112632086A (zh) | 一种基于区块链的数字资产动态余额存储方法 | |
Haley | Assessing and controlling business risks in China | |
CN117151704A (zh) | 转账处理方法、装置及设备 | |
Chu | Financial Development in Hong Kong and China: A Hayekian Perspective | |
CN108920290A (zh) | 一种融合于所有交易平台的交易方法 | |
CN104408655A (zh) | 一种利率计算方法及设备 | |
Johnson | Postcommunist central banks: A democratic deficit? | |
CN101326528A (zh) | 将数字内容与个人相关联的方法 | |
CN113450197A (zh) | 挂账自平衡结果核对方法及装置 | |
CN112465510B (zh) | 线上交易恶意拆单识别方法及系统 | |
Kohpaiboon et al. | The Effect of the COVID 19 Pandemic on Global Production Sharing in East Asia | |
CN2777640Y (zh) | 双码咨询防伪系统 | |
Kim | Effects of Monetary Policy during Financial Market Crises and Regime Changes: An Empirical Evaluation Using a Nonlinear Vector Autoregression Model | |
CN112507002B (zh) | 一种数据图表生成系统、方法、计算机装置和存储介质 | |
Cline | The case for a lender-of-last-Resort Role for the IMF | |
Cardenas | The rise of the crypto asset investment fund: An overview of the crypto fund ecosystem |
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 | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20210409 |