balancertoken

package
v0.0.0-...-3beb7e2 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2022 License: GPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const BalancertokenABI = "" /* 4083-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type Balancertoken

type Balancertoken struct {
	BalancertokenCaller     // Read-only binding to the contract
	BalancertokenTransactor // Write-only binding to the contract
	BalancertokenFilterer   // Log filterer for contract events
}

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

func NewBalancertoken

func NewBalancertoken(address common.Address, backend bind.ContractBackend) (*Balancertoken, error)

NewBalancertoken creates a new instance of Balancertoken, bound to a specific deployed contract.

type BalancertokenApproval

type BalancertokenApproval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

BalancertokenApproval represents a Approval event raised by the Balancertoken contract.

type BalancertokenApprovalIterator

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

BalancertokenApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Balancertoken contract.

func (*BalancertokenApprovalIterator) Close

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

func (*BalancertokenApprovalIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BalancertokenApprovalIterator) 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 BalancertokenCaller

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

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

func NewBalancertokenCaller

func NewBalancertokenCaller(address common.Address, caller bind.ContractCaller) (*BalancertokenCaller, error)

NewBalancertokenCaller creates a new read-only instance of Balancertoken, bound to a specific deployed contract.

func (*BalancertokenCaller) Allowance

func (_Balancertoken *BalancertokenCaller) Allowance(opts *bind.CallOpts, _owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address _owner, address _spender) view returns(uint256 remaining)

func (*BalancertokenCaller) BalanceOf

func (_Balancertoken *BalancertokenCaller) BalanceOf(opts *bind.CallOpts, _owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address _owner) view returns(uint256 balance)

func (*BalancertokenCaller) Decimals

func (_Balancertoken *BalancertokenCaller) Decimals(opts *bind.CallOpts) (*big.Int, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint256)

func (*BalancertokenCaller) InitialSupply

func (_Balancertoken *BalancertokenCaller) InitialSupply(opts *bind.CallOpts) (*big.Int, error)

InitialSupply is a free data retrieval call binding the contract method 0x378dc3dc.

Solidity: function initialSupply() view returns(uint256)

func (*BalancertokenCaller) MintingFinished

func (_Balancertoken *BalancertokenCaller) MintingFinished(opts *bind.CallOpts) (bool, error)

MintingFinished is a free data retrieval call binding the contract method 0x05d2035b.

Solidity: function mintingFinished() view returns(bool)

func (*BalancertokenCaller) Name

func (_Balancertoken *BalancertokenCaller) Name(opts *bind.CallOpts) (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*BalancertokenCaller) Owner

func (_Balancertoken *BalancertokenCaller) 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 (*BalancertokenCaller) Symbol

func (_Balancertoken *BalancertokenCaller) Symbol(opts *bind.CallOpts) (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string)

func (*BalancertokenCaller) TotalSupply

func (_Balancertoken *BalancertokenCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

type BalancertokenCallerRaw

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

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

func (*BalancertokenCallerRaw) Call

func (_Balancertoken *BalancertokenCallerRaw) 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 BalancertokenCallerSession

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

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

func (*BalancertokenCallerSession) Allowance

func (_Balancertoken *BalancertokenCallerSession) Allowance(_owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address _owner, address _spender) view returns(uint256 remaining)

func (*BalancertokenCallerSession) BalanceOf

func (_Balancertoken *BalancertokenCallerSession) BalanceOf(_owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address _owner) view returns(uint256 balance)

func (*BalancertokenCallerSession) Decimals

func (_Balancertoken *BalancertokenCallerSession) Decimals() (*big.Int, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint256)

func (*BalancertokenCallerSession) InitialSupply

func (_Balancertoken *BalancertokenCallerSession) InitialSupply() (*big.Int, error)

InitialSupply is a free data retrieval call binding the contract method 0x378dc3dc.

Solidity: function initialSupply() view returns(uint256)

func (*BalancertokenCallerSession) MintingFinished

func (_Balancertoken *BalancertokenCallerSession) MintingFinished() (bool, error)

MintingFinished is a free data retrieval call binding the contract method 0x05d2035b.

Solidity: function mintingFinished() view returns(bool)

func (*BalancertokenCallerSession) Name

func (_Balancertoken *BalancertokenCallerSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*BalancertokenCallerSession) Owner

func (_Balancertoken *BalancertokenCallerSession) Owner() (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BalancertokenCallerSession) Symbol

func (_Balancertoken *BalancertokenCallerSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string)

func (*BalancertokenCallerSession) TotalSupply

func (_Balancertoken *BalancertokenCallerSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

type BalancertokenFilterer

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

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

func NewBalancertokenFilterer

func NewBalancertokenFilterer(address common.Address, filterer bind.ContractFilterer) (*BalancertokenFilterer, error)

NewBalancertokenFilterer creates a new log filterer instance of Balancertoken, bound to a specific deployed contract.

func (*BalancertokenFilterer) FilterApproval

func (_Balancertoken *BalancertokenFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*BalancertokenApprovalIterator, error)

FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*BalancertokenFilterer) FilterMint

func (_Balancertoken *BalancertokenFilterer) FilterMint(opts *bind.FilterOpts, to []common.Address) (*BalancertokenMintIterator, error)

FilterMint is a free log retrieval operation binding the contract event 0x0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d4121396885.

Solidity: event Mint(address indexed to, uint256 amount)

func (*BalancertokenFilterer) FilterMintFinished

func (_Balancertoken *BalancertokenFilterer) FilterMintFinished(opts *bind.FilterOpts) (*BalancertokenMintFinishedIterator, error)

FilterMintFinished is a free log retrieval operation binding the contract event 0xae5184fba832cb2b1f702aca6117b8d265eaf03ad33eb133f19dde0f5920fa08.

Solidity: event MintFinished()

func (*BalancertokenFilterer) FilterTransfer

func (_Balancertoken *BalancertokenFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*BalancertokenTransferIterator, error)

FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

func (*BalancertokenFilterer) ParseApproval

func (_Balancertoken *BalancertokenFilterer) ParseApproval(log types.Log) (*BalancertokenApproval, error)

ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*BalancertokenFilterer) ParseMint

func (_Balancertoken *BalancertokenFilterer) ParseMint(log types.Log) (*BalancertokenMint, error)

ParseMint is a log parse operation binding the contract event 0x0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d4121396885.

Solidity: event Mint(address indexed to, uint256 amount)

func (*BalancertokenFilterer) ParseMintFinished

func (_Balancertoken *BalancertokenFilterer) ParseMintFinished(log types.Log) (*BalancertokenMintFinished, error)

ParseMintFinished is a log parse operation binding the contract event 0xae5184fba832cb2b1f702aca6117b8d265eaf03ad33eb133f19dde0f5920fa08.

Solidity: event MintFinished()

func (*BalancertokenFilterer) ParseTransfer

func (_Balancertoken *BalancertokenFilterer) ParseTransfer(log types.Log) (*BalancertokenTransfer, error)

ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

func (*BalancertokenFilterer) WatchApproval

func (_Balancertoken *BalancertokenFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *BalancertokenApproval, owner []common.Address, spender []common.Address) (event.Subscription, error)

WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*BalancertokenFilterer) WatchMint

func (_Balancertoken *BalancertokenFilterer) WatchMint(opts *bind.WatchOpts, sink chan<- *BalancertokenMint, to []common.Address) (event.Subscription, error)

WatchMint is a free log subscription operation binding the contract event 0x0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d4121396885.

Solidity: event Mint(address indexed to, uint256 amount)

func (*BalancertokenFilterer) WatchMintFinished

func (_Balancertoken *BalancertokenFilterer) WatchMintFinished(opts *bind.WatchOpts, sink chan<- *BalancertokenMintFinished) (event.Subscription, error)

WatchMintFinished is a free log subscription operation binding the contract event 0xae5184fba832cb2b1f702aca6117b8d265eaf03ad33eb133f19dde0f5920fa08.

Solidity: event MintFinished()

func (*BalancertokenFilterer) WatchTransfer

func (_Balancertoken *BalancertokenFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *BalancertokenTransfer, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

type BalancertokenMint

type BalancertokenMint struct {
	To     common.Address
	Amount *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

BalancertokenMint represents a Mint event raised by the Balancertoken contract.

type BalancertokenMintFinished

type BalancertokenMintFinished struct {
	Raw types.Log // Blockchain specific contextual infos
}

BalancertokenMintFinished represents a MintFinished event raised by the Balancertoken contract.

type BalancertokenMintFinishedIterator

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

BalancertokenMintFinishedIterator is returned from FilterMintFinished and is used to iterate over the raw logs and unpacked data for MintFinished events raised by the Balancertoken contract.

func (*BalancertokenMintFinishedIterator) Close

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

func (*BalancertokenMintFinishedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BalancertokenMintFinishedIterator) 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 BalancertokenMintIterator

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

BalancertokenMintIterator is returned from FilterMint and is used to iterate over the raw logs and unpacked data for Mint events raised by the Balancertoken contract.

func (*BalancertokenMintIterator) Close

func (it *BalancertokenMintIterator) Close() error

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

func (*BalancertokenMintIterator) Error

func (it *BalancertokenMintIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*BalancertokenMintIterator) Next

func (it *BalancertokenMintIterator) Next() bool

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 BalancertokenRaw

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

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

func (*BalancertokenRaw) Call

func (_Balancertoken *BalancertokenRaw) 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 (*BalancertokenRaw) Transact

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

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

func (*BalancertokenRaw) Transfer

func (_Balancertoken *BalancertokenRaw) 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 BalancertokenSession

type BalancertokenSession struct {
	Contract     *Balancertoken    // 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
}

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

func (*BalancertokenSession) Allowance

func (_Balancertoken *BalancertokenSession) Allowance(_owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address _owner, address _spender) view returns(uint256 remaining)

func (*BalancertokenSession) Approve

func (_Balancertoken *BalancertokenSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address _spender, uint256 _value) returns(bool)

func (*BalancertokenSession) BalanceOf

func (_Balancertoken *BalancertokenSession) BalanceOf(_owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address _owner) view returns(uint256 balance)

func (*BalancertokenSession) Decimals

func (_Balancertoken *BalancertokenSession) Decimals() (*big.Int, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint256)

func (*BalancertokenSession) FinishMinting

func (_Balancertoken *BalancertokenSession) FinishMinting() (*types.Transaction, error)

FinishMinting is a paid mutator transaction binding the contract method 0x7d64bcb4.

Solidity: function finishMinting() returns(bool)

func (*BalancertokenSession) InitialSupply

func (_Balancertoken *BalancertokenSession) InitialSupply() (*big.Int, error)

InitialSupply is a free data retrieval call binding the contract method 0x378dc3dc.

Solidity: function initialSupply() view returns(uint256)

func (*BalancertokenSession) Mint

func (_Balancertoken *BalancertokenSession) Mint(_to common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address _to, uint256 _amount) returns(bool)

func (*BalancertokenSession) MintingFinished

func (_Balancertoken *BalancertokenSession) MintingFinished() (bool, error)

MintingFinished is a free data retrieval call binding the contract method 0x05d2035b.

Solidity: function mintingFinished() view returns(bool)

func (*BalancertokenSession) Name

func (_Balancertoken *BalancertokenSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*BalancertokenSession) Owner

func (_Balancertoken *BalancertokenSession) Owner() (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BalancertokenSession) Symbol

func (_Balancertoken *BalancertokenSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string)

func (*BalancertokenSession) TotalSupply

func (_Balancertoken *BalancertokenSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*BalancertokenSession) Transfer

func (_Balancertoken *BalancertokenSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address _to, uint256 _value) returns(bool)

func (*BalancertokenSession) TransferFrom

func (_Balancertoken *BalancertokenSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address _from, address _to, uint256 _value) returns(bool)

func (*BalancertokenSession) TransferOwnership

func (_Balancertoken *BalancertokenSession) 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 BalancertokenTransactor

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

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

func NewBalancertokenTransactor

func NewBalancertokenTransactor(address common.Address, transactor bind.ContractTransactor) (*BalancertokenTransactor, error)

NewBalancertokenTransactor creates a new write-only instance of Balancertoken, bound to a specific deployed contract.

func (*BalancertokenTransactor) Approve

func (_Balancertoken *BalancertokenTransactor) Approve(opts *bind.TransactOpts, _spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address _spender, uint256 _value) returns(bool)

func (*BalancertokenTransactor) FinishMinting

func (_Balancertoken *BalancertokenTransactor) FinishMinting(opts *bind.TransactOpts) (*types.Transaction, error)

FinishMinting is a paid mutator transaction binding the contract method 0x7d64bcb4.

Solidity: function finishMinting() returns(bool)

func (*BalancertokenTransactor) Mint

func (_Balancertoken *BalancertokenTransactor) Mint(opts *bind.TransactOpts, _to common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address _to, uint256 _amount) returns(bool)

func (*BalancertokenTransactor) Transfer

func (_Balancertoken *BalancertokenTransactor) Transfer(opts *bind.TransactOpts, _to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address _to, uint256 _value) returns(bool)

func (*BalancertokenTransactor) TransferFrom

func (_Balancertoken *BalancertokenTransactor) TransferFrom(opts *bind.TransactOpts, _from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address _from, address _to, uint256 _value) returns(bool)

func (*BalancertokenTransactor) TransferOwnership

func (_Balancertoken *BalancertokenTransactor) 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 BalancertokenTransactorRaw

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

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

func (*BalancertokenTransactorRaw) Transact

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

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

func (*BalancertokenTransactorRaw) Transfer

func (_Balancertoken *BalancertokenTransactorRaw) 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 BalancertokenTransactorSession

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

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

func (*BalancertokenTransactorSession) Approve

func (_Balancertoken *BalancertokenTransactorSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address _spender, uint256 _value) returns(bool)

func (*BalancertokenTransactorSession) FinishMinting

func (_Balancertoken *BalancertokenTransactorSession) FinishMinting() (*types.Transaction, error)

FinishMinting is a paid mutator transaction binding the contract method 0x7d64bcb4.

Solidity: function finishMinting() returns(bool)

func (*BalancertokenTransactorSession) Mint

func (_Balancertoken *BalancertokenTransactorSession) Mint(_to common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address _to, uint256 _amount) returns(bool)

func (*BalancertokenTransactorSession) Transfer

func (_Balancertoken *BalancertokenTransactorSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address _to, uint256 _value) returns(bool)

func (*BalancertokenTransactorSession) TransferFrom

func (_Balancertoken *BalancertokenTransactorSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address _from, address _to, uint256 _value) returns(bool)

func (*BalancertokenTransactorSession) TransferOwnership

func (_Balancertoken *BalancertokenTransactorSession) 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 BalancertokenTransfer

type BalancertokenTransfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

BalancertokenTransfer represents a Transfer event raised by the Balancertoken contract.

type BalancertokenTransferIterator

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

BalancertokenTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Balancertoken contract.

func (*BalancertokenTransferIterator) Close

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

func (*BalancertokenTransferIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BalancertokenTransferIterator) 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.

Jump to

Keyboard shortcuts

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