operatorcontrollerforrewardsv2

package
v1.0.0-9 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2022 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Operatorcontrollerforrewardsv2ABI = Operatorcontrollerforrewardsv2MetaData.ABI

Operatorcontrollerforrewardsv2ABI is the input ABI used to generate the binding from. Deprecated: Use Operatorcontrollerforrewardsv2MetaData.ABI instead.

View Source
var Operatorcontrollerforrewardsv2MetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_feeSharingSystem\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_feeSharingSetter\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_tokenSplitter\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_teamVesting\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_tradingRewardsDistributor\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"canRelease\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"feeSharingSetter\",\"outputs\":[{\"internalType\":\"contractFeeSharingSetter\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"feeSharingSystem\",\"outputs\":[{\"internalType\":\"contractFeeSharingSystem\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"tokens\",\"type\":\"address[]\"}],\"name\":\"releaseTokensAndUpdateRewards\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"teamVesting\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"tokenSplitter\",\"outputs\":[{\"internalType\":\"contractTokenSplitter\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"tradingRewardsDistributor\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

Operatorcontrollerforrewardsv2MetaData contains all meta data concerning the Operatorcontrollerforrewardsv2 contract.

Functions

This section is empty.

Types

type Operatorcontrollerforrewardsv2

type Operatorcontrollerforrewardsv2 struct {
	Operatorcontrollerforrewardsv2Caller     // Read-only binding to the contract
	Operatorcontrollerforrewardsv2Transactor // Write-only binding to the contract
	Operatorcontrollerforrewardsv2Filterer   // Log filterer for contract events
}

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

func NewOperatorcontrollerforrewardsv2

func NewOperatorcontrollerforrewardsv2(address common.Address, backend bind.ContractBackend) (*Operatorcontrollerforrewardsv2, error)

NewOperatorcontrollerforrewardsv2 creates a new instance of Operatorcontrollerforrewardsv2, bound to a specific deployed contract.

type Operatorcontrollerforrewardsv2Caller

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

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

func NewOperatorcontrollerforrewardsv2Caller

func NewOperatorcontrollerforrewardsv2Caller(address common.Address, caller bind.ContractCaller) (*Operatorcontrollerforrewardsv2Caller, error)

NewOperatorcontrollerforrewardsv2Caller creates a new read-only instance of Operatorcontrollerforrewardsv2, bound to a specific deployed contract.

func (*Operatorcontrollerforrewardsv2Caller) CanRelease

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Caller) CanRelease(opts *bind.CallOpts) (bool, error)

CanRelease is a free data retrieval call binding the contract method 0x3705f69e.

Solidity: function canRelease() view returns(bool)

func (*Operatorcontrollerforrewardsv2Caller) FeeSharingSetter

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Caller) FeeSharingSetter(opts *bind.CallOpts) (common.Address, error)

FeeSharingSetter is a free data retrieval call binding the contract method 0x17ff3854.

Solidity: function feeSharingSetter() view returns(address)

func (*Operatorcontrollerforrewardsv2Caller) FeeSharingSystem

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Caller) FeeSharingSystem(opts *bind.CallOpts) (common.Address, error)

FeeSharingSystem is a free data retrieval call binding the contract method 0x7f085fd1.

Solidity: function feeSharingSystem() view returns(address)

func (*Operatorcontrollerforrewardsv2Caller) Owner

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Caller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*Operatorcontrollerforrewardsv2Caller) TeamVesting

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Caller) TeamVesting(opts *bind.CallOpts) (common.Address, error)

TeamVesting is a free data retrieval call binding the contract method 0x619f3d6c.

Solidity: function teamVesting() view returns(address)

func (*Operatorcontrollerforrewardsv2Caller) TokenSplitter

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Caller) TokenSplitter(opts *bind.CallOpts) (common.Address, error)

TokenSplitter is a free data retrieval call binding the contract method 0xa46074c3.

Solidity: function tokenSplitter() view returns(address)

func (*Operatorcontrollerforrewardsv2Caller) TradingRewardsDistributor

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Caller) TradingRewardsDistributor(opts *bind.CallOpts) (common.Address, error)

TradingRewardsDistributor is a free data retrieval call binding the contract method 0x2904e547.

Solidity: function tradingRewardsDistributor() view returns(address)

type Operatorcontrollerforrewardsv2CallerRaw

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

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

