Code Monkey home page Code Monkey logo

Comments (1)

zexianghuang avatar zexianghuang commented on August 28, 2024

字段命名-已经修改,改成blockNumber .但是 字段类型为 snowflake 自动转化 int 转为为:number。创建语句为:
Create table ods_ethereum_block_info_da(
blockNumber int COMMENT '区块号。当这个区块处于pending将会返回null。',
blockHash string COMMENT '区块的哈希串。当这个区块处于pending将会返回null。',
parentHash string COMMENT '字符串,32字节的父区块的哈希值。',
nonce string COMMENT '字符串,8字节。POW生成的哈希。当这个区块处于pending将会返回null。',
sha3Uncles string COMMENT '字符串,32字节。叔区块的哈希值。',
logsBloom string COMMENT '字符串,区块日志的布隆过滤器9。当这个区块处于pending将会返回null。',
transactionsRoot string COMMENT 'String 字符串,32字节,区块的交易前缀树的根。',
stateRoot string COMMENT '字符串,32字节。区块的最终状态前缀树的根。',
receiptsRoot string COMMENT '字符串,32字节。区块的最终状态前缀树的根。',
miner string COMMENT '字符串,20字节。这个区块获得奖励的矿工。',
difficulty bigint COMMENT 'BigNumber类型。当前块的难度,整数。',
totalDifficulty bigint COMMENT 'BigNumber类型。区块链到当前块的总难度,整数。',
blockSize int COMMENT 'Number。当前这个块的字节大小。',
extraData string COMMENT '字符串。当前块的extra data字段。',
gasLimit int COMMENT 'Number,当前区块允许使用的最大gas。',
gasUsed bigint COMMENT '当前区块累计使用的总的gas。',
blocktimestamp bigint COMMENT ' Number。区块打包时的unix时间戳。',
transactionCount bigint COMMENT '交易数量',
baseFeePerGas bigint COMMENT '交易费用'
);

from tagee.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.