package
0.0.0-20231217145139-cb1cce962d9b
Repository: https://github.com/gearbox-protocol/sdk-go.git
Documentation: pkg.go.dev

# Functions

NewERC721 creates a new instance of ERC721, bound to a specific deployed contract.
NewERC721Caller creates a new read-only instance of ERC721, bound to a specific deployed contract.
NewERC721Filterer creates a new log filterer instance of ERC721, bound to a specific deployed contract.
NewERC721Transactor creates a new write-only instance of ERC721, bound to a specific deployed contract.

# Variables

ERC721ABI is the input ABI used to generate the binding from.
ERC721MetaData contains all meta data concerning the ERC721 contract.

# Structs

ERC721 is an auto generated Go binding around an Ethereum contract.
ERC721Approval represents a Approval event raised by the ERC721 contract.
ERC721ApprovalForAll represents a ApprovalForAll event raised by the ERC721 contract.
ERC721ApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the ERC721 contract.
ERC721ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ERC721 contract.
ERC721Caller is an auto generated read-only Go binding around an Ethereum contract.
ERC721CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ERC721CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ERC721Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
ERC721Raw is an auto generated low-level Go binding around an Ethereum contract.
ERC721Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ERC721Transactor is an auto generated write-only Go binding around an Ethereum contract.
ERC721TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ERC721TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ERC721Transfer represents a Transfer event raised by the ERC721 contract.
ERC721TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ERC721 contract.