# Functions
No description provided by the author
DeployPayments deploys a new Ethereum contract, binding an instance of Payments to it.
JSON returns a parsed ABI interface and error if it failed.
NewPayments creates a new instance of Payments, bound to a specific deployed contract.
NewPaymentsCaller creates a new read-only instance of Payments, bound to a specific deployed contract.
NewPaymentsFilterer creates a new log filterer instance of Payments, bound to a specific deployed contract.
NewPaymentsTransactor creates a new write-only instance of Payments, bound to a specific deployed contract.
No description provided by the author
# Constants
Unique events names.
Unique events names.
Unique events names.
Type names of contract binding.
# Variables
No description provided by the author
Map of ABI names to *bind.BoundContract for log parsing only ABI names are constants starting with K_.
Map of Unique events IDs to *EventInfo.
Map of Unique events types to *EventInfo.
Map of ABI names to *abi.ABI ABI names are constants starting with K_.
PaymentsABI is the input ABI used to generate the binding from.
PaymentsBin is the compiled bytecode used for deploying new contracts.
PaymentsMetaData contains all meta data concerning the Payments contract.
Map of Unique events names to *EventInfo.
# Structs
Canceled event with ID 0x25ccef20460325159f2f1853d4e2f53d50e508519fd950a1b57ca5f4f92ea264.
Claimed event with ID 0x51630b38d4d2aa8f785cae61e1d06989553fa9b886c9f286106e331a8ff2e57a.
Created event with ID 0x1a5cbdfaa174b8c077f5e32871877ef08cbf1cdba62a1ca568f500124c7a2411.
ERC20PaymentsPayment is an auto generated low-level Go binding around an user-defined struct.
Payments is an auto generated Go binding around an Ethereum contract.
PaymentsCaller is an auto generated read-only Go binding around an Ethereum contract.
PaymentsCanceled represents a Canceled event raised by the Payments contract.
PaymentsCanceledIterator is returned from FilterCanceled and is used to iterate over the raw logs and unpacked data for Canceled events raised by the Payments contract.
PaymentsClaimed represents a Claimed event raised by the Payments contract.
PaymentsClaimedIterator is returned from FilterClaimed and is used to iterate over the raw logs and unpacked data for Claimed events raised by the Payments contract.
PaymentsCreated represents a Created event raised by the Payments contract.
PaymentsCreatedIterator is returned from FilterCreated and is used to iterate over the raw logs and unpacked data for Created events raised by the Payments contract.
PaymentsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
PaymentsTransactor is an auto generated write-only Go binding around an Ethereum contract.