Versions in this module Expand all Collapse all v1 v1.1.0 Jul 26, 2019 v1.0.0 Jul 17, 2019 Changes in this version + const TablePrefix + type Account struct + Address string + Balance math.HexOrDecimal256 + BirthTimestamp int64 + ContractCreateTimestamp int64 + Creator string + DeadAccount int + ID int64 + LastActiveTimestamp int64 + MinerCount int + MinerUncleCount int + Type int + func (t Account) TableName() string + type Balance struct + Address string + Balance math.HexOrDecimal256 + ID int64 + Timestamp int64 + func (t Balance) TableName() string + type Block struct + BlockReward math.HexOrDecimal256 + BlockUncleReward uint64 + ContractTransactionLen int + Difficulty math.HexOrDecimal256 + ExtraData string + GasLimit int64 + GasUsed int64 + Hash string + Height int64 + ID int64 + LogsBloom string + Miner string + MixHash string + Nonce string + ParentHash string + PoolName string + RealDifficulty float64 + ReceiptsRoot string + SHA3Uncles string + Size int64 + StateRoot string + Timestamp int64 + TotalDifficulty math.HexOrDecimal256 + TransactionLen int + TransactionRoot string + UncleLen int + func (t Block) TableName() string + type Meta struct + Count int64 + CreatedTime time.Time + ID int64 + LastID int64 + Name string + UpdatedTime time.Time + func (t Meta) TableName() string + type StatisticsDay struct + ActiveAddressCount int64 + BlockChainNum int64 + BlockFeeAvg float64 + BlockGaslimitAvg float64 + BlockGasusedAvg float64 + BlockNum int64 + BlockRewardAvg float64 + BlockSizeAvg float64 + BlockSizeSum int64 + BlockTimeSpent float64 + BlockUncleNum int64 + ContractTxNum int64 + DifficultySum float64 + ForkNum int + ID int64 + MarketValue float64 + Miner int + NewAddressCount int64 + NewMiner int + Price float64 + RatioOfMarketValue float64 + ReferenceUncleReward float64 + StoreRate float64 + Timestamp int64 + TotalAddressUpToNow int64 + TotalCoin math.HexOrDecimal256 + TotalMinerUpToNow int64 + TxAddressCntAvg float64 + TxAddressValueAvg float64 + TxCount int + TxFeeAvg float64 + TxGasLimitAvg float64 + TxGasPriceAvg float64 + TxGasUsedAvg float64 + TxRate float64 + TxValueAvg float64 + TxValueSum float64 + UncleGasLimitAvg float64 + UncleGasusedAvg float64 + UncleRewardAvg float64 + func (t StatisticsDay) TableName() string + type StatisticsDayBlock struct + BlockCount int64 + BlockFeeAvg float64 + BlockGasLimitAvg float64 + BlockGasUsedAvg float64 + BlockRefereneceRewardAvg float64 + BlockRewardAvg float64 + BlockSizeAvg float64 + BlockSizeSum int64 + BlockTimeSpent float64 + DifficultySum float64 + ForkNumber int + ID int64 + MinerCount int + MinerFeeMid int64 + Supply math.HexOrDecimal256 + Timestamp int64 + TotalMinerCount int64 + UncleGasLimitAvg float64 + UncleGasUsedAvg float64 + UncleRewardAvg float64 + func (t StatisticsDayBlock) TableName() string + type StatisticsDayTokenTransaction struct + ActiveAddressCount int64 + AddressCount int64 + AddressTransactionCountAvg float64 + AddressTransactionValueAvg float64 + Count int64 + ID int64 + MarketValueRatio float64 + StoreRate float64 + Timestamp int64 + TokenAddress string + TotalAddressCount int64 + ValueAvg float64 + ValueSum math.HexOrDecimal256 + func (t StatisticsDayTokenTransaction) TableName() string + type StatisticsDayTransaction struct + ActiveAddressCount int64 + AddressCount int64 + AddressTransactionCountAvg float64 + AddressTransactionValueAvg float64 + ContractTransactionCount int64 + Count int + FeeAvg float64 + FreshRate float64 + GasLimitAvg float64 + GasPriceAvg float64 + GasUsedAvg float64 + ID int64 + MarketValueRatio float64 + Rate float64 + SizeAvg float64 + SizeFeeAvg float64 + SleepAddressCount int64 + StoreRate float64 + Timestamp int64 + TotalAddressCount int64 + ValueAvg float64 + ValueSum math.HexOrDecimal256 + func (t StatisticsDayTransaction) TableName() string + type Token struct + DecimalLength int64 + ID int64 + Name string + Owner string + Symbol string + Timestamp int64 + TokenAddress string + TotalSupply string + func (t Token) TableName() string + type TokenAccount struct + Address string + Balance math.HexOrDecimal256 + BirthTimestamp int64 + ID int64 + LastActiveTimestamp int64 + TokenAddress string + func (t TokenAccount) TableName() string + type TokenTransaction struct + BlockHeight int64 + From string + ID int64 + LogIndex int64 + ParentTransactionHash string + ParentTransactionIndex int64 + Timestamp int64 + To string + TokenAddress string + Value math.HexOrDecimal256 + func (t TokenTransaction) TableName() string + type Transaction struct + BlockHeight int64 + ChainID int + ContractAddress string + CumulativeGasUsed int64 + From string + Gas int64 + GasPrice int64 + GasUsed int64 + Hash string + ID int64 + LogLen int + Nonce int + ReplayProtected bool + Root string + Status uint + Timestamp int64 + To string + TransactionBlockIndex int + Type int + Value math.HexOrDecimal256 + func (t Transaction) TableName() string + type Uncle struct + BlockHeight int64 + Difficulty int64 + ExtraData string + GasLimit int64 + GasUsed int64 + Hash string + Height int64 + ID int64 + LogsBloom string + Miner string + MixHash string + Nonce string + ParentHash string + PoolName string + ReceiptsRoot string + Reward uint64 + Sha3uncles string + Size int64 + StateRoot string + Timestamp int64 + TotalDifficulty math.HexOrDecimal256 + TransactionRoot string + UncleIndex int + UncleLen int + func (t Uncle) TableName() string