Documentation
¶
Index ¶
- Constants
- type Atmos
- type AtmosCaller
- type AtmosCallerRaw
- type AtmosCallerSession
- type AtmosFilterer
- type AtmosRaw
- func (_Atmos *AtmosRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_Atmos *AtmosRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Atmos *AtmosRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type AtmosSession
- type AtmosTransactor
- type AtmosTransactorRaw
- type AtmosTransactorSession
Constants ¶
const AtmosABI = "" /* 311-byte string literal not displayed */
AtmosABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Atmos ¶
type Atmos struct { AtmosCaller // Read-only binding to the contract AtmosTransactor // Write-only binding to the contract AtmosFilterer // Log filterer for contract events }
Atmos is an auto generated Go binding around an Ethereum contract.
type AtmosCaller ¶
type AtmosCaller struct {
// contains filtered or unexported fields
}
AtmosCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewAtmosCaller ¶
func NewAtmosCaller(address common.Address, caller bind.ContractCaller) (*AtmosCaller, error)
NewAtmosCaller creates a new read-only instance of Atmos, bound to a specific deployed contract.
func (*AtmosCaller) GetComposers ¶
func (_Atmos *AtmosCaller) GetComposers(opts *bind.CallOpts, _block *big.Int, _timestamp *big.Int) ([]common.Address, []*big.Int, error)
GetComposers is a free data retrieval call binding the contract method 0x296ea742.
Solidity: function getComposers(_block uint256, _timestamp uint256) constant returns(address[], uint256[])
type AtmosCallerRaw ¶
type AtmosCallerRaw struct {
Contract *AtmosCaller // Generic read-only contract binding to access the raw methods on
}
AtmosCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AtmosCallerRaw) Call ¶
func (_Atmos *AtmosCallerRaw) 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 AtmosCallerSession ¶
type AtmosCallerSession struct { Contract *AtmosCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AtmosCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*AtmosCallerSession) GetComposers ¶
func (_Atmos *AtmosCallerSession) GetComposers(_block *big.Int, _timestamp *big.Int) ([]common.Address, []*big.Int, error)
GetComposers is a free data retrieval call binding the contract method 0x296ea742.
Solidity: function getComposers(_block uint256, _timestamp uint256) constant returns(address[], uint256[])
type AtmosFilterer ¶
type AtmosFilterer struct {
// contains filtered or unexported fields
}
AtmosFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAtmosFilterer ¶
func NewAtmosFilterer(address common.Address, filterer bind.ContractFilterer) (*AtmosFilterer, error)
NewAtmosFilterer creates a new log filterer instance of Atmos, bound to a specific deployed contract.
type AtmosRaw ¶
type AtmosRaw struct {
Contract *Atmos // Generic contract binding to access the raw methods on
}
AtmosRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*AtmosRaw) Call ¶
func (_Atmos *AtmosRaw) 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 (*AtmosRaw) Transact ¶
func (_Atmos *AtmosRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AtmosRaw) Transfer ¶
func (_Atmos *AtmosRaw) 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 AtmosSession ¶
type AtmosSession struct { Contract *Atmos // 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 }
AtmosSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*AtmosSession) GetComposers ¶
func (_Atmos *AtmosSession) GetComposers(_block *big.Int, _timestamp *big.Int) ([]common.Address, []*big.Int, error)
GetComposers is a free data retrieval call binding the contract method 0x296ea742.
Solidity: function getComposers(_block uint256, _timestamp uint256) constant returns(address[], uint256[])
type AtmosTransactor ¶
type AtmosTransactor struct {
// contains filtered or unexported fields
}
AtmosTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAtmosTransactor ¶
func NewAtmosTransactor(address common.Address, transactor bind.ContractTransactor) (*AtmosTransactor, error)
NewAtmosTransactor creates a new write-only instance of Atmos, bound to a specific deployed contract.
type AtmosTransactorRaw ¶
type AtmosTransactorRaw struct {
Contract *AtmosTransactor // Generic write-only contract binding to access the raw methods on
}
AtmosTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AtmosTransactorRaw) Transact ¶
func (_Atmos *AtmosTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AtmosTransactorRaw) Transfer ¶
func (_Atmos *AtmosTransactorRaw) 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 AtmosTransactorSession ¶
type AtmosTransactorSession struct { Contract *AtmosTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AtmosTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.