Documentation ¶
Index ¶
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ERC721Contract ¶
func NewErc721Contract ¶
func NewErc721Contract( client calls.ContractCallerDispatcher, erc721ContractAddress common.Address, t transactor.Transactor, ) *ERC721Contract
func (*ERC721Contract) AddMinter ¶
func (c *ERC721Contract) AddMinter( minter common.Address, opts transactor.TransactOptions, ) (*common.Hash, error)
func (*ERC721Contract) Approve ¶
func (c *ERC721Contract) Approve( tokenId *big.Int, recipient common.Address, opts transactor.TransactOptions, ) (*common.Hash, error)
func (*ERC721Contract) Mint ¶
func (c *ERC721Contract) Mint( tokenId *big.Int, metadata string, destination common.Address, opts transactor.TransactOptions, ) (*common.Hash, error)
func (*ERC721Contract) MinterRole ¶
func (c *ERC721Contract) MinterRole() ([32]byte, error)
type ERC721HandlerContract ¶
func NewERC721HandlerContract ¶
func NewERC721HandlerContract( client calls.ContractCallerDispatcher, erc721HandlerContractAddress common.Address, t transactor.Transactor, ) *ERC721HandlerContract
Click to show internal directories.
Click to hide internal directories.