func (*Operatorcontrollerforrewardsv2CallerRaw) Call

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2CallerRaw) 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 Operatorcontrollerforrewardsv2CallerSession

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

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

func (*Operatorcontrollerforrewardsv2CallerSession) CanRelease

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2CallerSession) CanRelease() (bool, error)

CanRelease is a free data retrieval call binding the contract method 0x3705f69e.

Solidity: function canRelease() view returns(bool)

func (*Operatorcontrollerforrewardsv2CallerSession) FeeSharingSetter

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2CallerSession) FeeSharingSetter() (common.Address, error)

FeeSharingSetter is a free data retrieval call binding the contract method 0x17ff3854.

Solidity: function feeSharingSetter() view returns(address)

func (*Operatorcontrollerforrewardsv2CallerSession) FeeSharingSystem

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2CallerSession) FeeSharingSystem() (common.Address, error)

FeeSharingSystem is a free data retrieval call binding the contract method 0x7f085fd1.

Solidity: function feeSharingSystem() view returns(address)

func (*Operatorcontrollerforrewardsv2CallerSession) Owner

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2CallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*Operatorcontrollerforrewardsv2CallerSession) TeamVesting

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2CallerSession) TeamVesting() (common.Address, error)

TeamVesting is a free data retrieval call binding the contract method 0x619f3d6c.

Solidity: function teamVesting() view returns(address)

func (*Operatorcontrollerforrewardsv2CallerSession) TokenSplitter

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2CallerSession) TokenSplitter() (common.Address, error)

TokenSplitter is a free data retrieval call binding the contract method 0xa46074c3.

Solidity: function tokenSplitter() view returns(address)

func (*Operatorcontrollerforrewardsv2CallerSession) TradingRewardsDistributor

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2CallerSession) TradingRewardsDistributor() (common.Address, error)

TradingRewardsDistributor is a free data retrieval call binding the contract method 0x2904e547.

Solidity: function tradingRewardsDistributor() view returns(address)

type Operatorcontrollerforrewardsv2Filterer

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

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

func NewOperatorcontrollerforrewardsv2Filterer

func NewOperatorcontrollerforrewardsv2Filterer(address common.Address, filterer bind.ContractFilterer) (*Operatorcontrollerforrewardsv2Filterer, error)

NewOperatorcontrollerforrewardsv2Filterer creates a new log filterer instance of Operatorcontrollerforrewardsv2, bound to a specific deployed contract.

func (*Operatorcontrollerforrewardsv2Filterer) FilterOwnershipTransferred

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Filterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*Operatorcontrollerforrewardsv2OwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*Operatorcontrollerforrewardsv2Filterer) ParseOwnershipTransferred

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Filterer) ParseOwnershipTransferred(log types.Log) (*Operatorcontrollerforrewardsv2OwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*Operatorcontrollerforrewardsv2Filterer) WatchOwnershipTransferred

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Filterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *Operatorcontrollerforrewardsv2OwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

type Operatorcontrollerforrewardsv2OwnershipTransferred

type Operatorcontrollerforrewardsv2OwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

Operatorcontrollerforrewardsv2OwnershipTransferred represents a OwnershipTransferred event raised by the Operatorcontrollerforrewardsv2 contract.

type Operatorcontrollerforrewardsv2OwnershipTransferredIterator

type Operatorcontrollerforrewardsv2OwnershipTransferredIterator struct {
	Event *Operatorcontrollerforrewardsv2OwnershipTransferred // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Operatorcontrollerforrewardsv2OwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Operatorcontrollerforrewardsv2 contract.

func (*Operatorcontrollerforrewardsv2OwnershipTransferredIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*Operatorcontrollerforrewardsv2OwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*Operatorcontrollerforrewardsv2OwnershipTransferredIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Operatorcontrollerforrewardsv2Raw

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

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

func (*Operatorcontrollerforrewardsv2Raw) Call

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Raw) 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 (*Operatorcontrollerforrewardsv2Raw) Transact

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

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

func (*Operatorcontrollerforrewardsv2Raw) Transfer

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Raw) 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 Operatorcontrollerforrewardsv2Session

type Operatorcontrollerforrewardsv2Session struct {
	Contract     *Operatorcontrollerforrewardsv2 // 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
}

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

