BasicOrderFulfiller

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BasicOrderFulfillerABI = BasicOrderFulfillerMetaData.ABI

BasicOrderFulfillerABI is the input ABI used to generate the binding from. Deprecated: Use BasicOrderFulfillerMetaData.ABI instead.

View Source
var BasicOrderFulfillerBin = BasicOrderFulfillerMetaData.Bin

BasicOrderFulfillerBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BasicOrderFulfillerMetaData.Bin instead.

View Source
var BasicOrderFulfillerMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduitController\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"BadContractSignature\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BadFraction\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"BadReturnValueFromERC20OnTransfer\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"}],\"name\":\"BadSignatureV\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"orderIndex\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"considerationIndex\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"shortfallAmount\",\"type\":\"uint256\"}],\"name\":\"ConsiderationNotMet\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"identifiers\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"}],\"name\":\"ERC1155BatchTransferGenericFailure\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"EtherTransferGenericFailure\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InsufficientEtherSupplied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Invalid1155BatchTransferEncoding\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidBasicOrderParameterEncoding\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"InvalidCallToConduit\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidCanceller\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"conduitKey\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"InvalidConduit\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidERC721TransferAmount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"InvalidMsgValue\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidNativeOfferItem\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"}],\"name\":\"InvalidRestrictedOrder\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSignature\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSigner\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidTime\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"MissingItemAmount\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"MissingOriginalConsiderationItems\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"NoContract\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NoReentrantCalls\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NoSpecifiedOrdersAvailable\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"}],\"name\":\"OrderAlreadyFilled\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"}],\"name\":\"OrderIsCancelled\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"}],\"name\":\"OrderPartiallyFilled\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PartialFillsNotEnabledForOrder\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"identifier\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"TokenTransferGenericFailure\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UnusedItemParameters\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newCounter\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"offerer\",\"type\":\"address\"}],\"name\":\"CounterIncremented\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"offerer\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"zone\",\"type\":\"address\"}],\"name\":\"OrderCancelled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"offerer\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"zone\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"enumItemType\",\"name\":\"itemType\",\"type\":\"uint8\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"identifier\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"indexed\":false,\"internalType\":\"structSpentItem[]\",\"name\":\"offer\",\"type\":\"tuple[]\"},{\"components\":[{\"internalType\":\"enumItemType\",\"name\":\"itemType\",\"type\":\"uint8\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"identifier\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"addresspayable\",\"name\":\"recipient\",\"type\":\"address\"}],\"indexed\":false,\"internalType\":\"structReceivedItem[]\",\"name\":\"consideration\",\"type\":\"tuple[]\"}],\"name\":\"OrderFulfilled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderHash\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"offerer\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"zone\",\"type\":\"address\"}],\"name\":\"OrderValidated\",\"type\":\"event\"}]",
	Bin: "0x6101c060405234801561001157600080fd5b50604051610705380380610705833981016040819052610030916105b5565b80808080808061003e61011f565b610120526101005260e05260c081815260a0838152608085815246610140819052604080516020818101979097528082019890985260608801969096529086015230858201528351808603909101815293019091528151910120610160526001600160a01b03811661018081905260408051630a96ad3960e01b81528151630a96ad39926004808401939192918290030181865afa1580156100e4573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061010891906105e5565b506101a052505060016000555061066b9350505050565b6000808080808061015060408051808201909152600d81526c21b7b739b4b232b930ba34b7b760991b602082015290565b80516020918201206040805180820182526003815262312e3160e81b90840152519097507f722c0e0c80487266e8c6a45e3a1a803aab23378a9c32e6ebe029d4fad7bfc965965060009161025491016909ecccccae492e8cada560b31b81526e1d5a5b9d0e081a5d195b551e5c194b608a1b600a8201526d1859191c995cdcc81d1bdad95b8b60921b60198201527f75696e74323536206964656e7469666965724f7243726974657269612c00000060278201527f75696e74323536207374617274416d6f756e742c0000000000000000000000006044820152701d5a5b9d0c8d4d88195b99105b5bdd5b9d607a1b6058820152602960f81b6069820152606a0190565b60408051601f1981840301815282825271086dedce6d2c8cae4c2e8d2dedc92e8cada560731b60208401526e1d5a5b9d0e081a5d195b551e5c194b608a1b60328401526d1859191c995cdcc81d1bdad95b8b60921b60418401527f75696e74323536206964656e7469666965724f7243726974657269612c000000604f8401527f75696e74323536207374617274416d6f756e742c000000000000000000000000606c840152711d5a5b9d0c8d4d88195b99105b5bdd5b9d0b60721b6080840152701859191c995cdcc81c9958da5c1a595b9d607a1b6092840152602960f81b60a384018190528251808503608401815260a485019093526f09ee4c8cae486dedae0dedccadce8e6560831b60c48501526f1859191c995cdcc81bd999995c995c8b60821b60d48501526c1859191c995cdcc81e9bdb994b609a1b60e48501527113d999995c925d195b56d7481bd999995c8b60721b60f18501527f436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f610103850152611b8b60f21b6101238501526f1d5a5b9d0e081bdc99195c951e5c194b60821b610125850152711d5a5b9d0c8d4d881cdd185c9d151a5b594b60721b6101358501526f1d5a5b9d0c8d4d88195b99151a5b594b60821b61014785015270189e5d195ccccc881e9bdb9952185cda0b607a1b6101578501526c1d5a5b9d0c8d4d881cd85b1d0b609a1b6101688501527f6279746573333220636f6e647569744b65792c000000000000000000000000006101758501526e3ab4b73a191a9b1031b7bab73a32b960891b6101888501526101978401529250906000906101980160408051601f19818403018152908290526c08a92a06e626488dedac2d2dc5609b1b60208301526b1cdd1c9a5b99c81b985b594b60a21b602d8301526e1cdd1c9a5b99c81d995c9cda5bdb8b608a1b60398301526f1d5a5b9d0c8d4d8818da185a5b92590b60821b60488301527f6164647265737320766572696679696e67436f6e7472616374000000000000006058830152602960f81b6071830152915060720160408051601f19818403018152908290528051602091820120855186830120855186840120919a50985096506105929183918591879101610644565b604051602081830303815290604052805190602001209350505050909192939495565b6000602082840312156105c757600080fd5b81516001600160a01b03811681146105de57600080fd5b9392505050565b600080604083850312156105f857600080fd5b505080516020909101519092909150565b6000815160005b8181101561062a5760208185018101518683015201610610565b81811115610639576000828601525b509290920192915050565b600061066261065c6106568488610609565b86610609565b84610609565b95945050505050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a051603f6106c660003960005050600050506000505060005050600050506000505060005050600050506000505060005050603f6000f3fe6080604052600080fdfea264697066735822122065af72a05995fe068e42a412fa67fad261478eaa51c01ba03176197fcb4c182f64736f6c634300080d0033",
}

