MerkleProof

package
v0.24.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MerkleProofABI = MerkleProofMetaData.ABI

MerkleProofABI is the input ABI used to generate the binding from. Deprecated: Use MerkleProofMetaData.ABI instead.

View Source
var MerkleProofBin = MerkleProofMetaData.Bin

MerkleProofBin is the compiled bytecode used for deploying new contracts. Deprecated: Use MerkleProofMetaData.Bin instead.

View Source
var MerkleProofMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"MerkleProofInvalidMultiproof\",\"type\":\"error\"}]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220b33e594f2c1a0316504d4bef0deef084cf65757f4be5c116c7ceb3e6ab03528b64736f6c63430008140033",
}

MerkleProofMetaData contains all meta data concerning the MerkleProof contract.

Functions

This section is empty.

Types

type MerkleProof

type MerkleProof struct {
	MerkleProofCaller     // Read-only binding to the contract
	MerkleProofTransactor // Write-only binding to the contract
	MerkleProofFilterer   // Log filterer for contract events
}

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

func DeployMerkleProof

func DeployMerkleProof(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *MerkleProof, error)

DeployMerkleProof deploys a new Ethereum contract, binding an instance of MerkleProof to it.

func NewMerkleProof

func NewMerkleProof(address common.Address, backend bind.ContractBackend) (*MerkleProof, error)

NewMerkleProof creates a new instance of MerkleProof, bound to a specific deployed contract.

type MerkleProofCaller

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

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

func NewMerkleProofCaller

func NewMerkleProofCaller(address common.Address, caller bind.ContractCaller) (*MerkleProofCaller, error)

NewMerkleProofCaller creates a new read-only instance of MerkleProof, bound to a specific deployed contract.

type MerkleProofCallerRaw

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

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

func (*MerkleProofCallerRaw) Call

func (_MerkleProof *MerkleProofCallerRaw) 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 MerkleProofCallerSession

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

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

type MerkleProofFilterer

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

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

func NewMerkleProofFilterer

func NewMerkleProofFilterer(address common.Address, filterer bind.ContractFilterer) (*MerkleProofFilterer, error)

NewMerkleProofFilterer creates a new log filterer instance of MerkleProof, bound to a specific deployed contract.

type MerkleProofRaw

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

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

func (*MerkleProofRaw) Call

func (_MerkleProof *MerkleProofRaw) 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 (*MerkleProofRaw) Transact

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

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

func (*MerkleProofRaw) Transfer

func (_MerkleProof *MerkleProofRaw) 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 MerkleProofSession

type MerkleProofSession struct {
	Contract     *MerkleProof      // 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
}

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

type MerkleProofTransactor

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

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

func NewMerkleProofTransactor

func NewMerkleProofTransactor(address common.Address, transactor bind.ContractTransactor) (*MerkleProofTransactor, error)

NewMerkleProofTransactor creates a new write-only instance of MerkleProof, bound to a specific deployed contract.

type MerkleProofTransactorRaw

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

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

func (*MerkleProofTransactorRaw) Transact

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

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

func (*MerkleProofTransactorRaw) Transfer

func (_MerkleProof *MerkleProofTransactorRaw) 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 MerkleProofTransactorSession

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

MerkleProofTransactorSession 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