func (*Operatorcontrollerforrewardsv2Session) CanRelease

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) CanRelease() (bool, error)

CanRelease is a free data retrieval call binding the contract method 0x3705f69e.

Solidity: function canRelease() view returns(bool)

func (*Operatorcontrollerforrewardsv2Session) FeeSharingSetter

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) FeeSharingSetter() (common.Address, error)

FeeSharingSetter is a free data retrieval call binding the contract method 0x17ff3854.

Solidity: function feeSharingSetter() view returns(address)

func (*Operatorcontrollerforrewardsv2Session) FeeSharingSystem

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) FeeSharingSystem() (common.Address, error)

FeeSharingSystem is a free data retrieval call binding the contract method 0x7f085fd1.

Solidity: function feeSharingSystem() view returns(address)

func (*Operatorcontrollerforrewardsv2Session) Owner

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*Operatorcontrollerforrewardsv2Session) ReleaseTokensAndUpdateRewards

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) ReleaseTokensAndUpdateRewards(tokens []common.Address) (*types.Transaction, error)

ReleaseTokensAndUpdateRewards is a paid mutator transaction binding the contract method 0xa135a72c.

Solidity: function releaseTokensAndUpdateRewards(address[] tokens) returns()

func (*Operatorcontrollerforrewardsv2Session) RenounceOwnership

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*Operatorcontrollerforrewardsv2Session) TeamVesting

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) TeamVesting() (common.Address, error)

TeamVesting is a free data retrieval call binding the contract method 0x619f3d6c.

Solidity: function teamVesting() view returns(address)

func (*Operatorcontrollerforrewardsv2Session) TokenSplitter

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) TokenSplitter() (common.Address, error)

TokenSplitter is a free data retrieval call binding the contract method 0xa46074c3.

Solidity: function tokenSplitter() view returns(address)

func (*Operatorcontrollerforrewardsv2Session) TradingRewardsDistributor

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) TradingRewardsDistributor() (common.Address, error)

TradingRewardsDistributor is a free data retrieval call binding the contract method 0x2904e547.

Solidity: function tradingRewardsDistributor() view returns(address)

func (*Operatorcontrollerforrewardsv2Session) TransferOwnership

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Session) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type Operatorcontrollerforrewardsv2Transactor

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

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

func NewOperatorcontrollerforrewardsv2Transactor

func NewOperatorcontrollerforrewardsv2Transactor(address common.Address, transactor bind.ContractTransactor) (*Operatorcontrollerforrewardsv2Transactor, error)

NewOperatorcontrollerforrewardsv2Transactor creates a new write-only instance of Operatorcontrollerforrewardsv2, bound to a specific deployed contract.

func (*Operatorcontrollerforrewardsv2Transactor) ReleaseTokensAndUpdateRewards

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Transactor) ReleaseTokensAndUpdateRewards(opts *bind.TransactOpts, tokens []common.Address) (*types.Transaction, error)

ReleaseTokensAndUpdateRewards is a paid mutator transaction binding the contract method 0xa135a72c.

Solidity: function releaseTokensAndUpdateRewards(address[] tokens) returns()

func (*Operatorcontrollerforrewardsv2Transactor) RenounceOwnership

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Transactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*Operatorcontrollerforrewardsv2Transactor) TransferOwnership

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2Transactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type Operatorcontrollerforrewardsv2TransactorRaw

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

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

func (*Operatorcontrollerforrewardsv2TransactorRaw) Transact

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

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

func (*Operatorcontrollerforrewardsv2TransactorRaw) Transfer

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2TransactorRaw) 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 Operatorcontrollerforrewardsv2TransactorSession

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

Operatorcontrollerforrewardsv2TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*Operatorcontrollerforrewardsv2TransactorSession) ReleaseTokensAndUpdateRewards

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2TransactorSession) ReleaseTokensAndUpdateRewards(tokens []common.Address) (*types.Transaction, error)

ReleaseTokensAndUpdateRewards is a paid mutator transaction binding the contract method 0xa135a72c.

Solidity: function releaseTokensAndUpdateRewards(address[] tokens) returns()

func (*Operatorcontrollerforrewardsv2TransactorSession) RenounceOwnership

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2TransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*Operatorcontrollerforrewardsv2TransactorSession) TransferOwnership

func (_Operatorcontrollerforrewardsv2 *Operatorcontrollerforrewardsv2TransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL