# README
Eth-event-tracker
Usage
TODO
CLI
Query the Ethereum 2.0 deposit contract:
go run cli/event-tracker/main.go --endpoint https://mainnet.infura.io/v3/... --start-block 11052984 --target 0x00000000219ab540356cbb839cbe05303d7705fa --storage my.db
# Functions
DefaultConfig returns the default tracker config.
NewInmemStore returns a new in-memory store.
NewTracker creates a new tracker.
TestStore tests a tracker store.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BlockEvent is an event emitted when a new block is included.
Config is the configuration of the tracker.
Event is an event emitted when a new log is included.
FilterConfig is a tracker filter configuration.
Tracker is a contract event tracker.
# Type aliases
No description provided by the author
EventType is the type of the event (TODO: REMOVE).
SetupDB is a function that creates a backend.