Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2023 Changes in this version + var AccessControllerInterfaceABI = AccessControllerInterfaceMetaData.ABI + var AccessControllerInterfaceMetaData = &bind.MetaData + var AggregatorInterfaceABI = AggregatorInterfaceMetaData.ABI + var AggregatorInterfaceMetaData = &bind.MetaData + var AggregatorV2V3InterfaceABI = AggregatorV2V3InterfaceMetaData.ABI + var AggregatorV2V3InterfaceMetaData = &bind.MetaData + var AggregatorV3InterfaceABI = AggregatorV3InterfaceMetaData.ABI + var AggregatorV3InterfaceMetaData = &bind.MetaData + var AggregatorValidatorInterfaceABI = AggregatorValidatorInterfaceMetaData.ABI + var AggregatorValidatorInterfaceMetaData = &bind.MetaData + var LinkTokenInterfaceABI = LinkTokenInterfaceMetaData.ABI + var LinkTokenInterfaceMetaData = &bind.MetaData + var OffchainAggregatorABI = OffchainAggregatorMetaData.ABI + var OffchainAggregatorBillingABI = OffchainAggregatorBillingMetaData.ABI + var OffchainAggregatorBillingBin = OffchainAggregatorBillingMetaData.Bin + var OffchainAggregatorBillingMetaData = &bind.MetaData + var OffchainAggregatorBin = OffchainAggregatorMetaData.Bin + var OffchainAggregatorMetaData = &bind.MetaData + var OwnedABI = OwnedMetaData.ABI + var OwnedBin = OwnedMetaData.Bin + var OwnedMetaData = &bind.MetaData + var TypeAndVersionInterfaceABI = TypeAndVersionInterfaceMetaData.ABI + var TypeAndVersionInterfaceMetaData = &bind.MetaData + type AccessControllerInterface struct + func NewAccessControllerInterface(address common.Address, backend bind.ContractBackend) (*AccessControllerInterface, error) + type AccessControllerInterfaceCaller struct + func NewAccessControllerInterfaceCaller(address common.Address, caller bind.ContractCaller) (*AccessControllerInterfaceCaller, error) + func (_AccessControllerInterface *AccessControllerInterfaceCaller) HasAccess(opts *bind.CallOpts, user common.Address, data []byte) (bool, error) + type AccessControllerInterfaceCallerRaw struct + Contract *AccessControllerInterfaceCaller + func (_AccessControllerInterface *AccessControllerInterfaceCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type AccessControllerInterfaceCallerSession struct + CallOpts bind.CallOpts + Contract *AccessControllerInterfaceCaller + func (_AccessControllerInterface *AccessControllerInterfaceCallerSession) HasAccess(user common.Address, data []byte) (bool, error) + type AccessControllerInterfaceFilterer struct + func NewAccessControllerInterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*AccessControllerInterfaceFilterer, error) + type AccessControllerInterfaceRaw struct + Contract *AccessControllerInterface + func (_AccessControllerInterface *AccessControllerInterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_AccessControllerInterface *AccessControllerInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AccessControllerInterface *AccessControllerInterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AccessControllerInterfaceSession struct + CallOpts bind.CallOpts + Contract *AccessControllerInterface + TransactOpts bind.TransactOpts + func (_AccessControllerInterface *AccessControllerInterfaceSession) HasAccess(user common.Address, data []byte) (bool, error) + type AccessControllerInterfaceTransactor struct + func NewAccessControllerInterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*AccessControllerInterfaceTransactor, error) + type AccessControllerInterfaceTransactorRaw struct + Contract *AccessControllerInterfaceTransactor + func (_AccessControllerInterface *AccessControllerInterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AccessControllerInterface *AccessControllerInterfaceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AccessControllerInterfaceTransactorSession struct + Contract *AccessControllerInterfaceTransactor + TransactOpts bind.TransactOpts + type AggregatorInterface struct + func NewAggregatorInterface(address common.Address, backend bind.ContractBackend) (*AggregatorInterface, error) + type AggregatorInterfaceAnswerUpdated struct + Current *big.Int + Raw types.Log + RoundId *big.Int + UpdatedAt *big.Int + type AggregatorInterfaceAnswerUpdatedIterator struct + Event *AggregatorInterfaceAnswerUpdated + func (it *AggregatorInterfaceAnswerUpdatedIterator) Close() error + func (it *AggregatorInterfaceAnswerUpdatedIterator) Error() error + func (it *AggregatorInterfaceAnswerUpdatedIterator) Next() bool + type AggregatorInterfaceCaller struct + func NewAggregatorInterfaceCaller(address common.Address, caller bind.ContractCaller) (*AggregatorInterfaceCaller, error) + func (_AggregatorInterface *AggregatorInterfaceCaller) GetAnswer(opts *bind.CallOpts, roundId *big.Int) (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceCaller) GetTimestamp(opts *bind.CallOpts, roundId *big.Int) (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceCaller) LatestAnswer(opts *bind.CallOpts) (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceCaller) LatestRound(opts *bind.CallOpts) (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceCaller) LatestTimestamp(opts *bind.CallOpts) (*big.Int, error) + type AggregatorInterfaceCallerRaw struct + Contract *AggregatorInterfaceCaller + func (_AggregatorInterface *AggregatorInterfaceCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type AggregatorInterfaceCallerSession struct + CallOpts bind.CallOpts + Contract *AggregatorInterfaceCaller + func (_AggregatorInterface *AggregatorInterfaceCallerSession) GetAnswer(roundId *big.Int) (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceCallerSession) GetTimestamp(roundId *big.Int) (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceCallerSession) LatestAnswer() (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceCallerSession) LatestRound() (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceCallerSession) LatestTimestamp() (*big.Int, error) + type AggregatorInterfaceFilterer struct + func NewAggregatorInterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*AggregatorInterfaceFilterer, error) + func (_AggregatorInterface *AggregatorInterfaceFilterer) FilterAnswerUpdated(opts *bind.FilterOpts, current []*big.Int, roundId []*big.Int) (*AggregatorInterfaceAnswerUpdatedIterator, error) + func (_AggregatorInterface *AggregatorInterfaceFilterer) FilterNewRound(opts *bind.FilterOpts, roundId []*big.Int, startedBy []common.Address) (*AggregatorInterfaceNewRoundIterator, error) + func (_AggregatorInterface *AggregatorInterfaceFilterer) ParseAnswerUpdated(log types.Log) (*AggregatorInterfaceAnswerUpdated, error) + func (_AggregatorInterface *AggregatorInterfaceFilterer) ParseNewRound(log types.Log) (*AggregatorInterfaceNewRound, error) + func (_AggregatorInterface *AggregatorInterfaceFilterer) WatchAnswerUpdated(opts *bind.WatchOpts, sink chan<- *AggregatorInterfaceAnswerUpdated, ...) (event.Subscription, error) + func (_AggregatorInterface *AggregatorInterfaceFilterer) WatchNewRound(opts *bind.WatchOpts, sink chan<- *AggregatorInterfaceNewRound, ...) (event.Subscription, error) + type AggregatorInterfaceNewRound struct + Raw types.Log + RoundId *big.Int + StartedAt *big.Int + StartedBy common.Address + type AggregatorInterfaceNewRoundIterator struct + Event *AggregatorInterfaceNewRound + func (it *AggregatorInterfaceNewRoundIterator) Close() error + func (it *AggregatorInterfaceNewRoundIterator) Error() error + func (it *AggregatorInterfaceNewRoundIterator) Next() bool + type AggregatorInterfaceRaw struct + Contract *AggregatorInterface + func (_AggregatorInterface *AggregatorInterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_AggregatorInterface *AggregatorInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AggregatorInterface *AggregatorInterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AggregatorInterfaceSession struct + CallOpts bind.CallOpts + Contract *AggregatorInterface + TransactOpts bind.TransactOpts + func (_AggregatorInterface *AggregatorInterfaceSession) GetAnswer(roundId *big.Int) (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceSession) GetTimestamp(roundId *big.Int) (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceSession) LatestAnswer() (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceSession) LatestRound() (*big.Int, error) + func (_AggregatorInterface *AggregatorInterfaceSession) LatestTimestamp() (*big.Int, error) + type AggregatorInterfaceTransactor struct + func NewAggregatorInterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*AggregatorInterfaceTransactor, error) + type AggregatorInterfaceTransactorRaw struct + Contract *AggregatorInterfaceTransactor + func (_AggregatorInterface *AggregatorInterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AggregatorInterface *AggregatorInterfaceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AggregatorInterfaceTransactorSession struct + Contract *AggregatorInterfaceTransactor + TransactOpts bind.TransactOpts + type AggregatorV2V3Interface struct + func NewAggregatorV2V3Interface(address common.Address, backend bind.ContractBackend) (*AggregatorV2V3Interface, error) + type AggregatorV2V3InterfaceAnswerUpdated struct + Current *big.Int + Raw types.Log + RoundId *big.Int + UpdatedAt *big.Int + type AggregatorV2V3InterfaceAnswerUpdatedIterator struct + Event *AggregatorV2V3InterfaceAnswerUpdated + func (it *AggregatorV2V3InterfaceAnswerUpdatedIterator) Close() error + func (it *AggregatorV2V3InterfaceAnswerUpdatedIterator) Error() error + func (it *AggregatorV2V3InterfaceAnswerUpdatedIterator) Next() bool + type AggregatorV2V3InterfaceCaller struct + func NewAggregatorV2V3InterfaceCaller(address common.Address, caller bind.ContractCaller) (*AggregatorV2V3InterfaceCaller, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) Decimals(opts *bind.CallOpts) (uint8, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) Description(opts *bind.CallOpts) (string, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) GetAnswer(opts *bind.CallOpts, roundId *big.Int) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) GetRoundData(opts *bind.CallOpts, _roundId *big.Int) (struct{ ... }, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) GetTimestamp(opts *bind.CallOpts, roundId *big.Int) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) LatestAnswer(opts *bind.CallOpts) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) LatestRound(opts *bind.CallOpts) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) LatestRoundData(opts *bind.CallOpts) (struct{ ... }, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) LatestTimestamp(opts *bind.CallOpts) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCaller) Version(opts *bind.CallOpts) (*big.Int, error) + type AggregatorV2V3InterfaceCallerRaw struct + Contract *AggregatorV2V3InterfaceCaller + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type AggregatorV2V3InterfaceCallerSession struct + CallOpts bind.CallOpts + Contract *AggregatorV2V3InterfaceCaller + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) Decimals() (uint8, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) Description() (string, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) GetAnswer(roundId *big.Int) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) GetRoundData(_roundId *big.Int) (struct{ ... }, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) GetTimestamp(roundId *big.Int) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) LatestAnswer() (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) LatestRound() (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) LatestRoundData() (struct{ ... }, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) LatestTimestamp() (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceCallerSession) Version() (*big.Int, error) + type AggregatorV2V3InterfaceFilterer struct + func NewAggregatorV2V3InterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*AggregatorV2V3InterfaceFilterer, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceFilterer) FilterAnswerUpdated(opts *bind.FilterOpts, current []*big.Int, roundId []*big.Int) (*AggregatorV2V3InterfaceAnswerUpdatedIterator, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceFilterer) FilterNewRound(opts *bind.FilterOpts, roundId []*big.Int, startedBy []common.Address) (*AggregatorV2V3InterfaceNewRoundIterator, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceFilterer) ParseAnswerUpdated(log types.Log) (*AggregatorV2V3InterfaceAnswerUpdated, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceFilterer) ParseNewRound(log types.Log) (*AggregatorV2V3InterfaceNewRound, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceFilterer) WatchAnswerUpdated(opts *bind.WatchOpts, sink chan<- *AggregatorV2V3InterfaceAnswerUpdated, ...) (event.Subscription, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceFilterer) WatchNewRound(opts *bind.WatchOpts, sink chan<- *AggregatorV2V3InterfaceNewRound, ...) (event.Subscription, error) + type AggregatorV2V3InterfaceNewRound struct + Raw types.Log + RoundId *big.Int + StartedAt *big.Int + StartedBy common.Address + type AggregatorV2V3InterfaceNewRoundIterator struct + Event *AggregatorV2V3InterfaceNewRound + func (it *AggregatorV2V3InterfaceNewRoundIterator) Close() error + func (it *AggregatorV2V3InterfaceNewRoundIterator) Error() error + func (it *AggregatorV2V3InterfaceNewRoundIterator) Next() bool + type AggregatorV2V3InterfaceRaw struct + Contract *AggregatorV2V3Interface + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AggregatorV2V3InterfaceSession struct + CallOpts bind.CallOpts + Contract *AggregatorV2V3Interface + TransactOpts bind.TransactOpts + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) Decimals() (uint8, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) Description() (string, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) GetAnswer(roundId *big.Int) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) GetRoundData(_roundId *big.Int) (struct{ ... }, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) GetTimestamp(roundId *big.Int) (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) LatestAnswer() (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) LatestRound() (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) LatestRoundData() (struct{ ... }, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) LatestTimestamp() (*big.Int, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceSession) Version() (*big.Int, error) + type AggregatorV2V3InterfaceTransactor struct + func NewAggregatorV2V3InterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*AggregatorV2V3InterfaceTransactor, error) + type AggregatorV2V3InterfaceTransactorRaw struct + Contract *AggregatorV2V3InterfaceTransactor + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AggregatorV2V3Interface *AggregatorV2V3InterfaceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AggregatorV2V3InterfaceTransactorSession struct + Contract *AggregatorV2V3InterfaceTransactor + TransactOpts bind.TransactOpts + type AggregatorV3Interface struct + func NewAggregatorV3Interface(address common.Address, backend bind.ContractBackend) (*AggregatorV3Interface, error) + type AggregatorV3InterfaceCaller struct + func NewAggregatorV3InterfaceCaller(address common.Address, caller bind.ContractCaller) (*AggregatorV3InterfaceCaller, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCaller) Decimals(opts *bind.CallOpts) (uint8, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCaller) Description(opts *bind.CallOpts) (string, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCaller) GetRoundData(opts *bind.CallOpts, _roundId *big.Int) (struct{ ... }, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCaller) LatestRoundData(opts *bind.CallOpts) (struct{ ... }, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCaller) Version(opts *bind.CallOpts) (*big.Int, error) + type AggregatorV3InterfaceCallerRaw struct + Contract *AggregatorV3InterfaceCaller + func (_AggregatorV3Interface *AggregatorV3InterfaceCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type AggregatorV3InterfaceCallerSession struct + CallOpts bind.CallOpts + Contract *AggregatorV3InterfaceCaller + func (_AggregatorV3Interface *AggregatorV3InterfaceCallerSession) Decimals() (uint8, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCallerSession) Description() (string, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCallerSession) GetRoundData(_roundId *big.Int) (struct{ ... }, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCallerSession) LatestRoundData() (struct{ ... }, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceCallerSession) Version() (*big.Int, error) + type AggregatorV3InterfaceFilterer struct + func NewAggregatorV3InterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*AggregatorV3InterfaceFilterer, error) + type AggregatorV3InterfaceRaw struct + Contract *AggregatorV3Interface + func (_AggregatorV3Interface *AggregatorV3InterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_AggregatorV3Interface *AggregatorV3InterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AggregatorV3InterfaceSession struct + CallOpts bind.CallOpts + Contract *AggregatorV3Interface + TransactOpts bind.TransactOpts + func (_AggregatorV3Interface *AggregatorV3InterfaceSession) Decimals() (uint8, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceSession) Description() (string, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceSession) GetRoundData(_roundId *big.Int) (struct{ ... }, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceSession) LatestRoundData() (struct{ ... }, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceSession) Version() (*big.Int, error) + type AggregatorV3InterfaceTransactor struct + func NewAggregatorV3InterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*AggregatorV3InterfaceTransactor, error) + type AggregatorV3InterfaceTransactorRaw struct + Contract *AggregatorV3InterfaceTransactor + func (_AggregatorV3Interface *AggregatorV3InterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AggregatorV3Interface *AggregatorV3InterfaceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AggregatorV3InterfaceTransactorSession struct + Contract *AggregatorV3InterfaceTransactor + TransactOpts bind.TransactOpts + type AggregatorValidatorInterface struct + func NewAggregatorValidatorInterface(address common.Address, backend bind.ContractBackend) (*AggregatorValidatorInterface, error) + type AggregatorValidatorInterfaceCaller struct + func NewAggregatorValidatorInterfaceCaller(address common.Address, caller bind.ContractCaller) (*AggregatorValidatorInterfaceCaller, error) + type AggregatorValidatorInterfaceCallerRaw struct + Contract *AggregatorValidatorInterfaceCaller + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type AggregatorValidatorInterfaceCallerSession struct + CallOpts bind.CallOpts + Contract *AggregatorValidatorInterfaceCaller + type AggregatorValidatorInterfaceFilterer struct + func NewAggregatorValidatorInterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*AggregatorValidatorInterfaceFilterer, error) + type AggregatorValidatorInterfaceRaw struct + Contract *AggregatorValidatorInterface + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AggregatorValidatorInterfaceSession struct + CallOpts bind.CallOpts + Contract *AggregatorValidatorInterface + TransactOpts bind.TransactOpts + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceSession) Validate(previousRoundId *big.Int, previousAnswer *big.Int, currentRoundId *big.Int, ...) (*types.Transaction, error) + type AggregatorValidatorInterfaceTransactor struct + func NewAggregatorValidatorInterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*AggregatorValidatorInterfaceTransactor, error) + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceTransactor) Validate(opts *bind.TransactOpts, previousRoundId *big.Int, previousAnswer *big.Int, ...) (*types.Transaction, error) + type AggregatorValidatorInterfaceTransactorRaw struct + Contract *AggregatorValidatorInterfaceTransactor + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AggregatorValidatorInterfaceTransactorSession struct + Contract *AggregatorValidatorInterfaceTransactor + TransactOpts bind.TransactOpts + func (_AggregatorValidatorInterface *AggregatorValidatorInterfaceTransactorSession) Validate(previousRoundId *big.Int, previousAnswer *big.Int, currentRoundId *big.Int, ...) (*types.Transaction, error) + type LinkTokenInterface struct + func NewLinkTokenInterface(address common.Address, backend bind.ContractBackend) (*LinkTokenInterface, error) + type LinkTokenInterfaceCaller struct + func NewLinkTokenInterfaceCaller(address common.Address, caller bind.ContractCaller) (*LinkTokenInterfaceCaller, error) + func (_LinkTokenInterface *LinkTokenInterfaceCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error) + func (_LinkTokenInterface *LinkTokenInterfaceCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error) + func (_LinkTokenInterface *LinkTokenInterfaceCaller) Decimals(opts *bind.CallOpts) (uint8, error) + func (_LinkTokenInterface *LinkTokenInterfaceCaller) Name(opts *bind.CallOpts) (string, error) + func (_LinkTokenInterface *LinkTokenInterfaceCaller) Symbol(opts *bind.CallOpts) (string, error) + func (_LinkTokenInterface *LinkTokenInterfaceCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error) + type LinkTokenInterfaceCallerRaw struct + Contract *LinkTokenInterfaceCaller + func (_LinkTokenInterface *LinkTokenInterfaceCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type LinkTokenInterfaceCallerSession struct + CallOpts bind.CallOpts + Contract *LinkTokenInterfaceCaller + func (_LinkTokenInterface *LinkTokenInterfaceCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error) + func (_LinkTokenInterface *LinkTokenInterfaceCallerSession) BalanceOf(owner common.Address) (*big.Int, error) + func (_LinkTokenInterface *LinkTokenInterfaceCallerSession) Decimals() (uint8, error) + func (_LinkTokenInterface *LinkTokenInterfaceCallerSession) Name() (string, error) + func (_LinkTokenInterface *LinkTokenInterfaceCallerSession) Symbol() (string, error) + func (_LinkTokenInterface *LinkTokenInterfaceCallerSession) TotalSupply() (*big.Int, error) + type LinkTokenInterfaceFilterer struct + func NewLinkTokenInterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*LinkTokenInterfaceFilterer, error) + type LinkTokenInterfaceRaw struct + Contract *LinkTokenInterface + func (_LinkTokenInterface *LinkTokenInterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_LinkTokenInterface *LinkTokenInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type LinkTokenInterfaceSession struct + CallOpts bind.CallOpts + Contract *LinkTokenInterface + TransactOpts bind.TransactOpts + func (_LinkTokenInterface *LinkTokenInterfaceSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) BalanceOf(owner common.Address) (*big.Int, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) Decimals() (uint8, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) DecreaseApproval(spender common.Address, addedValue *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) IncreaseApproval(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) Name() (string, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) Symbol() (string, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) TotalSupply() (*big.Int, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) TransferAndCall(to common.Address, value *big.Int, data []byte) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error) + type LinkTokenInterfaceTransactor struct + func NewLinkTokenInterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*LinkTokenInterfaceTransactor, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactor) Approve(opts *bind.TransactOpts, spender common.Address, value *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactor) DecreaseApproval(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactor) IncreaseApproval(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactor) Transfer(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactor) TransferAndCall(opts *bind.TransactOpts, to common.Address, value *big.Int, data []byte) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error) + type LinkTokenInterfaceTransactorRaw struct + Contract *LinkTokenInterfaceTransactor + func (_LinkTokenInterface *LinkTokenInterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type LinkTokenInterfaceTransactorSession struct + Contract *LinkTokenInterfaceTransactor + TransactOpts bind.TransactOpts + func (_LinkTokenInterface *LinkTokenInterfaceTransactorSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactorSession) DecreaseApproval(spender common.Address, addedValue *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactorSession) IncreaseApproval(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactorSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactorSession) TransferAndCall(to common.Address, value *big.Int, data []byte) (*types.Transaction, error) + func (_LinkTokenInterface *LinkTokenInterfaceTransactorSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error) + type OffchainAggregator struct + func DeployOffchainAggregator(auth *bind.TransactOpts, backend bind.ContractBackend, _maximumGasPrice uint32, ...) (common.Address, *types.Transaction, *OffchainAggregator, error) + func NewOffchainAggregator(address common.Address, backend bind.ContractBackend) (*OffchainAggregator, error) + type OffchainAggregatorAnswerUpdated struct + Current *big.Int + Raw types.Log + RoundId *big.Int + UpdatedAt *big.Int + type OffchainAggregatorAnswerUpdatedIterator struct + Event *OffchainAggregatorAnswerUpdated + func (it *OffchainAggregatorAnswerUpdatedIterator) Close() error + func (it *OffchainAggregatorAnswerUpdatedIterator) Error() error + func (it *OffchainAggregatorAnswerUpdatedIterator) Next() bool + type OffchainAggregatorBilling struct + func DeployOffchainAggregatorBilling(auth *bind.TransactOpts, backend bind.ContractBackend, _maximumGasPrice uint32, ...) (common.Address, *types.Transaction, *OffchainAggregatorBilling, error) + func NewOffchainAggregatorBilling(address common.Address, backend bind.ContractBackend) (*OffchainAggregatorBilling, error) + type OffchainAggregatorBillingAccessControllerSet struct + Current common.Address + Old common.Address + Raw types.Log + type OffchainAggregatorBillingAccessControllerSetIterator struct + Event *OffchainAggregatorBillingAccessControllerSet + func (it *OffchainAggregatorBillingAccessControllerSetIterator) Close() error + func (it *OffchainAggregatorBillingAccessControllerSetIterator) Error() error + func (it *OffchainAggregatorBillingAccessControllerSetIterator) Next() bool + type OffchainAggregatorBillingBillingAccessControllerSet struct + Current common.Address + Old common.Address + Raw types.Log + type OffchainAggregatorBillingBillingAccessControllerSetIterator struct + Event *OffchainAggregatorBillingBillingAccessControllerSet + func (it *OffchainAggregatorBillingBillingAccessControllerSetIterator) Close() error + func (it *OffchainAggregatorBillingBillingAccessControllerSetIterator) Error() error + func (it *OffchainAggregatorBillingBillingAccessControllerSetIterator) Next() bool + type OffchainAggregatorBillingBillingSet struct + LinkGweiPerObservation uint32 + LinkGweiPerTransmission uint32 + MaximumGasPrice uint32 + MicroLinkPerEth uint32 + Raw types.Log + ReasonableGasPrice uint32 + type OffchainAggregatorBillingBillingSetIterator struct + Event *OffchainAggregatorBillingBillingSet + func (it *OffchainAggregatorBillingBillingSetIterator) Close() error + func (it *OffchainAggregatorBillingBillingSetIterator) Error() error + func (it *OffchainAggregatorBillingBillingSetIterator) Next() bool + type OffchainAggregatorBillingCaller struct + func NewOffchainAggregatorBillingCaller(address common.Address, caller bind.ContractCaller) (*OffchainAggregatorBillingCaller, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCaller) BillingAccessController(opts *bind.CallOpts) (common.Address, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCaller) GetBilling(opts *bind.CallOpts) (struct{ ... }, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCaller) GetLinkToken(opts *bind.CallOpts) (common.Address, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCaller) LinkAvailableForPayment(opts *bind.CallOpts) (*big.Int, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCaller) OracleObservationCount(opts *bind.CallOpts, _signerOrTransmitter common.Address) (uint16, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCaller) OwedPayment(opts *bind.CallOpts, _transmitter common.Address) (*big.Int, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCaller) Owner(opts *bind.CallOpts) (common.Address, error) + type OffchainAggregatorBillingCallerRaw struct + Contract *OffchainAggregatorBillingCaller + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type OffchainAggregatorBillingCallerSession struct + CallOpts bind.CallOpts + Contract *OffchainAggregatorBillingCaller + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCallerSession) BillingAccessController() (common.Address, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCallerSession) GetBilling() (struct{ ... }, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCallerSession) GetLinkToken() (common.Address, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCallerSession) LinkAvailableForPayment() (*big.Int, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCallerSession) OracleObservationCount(_signerOrTransmitter common.Address) (uint16, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCallerSession) OwedPayment(_transmitter common.Address) (*big.Int, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingCallerSession) Owner() (common.Address, error) + type OffchainAggregatorBillingFilterer struct + func NewOffchainAggregatorBillingFilterer(address common.Address, filterer bind.ContractFilterer) (*OffchainAggregatorBillingFilterer, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) FilterBillingAccessControllerSet(opts *bind.FilterOpts) (*OffchainAggregatorBillingBillingAccessControllerSetIterator, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) FilterBillingSet(opts *bind.FilterOpts) (*OffchainAggregatorBillingBillingSetIterator, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) FilterLinkTokenSet(opts *bind.FilterOpts, _oldLinkToken []common.Address, ...) (*OffchainAggregatorBillingLinkTokenSetIterator, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) FilterOraclePaid(opts *bind.FilterOpts, transmitter []common.Address, payee []common.Address, ...) (*OffchainAggregatorBillingOraclePaidIterator, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*OffchainAggregatorBillingOwnershipTransferRequestedIterator, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*OffchainAggregatorBillingOwnershipTransferredIterator, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) FilterPayeeshipTransferRequested(opts *bind.FilterOpts, transmitter []common.Address, current []common.Address, ...) (*OffchainAggregatorBillingPayeeshipTransferRequestedIterator, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) FilterPayeeshipTransferred(opts *bind.FilterOpts, transmitter []common.Address, previous []common.Address, ...) (*OffchainAggregatorBillingPayeeshipTransferredIterator, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) ParseBillingAccessControllerSet(log types.Log) (*OffchainAggregatorBillingBillingAccessControllerSet, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) ParseBillingSet(log types.Log) (*OffchainAggregatorBillingBillingSet, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) ParseLinkTokenSet(log types.Log) (*OffchainAggregatorBillingLinkTokenSet, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) ParseOraclePaid(log types.Log) (*OffchainAggregatorBillingOraclePaid, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) ParseOwnershipTransferRequested(log types.Log) (*OffchainAggregatorBillingOwnershipTransferRequested, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) ParseOwnershipTransferred(log types.Log) (*OffchainAggregatorBillingOwnershipTransferred, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) ParsePayeeshipTransferRequested(log types.Log) (*OffchainAggregatorBillingPayeeshipTransferRequested, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) ParsePayeeshipTransferred(log types.Log) (*OffchainAggregatorBillingPayeeshipTransferred, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) WatchBillingAccessControllerSet(opts *bind.WatchOpts, ...) (event.Subscription, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) WatchBillingSet(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorBillingBillingSet) (event.Subscription, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) WatchLinkTokenSet(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorBillingLinkTokenSet, ...) (event.Subscription, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) WatchOraclePaid(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorBillingOraclePaid, ...) (event.Subscription, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) WatchOwnershipTransferRequested(opts *bind.WatchOpts, ...) (event.Subscription, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, ...) (event.Subscription, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) WatchPayeeshipTransferRequested(opts *bind.WatchOpts, ...) (event.Subscription, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingFilterer) WatchPayeeshipTransferred(opts *bind.WatchOpts, ...) (event.Subscription, error) + type OffchainAggregatorBillingLinkTokenSet struct + NewLinkToken common.Address + OldLinkToken common.Address + Raw types.Log + type OffchainAggregatorBillingLinkTokenSetIterator struct + Event *OffchainAggregatorBillingLinkTokenSet + func (it *OffchainAggregatorBillingLinkTokenSetIterator) Close() error + func (it *OffchainAggregatorBillingLinkTokenSetIterator) Error() error + func (it *OffchainAggregatorBillingLinkTokenSetIterator) Next() bool + type OffchainAggregatorBillingOraclePaid struct + Amount *big.Int + LinkToken common.Address + Payee common.Address + Raw types.Log + Transmitter common.Address + type OffchainAggregatorBillingOraclePaidIterator struct + Event *OffchainAggregatorBillingOraclePaid + func (it *OffchainAggregatorBillingOraclePaidIterator) Close() error + func (it *OffchainAggregatorBillingOraclePaidIterator) Error() error + func (it *OffchainAggregatorBillingOraclePaidIterator) Next() bool + type OffchainAggregatorBillingOwnershipTransferRequested struct + From common.Address + Raw types.Log + To common.Address + type OffchainAggregatorBillingOwnershipTransferRequestedIterator struct + Event *OffchainAggregatorBillingOwnershipTransferRequested + func (it *OffchainAggregatorBillingOwnershipTransferRequestedIterator) Close() error + func (it *OffchainAggregatorBillingOwnershipTransferRequestedIterator) Error() error + func (it *OffchainAggregatorBillingOwnershipTransferRequestedIterator) Next() bool + type OffchainAggregatorBillingOwnershipTransferred struct + From common.Address + Raw types.Log + To common.Address + type OffchainAggregatorBillingOwnershipTransferredIterator struct + Event *OffchainAggregatorBillingOwnershipTransferred + func (it *OffchainAggregatorBillingOwnershipTransferredIterator) Close() error + func (it *OffchainAggregatorBillingOwnershipTransferredIterator) Error() error + func (it *OffchainAggregatorBillingOwnershipTransferredIterator) Next() bool + type OffchainAggregatorBillingPayeeshipTransferRequested struct + Current common.Address + Proposed common.Address + Raw types.Log + Transmitter common.Address + type OffchainAggregatorBillingPayeeshipTransferRequestedIterator struct + Event *OffchainAggregatorBillingPayeeshipTransferRequested + func (it *OffchainAggregatorBillingPayeeshipTransferRequestedIterator) Close() error + func (it *OffchainAggregatorBillingPayeeshipTransferRequestedIterator) Error() error + func (it *OffchainAggregatorBillingPayeeshipTransferRequestedIterator) Next() bool + type OffchainAggregatorBillingPayeeshipTransferred struct + Current common.Address + Previous common.Address + Raw types.Log + Transmitter common.Address + type OffchainAggregatorBillingPayeeshipTransferredIterator struct + Event *OffchainAggregatorBillingPayeeshipTransferred + func (it *OffchainAggregatorBillingPayeeshipTransferredIterator) Close() error + func (it *OffchainAggregatorBillingPayeeshipTransferredIterator) Error() error + func (it *OffchainAggregatorBillingPayeeshipTransferredIterator) Next() bool + type OffchainAggregatorBillingRaw struct + Contract *OffchainAggregatorBilling + func (_OffchainAggregatorBilling *OffchainAggregatorBillingRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_OffchainAggregatorBilling *OffchainAggregatorBillingRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type OffchainAggregatorBillingSession struct + CallOpts bind.CallOpts + Contract *OffchainAggregatorBilling + TransactOpts bind.TransactOpts + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) AcceptOwnership() (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) AcceptPayeeship(_transmitter common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) BillingAccessController() (common.Address, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) GetBilling() (struct{ ... }, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) GetLinkToken() (common.Address, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) LinkAvailableForPayment() (*big.Int, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) OracleObservationCount(_signerOrTransmitter common.Address) (uint16, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) OwedPayment(_transmitter common.Address) (*big.Int, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) Owner() (common.Address, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) SetBilling(_maximumGasPrice uint32, _reasonableGasPrice uint32, _microLinkPerEth uint32, ...) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) SetBillingAccessController(_billingAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) SetLinkToken(_linkToken common.Address, _recipient common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) SetPayees(_transmitters []common.Address, _payees []common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) TransferOwnership(_to common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) TransferPayeeship(_transmitter common.Address, _proposed common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) WithdrawFunds(_recipient common.Address, _amount *big.Int) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingSession) WithdrawPayment(_transmitter common.Address) (*types.Transaction, error) + type OffchainAggregatorBillingSet struct + LinkGweiPerObservation uint32 + LinkGweiPerTransmission uint32 + MaximumGasPrice uint32 + MicroLinkPerEth uint32 + Raw types.Log + ReasonableGasPrice uint32 + type OffchainAggregatorBillingSetIterator struct + Event *OffchainAggregatorBillingSet + func (it *OffchainAggregatorBillingSetIterator) Close() error + func (it *OffchainAggregatorBillingSetIterator) Error() error + func (it *OffchainAggregatorBillingSetIterator) Next() bool + type OffchainAggregatorBillingTransactor struct + func NewOffchainAggregatorBillingTransactor(address common.Address, transactor bind.ContractTransactor) (*OffchainAggregatorBillingTransactor, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) AcceptPayeeship(opts *bind.TransactOpts, _transmitter common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) SetBilling(opts *bind.TransactOpts, _maximumGasPrice uint32, _reasonableGasPrice uint32, ...) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) SetBillingAccessController(opts *bind.TransactOpts, _billingAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) SetLinkToken(opts *bind.TransactOpts, _linkToken common.Address, _recipient common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) SetPayees(opts *bind.TransactOpts, _transmitters []common.Address, ...) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) TransferOwnership(opts *bind.TransactOpts, _to common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) TransferPayeeship(opts *bind.TransactOpts, _transmitter common.Address, _proposed common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) WithdrawFunds(opts *bind.TransactOpts, _recipient common.Address, _amount *big.Int) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactor) WithdrawPayment(opts *bind.TransactOpts, _transmitter common.Address) (*types.Transaction, error) + type OffchainAggregatorBillingTransactorRaw struct + Contract *OffchainAggregatorBillingTransactor + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type OffchainAggregatorBillingTransactorSession struct + Contract *OffchainAggregatorBillingTransactor + TransactOpts bind.TransactOpts + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) AcceptOwnership() (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) AcceptPayeeship(_transmitter common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) SetBilling(_maximumGasPrice uint32, _reasonableGasPrice uint32, _microLinkPerEth uint32, ...) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) SetBillingAccessController(_billingAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) SetLinkToken(_linkToken common.Address, _recipient common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) SetPayees(_transmitters []common.Address, _payees []common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) TransferOwnership(_to common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) TransferPayeeship(_transmitter common.Address, _proposed common.Address) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) WithdrawFunds(_recipient common.Address, _amount *big.Int) (*types.Transaction, error) + func (_OffchainAggregatorBilling *OffchainAggregatorBillingTransactorSession) WithdrawPayment(_transmitter common.Address) (*types.Transaction, error) + type OffchainAggregatorCaller struct + func NewOffchainAggregatorCaller(address common.Address, caller bind.ContractCaller) (*OffchainAggregatorCaller, error) + func (_OffchainAggregator *OffchainAggregatorCaller) BillingAccessController(opts *bind.CallOpts) (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCaller) Decimals(opts *bind.CallOpts) (uint8, error) + func (_OffchainAggregator *OffchainAggregatorCaller) Description(opts *bind.CallOpts) (string, error) + func (_OffchainAggregator *OffchainAggregatorCaller) GetAnswer(opts *bind.CallOpts, _roundId *big.Int) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) GetBilling(opts *bind.CallOpts) (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCaller) GetLinkToken(opts *bind.CallOpts) (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCaller) GetRoundData(opts *bind.CallOpts, _roundId *big.Int) (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCaller) GetTimestamp(opts *bind.CallOpts, _roundId *big.Int) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) LatestAnswer(opts *bind.CallOpts) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) LatestConfigDetails(opts *bind.CallOpts) (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCaller) LatestRound(opts *bind.CallOpts) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) LatestRoundData(opts *bind.CallOpts) (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCaller) LatestTimestamp(opts *bind.CallOpts) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) LatestTransmissionDetails(opts *bind.CallOpts) (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCaller) LinkAvailableForPayment(opts *bind.CallOpts) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) MaxAnswer(opts *bind.CallOpts) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) MinAnswer(opts *bind.CallOpts) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) OracleObservationCount(opts *bind.CallOpts, _signerOrTransmitter common.Address) (uint16, error) + func (_OffchainAggregator *OffchainAggregatorCaller) OwedPayment(opts *bind.CallOpts, _transmitter common.Address) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCaller) Owner(opts *bind.CallOpts) (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCaller) RequesterAccessController(opts *bind.CallOpts) (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCaller) Transmitters(opts *bind.CallOpts) ([]common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCaller) TypeAndVersion(opts *bind.CallOpts) (string, error) + func (_OffchainAggregator *OffchainAggregatorCaller) ValidatorConfig(opts *bind.CallOpts) (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCaller) Version(opts *bind.CallOpts) (*big.Int, error) + type OffchainAggregatorCallerRaw struct + Contract *OffchainAggregatorCaller + func (_OffchainAggregator *OffchainAggregatorCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type OffchainAggregatorCallerSession struct + CallOpts bind.CallOpts + Contract *OffchainAggregatorCaller + func (_OffchainAggregator *OffchainAggregatorCallerSession) BillingAccessController() (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) Decimals() (uint8, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) Description() (string, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) GetAnswer(_roundId *big.Int) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) GetBilling() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) GetLinkToken() (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) GetRoundData(_roundId *big.Int) (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) GetTimestamp(_roundId *big.Int) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) LatestAnswer() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) LatestConfigDetails() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) LatestRound() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) LatestRoundData() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) LatestTimestamp() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) LatestTransmissionDetails() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) LinkAvailableForPayment() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) MaxAnswer() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) MinAnswer() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) OracleObservationCount(_signerOrTransmitter common.Address) (uint16, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) OwedPayment(_transmitter common.Address) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) Owner() (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) RequesterAccessController() (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) Transmitters() ([]common.Address, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) TypeAndVersion() (string, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) ValidatorConfig() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorCallerSession) Version() (*big.Int, error) + type OffchainAggregatorConfigSet struct + ConfigCount uint64 + Encoded []byte + EncodedConfigVersion uint64 + PreviousConfigBlockNumber uint32 + Raw types.Log + Signers []common.Address + Threshold uint8 + Transmitters []common.Address + type OffchainAggregatorConfigSetIterator struct + Event *OffchainAggregatorConfigSet + func (it *OffchainAggregatorConfigSetIterator) Close() error + func (it *OffchainAggregatorConfigSetIterator) Error() error + func (it *OffchainAggregatorConfigSetIterator) Next() bool + type OffchainAggregatorFilterer struct + func NewOffchainAggregatorFilterer(address common.Address, filterer bind.ContractFilterer) (*OffchainAggregatorFilterer, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterAnswerUpdated(opts *bind.FilterOpts, current []*big.Int, roundId []*big.Int) (*OffchainAggregatorAnswerUpdatedIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterBillingAccessControllerSet(opts *bind.FilterOpts) (*OffchainAggregatorBillingAccessControllerSetIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterBillingSet(opts *bind.FilterOpts) (*OffchainAggregatorBillingSetIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterConfigSet(opts *bind.FilterOpts) (*OffchainAggregatorConfigSetIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterLinkTokenSet(opts *bind.FilterOpts, _oldLinkToken []common.Address, ...) (*OffchainAggregatorLinkTokenSetIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterNewRound(opts *bind.FilterOpts, roundId []*big.Int, startedBy []common.Address) (*OffchainAggregatorNewRoundIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterNewTransmission(opts *bind.FilterOpts, aggregatorRoundId []uint32) (*OffchainAggregatorNewTransmissionIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterOraclePaid(opts *bind.FilterOpts, transmitter []common.Address, payee []common.Address, ...) (*OffchainAggregatorOraclePaidIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*OffchainAggregatorOwnershipTransferRequestedIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*OffchainAggregatorOwnershipTransferredIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterPayeeshipTransferRequested(opts *bind.FilterOpts, transmitter []common.Address, current []common.Address, ...) (*OffchainAggregatorPayeeshipTransferRequestedIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterPayeeshipTransferred(opts *bind.FilterOpts, transmitter []common.Address, previous []common.Address, ...) (*OffchainAggregatorPayeeshipTransferredIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterRequesterAccessControllerSet(opts *bind.FilterOpts) (*OffchainAggregatorRequesterAccessControllerSetIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterRoundRequested(opts *bind.FilterOpts, requester []common.Address) (*OffchainAggregatorRoundRequestedIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) FilterValidatorConfigSet(opts *bind.FilterOpts, previousValidator []common.Address, ...) (*OffchainAggregatorValidatorConfigSetIterator, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseAnswerUpdated(log types.Log) (*OffchainAggregatorAnswerUpdated, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseBillingAccessControllerSet(log types.Log) (*OffchainAggregatorBillingAccessControllerSet, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseBillingSet(log types.Log) (*OffchainAggregatorBillingSet, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseConfigSet(log types.Log) (*OffchainAggregatorConfigSet, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseLinkTokenSet(log types.Log) (*OffchainAggregatorLinkTokenSet, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseNewRound(log types.Log) (*OffchainAggregatorNewRound, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseNewTransmission(log types.Log) (*OffchainAggregatorNewTransmission, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseOraclePaid(log types.Log) (*OffchainAggregatorOraclePaid, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseOwnershipTransferRequested(log types.Log) (*OffchainAggregatorOwnershipTransferRequested, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseOwnershipTransferred(log types.Log) (*OffchainAggregatorOwnershipTransferred, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParsePayeeshipTransferRequested(log types.Log) (*OffchainAggregatorPayeeshipTransferRequested, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParsePayeeshipTransferred(log types.Log) (*OffchainAggregatorPayeeshipTransferred, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseRequesterAccessControllerSet(log types.Log) (*OffchainAggregatorRequesterAccessControllerSet, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseRoundRequested(log types.Log) (*OffchainAggregatorRoundRequested, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) ParseValidatorConfigSet(log types.Log) (*OffchainAggregatorValidatorConfigSet, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchAnswerUpdated(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorAnswerUpdated, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchBillingAccessControllerSet(opts *bind.WatchOpts, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchBillingSet(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorBillingSet) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchConfigSet(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorConfigSet) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchLinkTokenSet(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorLinkTokenSet, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchNewRound(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorNewRound, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchNewTransmission(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorNewTransmission, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchOraclePaid(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorOraclePaid, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchOwnershipTransferRequested(opts *bind.WatchOpts, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorOwnershipTransferred, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchPayeeshipTransferRequested(opts *bind.WatchOpts, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchPayeeshipTransferred(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorPayeeshipTransferred, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchRequesterAccessControllerSet(opts *bind.WatchOpts, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchRoundRequested(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorRoundRequested, ...) (event.Subscription, error) + func (_OffchainAggregator *OffchainAggregatorFilterer) WatchValidatorConfigSet(opts *bind.WatchOpts, sink chan<- *OffchainAggregatorValidatorConfigSet, ...) (event.Subscription, error) + type OffchainAggregatorLinkTokenSet struct + NewLinkToken common.Address + OldLinkToken common.Address + Raw types.Log + type OffchainAggregatorLinkTokenSetIterator struct + Event *OffchainAggregatorLinkTokenSet + func (it *OffchainAggregatorLinkTokenSetIterator) Close() error + func (it *OffchainAggregatorLinkTokenSetIterator) Error() error + func (it *OffchainAggregatorLinkTokenSetIterator) Next() bool + type OffchainAggregatorNewRound struct + Raw types.Log + RoundId *big.Int + StartedAt *big.Int + StartedBy common.Address + type OffchainAggregatorNewRoundIterator struct + Event *OffchainAggregatorNewRound + func (it *OffchainAggregatorNewRoundIterator) Close() error + func (it *OffchainAggregatorNewRoundIterator) Error() error + func (it *OffchainAggregatorNewRoundIterator) Next() bool + type OffchainAggregatorNewTransmission struct + AggregatorRoundId uint32 + Answer *big.Int + Observations []*big.Int + Observers []byte + Raw types.Log + RawReportContext [32]byte + Transmitter common.Address + type OffchainAggregatorNewTransmissionIterator struct + Event *OffchainAggregatorNewTransmission + func (it *OffchainAggregatorNewTransmissionIterator) Close() error + func (it *OffchainAggregatorNewTransmissionIterator) Error() error + func (it *OffchainAggregatorNewTransmissionIterator) Next() bool + type OffchainAggregatorOraclePaid struct + Amount *big.Int + LinkToken common.Address + Payee common.Address + Raw types.Log + Transmitter common.Address + type OffchainAggregatorOraclePaidIterator struct + Event *OffchainAggregatorOraclePaid + func (it *OffchainAggregatorOraclePaidIterator) Close() error + func (it *OffchainAggregatorOraclePaidIterator) Error() error + func (it *OffchainAggregatorOraclePaidIterator) Next() bool + type OffchainAggregatorOwnershipTransferRequested struct + From common.Address + Raw types.Log + To common.Address + type OffchainAggregatorOwnershipTransferRequestedIterator struct + Event *OffchainAggregatorOwnershipTransferRequested + func (it *OffchainAggregatorOwnershipTransferRequestedIterator) Close() error + func (it *OffchainAggregatorOwnershipTransferRequestedIterator) Error() error + func (it *OffchainAggregatorOwnershipTransferRequestedIterator) Next() bool + type OffchainAggregatorOwnershipTransferred struct + From common.Address + Raw types.Log + To common.Address + type OffchainAggregatorOwnershipTransferredIterator struct + Event *OffchainAggregatorOwnershipTransferred + func (it *OffchainAggregatorOwnershipTransferredIterator) Close() error + func (it *OffchainAggregatorOwnershipTransferredIterator) Error() error + func (it *OffchainAggregatorOwnershipTransferredIterator) Next() bool + type OffchainAggregatorPayeeshipTransferRequested struct + Current common.Address + Proposed common.Address + Raw types.Log + Transmitter common.Address + type OffchainAggregatorPayeeshipTransferRequestedIterator struct + Event *OffchainAggregatorPayeeshipTransferRequested + func (it *OffchainAggregatorPayeeshipTransferRequestedIterator) Close() error + func (it *OffchainAggregatorPayeeshipTransferRequestedIterator) Error() error + func (it *OffchainAggregatorPayeeshipTransferRequestedIterator) Next() bool + type OffchainAggregatorPayeeshipTransferred struct + Current common.Address + Previous common.Address + Raw types.Log + Transmitter common.Address + type OffchainAggregatorPayeeshipTransferredIterator struct + Event *OffchainAggregatorPayeeshipTransferred + func (it *OffchainAggregatorPayeeshipTransferredIterator) Close() error + func (it *OffchainAggregatorPayeeshipTransferredIterator) Error() error + func (it *OffchainAggregatorPayeeshipTransferredIterator) Next() bool + type OffchainAggregatorRaw struct + Contract *OffchainAggregator + func (_OffchainAggregator *OffchainAggregatorRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_OffchainAggregator *OffchainAggregatorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type OffchainAggregatorRequesterAccessControllerSet struct + Current common.Address + Old common.Address + Raw types.Log + type OffchainAggregatorRequesterAccessControllerSetIterator struct + Event *OffchainAggregatorRequesterAccessControllerSet + func (it *OffchainAggregatorRequesterAccessControllerSetIterator) Close() error + func (it *OffchainAggregatorRequesterAccessControllerSetIterator) Error() error + func (it *OffchainAggregatorRequesterAccessControllerSetIterator) Next() bool + type OffchainAggregatorRoundRequested struct + ConfigDigest [16]byte + Epoch uint32 + Raw types.Log + Requester common.Address + Round uint8 + type OffchainAggregatorRoundRequestedIterator struct + Event *OffchainAggregatorRoundRequested + func (it *OffchainAggregatorRoundRequestedIterator) Close() error + func (it *OffchainAggregatorRoundRequestedIterator) Error() error + func (it *OffchainAggregatorRoundRequestedIterator) Next() bool + type OffchainAggregatorSession struct + CallOpts bind.CallOpts + Contract *OffchainAggregator + TransactOpts bind.TransactOpts + func (_OffchainAggregator *OffchainAggregatorSession) AcceptOwnership() (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) AcceptPayeeship(_transmitter common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) BillingAccessController() (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorSession) Decimals() (uint8, error) + func (_OffchainAggregator *OffchainAggregatorSession) Description() (string, error) + func (_OffchainAggregator *OffchainAggregatorSession) GetAnswer(_roundId *big.Int) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) GetBilling() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorSession) GetLinkToken() (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorSession) GetRoundData(_roundId *big.Int) (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorSession) GetTimestamp(_roundId *big.Int) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) LatestAnswer() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) LatestConfigDetails() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorSession) LatestRound() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) LatestRoundData() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorSession) LatestTimestamp() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) LatestTransmissionDetails() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorSession) LinkAvailableForPayment() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) MaxAnswer() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) MinAnswer() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) OracleObservationCount(_signerOrTransmitter common.Address) (uint16, error) + func (_OffchainAggregator *OffchainAggregatorSession) OwedPayment(_transmitter common.Address) (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) Owner() (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorSession) RequestNewRound() (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) RequesterAccessController() (common.Address, error) + func (_OffchainAggregator *OffchainAggregatorSession) SetBilling(_maximumGasPrice uint32, _reasonableGasPrice uint32, _microLinkPerEth uint32, ...) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) SetBillingAccessController(_billingAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) SetConfig(_signers []common.Address, _transmitters []common.Address, _threshold uint8, ...) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) SetLinkToken(_linkToken common.Address, _recipient common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) SetPayees(_transmitters []common.Address, _payees []common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) SetRequesterAccessController(_requesterAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) SetValidatorConfig(_newValidator common.Address, _newGasLimit uint32) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) TransferOwnership(_to common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) TransferPayeeship(_transmitter common.Address, _proposed common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) Transmit(_report []byte, _rs [][32]byte, _ss [][32]byte, _rawVs [32]byte) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) Transmitters() ([]common.Address, error) + func (_OffchainAggregator *OffchainAggregatorSession) TypeAndVersion() (string, error) + func (_OffchainAggregator *OffchainAggregatorSession) ValidatorConfig() (struct{ ... }, error) + func (_OffchainAggregator *OffchainAggregatorSession) Version() (*big.Int, error) + func (_OffchainAggregator *OffchainAggregatorSession) WithdrawFunds(_recipient common.Address, _amount *big.Int) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorSession) WithdrawPayment(_transmitter common.Address) (*types.Transaction, error) + type OffchainAggregatorTransactor struct + func NewOffchainAggregatorTransactor(address common.Address, transactor bind.ContractTransactor) (*OffchainAggregatorTransactor, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) AcceptPayeeship(opts *bind.TransactOpts, _transmitter common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) RequestNewRound(opts *bind.TransactOpts) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) SetBilling(opts *bind.TransactOpts, _maximumGasPrice uint32, _reasonableGasPrice uint32, ...) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) SetBillingAccessController(opts *bind.TransactOpts, _billingAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) SetConfig(opts *bind.TransactOpts, _signers []common.Address, ...) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) SetLinkToken(opts *bind.TransactOpts, _linkToken common.Address, _recipient common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) SetPayees(opts *bind.TransactOpts, _transmitters []common.Address, ...) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) SetRequesterAccessController(opts *bind.TransactOpts, _requesterAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) SetValidatorConfig(opts *bind.TransactOpts, _newValidator common.Address, _newGasLimit uint32) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) TransferOwnership(opts *bind.TransactOpts, _to common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) TransferPayeeship(opts *bind.TransactOpts, _transmitter common.Address, _proposed common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) Transmit(opts *bind.TransactOpts, _report []byte, _rs [][32]byte, _ss [][32]byte, ...) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) WithdrawFunds(opts *bind.TransactOpts, _recipient common.Address, _amount *big.Int) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactor) WithdrawPayment(opts *bind.TransactOpts, _transmitter common.Address) (*types.Transaction, error) + type OffchainAggregatorTransactorRaw struct + Contract *OffchainAggregatorTransactor + func (_OffchainAggregator *OffchainAggregatorTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type OffchainAggregatorTransactorSession struct + Contract *OffchainAggregatorTransactor + TransactOpts bind.TransactOpts + func (_OffchainAggregator *OffchainAggregatorTransactorSession) AcceptOwnership() (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) AcceptPayeeship(_transmitter common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) RequestNewRound() (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) SetBilling(_maximumGasPrice uint32, _reasonableGasPrice uint32, _microLinkPerEth uint32, ...) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) SetBillingAccessController(_billingAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) SetConfig(_signers []common.Address, _transmitters []common.Address, _threshold uint8, ...) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) SetLinkToken(_linkToken common.Address, _recipient common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) SetPayees(_transmitters []common.Address, _payees []common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) SetRequesterAccessController(_requesterAccessController common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) SetValidatorConfig(_newValidator common.Address, _newGasLimit uint32) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) TransferOwnership(_to common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) TransferPayeeship(_transmitter common.Address, _proposed common.Address) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) Transmit(_report []byte, _rs [][32]byte, _ss [][32]byte, _rawVs [32]byte) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) WithdrawFunds(_recipient common.Address, _amount *big.Int) (*types.Transaction, error) + func (_OffchainAggregator *OffchainAggregatorTransactorSession) WithdrawPayment(_transmitter common.Address) (*types.Transaction, error) + type OffchainAggregatorValidatorConfigSet struct + CurrentGasLimit uint32 + CurrentValidator common.Address + PreviousGasLimit uint32 + PreviousValidator common.Address + Raw types.Log + type OffchainAggregatorValidatorConfigSetIterator struct + Event *OffchainAggregatorValidatorConfigSet + func (it *OffchainAggregatorValidatorConfigSetIterator) Close() error + func (it *OffchainAggregatorValidatorConfigSetIterator) Error() error + func (it *OffchainAggregatorValidatorConfigSetIterator) Next() bool + type Owned struct + func DeployOwned(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Owned, error) + func NewOwned(address common.Address, backend bind.ContractBackend) (*Owned, error) + type OwnedCaller struct + func NewOwnedCaller(address common.Address, caller bind.ContractCaller) (*OwnedCaller, error) + func (_Owned *OwnedCaller) Owner(opts *bind.CallOpts) (common.Address, error) + type OwnedCallerRaw struct + Contract *OwnedCaller + func (_Owned *OwnedCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type OwnedCallerSession struct + CallOpts bind.CallOpts + Contract *OwnedCaller + func (_Owned *OwnedCallerSession) Owner() (common.Address, error) + type OwnedFilterer struct + func NewOwnedFilterer(address common.Address, filterer bind.ContractFilterer) (*OwnedFilterer, error) + func (_Owned *OwnedFilterer) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*OwnedOwnershipTransferRequestedIterator, error) + func (_Owned *OwnedFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*OwnedOwnershipTransferredIterator, error) + func (_Owned *OwnedFilterer) ParseOwnershipTransferRequested(log types.Log) (*OwnedOwnershipTransferRequested, error) + func (_Owned *OwnedFilterer) ParseOwnershipTransferred(log types.Log) (*OwnedOwnershipTransferred, error) + func (_Owned *OwnedFilterer) WatchOwnershipTransferRequested(opts *bind.WatchOpts, sink chan<- *OwnedOwnershipTransferRequested, ...) (event.Subscription, error) + func (_Owned *OwnedFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *OwnedOwnershipTransferred, ...) (event.Subscription, error) + type OwnedOwnershipTransferRequested struct + From common.Address + Raw types.Log + To common.Address + type OwnedOwnershipTransferRequestedIterator struct + Event *OwnedOwnershipTransferRequested + func (it *OwnedOwnershipTransferRequestedIterator) Close() error + func (it *OwnedOwnershipTransferRequestedIterator) Error() error + func (it *OwnedOwnershipTransferRequestedIterator) Next() bool + type OwnedOwnershipTransferred struct + From common.Address + Raw types.Log + To common.Address + type OwnedOwnershipTransferredIterator struct + Event *OwnedOwnershipTransferred + func (it *OwnedOwnershipTransferredIterator) Close() error + func (it *OwnedOwnershipTransferredIterator) Error() error + func (it *OwnedOwnershipTransferredIterator) Next() bool + type OwnedRaw struct + Contract *Owned + func (_Owned *OwnedRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Owned *OwnedRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Owned *OwnedRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type OwnedSession struct + CallOpts bind.CallOpts + Contract *Owned + TransactOpts bind.TransactOpts + func (_Owned *OwnedSession) AcceptOwnership() (*types.Transaction, error) + func (_Owned *OwnedSession) Owner() (common.Address, error) + func (_Owned *OwnedSession) TransferOwnership(_to common.Address) (*types.Transaction, error) + type OwnedTransactor struct + func NewOwnedTransactor(address common.Address, transactor bind.ContractTransactor) (*OwnedTransactor, error) + func (_Owned *OwnedTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Owned *OwnedTransactor) TransferOwnership(opts *bind.TransactOpts, _to common.Address) (*types.Transaction, error) + type OwnedTransactorRaw struct + Contract *OwnedTransactor + func (_Owned *OwnedTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Owned *OwnedTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type OwnedTransactorSession struct + Contract *OwnedTransactor + TransactOpts bind.TransactOpts + func (_Owned *OwnedTransactorSession) AcceptOwnership() (*types.Transaction, error) + func (_Owned *OwnedTransactorSession) TransferOwnership(_to common.Address) (*types.Transaction, error) + type TypeAndVersionInterface struct + func NewTypeAndVersionInterface(address common.Address, backend bind.ContractBackend) (*TypeAndVersionInterface, error) + type TypeAndVersionInterfaceCaller struct + func NewTypeAndVersionInterfaceCaller(address common.Address, caller bind.ContractCaller) (*TypeAndVersionInterfaceCaller, error) + func (_TypeAndVersionInterface *TypeAndVersionInterfaceCaller) TypeAndVersion(opts *bind.CallOpts) (string, error) + type TypeAndVersionInterfaceCallerRaw struct + Contract *TypeAndVersionInterfaceCaller + func (_TypeAndVersionInterface *TypeAndVersionInterfaceCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type TypeAndVersionInterfaceCallerSession struct + CallOpts bind.CallOpts + Contract *TypeAndVersionInterfaceCaller + func (_TypeAndVersionInterface *TypeAndVersionInterfaceCallerSession) TypeAndVersion() (string, error) + type TypeAndVersionInterfaceFilterer struct + func NewTypeAndVersionInterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*TypeAndVersionInterfaceFilterer, error) + type TypeAndVersionInterfaceRaw struct + Contract *TypeAndVersionInterface + func (_TypeAndVersionInterface *TypeAndVersionInterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_TypeAndVersionInterface *TypeAndVersionInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_TypeAndVersionInterface *TypeAndVersionInterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type TypeAndVersionInterfaceSession struct + CallOpts bind.CallOpts + Contract *TypeAndVersionInterface + TransactOpts bind.TransactOpts + func (_TypeAndVersionInterface *TypeAndVersionInterfaceSession) TypeAndVersion() (string, error) + type TypeAndVersionInterfaceTransactor struct + func NewTypeAndVersionInterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*TypeAndVersionInterfaceTransactor, error) + type TypeAndVersionInterfaceTransactorRaw struct + Contract *TypeAndVersionInterfaceTransactor + func (_TypeAndVersionInterface *TypeAndVersionInterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_TypeAndVersionInterface *TypeAndVersionInterfaceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type TypeAndVersionInterfaceTransactorSession struct + Contract *TypeAndVersionInterfaceTransactor + TransactOpts bind.TransactOpts