EIP1271Interface

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 EIP1271InterfaceABI = EIP1271InterfaceMetaData.ABI

EIP1271InterfaceABI is the input ABI used to generate the binding from. Deprecated: Use EIP1271InterfaceMetaData.ABI instead.

View Source
var EIP1271InterfaceMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"digest\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"isValidSignature\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

EIP1271InterfaceMetaData contains all meta data concerning the EIP1271Interface contract.

Functions

This section is empty.

Types

type EIP1271Interface

type EIP1271Interface struct {
	EIP1271InterfaceCaller     // Read-only binding to the contract
	EIP1271InterfaceTransactor // Write-only binding to the contract
	EIP1271InterfaceFilterer   // Log filterer for contract events
}

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

func NewEIP1271Interface

func NewEIP1271Interface(address common.Address, backend bind.ContractBackend) (*EIP1271Interface, error)

NewEIP1271Interface creates a new instance of EIP1271Interface, bound to a specific deployed contract.

type EIP1271InterfaceCaller

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

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

func NewEIP1271InterfaceCaller

func NewEIP1271InterfaceCaller(address common.Address, caller bind.ContractCaller) (*EIP1271InterfaceCaller, error)

NewEIP1271InterfaceCaller creates a new read-only instance of EIP1271Interface, bound to a specific deployed contract.

func (*EIP1271InterfaceCaller) IsValidSignature

func (_EIP1271Interface *EIP1271InterfaceCaller) IsValidSignature(opts *bind.CallOpts, digest [32]byte, signature []byte) ([4]byte, error)

IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.

Solidity: function isValidSignature(bytes32 digest, bytes signature) view returns(bytes4)

type EIP1271InterfaceCallerRaw

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

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

func (*EIP1271InterfaceCallerRaw) Call

func (_EIP1271Interface *EIP1271InterfaceCallerRaw) 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 EIP1271InterfaceCallerSession

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

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

func (*EIP1271InterfaceCallerSession) IsValidSignature

func (_EIP1271Interface *EIP1271InterfaceCallerSession) IsValidSignature(digest [32]byte, signature []byte) ([4]byte, error)

IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.

Solidity: function isValidSignature(bytes32 digest, bytes signature) view returns(bytes4)

type EIP1271InterfaceFilterer

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

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

func NewEIP1271InterfaceFilterer

func NewEIP1271InterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*EIP1271InterfaceFilterer, error)

NewEIP1271InterfaceFilterer creates a new log filterer instance of EIP1271Interface, bound to a specific deployed contract.

type EIP1271InterfaceRaw

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

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

func (*EIP1271InterfaceRaw) Call

func (_EIP1271Interface *EIP1271InterfaceRaw) 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 (*EIP1271InterfaceRaw) Transact

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

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

func (*EIP1271InterfaceRaw) Transfer

func (_EIP1271Interface *EIP1271InterfaceRaw) 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 EIP1271InterfaceSession

type EIP1271InterfaceSession struct {
	Contract     *EIP1271Interface // 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
}

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

func (*EIP1271InterfaceSession) IsValidSignature

func (_EIP1271Interface *EIP1271InterfaceSession) IsValidSignature(digest [32]byte, signature []byte) ([4]byte, error)

IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.

Solidity: function isValidSignature(bytes32 digest, bytes signature) view returns(bytes4)

type EIP1271InterfaceTransactor

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

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

func NewEIP1271InterfaceTransactor

func NewEIP1271InterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*EIP1271InterfaceTransactor, error)

NewEIP1271InterfaceTransactor creates a new write-only instance of EIP1271Interface, bound to a specific deployed contract.

type EIP1271InterfaceTransactorRaw

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

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

func (*EIP1271InterfaceTransactorRaw) Transact

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

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

func (*EIP1271InterfaceTransactorRaw) Transfer

func (_EIP1271Interface *EIP1271InterfaceTransactorRaw) 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 EIP1271InterfaceTransactorSession

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

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

Jump to

Keyboard shortcuts

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