Documentation ¶
Index ¶
- Constants
- type ERC721
- func (e *ERC721) Address() common.Address
- func (e *ERC721) BalanceOf(owner common.Address) (*big.Int, error)
- func (e *ERC721) EstimateGasLimit(to common.Address, data []byte, gasPrice, wei *big.Int) (uint64, error)
- func (e *ERC721) IsApprovalForAll(owner, spender common.Address) (bool, error)
- func (e *ERC721) IsApprovedForAll(owner, operator common.Address) (bool, error)
- func (e *ERC721) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (e *ERC721) SetApprovalForAll(spender common.Address, approve bool, gasPrice *big.Int, gasTipCap *big.Int, ...) (common.Hash, error)
- func (e *ERC721) SetConfirmation(blockCount int)
- func (e *ERC721) SetTxPollTimeout(txPollTimeout int)
- func (e *ERC721) SyncSendEIP1559Tx(gasTipCap *big.Int, gasFeeCap *big.Int, gasLimit uint64, to common.Address, ...) (*eTypes.Receipt, error)
- func (e *ERC721) SyncSendRawTransactionForTx(gasPrice *big.Int, gasLimit uint64, to common.Address, data []byte, ...) (*eTypes.Receipt, error)
- func (e *ERC721) TotalSupply() (*big.Int, error)
- func (e *ERC721) TransferFrom(from common.Address, to common.Address, tokenId *big.Int, gasPrice *big.Int, ...) (common.Hash, error)
- func (e *ERC721) WaitBlock(blockCount uint64) error
Constants ¶
View Source
const ERC721_ABI = `` /* 6143-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ERC721 ¶
type ERC721 struct {
// contains filtered or unexported fields
}
func (*ERC721) EstimateGasLimit ¶
func (*ERC721) IsApprovalForAll ¶
func (*ERC721) IsApprovedForAll ¶
func (*ERC721) SetApprovalForAll ¶
func (*ERC721) SetConfirmation ¶
func (*ERC721) SetTxPollTimeout ¶
func (*ERC721) SyncSendEIP1559Tx ¶
func (*ERC721) SyncSendRawTransactionForTx ¶
func (*ERC721) TransferFrom ¶
Click to show internal directories.
Click to hide internal directories.