Versions in this module Expand all Collapse all v0 v0.5.0 Aug 31, 2023 Changes in this version type Client + func (c *Client) FilterLogs(ctx context.Context, query ethereum.FilterQuery) ([]types.Log, error) v0.4.0 Feb 24, 2023 Changes in this version + type Client struct + func NewClient(address string) *Client + func (c *Client) ChainID(ctx context.Context) (*big.Int, error) + func (c *Client) Init(ctx context.Context) error