lumerintoken

package
v0.0.0-...-2515fb6 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LumerinTokenABI = LumerinTokenMetaData.ABI

LumerinTokenABI is the input ABI used to generate the binding from. Deprecated: Use LumerinTokenMetaData.ABI instead.

View Source
var LumerinTokenMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name_\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol_\",\"type\":\"string\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"INITIAL_SUPPLUY\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

LumerinTokenMetaData contains all meta data concerning the LumerinToken contract.

Functions

This section is empty.

Types

type LumerinToken

type LumerinToken struct {
	LumerinTokenCaller     // Read-only binding to the contract
	LumerinTokenTransactor // Write-only binding to the contract
	LumerinTokenFilterer   // Log filterer for contract events
}

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

func NewLumerinToken

func NewLumerinToken(address common.Address, backend bind.ContractBackend) (*LumerinToken, error)

NewLumerinToken creates a new instance of LumerinToken, bound to a specific deployed contract.

type LumerinTokenApproval

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

LumerinTokenApproval represents a Approval event raised by the LumerinToken contract.

type LumerinTokenApprovalIterator

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

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

func (*LumerinTokenApprovalIterator) Close

func (it *LumerinTokenApprovalIterator) Close() error

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

func (*LumerinTokenApprovalIterator) Error

func (it *LumerinTokenApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*LumerinTokenApprovalIterator) 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 LumerinTokenCaller

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

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

func NewLumerinTokenCaller

func NewLumerinTokenCaller(address common.Address, caller bind.ContractCaller) (*LumerinTokenCaller, error)

NewLumerinTokenCaller creates a new read-only instance of LumerinToken, bound to a specific deployed contract.

func (*LumerinTokenCaller) Allowance

func (_LumerinToken *LumerinTokenCaller) 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)

func (*LumerinTokenCaller) BalanceOf

func (_LumerinToken *LumerinTokenCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)

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

Solidity: function balanceOf(address account) view returns(uint256)

func (*LumerinTokenCaller) Decimals

func (_LumerinToken *LumerinTokenCaller) Decimals(opts *bind.CallOpts) (uint8, error)

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

Solidity: function decimals() pure returns(uint8)

func (*LumerinTokenCaller) INITIALSUPPLUY

func (_LumerinToken *LumerinTokenCaller) INITIALSUPPLUY(opts *bind.CallOpts) (*big.Int, error)

INITIALSUPPLUY is a free data retrieval call binding the contract method 0x5ce0b492.

Solidity: function INITIAL_SUPPLUY() view returns(uint256)

func (*LumerinTokenCaller) Name

func (_LumerinToken *LumerinTokenCaller) 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 (*LumerinTokenCaller) Symbol

func (_LumerinToken *LumerinTokenCaller) 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 (*LumerinTokenCaller) TotalSupply

func (_LumerinToken *LumerinTokenCaller) 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 LumerinTokenCallerRaw

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

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

func (*LumerinTokenCallerRaw) Call

func (_LumerinToken *LumerinTokenCallerRaw) 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 LumerinTokenCallerSession

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

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

func (*LumerinTokenCallerSession) Allowance

func (_LumerinToken *LumerinTokenCallerSession) 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)

func (*LumerinTokenCallerSession) BalanceOf

func (_LumerinToken *LumerinTokenCallerSession) BalanceOf(account common.Address) (*big.Int, error)

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

Solidity: function balanceOf(address account) view returns(uint256)

func (*LumerinTokenCallerSession) Decimals

func (_LumerinToken *LumerinTokenCallerSession) Decimals() (uint8, error)

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

Solidity: function decimals() pure returns(uint8)

func (*LumerinTokenCallerSession) INITIALSUPPLUY

func (_LumerinToken *LumerinTokenCallerSession) INITIALSUPPLUY() (*big.Int, error)

INITIALSUPPLUY is a free data retrieval call binding the contract method 0x5ce0b492.

Solidity: function INITIAL_SUPPLUY() view returns(uint256)

func (*LumerinTokenCallerSession) Name

func (_LumerinToken *LumerinTokenCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*LumerinTokenCallerSession) Symbol

func (_LumerinToken *LumerinTokenCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*LumerinTokenCallerSession) TotalSupply