BasicOrderFulfillerMetaData contains all meta data concerning the BasicOrderFulfiller contract.

Functions

This section is empty.

Types

type BasicOrderFulfiller

type BasicOrderFulfiller struct {
	BasicOrderFulfillerCaller     // Read-only binding to the contract
	BasicOrderFulfillerTransactor // Write-only binding to the contract
	BasicOrderFulfillerFilterer   // Log filterer for contract events
}

BasicOrderFulfiller is an auto generated Go binding around an Ethereum contract.

func DeployBasicOrderFulfiller

func DeployBasicOrderFulfiller(auth *bind.TransactOpts, backend bind.ContractBackend, conduitController common.Address) (common.Address, *types.Transaction, *BasicOrderFulfiller, error)

DeployBasicOrderFulfiller deploys a new Ethereum contract, binding an instance of BasicOrderFulfiller to it.

func NewBasicOrderFulfiller

func NewBasicOrderFulfiller(address common.Address, backend bind.ContractBackend) (*BasicOrderFulfiller, error)

NewBasicOrderFulfiller creates a new instance of BasicOrderFulfiller, bound to a specific deployed contract.

type BasicOrderFulfillerCaller

type BasicOrderFulfillerCaller struct {
	// contains filtered or unexported fields
}

BasicOrderFulfillerCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewBasicOrderFulfillerCaller

func NewBasicOrderFulfillerCaller(address common.Address, caller bind.ContractCaller) (*BasicOrderFulfillerCaller, error)

NewBasicOrderFulfillerCaller creates a new read-only instance of BasicOrderFulfiller, bound to a specific deployed contract.

type BasicOrderFulfillerCallerRaw

