package
0.0.0-20241212190014-077be537cbf0
Repository: https://github.com/jmiguelff/go-boiler.git
Documentation: pkg.go.dev
# Functions
DeployAddress deploys a new Ethereum contract, binding an instance of Address to it.
DeployERC721 deploys a new Ethereum contract, binding an instance of ERC721 to it.
DeploySafeMath deploys a new Ethereum contract, binding an instance of SafeMath to it.
DeployStrings deploys a new Ethereum contract, binding an instance of Strings to it.
DeployTobyTheGoat deploys a new Ethereum contract, binding an instance of TobyTheGoat to it.
NewAddress creates a new instance of Address, bound to a specific deployed contract.
NewAddressCaller creates a new read-only instance of Address, bound to a specific deployed contract.
NewAddressFilterer creates a new log filterer instance of Address, bound to a specific deployed contract.
NewAddressTransactor creates a new write-only instance of Address, bound to a specific deployed contract.
NewContext creates a new instance of Context, bound to a specific deployed contract.
NewContextCaller creates a new read-only instance of Context, bound to a specific deployed contract.
NewContextFilterer creates a new log filterer instance of Context, bound to a specific deployed contract.
NewContextTransactor creates a new write-only instance of Context, bound to a specific deployed contract.
NewERC165 creates a new instance of ERC165, bound to a specific deployed contract.
NewERC165Caller creates a new read-only instance of ERC165, bound to a specific deployed contract.
NewERC165Filterer creates a new log filterer instance of ERC165, bound to a specific deployed contract.
NewERC165Transactor creates a new write-only instance of ERC165, bound to a specific deployed contract.
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.
NewERC721Enumerable creates a new instance of ERC721Enumerable, bound to a specific deployed contract.
NewERC721EnumerableCaller creates a new read-only instance of ERC721Enumerable, bound to a specific deployed contract.
NewERC721EnumerableFilterer creates a new log filterer instance of ERC721Enumerable, bound to a specific deployed contract.
NewERC721EnumerableTransactor creates a new write-only instance of ERC721Enumerable, 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.
NewIERC165 creates a new instance of IERC165, bound to a specific deployed contract.
NewIERC165Caller creates a new read-only instance of IERC165, bound to a specific deployed contract.
NewIERC165Filterer creates a new log filterer instance of IERC165, bound to a specific deployed contract.
NewIERC165Transactor creates a new write-only instance of IERC165, bound to a specific deployed contract.
NewIERC721 creates a new instance of IERC721, bound to a specific deployed contract.
NewIERC721Caller creates a new read-only instance of IERC721, bound to a specific deployed contract.
NewIERC721Enumerable creates a new instance of IERC721Enumerable, bound to a specific deployed contract.
NewIERC721EnumerableCaller creates a new read-only instance of IERC721Enumerable, bound to a specific deployed contract.
NewIERC721EnumerableFilterer creates a new log filterer instance of IERC721Enumerable, bound to a specific deployed contract.
NewIERC721EnumerableTransactor creates a new write-only instance of IERC721Enumerable, bound to a specific deployed contract.
NewIERC721Filterer creates a new log filterer instance of IERC721, bound to a specific deployed contract.
NewIERC721Metadata creates a new instance of IERC721Metadata, bound to a specific deployed contract.
NewIERC721MetadataCaller creates a new read-only instance of IERC721Metadata, bound to a specific deployed contract.
NewIERC721MetadataFilterer creates a new log filterer instance of IERC721Metadata, bound to a specific deployed contract.
NewIERC721MetadataTransactor creates a new write-only instance of IERC721Metadata, bound to a specific deployed contract.
NewIERC721Receiver creates a new instance of IERC721Receiver, bound to a specific deployed contract.
NewIERC721ReceiverCaller creates a new read-only instance of IERC721Receiver, bound to a specific deployed contract.
NewIERC721ReceiverFilterer creates a new log filterer instance of IERC721Receiver, bound to a specific deployed contract.
NewIERC721ReceiverTransactor creates a new write-only instance of IERC721Receiver, bound to a specific deployed contract.
NewIERC721Transactor creates a new write-only instance of IERC721, bound to a specific deployed contract.
NewOwnable creates a new instance of Ownable, bound to a specific deployed contract.
NewOwnableCaller creates a new read-only instance of Ownable, bound to a specific deployed contract.
NewOwnableFilterer creates a new log filterer instance of Ownable, bound to a specific deployed contract.
NewOwnableTransactor creates a new write-only instance of Ownable, bound to a specific deployed contract.
NewReentrancyGuard creates a new instance of ReentrancyGuard, bound to a specific deployed contract.
NewReentrancyGuardCaller creates a new read-only instance of ReentrancyGuard, bound to a specific deployed contract.
NewReentrancyGuardFilterer creates a new log filterer instance of ReentrancyGuard, bound to a specific deployed contract.
NewReentrancyGuardTransactor creates a new write-only instance of ReentrancyGuard, bound to a specific deployed contract.
NewSafeMath creates a new instance of SafeMath, bound to a specific deployed contract.
NewSafeMathCaller creates a new read-only instance of SafeMath, bound to a specific deployed contract.
NewSafeMathFilterer creates a new log filterer instance of SafeMath, bound to a specific deployed contract.
NewSafeMathTransactor creates a new write-only instance of SafeMath, bound to a specific deployed contract.
NewStrings creates a new instance of Strings, bound to a specific deployed contract.
NewStringsCaller creates a new read-only instance of Strings, bound to a specific deployed contract.
NewStringsFilterer creates a new log filterer instance of Strings, bound to a specific deployed contract.
NewStringsTransactor creates a new write-only instance of Strings, bound to a specific deployed contract.
NewTobyTheGoat creates a new instance of TobyTheGoat, bound to a specific deployed contract.
NewTobyTheGoatCaller creates a new read-only instance of TobyTheGoat, bound to a specific deployed contract.
NewTobyTheGoatFilterer creates a new log filterer instance of TobyTheGoat, bound to a specific deployed contract.
NewTobyTheGoatTransactor creates a new write-only instance of TobyTheGoat, bound to a specific deployed contract.
# Variables
AddressABI is the input ABI used to generate the binding from.
AddressBin is the compiled bytecode used for deploying new contracts.
AddressMetaData contains all meta data concerning the Address contract.
ContextABI is the input ABI used to generate the binding from.
ContextMetaData contains all meta data concerning the Context contract.
ERC165ABI is the input ABI used to generate the binding from.
Deprecated: Use ERC165MetaData.Sigs instead.
ERC165MetaData contains all meta data concerning the ERC165 contract.
ERC721ABI is the input ABI used to generate the binding from.
ERC721Bin is the compiled bytecode used for deploying new contracts.
ERC721EnumerableABI is the input ABI used to generate the binding from.
Deprecated: Use ERC721EnumerableMetaData.Sigs instead.
ERC721EnumerableMetaData contains all meta data concerning the ERC721Enumerable contract.
Deprecated: Use ERC721MetaData.Sigs instead.
ERC721MetaData contains all meta data concerning the ERC721 contract.
IERC165ABI is the input ABI used to generate the binding from.
Deprecated: Use IERC165MetaData.Sigs instead.
IERC165MetaData contains all meta data concerning the IERC165 contract.
IERC721ABI is the input ABI used to generate the binding from.
IERC721EnumerableABI is the input ABI used to generate the binding from.
Deprecated: Use IERC721EnumerableMetaData.Sigs instead.
IERC721EnumerableMetaData contains all meta data concerning the IERC721Enumerable contract.
Deprecated: Use IERC721MetaData.Sigs instead.
IERC721MetaData contains all meta data concerning the IERC721 contract.
IERC721MetadataABI is the input ABI used to generate the binding from.
Deprecated: Use IERC721MetadataMetaData.Sigs instead.
IERC721MetadataMetaData contains all meta data concerning the IERC721Metadata contract.
IERC721ReceiverABI is the input ABI used to generate the binding from.
Deprecated: Use IERC721ReceiverMetaData.Sigs instead.
IERC721ReceiverMetaData contains all meta data concerning the IERC721Receiver contract.
OwnableABI is the input ABI used to generate the binding from.
Deprecated: Use OwnableMetaData.Sigs instead.
OwnableMetaData contains all meta data concerning the Ownable contract.
ReentrancyGuardABI is the input ABI used to generate the binding from.
ReentrancyGuardMetaData contains all meta data concerning the ReentrancyGuard contract.
SafeMathABI is the input ABI used to generate the binding from.
SafeMathBin is the compiled bytecode used for deploying new contracts.
SafeMathMetaData contains all meta data concerning the SafeMath contract.
StringsABI is the input ABI used to generate the binding from.
StringsBin is the compiled bytecode used for deploying new contracts.
StringsMetaData contains all meta data concerning the Strings contract.
TobyTheGoatABI is the input ABI used to generate the binding from.
TobyTheGoatBin is the compiled bytecode used for deploying new contracts.
Deprecated: Use TobyTheGoatMetaData.Sigs instead.
TobyTheGoatMetaData contains all meta data concerning the TobyTheGoat contract.
# Structs
Address is an auto generated Go binding around an Ethereum contract.
AddressCaller is an auto generated read-only Go binding around an Ethereum contract.
AddressCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
AddressCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
AddressFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
AddressRaw is an auto generated low-level Go binding around an Ethereum contract.
AddressSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
AddressTransactor is an auto generated write-only Go binding around an Ethereum contract.
AddressTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
AddressTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Context is an auto generated Go binding around an Ethereum contract.
ContextCaller is an auto generated read-only Go binding around an Ethereum contract.
ContextCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ContextCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ContextFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ContextRaw is an auto generated low-level Go binding around an Ethereum contract.
ContextSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ContextTransactor is an auto generated write-only Go binding around an Ethereum contract.
ContextTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ContextTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ERC165 is an auto generated Go binding around an Ethereum contract.
ERC165Caller is an auto generated read-only Go binding around an Ethereum contract.
ERC165CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ERC165CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ERC165Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
ERC165Raw is an auto generated low-level Go binding around an Ethereum contract.
ERC165Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ERC165Transactor is an auto generated write-only Go binding around an Ethereum contract.
ERC165TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ERC165TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
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.
ERC721Enumerable is an auto generated Go binding around an Ethereum contract.
ERC721EnumerableApproval represents a Approval event raised by the ERC721Enumerable contract.
ERC721EnumerableApprovalForAll represents a ApprovalForAll event raised by the ERC721Enumerable contract.
ERC721EnumerableApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the ERC721Enumerable contract.
ERC721EnumerableApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ERC721Enumerable contract.
ERC721EnumerableCaller is an auto generated read-only Go binding around an Ethereum contract.
ERC721EnumerableCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ERC721EnumerableCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ERC721EnumerableFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ERC721EnumerableRaw is an auto generated low-level Go binding around an Ethereum contract.
ERC721EnumerableSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ERC721EnumerableTransactor is an auto generated write-only Go binding around an Ethereum contract.
ERC721EnumerableTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ERC721EnumerableTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ERC721EnumerableTransfer represents a Transfer event raised by the ERC721Enumerable contract.
ERC721EnumerableTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ERC721Enumerable contract.
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.
IERC165 is an auto generated Go binding around an Ethereum contract.
IERC165Caller is an auto generated read-only Go binding around an Ethereum contract.
IERC165CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
IERC165CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
IERC165Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
IERC165Raw is an auto generated low-level Go binding around an Ethereum contract.
IERC165Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
IERC165Transactor is an auto generated write-only Go binding around an Ethereum contract.
IERC165TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
IERC165TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
IERC721 is an auto generated Go binding around an Ethereum contract.
IERC721Approval represents a Approval event raised by the IERC721 contract.
IERC721ApprovalForAll represents a ApprovalForAll event raised by the IERC721 contract.
IERC721ApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the IERC721 contract.
IERC721ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the IERC721 contract.
IERC721Caller is an auto generated read-only Go binding around an Ethereum contract.
IERC721CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
IERC721CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
IERC721Enumerable is an auto generated Go binding around an Ethereum contract.
IERC721EnumerableApproval represents a Approval event raised by the IERC721Enumerable contract.
IERC721EnumerableApprovalForAll represents a ApprovalForAll event raised by the IERC721Enumerable contract.
IERC721EnumerableApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the IERC721Enumerable contract.
IERC721EnumerableApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the IERC721Enumerable contract.
IERC721EnumerableCaller is an auto generated read-only Go binding around an Ethereum contract.
IERC721EnumerableCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
IERC721EnumerableCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
IERC721EnumerableFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
IERC721EnumerableRaw is an auto generated low-level Go binding around an Ethereum contract.
IERC721EnumerableSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
IERC721EnumerableTransactor is an auto generated write-only Go binding around an Ethereum contract.
IERC721EnumerableTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
IERC721EnumerableTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
IERC721EnumerableTransfer represents a Transfer event raised by the IERC721Enumerable contract.
IERC721EnumerableTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the IERC721Enumerable contract.
IERC721Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
IERC721Metadata is an auto generated Go binding around an Ethereum contract.
IERC721MetadataApproval represents a Approval event raised by the IERC721Metadata contract.
IERC721MetadataApprovalForAll represents a ApprovalForAll event raised by the IERC721Metadata contract.
IERC721MetadataApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the IERC721Metadata contract.
IERC721MetadataApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the IERC721Metadata contract.
IERC721MetadataCaller is an auto generated read-only Go binding around an Ethereum contract.
IERC721MetadataCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
IERC721MetadataCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
IERC721MetadataFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
IERC721MetadataRaw is an auto generated low-level Go binding around an Ethereum contract.
IERC721MetadataSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
IERC721MetadataTransactor is an auto generated write-only Go binding around an Ethereum contract.
IERC721MetadataTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
IERC721MetadataTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
IERC721MetadataTransfer represents a Transfer event raised by the IERC721Metadata contract.
IERC721MetadataTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the IERC721Metadata contract.
IERC721Raw is an auto generated low-level Go binding around an Ethereum contract.
IERC721Receiver is an auto generated Go binding around an Ethereum contract.
IERC721ReceiverCaller is an auto generated read-only Go binding around an Ethereum contract.
IERC721ReceiverCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
IERC721ReceiverCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
IERC721ReceiverFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
IERC721ReceiverRaw is an auto generated low-level Go binding around an Ethereum contract.
IERC721ReceiverSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
IERC721ReceiverTransactor is an auto generated write-only Go binding around an Ethereum contract.
IERC721ReceiverTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
IERC721ReceiverTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
IERC721Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
IERC721Transactor is an auto generated write-only Go binding around an Ethereum contract.
IERC721TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
IERC721TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
IERC721Transfer represents a Transfer event raised by the IERC721 contract.
IERC721TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the IERC721 contract.
Ownable is an auto generated Go binding around an Ethereum contract.
OwnableCaller is an auto generated read-only Go binding around an Ethereum contract.
OwnableCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
OwnableCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
OwnableFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
OwnableOwnershipTransferred represents a OwnershipTransferred event raised by the Ownable contract.
OwnableOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Ownable contract.
OwnableRaw is an auto generated low-level Go binding around an Ethereum contract.
OwnableSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
OwnableTransactor is an auto generated write-only Go binding around an Ethereum contract.
OwnableTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
OwnableTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ReentrancyGuard is an auto generated Go binding around an Ethereum contract.
ReentrancyGuardCaller is an auto generated read-only Go binding around an Ethereum contract.
ReentrancyGuardCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ReentrancyGuardCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ReentrancyGuardFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ReentrancyGuardRaw is an auto generated low-level Go binding around an Ethereum contract.
ReentrancyGuardSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ReentrancyGuardTransactor is an auto generated write-only Go binding around an Ethereum contract.
ReentrancyGuardTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ReentrancyGuardTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
SafeMath is an auto generated Go binding around an Ethereum contract.
SafeMathCaller is an auto generated read-only Go binding around an Ethereum contract.
SafeMathCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
SafeMathCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
SafeMathFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
SafeMathRaw is an auto generated low-level Go binding around an Ethereum contract.
SafeMathSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
SafeMathTransactor is an auto generated write-only Go binding around an Ethereum contract.
SafeMathTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
SafeMathTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Strings is an auto generated Go binding around an Ethereum contract.
StringsCaller is an auto generated read-only Go binding around an Ethereum contract.
StringsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
StringsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
StringsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
StringsRaw is an auto generated low-level Go binding around an Ethereum contract.
StringsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
StringsTransactor is an auto generated write-only Go binding around an Ethereum contract.
StringsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
StringsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
TobyTheGoat is an auto generated Go binding around an Ethereum contract.
TobyTheGoatApproval represents a Approval event raised by the TobyTheGoat contract.
TobyTheGoatApprovalForAll represents a ApprovalForAll event raised by the TobyTheGoat contract.
TobyTheGoatApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the TobyTheGoat contract.
TobyTheGoatApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the TobyTheGoat contract.
TobyTheGoatCaller is an auto generated read-only Go binding around an Ethereum contract.
TobyTheGoatCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TobyTheGoatCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TobyTheGoatFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TobyTheGoatOwnershipTransferred represents a OwnershipTransferred event raised by the TobyTheGoat contract.
TobyTheGoatOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the TobyTheGoat contract.
TobyTheGoatRaw is an auto generated low-level Go binding around an Ethereum contract.
TobyTheGoatSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TobyTheGoatTransactor is an auto generated write-only Go binding around an Ethereum contract.
TobyTheGoatTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TobyTheGoatTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
TobyTheGoatTransfer represents a Transfer event raised by the TobyTheGoat contract.
TobyTheGoatTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the TobyTheGoat contract.