Versions in this module Expand all Collapse all v1 v1.0.47 Jan 10, 2023 Changes in this version + type ERC20Contract struct + func NewERC20Contract(client calls.ContractCallerDispatcher, erc20ContractAddress common.Address, ...) *ERC20Contract + func (c *ERC20Contract) AddMinter(minter common.Address, opts transactor.TransactOptions) (*common.Hash, error) + func (c *ERC20Contract) ApproveTokens(target common.Address, amount *big.Int, opts transactor.TransactOptions) (*common.Hash, error) + func (c *ERC20Contract) GetBalance(address common.Address) (*big.Int, error) + func (c *ERC20Contract) MintTokens(to common.Address, amount *big.Int, opts transactor.TransactOptions) (*common.Hash, error) + func (c *ERC20Contract) MinterRole() ([32]byte, error) + type ERC20HandlerContract struct + func NewERC20HandlerContract(client calls.ContractCallerDispatcher, ...) *ERC20HandlerContract