Versions in this module Expand all Collapse all v1 v1.0.21 Jan 19, 2023 v1.0.20 Jan 19, 2023 Changes in this version + type ERC721Contract struct + func NewErc721Contract(client calls.ContractCallerDispatcher, erc721ContractAddress common.Address, ...) *ERC721Contract + func (c *ERC721Contract) AddMinter(minter common.Address, opts transactor.TransactOptions) (*common.Hash, error) + func (c *ERC721Contract) Approve(tokenId *big.Int, recipient common.Address, opts transactor.TransactOptions) (*common.Hash, error) + func (c *ERC721Contract) Mint(tokenId *big.Int, metadata string, destination common.Address, ...) (*common.Hash, error) + func (c *ERC721Contract) MinterRole() ([32]byte, error) + func (c *ERC721Contract) Owner(tokenId *big.Int) (*common.Address, error) + type ERC721HandlerContract struct + func NewERC721HandlerContract(client calls.ContractCallerDispatcher, ...) *ERC721HandlerContract