type BasicOrderFulfillerCallerRaw struct {
	Contract *BasicOrderFulfillerCaller // Generic read-only contract binding to access the raw methods on
}

BasicOrderFulfillerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*BasicOrderFulfillerCallerRaw) Call

func (_BasicOrderFulfiller *BasicOrderFulfillerCallerRaw) 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 BasicOrderFulfillerCallerSession

type BasicOrderFulfillerCallerSession struct {
	Contract *BasicOrderFulfillerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts              // Call options to use throughout this session
}

BasicOrderFulfillerCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type BasicOrderFulfillerCounterIncremented added in v1.0.2

type BasicOrderFulfillerCounterIncremented struct {
	NewCounter *big.Int
	Offerer    common.Address
	Raw        types.Log // Blockchain specific contextual infos
}

BasicOrderFulfillerCounterIncremented represents a CounterIncremented event raised by the BasicOrderFulfiller contract.

type BasicOrderFulfillerCounterIncrementedIterator added in v1.0.2

type BasicOrderFulfillerCounterIncrementedIterator struct {
	Event *BasicOrderFulfillerCounterIncremented // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

BasicOrderFulfillerCounterIncrementedIterator is returned from FilterCounterIncremented and is used to iterate over the raw logs and unpacked data for CounterIncremented events raised by the BasicOrderFulfiller contract.

func (*BasicOrderFulfillerCounterIncrementedIterator) Close added in v1.0.2

Close terminates the iteration process, releasing any pending underlying resources.

func (*BasicOrderFulfillerCounterIncrementedIterator) Error added in v1.0.2

Error returns any retrieval or parsing error occurred during filtering.

func (*BasicOrderFulfillerCounterIncrementedIterator) Next added in v1.0.2

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type BasicOrderFulfillerFilterer

type BasicOrderFulfillerFilterer struct {
	// contains filtered or unexported fields
}

BasicOrderFulfillerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewBasicOrderFulfillerFilterer

func NewBasicOrderFulfillerFilterer(address common.Address, filterer bind.ContractFilterer) (*BasicOrderFulfillerFilterer, error)

NewBasicOrderFulfillerFilterer creates a new log filterer instance of BasicOrderFulfiller, bound to a specific deployed contract.

func (*BasicOrderFulfillerFilterer) FilterCounterIncremented added in v1.0.2

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) FilterCounterIncremented(opts *bind.FilterOpts, offerer []common.Address) (*BasicOrderFulfillerCounterIncrementedIterator, error)

FilterCounterIncremented is a free log retrieval operation binding the contract event 0x721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f.

Solidity: event CounterIncremented(uint256 newCounter, address indexed offerer)

func (*BasicOrderFulfillerFilterer) FilterOrderCancelled

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) FilterOrderCancelled(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*BasicOrderFulfillerOrderCancelledIterator, error)

FilterOrderCancelled is a free log retrieval operation binding the contract event 0x6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d.

Solidity: event OrderCancelled(bytes32 orderHash, address indexed offerer, address indexed zone)

func (*BasicOrderFulfillerFilterer) FilterOrderFulfilled

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) FilterOrderFulfilled(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*BasicOrderFulfillerOrderFulfilledIterator, error)

FilterOrderFulfilled is a free log retrieval operation binding the contract event 0x9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f31.

Solidity: event OrderFulfilled(bytes32 orderHash, address indexed offerer, address indexed zone, address recipient, (uint8,address,uint256,uint256)[] offer, (uint8,address,uint256,uint256,address)[] consideration)

func (*BasicOrderFulfillerFilterer) FilterOrderValidated

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) FilterOrderValidated(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*BasicOrderFulfillerOrderValidatedIterator, error)

FilterOrderValidated is a free log retrieval operation binding the contract event 0xfde361574a066b44b3b5fe98a87108b7565e327327954c4faeea56a4e6491a0a.

Solidity: event OrderValidated(bytes32 orderHash, address indexed offerer, address indexed zone)

func (*BasicOrderFulfillerFilterer) ParseCounterIncremented added in v1.0.2

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) ParseCounterIncremented(log types.Log) (*BasicOrderFulfillerCounterIncremented, error)

ParseCounterIncremented is a log parse operation binding the contract event 0x721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f.

Solidity: event CounterIncremented(uint256 newCounter, address indexed offerer)