func (_LumerinToken *LumerinTokenCallerSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

type LumerinTokenFilterer

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

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

func NewLumerinTokenFilterer

func NewLumerinTokenFilterer(address common.Address, filterer bind.ContractFilterer) (*LumerinTokenFilterer, error)

NewLumerinTokenFilterer creates a new log filterer instance of LumerinToken, bound to a specific deployed contract.

func (*LumerinTokenFilterer) FilterApproval

func (_LumerinToken *LumerinTokenFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*LumerinTokenApprovalIterator, 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 (*LumerinTokenFilterer) FilterTransfer

func (_LumerinToken *LumerinTokenFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*LumerinTokenTransferIterator, 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 (*LumerinTokenFilterer) ParseApproval

func (_LumerinToken *LumerinTokenFilterer) ParseApproval(log types.Log) (*LumerinTokenApproval, error)

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

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

func (*LumerinTokenFilterer) ParseTransfer

func (_LumerinToken *LumerinTokenFilterer) ParseTransfer(log types.Log) (*LumerinTokenTransfer, error)

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

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

func (*LumerinTokenFilterer) WatchApproval

func (_LumerinToken *LumerinTokenFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *LumerinTokenApproval, 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 (*LumerinTokenFilterer) WatchTransfer

func (_LumerinToken *LumerinTokenFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *LumerinTokenTransfer, 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 LumerinTokenRaw

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

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

func (*LumerinTokenRaw) Call

func (_LumerinToken *LumerinTokenRaw) 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 (*LumerinTokenRaw) Transact

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

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

func (*LumerinTokenRaw) Transfer

func (_LumerinToken *LumerinTokenRaw) 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 LumerinTokenSession

type LumerinTokenSession struct {
	Contract     *LumerinToken     // 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
}

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

func (*LumerinTokenSession) Allowance

func (_LumerinToken *LumerinTokenSession) 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)

func (*LumerinTokenSession) Approve

func (_LumerinToken *LumerinTokenSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*LumerinTokenSession) BalanceOf

func (_LumerinToken *LumerinTokenSession) BalanceOf(account common.Address) (*big.Int, error)

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

Solidity: function balanceOf(address account) view returns(uint256)

func (*LumerinTokenSession) Decimals

func (_LumerinToken *LumerinTokenSession) Decimals() (uint8, error)

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

Solidity: function decimals() pure returns(uint8)

func (*LumerinTokenSession) DecreaseAllowance

func (_LumerinToken *LumerinTokenSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)

DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.

Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)

func (*LumerinTokenSession) INITIALSUPPLUY

func (_LumerinToken *LumerinTokenSession) INITIALSUPPLUY() (*big.Int, error)

INITIALSUPPLUY is a free data retrieval call binding the contract method 0x5ce0b492.

Solidity: function INITIAL_SUPPLUY() view returns(uint256)

func (*LumerinTokenSession) IncreaseAllowance

func (_LumerinToken *LumerinTokenSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)

IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.

Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)

func (*LumerinTokenSession) Name

func (_LumerinToken *LumerinTokenSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*LumerinTokenSession) Symbol

func (_LumerinToken *LumerinTokenSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*LumerinTokenSession) TotalSupply

func (_LumerinToken *LumerinTokenSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

func (*LumerinTokenSession) Transfer

func (_LumerinToken *LumerinTokenSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function transfer(address to, uint256 amount) returns(bool)

func (*LumerinTokenSession) TransferFrom

func (_LumerinToken *LumerinTokenSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)

type LumerinTokenTransactor

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

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

func NewLumerinTokenTransactor

func NewLumerinTokenTransactor(address common.Address, transactor bind.ContractTransactor) (*LumerinTokenTransactor, error)

NewLumerinTokenTransactor creates a new write-only instance of LumerinToken, bound to a specific deployed contract.

func (*LumerinTokenTransactor) Approve

func (_LumerinToken *LumerinTokenTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*LumerinTokenTransactor) DecreaseAllowance

func (_LumerinToken *LumerinTokenTransactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)

DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.

Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)

func (*LumerinTokenTransactor) IncreaseAllowance

func (_LumerinToken *LumerinTokenTransactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)

IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.

Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)

func (*LumerinTokenTransactor) Transfer

func (_LumerinToken *LumerinTokenTransactor) Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function transfer(address to, uint256 amount) returns(bool)

func (*LumerinTokenTransactor) TransferFrom

func (_LumerinToken *LumerinTokenTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)

type LumerinTokenTransactorRaw

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

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

func (*LumerinTokenTransactorRaw) Transact

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

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

func (*LumerinTokenTransactorRaw) Transfer

func (_LumerinToken *LumerinTokenTransactorRaw) 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 LumerinTokenTransactorSession

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

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

func (*LumerinTokenTransactorSession) Approve

func (_LumerinToken *LumerinTokenTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*LumerinTokenTransactorSession) DecreaseAllowance

func (_LumerinToken *LumerinTokenTransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)

DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.

Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)

func (*LumerinTokenTransactorSession) IncreaseAllowance

func (_LumerinToken *LumerinTokenTransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)

IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.

Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)

func (*LumerinTokenTransactorSession) Transfer

func (_LumerinToken *LumerinTokenTransactorSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function transfer(address to, uint256 amount) returns(bool)

func (*LumerinTokenTransactorSession) TransferFrom

func (_LumerinToken *LumerinTokenTransactorSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)

type LumerinTokenTransfer

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

LumerinTokenTransfer represents a Transfer event raised by the LumerinToken contract.

type LumerinTokenTransferIterator

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

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

func (*LumerinTokenTransferIterator) Close

func (it *LumerinTokenTransferIterator) Close() error

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

func (*LumerinTokenTransferIterator) Error

func (it *LumerinTokenTransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

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