Documentation ¶
Index ¶
- Constants
- type ERC1271
- type ERC1271Caller
- type ERC1271CallerRaw
- type ERC1271CallerSession
- type ERC1271Filterer
- type ERC1271Raw
- func (_ERC1271 *ERC1271Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ERC1271 *ERC1271Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ERC1271 *ERC1271Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ERC1271Session
- type ERC1271Transactor
- type ERC1271TransactorRaw
- type ERC1271TransactorSession
Constants ¶
const ERC1271ABI = "" /* 279-byte string literal not displayed */
ERC1271ABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ERC1271 ¶
type ERC1271 struct { ERC1271Caller // Read-only binding to the contract ERC1271Transactor // Write-only binding to the contract ERC1271Filterer // Log filterer for contract events }
ERC1271 is an auto generated Go binding around an Ethereum contract.
func NewERC1271 ¶
NewERC1271 creates a new instance of ERC1271, bound to a specific deployed contract.
type ERC1271Caller ¶
type ERC1271Caller struct {
// contains filtered or unexported fields
}
ERC1271Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewERC1271Caller ¶
func NewERC1271Caller(address common.Address, caller bind.ContractCaller) (*ERC1271Caller, error)
NewERC1271Caller creates a new read-only instance of ERC1271, bound to a specific deployed contract.
func (*ERC1271Caller) IsValidSignature ¶
func (_ERC1271 *ERC1271Caller) IsValidSignature(opts *bind.CallOpts, hash [32]byte, _signature []byte) ([4]byte, error)
IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.
Solidity: function isValidSignature(bytes32 hash, bytes _signature) view returns(bytes4 magicValue)
type ERC1271CallerRaw ¶
type ERC1271CallerRaw struct {
Contract *ERC1271Caller // Generic read-only contract binding to access the raw methods on
}
ERC1271CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ERC1271CallerRaw) Call ¶
func (_ERC1271 *ERC1271CallerRaw) 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 ERC1271CallerSession ¶
type ERC1271CallerSession struct { Contract *ERC1271Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ERC1271CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ERC1271CallerSession) IsValidSignature ¶
func (_ERC1271 *ERC1271CallerSession) IsValidSignature(hash [32]byte, _signature []byte) ([4]byte, error)
IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.
Solidity: function isValidSignature(bytes32 hash, bytes _signature) view returns(bytes4 magicValue)
type ERC1271Filterer ¶
type ERC1271Filterer struct {
// contains filtered or unexported fields
}
ERC1271Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewERC1271Filterer ¶
func NewERC1271Filterer(address common.Address, filterer bind.ContractFilterer) (*ERC1271Filterer, error)
NewERC1271Filterer creates a new log filterer instance of ERC1271, bound to a specific deployed contract.
type ERC1271Raw ¶
type ERC1271Raw struct {
Contract *ERC1271 // Generic contract binding to access the raw methods on
}
ERC1271Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*ERC1271Raw) Call ¶
func (_ERC1271 *ERC1271Raw) 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 (*ERC1271Raw) Transact ¶
func (_ERC1271 *ERC1271Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ERC1271Raw) Transfer ¶
func (_ERC1271 *ERC1271Raw) 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 ERC1271Session ¶
type ERC1271Session struct { Contract *ERC1271 // 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 }
ERC1271Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ERC1271Session) IsValidSignature ¶
func (_ERC1271 *ERC1271Session) IsValidSignature(hash [32]byte, _signature []byte) ([4]byte, error)
IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.
Solidity: function isValidSignature(bytes32 hash, bytes _signature) view returns(bytes4 magicValue)
type ERC1271Transactor ¶
type ERC1271Transactor struct {
// contains filtered or unexported fields
}
ERC1271Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewERC1271Transactor ¶
func NewERC1271Transactor(address common.Address, transactor bind.ContractTransactor) (*ERC1271Transactor, error)
NewERC1271Transactor creates a new write-only instance of ERC1271, bound to a specific deployed contract.
type ERC1271TransactorRaw ¶
type ERC1271TransactorRaw struct {
Contract *ERC1271Transactor // Generic write-only contract binding to access the raw methods on
}
ERC1271TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ERC1271TransactorRaw) Transact ¶
func (_ERC1271 *ERC1271TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ERC1271TransactorRaw) Transfer ¶
func (_ERC1271 *ERC1271TransactorRaw) 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 ERC1271TransactorSession ¶
type ERC1271TransactorSession struct { Contract *ERC1271Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ERC1271TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.