func (*BasicOrderFulfillerFilterer) ParseOrderCancelled

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) ParseOrderCancelled(log types.Log) (*BasicOrderFulfillerOrderCancelled, error)

ParseOrderCancelled is a log parse operation binding the contract event 0x6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d.

Solidity: event OrderCancelled(bytes32 orderHash, address indexed offerer, address indexed zone)

func (*BasicOrderFulfillerFilterer) ParseOrderFulfilled

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) ParseOrderFulfilled(log types.Log) (*BasicOrderFulfillerOrderFulfilled, error)

ParseOrderFulfilled is a log parse operation binding the contract event 0x9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f31.

Solidity: event OrderFulfilled(bytes32 orderHash, address indexed offerer, address indexed zone, address recipient, (uint8,address,uint256,uint256)[] offer, (uint8,address,uint256,uint256,address)[] consideration)

func (*BasicOrderFulfillerFilterer) ParseOrderValidated

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) ParseOrderValidated(log types.Log) (*BasicOrderFulfillerOrderValidated, error)

ParseOrderValidated is a log parse operation binding the contract event 0xfde361574a066b44b3b5fe98a87108b7565e327327954c4faeea56a4e6491a0a.

Solidity: event OrderValidated(bytes32 orderHash, address indexed offerer, address indexed zone)

func (*BasicOrderFulfillerFilterer) WatchCounterIncremented added in v1.0.2

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) WatchCounterIncremented(opts *bind.WatchOpts, sink chan<- *BasicOrderFulfillerCounterIncremented, offerer []common.Address) (event.Subscription, error)

WatchCounterIncremented is a free log subscription operation binding the contract event 0x721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f.

Solidity: event CounterIncremented(uint256 newCounter, address indexed offerer)

func (*BasicOrderFulfillerFilterer) WatchOrderCancelled

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) WatchOrderCancelled(opts *bind.WatchOpts, sink chan<- *BasicOrderFulfillerOrderCancelled, offerer []common.Address, zone []common.Address) (event.Subscription, error)

WatchOrderCancelled is a free log subscription operation binding the contract event 0x6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d.

Solidity: event OrderCancelled(bytes32 orderHash, address indexed offerer, address indexed zone)

func (*BasicOrderFulfillerFilterer) WatchOrderFulfilled

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) WatchOrderFulfilled(opts *bind.WatchOpts, sink chan<- *BasicOrderFulfillerOrderFulfilled, offerer []common.Address, zone []common.Address) (event.Subscription, error)

WatchOrderFulfilled is a free log subscription operation binding the contract event 0x9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f31.

Solidity: event OrderFulfilled(bytes32 orderHash, address indexed offerer, address indexed zone, address recipient, (uint8,address,uint256,uint256)[] offer, (uint8,address,uint256,uint256,address)[] consideration)

func (*BasicOrderFulfillerFilterer) WatchOrderValidated

func (_BasicOrderFulfiller *BasicOrderFulfillerFilterer) WatchOrderValidated(opts *bind.WatchOpts, sink chan<- *BasicOrderFulfillerOrderValidated, offerer []common.Address, zone []common.Address) (event.Subscription, error)

WatchOrderValidated is a free log subscription operation binding the contract event 0xfde361574a066b44b3b5fe98a87108b7565e327327954c4faeea56a4e6491a0a.

Solidity: event OrderValidated(bytes32 orderHash, address indexed offerer, address indexed zone)

type BasicOrderFulfillerOrderCancelled

