Documentation ¶
Index ¶
- Variables
- type IPaymasterFlow
- type IPaymasterFlowCaller
- type IPaymasterFlowCallerRaw
- type IPaymasterFlowCallerSession
- type IPaymasterFlowFilterer
- type IPaymasterFlowRaw
- func (_IPaymasterFlow *IPaymasterFlowRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_IPaymasterFlow *IPaymasterFlowRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IPaymasterFlow *IPaymasterFlowRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IPaymasterFlowSession
- type IPaymasterFlowTransactor
- type IPaymasterFlowTransactorRaw
- type IPaymasterFlowTransactorSession
Constants ¶
This section is empty.
Variables ¶
var IPaymasterFlowABI = IPaymasterFlowMetaData.ABI
IPaymasterFlowABI is the input ABI used to generate the binding from. Deprecated: Use IPaymasterFlowMetaData.ABI instead.
var IPaymasterFlowMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_minAllowance\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"_innerInput\",\"type\":\"bytes\"}],\"name\":\"approvalBased\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"input\",\"type\":\"bytes\"}],\"name\":\"general\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
IPaymasterFlowMetaData contains all meta data concerning the IPaymasterFlow contract.
Functions ¶
This section is empty.
Types ¶
type IPaymasterFlow ¶
type IPaymasterFlow struct { IPaymasterFlowCaller // Read-only binding to the contract IPaymasterFlowTransactor // Write-only binding to the contract IPaymasterFlowFilterer // Log filterer for contract events }
IPaymasterFlow is an auto generated Go binding around an Ethereum contract.
func NewIPaymasterFlow ¶
func NewIPaymasterFlow(address common.Address, backend bind.ContractBackend) (*IPaymasterFlow, error)
NewIPaymasterFlow creates a new instance of IPaymasterFlow, bound to a specific deployed contract.
type IPaymasterFlowCaller ¶
type IPaymasterFlowCaller struct {
// contains filtered or unexported fields
}
IPaymasterFlowCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIPaymasterFlowCaller ¶
func NewIPaymasterFlowCaller(address common.Address, caller bind.ContractCaller) (*IPaymasterFlowCaller, error)
NewIPaymasterFlowCaller creates a new read-only instance of IPaymasterFlow, bound to a specific deployed contract.
type IPaymasterFlowCallerRaw ¶
type IPaymasterFlowCallerRaw struct {
Contract *IPaymasterFlowCaller // Generic read-only contract binding to access the raw methods on
}
IPaymasterFlowCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*IPaymasterFlowCallerRaw) Call ¶
func (_IPaymasterFlow *IPaymasterFlowCallerRaw) 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 IPaymasterFlowCallerSession ¶
type IPaymasterFlowCallerSession struct { Contract *IPaymasterFlowCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
IPaymasterFlowCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type IPaymasterFlowFilterer ¶
type IPaymasterFlowFilterer struct {
// contains filtered or unexported fields
}
IPaymasterFlowFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIPaymasterFlowFilterer ¶
func NewIPaymasterFlowFilterer(address common.Address, filterer bind.ContractFilterer) (*IPaymasterFlowFilterer, error)
NewIPaymasterFlowFilterer creates a new log filterer instance of IPaymasterFlow, bound to a specific deployed contract.
type IPaymasterFlowRaw ¶
type IPaymasterFlowRaw struct {
Contract *IPaymasterFlow // Generic contract binding to access the raw methods on
}
IPaymasterFlowRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*IPaymasterFlowRaw) Call ¶
func (_IPaymasterFlow *IPaymasterFlowRaw) 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 (*IPaymasterFlowRaw) Transact ¶
func (_IPaymasterFlow *IPaymasterFlowRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IPaymasterFlowRaw) Transfer ¶
func (_IPaymasterFlow *IPaymasterFlowRaw) 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 IPaymasterFlowSession ¶
type IPaymasterFlowSession struct { Contract *IPaymasterFlow // 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 }
IPaymasterFlowSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*IPaymasterFlowSession) ApprovalBased ¶
func (_IPaymasterFlow *IPaymasterFlowSession) ApprovalBased(_token common.Address, _minAllowance *big.Int, _innerInput []byte) (*types.Transaction, error)
ApprovalBased is a paid mutator transaction binding the contract method 0x949431dc.
Solidity: function approvalBased(address _token, uint256 _minAllowance, bytes _innerInput) returns()
func (*IPaymasterFlowSession) General ¶
func (_IPaymasterFlow *IPaymasterFlowSession) General(input []byte) (*types.Transaction, error)
General is a paid mutator transaction binding the contract method 0x8c5a3445.
Solidity: function general(bytes input) returns()
type IPaymasterFlowTransactor ¶
type IPaymasterFlowTransactor struct {
// contains filtered or unexported fields
}
IPaymasterFlowTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIPaymasterFlowTransactor ¶
func NewIPaymasterFlowTransactor(address common.Address, transactor bind.ContractTransactor) (*IPaymasterFlowTransactor, error)
NewIPaymasterFlowTransactor creates a new write-only instance of IPaymasterFlow, bound to a specific deployed contract.
func (*IPaymasterFlowTransactor) ApprovalBased ¶
func (_IPaymasterFlow *IPaymasterFlowTransactor) ApprovalBased(opts *bind.TransactOpts, _token common.Address, _minAllowance *big.Int, _innerInput []byte) (*types.Transaction, error)
ApprovalBased is a paid mutator transaction binding the contract method 0x949431dc.
Solidity: function approvalBased(address _token, uint256 _minAllowance, bytes _innerInput) returns()
func (*IPaymasterFlowTransactor) General ¶
func (_IPaymasterFlow *IPaymasterFlowTransactor) General(opts *bind.TransactOpts, input []byte) (*types.Transaction, error)
General is a paid mutator transaction binding the contract method 0x8c5a3445.
Solidity: function general(bytes input) returns()
type IPaymasterFlowTransactorRaw ¶
type IPaymasterFlowTransactorRaw struct {
Contract *IPaymasterFlowTransactor // Generic write-only contract binding to access the raw methods on
}
IPaymasterFlowTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*IPaymasterFlowTransactorRaw) Transact ¶
func (_IPaymasterFlow *IPaymasterFlowTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IPaymasterFlowTransactorRaw) Transfer ¶
func (_IPaymasterFlow *IPaymasterFlowTransactorRaw) 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 IPaymasterFlowTransactorSession ¶
type IPaymasterFlowTransactorSession struct { Contract *IPaymasterFlowTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
IPaymasterFlowTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*IPaymasterFlowTransactorSession) ApprovalBased ¶
func (_IPaymasterFlow *IPaymasterFlowTransactorSession) ApprovalBased(_token common.Address, _minAllowance *big.Int, _innerInput []byte) (*types.Transaction, error)
ApprovalBased is a paid mutator transaction binding the contract method 0x949431dc.
Solidity: function approvalBased(address _token, uint256 _minAllowance, bytes _innerInput) returns()
func (*IPaymasterFlowTransactorSession) General ¶
func (_IPaymasterFlow *IPaymasterFlowTransactorSession) General(input []byte) (*types.Transaction, error)
General is a paid mutator transaction binding the contract method 0x8c5a3445.
Solidity: function general(bytes input) returns()