ibooleanoutcome

package
v0.0.0-...-f3ee5fd Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const IBooleanOutcomeABI = "" /* 432-byte string literal not displayed */

IBooleanOutcomeABI is the input ABI used to generate the binding from.

Variables

This section is empty.

Functions

This section is empty.

Types

type IBooleanOutcome

type IBooleanOutcome struct {
	IBooleanOutcomeCaller     // Read-only binding to the contract
	IBooleanOutcomeTransactor // Write-only binding to the contract
	IBooleanOutcomeFilterer   // Log filterer for contract events
}

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

func NewIBooleanOutcome

func NewIBooleanOutcome(address common.Address, backend bind.ContractBackend) (*IBooleanOutcome, error)

NewIBooleanOutcome creates a new instance of IBooleanOutcome, bound to a specific deployed contract.

type IBooleanOutcomeCaller

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

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

func NewIBooleanOutcomeCaller

func NewIBooleanOutcomeCaller(address common.Address, caller bind.ContractCaller) (*IBooleanOutcomeCaller, error)

NewIBooleanOutcomeCaller creates a new read-only instance of IBooleanOutcome, bound to a specific deployed contract.

func (*IBooleanOutcomeCaller) GetOutcome

func (_IBooleanOutcome *IBooleanOutcomeCaller) GetOutcome(opts *bind.CallOpts, _query []byte) (bool, error)

GetOutcome is a free data retrieval call binding the contract method 0xea4ba8eb.

Solidity: function getOutcome(bytes _query) view returns(bool)

func (*IBooleanOutcomeCaller) IsFinalized

func (_IBooleanOutcome *IBooleanOutcomeCaller) IsFinalized(opts *bind.CallOpts, _query []byte) (bool, error)

IsFinalized is a free data retrieval call binding the contract method 0xbcdbda94.

Solidity: function isFinalized(bytes _query) view returns(bool)

type IBooleanOutcomeCallerRaw

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

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

func (*IBooleanOutcomeCallerRaw) Call

func (_IBooleanOutcome *IBooleanOutcomeCallerRaw) 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 IBooleanOutcomeCallerSession

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

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

func (*IBooleanOutcomeCallerSession) GetOutcome

func (_IBooleanOutcome *IBooleanOutcomeCallerSession) GetOutcome(_query []byte) (bool, error)

GetOutcome is a free data retrieval call binding the contract method 0xea4ba8eb.

Solidity: function getOutcome(bytes _query) view returns(bool)

func (*IBooleanOutcomeCallerSession) IsFinalized

func (_IBooleanOutcome *IBooleanOutcomeCallerSession) IsFinalized(_query []byte) (bool, error)

IsFinalized is a free data retrieval call binding the contract method 0xbcdbda94.

Solidity: function isFinalized(bytes _query) view returns(bool)

type IBooleanOutcomeFilterer

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

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

func NewIBooleanOutcomeFilterer

func NewIBooleanOutcomeFilterer(address common.Address, filterer bind.ContractFilterer) (*IBooleanOutcomeFilterer, error)

NewIBooleanOutcomeFilterer creates a new log filterer instance of IBooleanOutcome, bound to a specific deployed contract.

type IBooleanOutcomeRaw

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

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

func (*IBooleanOutcomeRaw) Call

func (_IBooleanOutcome *IBooleanOutcomeRaw) 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 (*IBooleanOutcomeRaw) Transact

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

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

func (*IBooleanOutcomeRaw) Transfer

func (_IBooleanOutcome *IBooleanOutcomeRaw) 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 IBooleanOutcomeSession

type IBooleanOutcomeSession struct {
	Contract     *IBooleanOutcome  // 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
}

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

func (*IBooleanOutcomeSession) GetOutcome

func (_IBooleanOutcome *IBooleanOutcomeSession) GetOutcome(_query []byte) (bool, error)

GetOutcome is a free data retrieval call binding the contract method 0xea4ba8eb.

Solidity: function getOutcome(bytes _query) view returns(bool)

func (*IBooleanOutcomeSession) IsFinalized

func (_IBooleanOutcome *IBooleanOutcomeSession) IsFinalized(_query []byte) (bool, error)

IsFinalized is a free data retrieval call binding the contract method 0xbcdbda94.

Solidity: function isFinalized(bytes _query) view returns(bool)

type IBooleanOutcomeTransactor

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

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

func NewIBooleanOutcomeTransactor

func NewIBooleanOutcomeTransactor(address common.Address, transactor bind.ContractTransactor) (*IBooleanOutcomeTransactor, error)

NewIBooleanOutcomeTransactor creates a new write-only instance of IBooleanOutcome, bound to a specific deployed contract.

type IBooleanOutcomeTransactorRaw

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

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

func (*IBooleanOutcomeTransactorRaw) Transact

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

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

func (*IBooleanOutcomeTransactorRaw) Transfer

func (_IBooleanOutcome *IBooleanOutcomeTransactorRaw) 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 IBooleanOutcomeTransactorSession

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

IBooleanOutcomeTransactorSession 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