type BasicOrderFulfillerOrderCancelled struct {
	OrderHash [32]byte
	Offerer   common.Address
	Zone      common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BasicOrderFulfillerOrderCancelled represents a OrderCancelled event raised by the BasicOrderFulfiller contract.

type BasicOrderFulfillerOrderCancelledIterator

type BasicOrderFulfillerOrderCancelledIterator struct {
	Event *BasicOrderFulfillerOrderCancelled // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

BasicOrderFulfillerOrderCancelledIterator is returned from FilterOrderCancelled and is used to iterate over the raw logs and unpacked data for OrderCancelled events raised by the BasicOrderFulfiller contract.

func (*BasicOrderFulfillerOrderCancelledIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*BasicOrderFulfillerOrderCancelledIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BasicOrderFulfillerOrderCancelledIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type BasicOrderFulfillerOrderFulfilled

type BasicOrderFulfillerOrderFulfilled struct {
	OrderHash     [32]byte
	Offerer       common.Address
	Zone          common.Address
	Recipient     common.Address
	Offer         []SpentItem
	Consideration []ReceivedItem
	Raw           types.Log // Blockchain specific contextual infos
}

BasicOrderFulfillerOrderFulfilled represents a OrderFulfilled event raised by the BasicOrderFulfiller contract.

type BasicOrderFulfillerOrderFulfilledIterator

type BasicOrderFulfillerOrderFulfilledIterator struct {
	Event *BasicOrderFulfillerOrderFulfilled // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

BasicOrderFulfillerOrderFulfilledIterator is returned from FilterOrderFulfilled and is used to iterate over the raw logs and unpacked data for OrderFulfilled events raised by the BasicOrderFulfiller contract.

func (*BasicOrderFulfillerOrderFulfilledIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*BasicOrderFulfillerOrderFulfilledIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BasicOrderFulfillerOrderFulfilledIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type BasicOrderFulfillerOrderValidated

type BasicOrderFulfillerOrderValidated struct {
	OrderHash [32]byte
	Offerer   common.Address
	Zone      common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BasicOrderFulfillerOrderValidated represents a OrderValidated event raised by the BasicOrderFulfiller contract.

type BasicOrderFulfillerOrderValidatedIterator

type BasicOrderFulfillerOrderValidatedIterator struct {
	Event *BasicOrderFulfillerOrderValidated // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

BasicOrderFulfillerOrderValidatedIterator is returned from FilterOrderValidated and is used to iterate over the raw logs and unpacked data for OrderValidated events raised by the BasicOrderFulfiller contract.

func (*BasicOrderFulfillerOrderValidatedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*BasicOrderFulfillerOrderValidatedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BasicOrderFulfillerOrderValidatedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type BasicOrderFulfillerRaw

type BasicOrderFulfillerRaw struct {
	Contract *BasicOrderFulfiller // Generic contract binding to access the raw methods on
}

BasicOrderFulfillerRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*BasicOrderFulfillerRaw) Call

func (_BasicOrderFulfiller *BasicOrderFulfillerRaw) 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 (*BasicOrderFulfillerRaw) Transact

func (_BasicOrderFulfiller *BasicOrderFulfillerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*BasicOrderFulfillerRaw) Transfer

func (_BasicOrderFulfiller *BasicOrderFulfillerRaw) 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 BasicOrderFulfillerSession

type BasicOrderFulfillerSession struct {
	Contract     *BasicOrderFulfiller // 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
}

BasicOrderFulfillerSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type BasicOrderFulfillerTransactor

type BasicOrderFulfillerTransactor struct {
	// contains filtered or unexported fields
}

BasicOrderFulfillerTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewBasicOrderFulfillerTransactor

func NewBasicOrderFulfillerTransactor(address common.Address, transactor bind.ContractTransactor) (*BasicOrderFulfillerTransactor, error)

NewBasicOrderFulfillerTransactor creates a new write-only instance of BasicOrderFulfiller, bound to a specific deployed contract.

type BasicOrderFulfillerTransactorRaw

type BasicOrderFulfillerTransactorRaw struct {
	Contract *BasicOrderFulfillerTransactor // Generic write-only contract binding to access the raw methods on
}

BasicOrderFulfillerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*BasicOrderFulfillerTransactorRaw) Transact

func (_BasicOrderFulfiller *BasicOrderFulfillerTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*BasicOrderFulfillerTransactorRaw) Transfer

func (_BasicOrderFulfiller *BasicOrderFulfillerTransactorRaw) 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 BasicOrderFulfillerTransactorSession

type BasicOrderFulfillerTransactorSession struct {
	Contract     *BasicOrderFulfillerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts              // Transaction auth options to use throughout this session
}

BasicOrderFulfillerTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type ReceivedItem

type ReceivedItem struct {
	ItemType   uint8
	Token      common.Address
	Identifier *big.Int
	Amount     *big.Int
	Recipient  common.Address
}

ReceivedItem is an auto generated low-level Go binding around an user-defined struct.

type SpentItem

type SpentItem struct {
	ItemType   uint8
	Token      common.Address
	Identifier *big.Int
	Amount     *big.Int
}

SpentItem is an auto generated low-level Go binding around an user-defined struct.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL