Versions in this module Expand all Collapse all v1 v1.2.2 Aug 29, 2024 v1.2.1 Apr 25, 2024 v1.2.0 Apr 11, 2024 Changes in this version + type Call struct + func New(conn Connection, addr []common.Address, abi *abi.Abi) *Call + func (c *Call) Call(method string, ret interface{}, idx int, params ...interface{}) error + type Connection interface + Client func() *ethclient.Client