Documentation ¶
Index ¶
Constants ¶
View Source
const ( DB = "DB_LINK" RPC = "RPC_LINK" )
String constants used across the module
Variables ¶
View Source
var TransferTopic = crypto.Keccak256Hash([]byte("Transfer(address,address,uint256)"))
TransferTopic 32 byte Keccak256 hash of transfer event
Functions ¶
func PrintEndMessage ¶
func PrintEndMessage()
PrintEndMessage function prints the end message after a batch of blocks is parsed
- Returns void
func PrintServiceUptime ¶
PrintServiceUptime function prints the total uptime of the service since inception.
- Returns void
func WeiToDecimal ¶
WeiToDecimal function to convert wei value to decimal representation based on decimals
- Returns decimal.Decimal
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.