Documentation ¶
Index ¶
- Variables
- type ReceivedItem
- type SpentItem
- type Verifiers
- type VerifiersCaller
- type VerifiersCallerRaw
- type VerifiersCallerSession
- type VerifiersFilterer
- func (_Verifiers *VerifiersFilterer) FilterNonceIncremented(opts *bind.FilterOpts, offerer []common.Address) (*VerifiersNonceIncrementedIterator, error)
- func (_Verifiers *VerifiersFilterer) FilterOrderCancelled(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*VerifiersOrderCancelledIterator, error)
- func (_Verifiers *VerifiersFilterer) FilterOrderFulfilled(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*VerifiersOrderFulfilledIterator, error)
- func (_Verifiers *VerifiersFilterer) FilterOrderValidated(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*VerifiersOrderValidatedIterator, error)
- func (_Verifiers *VerifiersFilterer) ParseNonceIncremented(log types.Log) (*VerifiersNonceIncremented, error)
- func (_Verifiers *VerifiersFilterer) ParseOrderCancelled(log types.Log) (*VerifiersOrderCancelled, error)
- func (_Verifiers *VerifiersFilterer) ParseOrderFulfilled(log types.Log) (*VerifiersOrderFulfilled, error)
- func (_Verifiers *VerifiersFilterer) ParseOrderValidated(log types.Log) (*VerifiersOrderValidated, error)
- func (_Verifiers *VerifiersFilterer) WatchNonceIncremented(opts *bind.WatchOpts, sink chan<- *VerifiersNonceIncremented, ...) (event.Subscription, error)
- func (_Verifiers *VerifiersFilterer) WatchOrderCancelled(opts *bind.WatchOpts, sink chan<- *VerifiersOrderCancelled, ...) (event.Subscription, error)
- func (_Verifiers *VerifiersFilterer) WatchOrderFulfilled(opts *bind.WatchOpts, sink chan<- *VerifiersOrderFulfilled, ...) (event.Subscription, error)
- func (_Verifiers *VerifiersFilterer) WatchOrderValidated(opts *bind.WatchOpts, sink chan<- *VerifiersOrderValidated, ...) (event.Subscription, error)
- type VerifiersNonceIncremented
- type VerifiersNonceIncrementedIterator
- type VerifiersOrderCancelled
- type VerifiersOrderCancelledIterator
- type VerifiersOrderFulfilled
- type VerifiersOrderFulfilledIterator
- type VerifiersOrderValidated
- type VerifiersOrderValidatedIterator
- type VerifiersRaw
- func (_Verifiers *VerifiersRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Verifiers *VerifiersRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Verifiers *VerifiersRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type VerifiersSession
- type VerifiersTransactor
- type VerifiersTransactorRaw
- type VerifiersTransactorSession
Constants ¶
This section is empty.
Variables ¶
var VerifiersABI = VerifiersMetaData.ABI
VerifiersABI is the input ABI used to generate the binding from. Deprecated: Use VerifiersMetaData.ABI instead.
var VerifiersBin = VerifiersMetaData.Bin
VerifiersBin is the compiled bytecode used for deploying new contracts. Deprecated: Use VerifiersMetaData.Bin instead.
var VerifiersMetaData = &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\":\"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\":\"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\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newNonce\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"offerer\",\"type\":\"address\"}],\"name\":\"NonceIncremented\",\"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\":\"fulfiller\",\"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: "0x6101c060405234801561001157600080fd5b506040516106fb3803806106fb833981016040819052610030916105ab565b80808061003b610119565b610120526101005260e05260c081815260a0838152608085815246610140819052604080516020818101979097528082019890985260608801969096529086015230858201528351808603909101815293019091528151910120610160526001600160a01b03811661018081905260408051630a96ad3960e01b81528151630a96ad39926004808401939192918290030181865afa1580156100e1573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061010591906105db565b506101a05250506001600055506106619050565b6000808080808061014a60408051808201909152600d81526c21b7b739b4b232b930ba34b7b760991b602082015290565b805160209182012060408051808201825260018152603160f81b90840152519097507fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6965060009161024c91016909ecccccae492e8cada560b31b81526e1d5a5b9d0e081a5d195b551e5c194b608a1b600a8201526d1859191c995cdcc81d1bdad95b8b60921b60198201527f75696e74323536206964656e7469666965724f7243726974657269612c00000060278201527f75696e74323536207374617274416d6f756e742c0000000000000000000000006044820152701d5a5b9d0c8d4d88195b99105b5bdd5b9d607a1b6058820152602960f81b6069820152606a0190565b60408051601f1981840301815282825271086dedce6d2c8cae4c2e8d2dedc92e8cada560731b60208401526e1d5a5b9d0e081a5d195b551e5c194b608a1b60328401526d1859191c995cdcc81d1bdad95b8b60921b60418401527f75696e74323536206964656e7469666965724f7243726974657269612c000000604f8401527f75696e74323536207374617274416d6f756e742c000000000000000000000000606c840152711d5a5b9d0c8d4d88195b99105b5bdd5b9d0b60721b6080840152701859191c995cdcc81c9958da5c1a595b9d607a1b6092840152602960f81b60a384018190528251808503608401815260a485019093526f09ee4c8cae486dedae0dedccadce8e6560831b60c48501526f1859191c995cdcc81bd999995c995c8b60821b60d48501526c1859191c995cdcc81e9bdb994b609a1b60e48501527113d999995c925d195b56d7481bd999995c8b60721b60f18501527f436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f610103850152611b8b60f21b6101238501526f1d5a5b9d0e081bdc99195c951e5c194b60821b610125850152711d5a5b9d0c8d4d881cdd185c9d151a5b594b60721b6101358501526f1d5a5b9d0c8d4d88195b99151a5b594b60821b61014785015270189e5d195ccccc881e9bdb9952185cda0b607a1b6101578501526c1d5a5b9d0c8d4d881cd85b1d0b609a1b6101688501527f6279746573333220636f6e647569744b65792c000000000000000000000000006101758501526c75696e74323536206e6f6e636560981b6101888501526101958401529250906000906101960160408051601f19818403018152908290526c08a92a06e626488dedac2d2dc5609b1b60208301526b1cdd1c9a5b99c81b985b594b60a21b602d8301526e1cdd1c9a5b99c81d995c9cda5bdb8b608a1b60398301526f1d5a5b9d0c8d4d8818da185a5b92590b60821b60488301527f6164647265737320766572696679696e67436f6e7472616374000000000000006058830152602960f81b6071830152915060720160408051601f19818403018152908290528051602091820120855186830120855186840120919a5098509650610588918391859187910161063a565b604051602081830303815290604052805190602001209350505050909192939495565b6000602082840312156105bd57600080fd5b81516001600160a01b03811681146105d457600080fd5b9392505050565b600080604083850312156105ee57600080fd5b505080516020909101519092909150565b6000815160005b818110156106205760208185018101518683015201610606565b8181111561062f576000828601525b509290920192915050565b600061065861065261064c84886105ff565b866105ff565b846105ff565b95945050505050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a051603f6106bc60003960005050600050506000505060005050600050506000505060005050600050506000505060005050603f6000f3fe6080604052600080fdfea2646970667358221220c8a56a9050ff9614f9f43d5dc727051e5915a5b3e6fef25deb9b8e58e1347bec64736f6c634300080d0033",
}
VerifiersMetaData contains all meta data concerning the Verifiers contract.
Functions ¶
This section is empty.
Types ¶
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 Verifiers ¶
type Verifiers struct { VerifiersCaller // Read-only binding to the contract VerifiersTransactor // Write-only binding to the contract VerifiersFilterer // Log filterer for contract events }
Verifiers is an auto generated Go binding around an Ethereum contract.
func DeployVerifiers ¶
func DeployVerifiers(auth *bind.TransactOpts, backend bind.ContractBackend, conduitController common.Address) (common.Address, *types.Transaction, *Verifiers, error)
DeployVerifiers deploys a new Ethereum contract, binding an instance of Verifiers to it.
func NewVerifiers ¶
NewVerifiers creates a new instance of Verifiers, bound to a specific deployed contract.
type VerifiersCaller ¶
type VerifiersCaller struct {
// contains filtered or unexported fields
}
VerifiersCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewVerifiersCaller ¶
func NewVerifiersCaller(address common.Address, caller bind.ContractCaller) (*VerifiersCaller, error)
NewVerifiersCaller creates a new read-only instance of Verifiers, bound to a specific deployed contract.
type VerifiersCallerRaw ¶
type VerifiersCallerRaw struct {
Contract *VerifiersCaller // Generic read-only contract binding to access the raw methods on
}
VerifiersCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*VerifiersCallerRaw) Call ¶
func (_Verifiers *VerifiersCallerRaw) 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 VerifiersCallerSession ¶
type VerifiersCallerSession struct { Contract *VerifiersCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
VerifiersCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type VerifiersFilterer ¶
type VerifiersFilterer struct {
// contains filtered or unexported fields
}
VerifiersFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewVerifiersFilterer ¶
func NewVerifiersFilterer(address common.Address, filterer bind.ContractFilterer) (*VerifiersFilterer, error)
NewVerifiersFilterer creates a new log filterer instance of Verifiers, bound to a specific deployed contract.
func (*VerifiersFilterer) FilterNonceIncremented ¶
func (_Verifiers *VerifiersFilterer) FilterNonceIncremented(opts *bind.FilterOpts, offerer []common.Address) (*VerifiersNonceIncrementedIterator, error)
FilterNonceIncremented is a free log retrieval operation binding the contract event 0x7ab0fc7de8910a6100b24df423c3d0835534506dca9473d30c3e7df51241b2cf.
Solidity: event NonceIncremented(uint256 newNonce, address indexed offerer)
func (*VerifiersFilterer) FilterOrderCancelled ¶
func (_Verifiers *VerifiersFilterer) FilterOrderCancelled(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*VerifiersOrderCancelledIterator, 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 (*VerifiersFilterer) FilterOrderFulfilled ¶
func (_Verifiers *VerifiersFilterer) FilterOrderFulfilled(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*VerifiersOrderFulfilledIterator, 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 fulfiller, (uint8,address,uint256,uint256)[] offer, (uint8,address,uint256,uint256,address)[] consideration)
func (*VerifiersFilterer) FilterOrderValidated ¶
func (_Verifiers *VerifiersFilterer) FilterOrderValidated(opts *bind.FilterOpts, offerer []common.Address, zone []common.Address) (*VerifiersOrderValidatedIterator, 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 (*VerifiersFilterer) ParseNonceIncremented ¶
func (_Verifiers *VerifiersFilterer) ParseNonceIncremented(log types.Log) (*VerifiersNonceIncremented, error)
ParseNonceIncremented is a log parse operation binding the contract event 0x7ab0fc7de8910a6100b24df423c3d0835534506dca9473d30c3e7df51241b2cf.
Solidity: event NonceIncremented(uint256 newNonce, address indexed offerer)
func (*VerifiersFilterer) ParseOrderCancelled ¶
func (_Verifiers *VerifiersFilterer) ParseOrderCancelled(log types.Log) (*VerifiersOrderCancelled, error)
ParseOrderCancelled is a log parse operation binding the contract event 0x6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d.
Solidity: event OrderCancelled(bytes32 orderHash, address indexed offerer, address indexed zone)
func (*VerifiersFilterer) ParseOrderFulfilled ¶
func (_Verifiers *VerifiersFilterer) ParseOrderFulfilled(log types.Log) (*VerifiersOrderFulfilled, error)
ParseOrderFulfilled is a log parse operation binding the contract event 0x9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f31.
Solidity: event OrderFulfilled(bytes32 orderHash, address indexed offerer, address indexed zone, address fulfiller, (uint8,address,uint256,uint256)[] offer, (uint8,address,uint256,uint256,address)[] consideration)
func (*VerifiersFilterer) ParseOrderValidated ¶
func (_Verifiers *VerifiersFilterer) ParseOrderValidated(log types.Log) (*VerifiersOrderValidated, error)
ParseOrderValidated is a log parse operation binding the contract event 0xfde361574a066b44b3b5fe98a87108b7565e327327954c4faeea56a4e6491a0a.
Solidity: event OrderValidated(bytes32 orderHash, address indexed offerer, address indexed zone)
func (*VerifiersFilterer) WatchNonceIncremented ¶
func (_Verifiers *VerifiersFilterer) WatchNonceIncremented(opts *bind.WatchOpts, sink chan<- *VerifiersNonceIncremented, offerer []common.Address) (event.Subscription, error)
WatchNonceIncremented is a free log subscription operation binding the contract event 0x7ab0fc7de8910a6100b24df423c3d0835534506dca9473d30c3e7df51241b2cf.
Solidity: event NonceIncremented(uint256 newNonce, address indexed offerer)
func (*VerifiersFilterer) WatchOrderCancelled ¶
func (_Verifiers *VerifiersFilterer) WatchOrderCancelled(opts *bind.WatchOpts, sink chan<- *VerifiersOrderCancelled, 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 (*VerifiersFilterer) WatchOrderFulfilled ¶
func (_Verifiers *VerifiersFilterer) WatchOrderFulfilled(opts *bind.WatchOpts, sink chan<- *VerifiersOrderFulfilled, 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 fulfiller, (uint8,address,uint256,uint256)[] offer, (uint8,address,uint256,uint256,address)[] consideration)
func (*VerifiersFilterer) WatchOrderValidated ¶
func (_Verifiers *VerifiersFilterer) WatchOrderValidated(opts *bind.WatchOpts, sink chan<- *VerifiersOrderValidated, 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 VerifiersNonceIncremented ¶
type VerifiersNonceIncremented struct { NewNonce *big.Int Offerer common.Address Raw types.Log // Blockchain specific contextual infos }
VerifiersNonceIncremented represents a NonceIncremented event raised by the Verifiers contract.
type VerifiersNonceIncrementedIterator ¶
type VerifiersNonceIncrementedIterator struct { Event *VerifiersNonceIncremented // Event containing the contract specifics and raw log // contains filtered or unexported fields }
VerifiersNonceIncrementedIterator is returned from FilterNonceIncremented and is used to iterate over the raw logs and unpacked data for NonceIncremented events raised by the Verifiers contract.
func (*VerifiersNonceIncrementedIterator) Close ¶
func (it *VerifiersNonceIncrementedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*VerifiersNonceIncrementedIterator) Error ¶
func (it *VerifiersNonceIncrementedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*VerifiersNonceIncrementedIterator) Next ¶
func (it *VerifiersNonceIncrementedIterator) Next() bool
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 VerifiersOrderCancelled ¶
type VerifiersOrderCancelled struct { OrderHash [32]byte Offerer common.Address Zone common.Address Raw types.Log // Blockchain specific contextual infos }
VerifiersOrderCancelled represents a OrderCancelled event raised by the Verifiers contract.
type VerifiersOrderCancelledIterator ¶
type VerifiersOrderCancelledIterator struct { Event *VerifiersOrderCancelled // Event containing the contract specifics and raw log // contains filtered or unexported fields }
VerifiersOrderCancelledIterator is returned from FilterOrderCancelled and is used to iterate over the raw logs and unpacked data for OrderCancelled events raised by the Verifiers contract.
func (*VerifiersOrderCancelledIterator) Close ¶
func (it *VerifiersOrderCancelledIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*VerifiersOrderCancelledIterator) Error ¶
func (it *VerifiersOrderCancelledIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*VerifiersOrderCancelledIterator) Next ¶
func (it *VerifiersOrderCancelledIterator) Next() bool
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 VerifiersOrderFulfilled ¶
type VerifiersOrderFulfilled struct { OrderHash [32]byte Offerer common.Address Zone common.Address Fulfiller common.Address Offer []SpentItem Consideration []ReceivedItem Raw types.Log // Blockchain specific contextual infos }
VerifiersOrderFulfilled represents a OrderFulfilled event raised by the Verifiers contract.
type VerifiersOrderFulfilledIterator ¶
type VerifiersOrderFulfilledIterator struct { Event *VerifiersOrderFulfilled // Event containing the contract specifics and raw log // contains filtered or unexported fields }
VerifiersOrderFulfilledIterator is returned from FilterOrderFulfilled and is used to iterate over the raw logs and unpacked data for OrderFulfilled events raised by the Verifiers contract.
func (*VerifiersOrderFulfilledIterator) Close ¶
func (it *VerifiersOrderFulfilledIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*VerifiersOrderFulfilledIterator) Error ¶
func (it *VerifiersOrderFulfilledIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*VerifiersOrderFulfilledIterator) Next ¶
func (it *VerifiersOrderFulfilledIterator) Next() bool
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 VerifiersOrderValidated ¶
type VerifiersOrderValidated struct { OrderHash [32]byte Offerer common.Address Zone common.Address Raw types.Log // Blockchain specific contextual infos }
VerifiersOrderValidated represents a OrderValidated event raised by the Verifiers contract.
type VerifiersOrderValidatedIterator ¶
type VerifiersOrderValidatedIterator struct { Event *VerifiersOrderValidated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
VerifiersOrderValidatedIterator is returned from FilterOrderValidated and is used to iterate over the raw logs and unpacked data for OrderValidated events raised by the Verifiers contract.
func (*VerifiersOrderValidatedIterator) Close ¶
func (it *VerifiersOrderValidatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*VerifiersOrderValidatedIterator) Error ¶
func (it *VerifiersOrderValidatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*VerifiersOrderValidatedIterator) Next ¶
func (it *VerifiersOrderValidatedIterator) Next() bool
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 VerifiersRaw ¶
type VerifiersRaw struct {
Contract *Verifiers // Generic contract binding to access the raw methods on
}
VerifiersRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*VerifiersRaw) Call ¶
func (_Verifiers *VerifiersRaw) 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 (*VerifiersRaw) Transact ¶
func (_Verifiers *VerifiersRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*VerifiersRaw) Transfer ¶
func (_Verifiers *VerifiersRaw) 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 VerifiersSession ¶
type VerifiersSession struct { Contract *Verifiers // 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 }
VerifiersSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type VerifiersTransactor ¶
type VerifiersTransactor struct {
// contains filtered or unexported fields
}
VerifiersTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewVerifiersTransactor ¶
func NewVerifiersTransactor(address common.Address, transactor bind.ContractTransactor) (*VerifiersTransactor, error)
NewVerifiersTransactor creates a new write-only instance of Verifiers, bound to a specific deployed contract.
type VerifiersTransactorRaw ¶
type VerifiersTransactorRaw struct {
Contract *VerifiersTransactor // Generic write-only contract binding to access the raw methods on
}
VerifiersTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*VerifiersTransactorRaw) Transact ¶
func (_Verifiers *VerifiersTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*VerifiersTransactorRaw) Transfer ¶
func (_Verifiers *VerifiersTransactorRaw) 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 VerifiersTransactorSession ¶
type VerifiersTransactorSession struct { Contract *VerifiersTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
VerifiersTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.