Documentation ¶
Index ¶
- Variables
- type ZoneInteractionErrors
- type ZoneInteractionErrorsCaller
- type ZoneInteractionErrorsCallerRaw
- type ZoneInteractionErrorsCallerSession
- type ZoneInteractionErrorsFilterer
- type ZoneInteractionErrorsRaw
- func (_ZoneInteractionErrors *ZoneInteractionErrorsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ZoneInteractionErrors *ZoneInteractionErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ZoneInteractionErrors *ZoneInteractionErrorsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ZoneInteractionErrorsSession
- type ZoneInteractionErrorsTransactor
- type ZoneInteractionErrorsTransactorRaw
- type ZoneInteractionErrorsTransactorSession
Constants ¶
This section is empty.
Variables ¶
var ZoneInteractionErrorsABI = ZoneInteractionErrorsMetaData.ABI
ZoneInteractionErrorsABI is the input ABI used to generate the binding from. Deprecated: Use ZoneInteractionErrorsMetaData.ABI instead.
var ZoneInteractionErrorsMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"}],\"name\":\"InvalidRestrictedOrder\",\"type\":\"error\"}]",
}
ZoneInteractionErrorsMetaData contains all meta data concerning the ZoneInteractionErrors contract.
Functions ¶
This section is empty.
Types ¶
type ZoneInteractionErrors ¶
type ZoneInteractionErrors struct { ZoneInteractionErrorsCaller // Read-only binding to the contract ZoneInteractionErrorsTransactor // Write-only binding to the contract ZoneInteractionErrorsFilterer // Log filterer for contract events }
ZoneInteractionErrors is an auto generated Go binding around an Ethereum contract.
func NewZoneInteractionErrors ¶
func NewZoneInteractionErrors(address common.Address, backend bind.ContractBackend) (*ZoneInteractionErrors, error)
NewZoneInteractionErrors creates a new instance of ZoneInteractionErrors, bound to a specific deployed contract.
type ZoneInteractionErrorsCaller ¶
type ZoneInteractionErrorsCaller struct {
// contains filtered or unexported fields
}
ZoneInteractionErrorsCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewZoneInteractionErrorsCaller ¶
func NewZoneInteractionErrorsCaller(address common.Address, caller bind.ContractCaller) (*ZoneInteractionErrorsCaller, error)
NewZoneInteractionErrorsCaller creates a new read-only instance of ZoneInteractionErrors, bound to a specific deployed contract.
type ZoneInteractionErrorsCallerRaw ¶
type ZoneInteractionErrorsCallerRaw struct {
Contract *ZoneInteractionErrorsCaller // Generic read-only contract binding to access the raw methods on
}
ZoneInteractionErrorsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ZoneInteractionErrorsCallerRaw) Call ¶
func (_ZoneInteractionErrors *ZoneInteractionErrorsCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type ZoneInteractionErrorsCallerSession ¶
type ZoneInteractionErrorsCallerSession struct { Contract *ZoneInteractionErrorsCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ZoneInteractionErrorsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type ZoneInteractionErrorsFilterer ¶
type ZoneInteractionErrorsFilterer struct {
// contains filtered or unexported fields
}
ZoneInteractionErrorsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewZoneInteractionErrorsFilterer ¶
func NewZoneInteractionErrorsFilterer(address common.Address, filterer bind.ContractFilterer) (*ZoneInteractionErrorsFilterer, error)
NewZoneInteractionErrorsFilterer creates a new log filterer instance of ZoneInteractionErrors, bound to a specific deployed contract.
type ZoneInteractionErrorsRaw ¶
type ZoneInteractionErrorsRaw struct {
Contract *ZoneInteractionErrors // Generic contract binding to access the raw methods on
}
ZoneInteractionErrorsRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ZoneInteractionErrorsRaw) Call ¶
func (_ZoneInteractionErrors *ZoneInteractionErrorsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*ZoneInteractionErrorsRaw) Transact ¶
func (_ZoneInteractionErrors *ZoneInteractionErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ZoneInteractionErrorsRaw) Transfer ¶
func (_ZoneInteractionErrors *ZoneInteractionErrorsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type ZoneInteractionErrorsSession ¶
type ZoneInteractionErrorsSession struct { Contract *ZoneInteractionErrors // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ZoneInteractionErrorsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type ZoneInteractionErrorsTransactor ¶
type ZoneInteractionErrorsTransactor struct {
// contains filtered or unexported fields
}
ZoneInteractionErrorsTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewZoneInteractionErrorsTransactor ¶
func NewZoneInteractionErrorsTransactor(address common.Address, transactor bind.ContractTransactor) (*ZoneInteractionErrorsTransactor, error)
NewZoneInteractionErrorsTransactor creates a new write-only instance of ZoneInteractionErrors, bound to a specific deployed contract.
type ZoneInteractionErrorsTransactorRaw ¶
type ZoneInteractionErrorsTransactorRaw struct {
Contract *ZoneInteractionErrorsTransactor // Generic write-only contract binding to access the raw methods on
}
ZoneInteractionErrorsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ZoneInteractionErrorsTransactorRaw) Transact ¶
func (_ZoneInteractionErrors *ZoneInteractionErrorsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ZoneInteractionErrorsTransactorRaw) Transfer ¶
func (_ZoneInteractionErrors *ZoneInteractionErrorsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type ZoneInteractionErrorsTransactorSession ¶
type ZoneInteractionErrorsTransactorSession struct { Contract *ZoneInteractionErrorsTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ZoneInteractionErrorsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.