Documentation ¶
Index ¶
- Variables
- type ZoneInteraction
- type ZoneInteractionCaller
- type ZoneInteractionCallerRaw
- type ZoneInteractionCallerSession
- type ZoneInteractionFilterer
- type ZoneInteractionRaw
- func (_ZoneInteraction *ZoneInteractionRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ZoneInteraction *ZoneInteractionRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ZoneInteraction *ZoneInteractionRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ZoneInteractionSession
- type ZoneInteractionTransactor
- type ZoneInteractionTransactorRaw
- type ZoneInteractionTransactorSession
Constants ¶
This section is empty.
Variables ¶
var ZoneInteractionABI = ZoneInteractionMetaData.ABI
ZoneInteractionABI is the input ABI used to generate the binding from. Deprecated: Use ZoneInteractionMetaData.ABI instead.
var ZoneInteractionBin = ZoneInteractionMetaData.Bin
ZoneInteractionBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ZoneInteractionMetaData.Bin instead.
var ZoneInteractionMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"}],\"name\":\"InvalidRestrictedOrder\",\"type\":\"error\"}]",
Bin: "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea264697066735822122058ced0874bfe5c1efcab412bc8419b7da028afd238395a0cf81ef0050162ecc164736f6c634300080d0033",
}
ZoneInteractionMetaData contains all meta data concerning the ZoneInteraction contract.
Functions ¶
This section is empty.
Types ¶
type ZoneInteraction ¶
type ZoneInteraction struct { ZoneInteractionCaller // Read-only binding to the contract ZoneInteractionTransactor // Write-only binding to the contract ZoneInteractionFilterer // Log filterer for contract events }
ZoneInteraction is an auto generated Go binding around an Ethereum contract.
func DeployZoneInteraction ¶
func DeployZoneInteraction(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ZoneInteraction, error)
DeployZoneInteraction deploys a new Ethereum contract, binding an instance of ZoneInteraction to it.
func NewZoneInteraction ¶
func NewZoneInteraction(address common.Address, backend bind.ContractBackend) (*ZoneInteraction, error)
NewZoneInteraction creates a new instance of ZoneInteraction, bound to a specific deployed contract.
type ZoneInteractionCaller ¶
type ZoneInteractionCaller struct {
// contains filtered or unexported fields
}
ZoneInteractionCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewZoneInteractionCaller ¶
func NewZoneInteractionCaller(address common.Address, caller bind.ContractCaller) (*ZoneInteractionCaller, error)
NewZoneInteractionCaller creates a new read-only instance of ZoneInteraction, bound to a specific deployed contract.
type ZoneInteractionCallerRaw ¶
type ZoneInteractionCallerRaw struct {
Contract *ZoneInteractionCaller // Generic read-only contract binding to access the raw methods on
}
ZoneInteractionCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ZoneInteractionCallerRaw) Call ¶
func (_ZoneInteraction *ZoneInteractionCallerRaw) 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 ZoneInteractionCallerSession ¶
type ZoneInteractionCallerSession struct { Contract *ZoneInteractionCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ZoneInteractionCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type ZoneInteractionFilterer ¶
type ZoneInteractionFilterer struct {
// contains filtered or unexported fields
}
ZoneInteractionFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewZoneInteractionFilterer ¶
func NewZoneInteractionFilterer(address common.Address, filterer bind.ContractFilterer) (*ZoneInteractionFilterer, error)
NewZoneInteractionFilterer creates a new log filterer instance of ZoneInteraction, bound to a specific deployed contract.
type ZoneInteractionRaw ¶
type ZoneInteractionRaw struct {
Contract *ZoneInteraction // Generic contract binding to access the raw methods on
}
ZoneInteractionRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ZoneInteractionRaw) Call ¶
func (_ZoneInteraction *ZoneInteractionRaw) 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 (*ZoneInteractionRaw) Transact ¶
func (_ZoneInteraction *ZoneInteractionRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ZoneInteractionRaw) Transfer ¶
func (_ZoneInteraction *ZoneInteractionRaw) 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 ZoneInteractionSession ¶
type ZoneInteractionSession struct { Contract *ZoneInteraction // 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 }
ZoneInteractionSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type ZoneInteractionTransactor ¶
type ZoneInteractionTransactor struct {
// contains filtered or unexported fields
}
ZoneInteractionTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewZoneInteractionTransactor ¶
func NewZoneInteractionTransactor(address common.Address, transactor bind.ContractTransactor) (*ZoneInteractionTransactor, error)
NewZoneInteractionTransactor creates a new write-only instance of ZoneInteraction, bound to a specific deployed contract.
type ZoneInteractionTransactorRaw ¶
type ZoneInteractionTransactorRaw struct {
Contract *ZoneInteractionTransactor // Generic write-only contract binding to access the raw methods on
}
ZoneInteractionTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ZoneInteractionTransactorRaw) Transact ¶
func (_ZoneInteraction *ZoneInteractionTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ZoneInteractionTransactorRaw) Transfer ¶
func (_ZoneInteraction *ZoneInteractionTransactorRaw) 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 ZoneInteractionTransactorSession ¶
type ZoneInteractionTransactorSession struct { Contract *ZoneInteractionTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ZoneInteractionTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.