Versions in this module Expand all Collapse all v1 v1.20.8 Aug 4, 2026 Changes in this version + const Erc20AbiString + type Erc20Contract struct + Decimals uint8 + Name string + Symbol string + func NewErc20Contract(address common.Address, client rocketpool.ExecutionClient, opts *bind.CallOpts) (*Erc20Contract, error) + func (c *Erc20Contract) BalanceOf(address common.Address, opts *bind.CallOpts) (*big.Int, error) + func (c *Erc20Contract) EstimateTransferGas(to common.Address, amount *big.Int, opts *bind.TransactOpts) (gaslimit.Limits, error) + func (c *Erc20Contract) GetDecimals(opts *bind.CallOpts) (uint8, error) + func (c *Erc20Contract) GetName(opts *bind.CallOpts) (string, error) + func (c *Erc20Contract) GetSymbol(opts *bind.CallOpts) (string, error) + func (c *Erc20Contract) Transfer(to common.Address, amount *big.Int, opts *bind.TransactOpts) (*types.Transaction, error)