Documentation ¶
Index ¶
- Constants
- type INumericOutcome
- type INumericOutcomeCaller
- type INumericOutcomeCallerRaw
- type INumericOutcomeCallerSession
- type INumericOutcomeFilterer
- type INumericOutcomeRaw
- func (_INumericOutcome *INumericOutcomeRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_INumericOutcome *INumericOutcomeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_INumericOutcome *INumericOutcomeRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type INumericOutcomeSession
- type INumericOutcomeTransactor
- type INumericOutcomeTransactorRaw
- type INumericOutcomeTransactorSession
Constants ¶
const INumericOutcomeABI = "" /* 435-byte string literal not displayed */
INumericOutcomeABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type INumericOutcome ¶
type INumericOutcome struct { INumericOutcomeCaller // Read-only binding to the contract INumericOutcomeTransactor // Write-only binding to the contract INumericOutcomeFilterer // Log filterer for contract events }
INumericOutcome is an auto generated Go binding around an Ethereum contract.
func NewINumericOutcome ¶
func NewINumericOutcome(address common.Address, backend bind.ContractBackend) (*INumericOutcome, error)
NewINumericOutcome creates a new instance of INumericOutcome, bound to a specific deployed contract.
type INumericOutcomeCaller ¶
type INumericOutcomeCaller struct {
// contains filtered or unexported fields
}
INumericOutcomeCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewINumericOutcomeCaller ¶
func NewINumericOutcomeCaller(address common.Address, caller bind.ContractCaller) (*INumericOutcomeCaller, error)
NewINumericOutcomeCaller creates a new read-only instance of INumericOutcome, bound to a specific deployed contract.
func (*INumericOutcomeCaller) GetOutcome ¶
func (_INumericOutcome *INumericOutcomeCaller) GetOutcome(opts *bind.CallOpts, _query []byte) (*big.Int, error)
GetOutcome is a free data retrieval call binding the contract method 0xea4ba8eb.
Solidity: function getOutcome(bytes _query) view returns(uint256)
func (*INumericOutcomeCaller) IsFinalized ¶
func (_INumericOutcome *INumericOutcomeCaller) 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 INumericOutcomeCallerRaw ¶
type INumericOutcomeCallerRaw struct {
Contract *INumericOutcomeCaller // Generic read-only contract binding to access the raw methods on
}
INumericOutcomeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*INumericOutcomeCallerRaw) Call ¶
func (_INumericOutcome *INumericOutcomeCallerRaw) 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 INumericOutcomeCallerSession ¶
type INumericOutcomeCallerSession struct { Contract *INumericOutcomeCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
INumericOutcomeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*INumericOutcomeCallerSession) GetOutcome ¶
func (_INumericOutcome *INumericOutcomeCallerSession) GetOutcome(_query []byte) (*big.Int, error)
GetOutcome is a free data retrieval call binding the contract method 0xea4ba8eb.
Solidity: function getOutcome(bytes _query) view returns(uint256)
func (*INumericOutcomeCallerSession) IsFinalized ¶
func (_INumericOutcome *INumericOutcomeCallerSession) 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 INumericOutcomeFilterer ¶
type INumericOutcomeFilterer struct {
// contains filtered or unexported fields
}
INumericOutcomeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewINumericOutcomeFilterer ¶
func NewINumericOutcomeFilterer(address common.Address, filterer bind.ContractFilterer) (*INumericOutcomeFilterer, error)
NewINumericOutcomeFilterer creates a new log filterer instance of INumericOutcome, bound to a specific deployed contract.
type INumericOutcomeRaw ¶
type INumericOutcomeRaw struct {
Contract *INumericOutcome // Generic contract binding to access the raw methods on
}
INumericOutcomeRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*INumericOutcomeRaw) Call ¶
func (_INumericOutcome *INumericOutcomeRaw) 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 (*INumericOutcomeRaw) Transact ¶
func (_INumericOutcome *INumericOutcomeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*INumericOutcomeRaw) Transfer ¶
func (_INumericOutcome *INumericOutcomeRaw) 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 INumericOutcomeSession ¶
type INumericOutcomeSession struct { Contract *INumericOutcome // 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 }
INumericOutcomeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*INumericOutcomeSession) GetOutcome ¶
func (_INumericOutcome *INumericOutcomeSession) GetOutcome(_query []byte) (*big.Int, error)
GetOutcome is a free data retrieval call binding the contract method 0xea4ba8eb.
Solidity: function getOutcome(bytes _query) view returns(uint256)
func (*INumericOutcomeSession) IsFinalized ¶
func (_INumericOutcome *INumericOutcomeSession) 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 INumericOutcomeTransactor ¶
type INumericOutcomeTransactor struct {
// contains filtered or unexported fields
}
INumericOutcomeTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewINumericOutcomeTransactor ¶
func NewINumericOutcomeTransactor(address common.Address, transactor bind.ContractTransactor) (*INumericOutcomeTransactor, error)
NewINumericOutcomeTransactor creates a new write-only instance of INumericOutcome, bound to a specific deployed contract.
type INumericOutcomeTransactorRaw ¶
type INumericOutcomeTransactorRaw struct {
Contract *INumericOutcomeTransactor // Generic write-only contract binding to access the raw methods on
}
INumericOutcomeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*INumericOutcomeTransactorRaw) Transact ¶
func (_INumericOutcome *INumericOutcomeTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*INumericOutcomeTransactorRaw) Transfer ¶
func (_INumericOutcome *INumericOutcomeTransactorRaw) 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 INumericOutcomeTransactorSession ¶
type INumericOutcomeTransactorSession struct { Contract *INumericOutcomeTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
INumericOutcomeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.