erc20tradable

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const Erc20tradableABI = "" /* 5098-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type Erc20tradable

type Erc20tradable struct {
	Erc20tradableCaller     // Read-only binding to the contract
	Erc20tradableTransactor // Write-only binding to the contract
	Erc20tradableFilterer   // Log filterer for contract events
}

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

func NewErc20tradable

func NewErc20tradable(address common.Address, backend bind.ContractBackend) (*Erc20tradable, error)

NewErc20tradable creates a new instance of Erc20tradable, bound to a specific deployed contract.

type Erc20tradableApproval

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

Erc20tradableApproval represents a Approval event raised by the Erc20tradable contract.

type Erc20tradableApprovalIterator

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

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

func (*Erc20tradableApprovalIterator) Close

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

func (*Erc20tradableApprovalIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

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

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

func NewErc20tradableCaller

func NewErc20tradableCaller(address common.Address, caller bind.ContractCaller) (*Erc20tradableCaller, error)

NewErc20tradableCaller creates a new read-only instance of Erc20tradable, bound to a specific deployed contract.

func (*Erc20tradableCaller) Allowance

func (_Erc20tradable *Erc20tradableCaller) 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 (*Erc20tradableCaller) BalanceOf

func (_Erc20tradable *Erc20tradableCaller) 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 (*Erc20tradableCaller) Decimals

func (_Erc20tradable *Erc20tradableCaller) Decimals(opts *bind.CallOpts) (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*Erc20tradableCaller) Name

func (_Erc20tradable *Erc20tradableCaller) 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 (*Erc20tradableCaller) Owner

func (_Erc20tradable *Erc20tradableCaller) 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 (*Erc20tradableCaller) Symbol

func (_Erc20tradable *Erc20tradableCaller) 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 (*Erc20tradableCaller) TotalSupply

func (_Erc20tradable *Erc20tradableCaller) 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 Erc20tradableCallerRaw

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

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

func (*Erc20tradableCallerRaw) Call

func (_Erc20tradable *Erc20tradableCallerRaw) 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 Erc20tradableCallerSession

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

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

func (*Erc20tradableCallerSession) Allowance

func (_Erc20tradable *Erc20tradableCallerSession) 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 (*Erc20tradableCallerSession) BalanceOf

func (_Erc20tradable *Erc20tradableCallerSession) 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 (*Erc20tradableCallerSession) Decimals

func (_Erc20tradable *Erc20tradableCallerSession) Decimals() (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*Erc20tradableCallerSession) Name

func (_Erc20tradable *Erc20tradableCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*Erc20tradableCallerSession) Owner

func (_Erc20tradable *Erc20tradableCallerSession) Owner() (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*Erc20tradableCallerSession) Symbol

func (_Erc20tradable *Erc20tradableCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*Erc20tradableCallerSession) TotalSupply

func (_Erc20tradable *Erc20tradableCallerSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

type Erc20tradableFilterer

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

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

func NewErc20tradableFilterer

func NewErc20tradableFilterer(address common.Address, filterer bind.ContractFilterer) (*Erc20tradableFilterer, error)

NewErc20tradableFilterer creates a new log filterer instance of Erc20tradable, bound to a specific deployed contract.

func (*Erc20tradableFilterer) FilterApproval

func (_Erc20tradable *Erc20tradableFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*Erc20tradableApprovalIterator, 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 (*Erc20tradableFilterer) FilterOwnershipTransferred

func (_Erc20tradable *Erc20tradableFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*Erc20tradableOwnershipTransferredIterator, error)

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

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

func (*Erc20tradableFilterer) FilterTransfer

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

func (_Erc20tradable *Erc20tradableFilterer) ParseApproval(log types.Log) (*Erc20tradableApproval, error)

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

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

func (*Erc20tradableFilterer) ParseOwnershipTransferred

func (_Erc20tradable *Erc20tradableFilterer) ParseOwnershipTransferred(log types.Log) (*Erc20tradableOwnershipTransferred, error)

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

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

func (*Erc20tradableFilterer) ParseTransfer

func (_Erc20tradable *Erc20tradableFilterer) ParseTransfer(log types.Log) (*Erc20tradableTransfer, error)

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

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

func (*Erc20tradableFilterer) WatchApproval

func (_Erc20tradable *Erc20tradableFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Erc20tradableApproval, 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 (*Erc20tradableFilterer) WatchOwnershipTransferred

func (_Erc20tradable *Erc20tradableFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *Erc20tradableOwnershipTransferred, 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)

func (*Erc20tradableFilterer) WatchTransfer

func (_Erc20tradable *Erc20tradableFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Erc20tradableTransfer, 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 Erc20tradableOwnershipTransferred

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

Erc20tradableOwnershipTransferred represents a OwnershipTransferred event raised by the Erc20tradable contract.

type Erc20tradableOwnershipTransferredIterator

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

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

func (*Erc20tradableOwnershipTransferredIterator) Close

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

func (*Erc20tradableOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

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

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

func (*Erc20tradableRaw) Call

func (_Erc20tradable *Erc20tradableRaw) 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 (*Erc20tradableRaw) Transact

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

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

func (*Erc20tradableRaw) Transfer

func (_Erc20tradable *Erc20tradableRaw) 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 Erc20tradableSession

type Erc20tradableSession struct {
	Contract     *Erc20tradable    // 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
}

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

func (*Erc20tradableSession) Allowance

func (_Erc20tradable *Erc20tradableSession) 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 (*Erc20tradableSession) Approve

func (_Erc20tradable *Erc20tradableSession) 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 (*Erc20tradableSession) BalanceOf

func (_Erc20tradable *Erc20tradableSession) 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 (*Erc20tradableSession) Burn

func (_Erc20tradable *Erc20tradableSession) Burn(account common.Address, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address account, uint256 amount) returns()

func (*Erc20tradableSession) Decimals

func (_Erc20tradable *Erc20tradableSession) Decimals() (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*Erc20tradableSession) DecreaseAllowance

func (_Erc20tradable *Erc20tradableSession) 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 (*Erc20tradableSession) IncreaseAllowance

func (_Erc20tradable *Erc20tradableSession) 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 (*Erc20tradableSession) Mint

func (_Erc20tradable *Erc20tradableSession) Mint(account common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function mint(address account, uint256 amount) returns()

func (*Erc20tradableSession) Name

func (_Erc20tradable *Erc20tradableSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*Erc20tradableSession) Owner

func (_Erc20tradable *Erc20tradableSession) Owner() (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*Erc20tradableSession) RenounceOwnership

func (_Erc20tradable *Erc20tradableSession) RenounceOwnership() (*types.Transaction, error)

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

Solidity: function renounceOwnership() returns()

func (*Erc20tradableSession) Symbol

func (_Erc20tradable *Erc20tradableSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*Erc20tradableSession) TotalSupply

func (_Erc20tradable *Erc20tradableSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

func (*Erc20tradableSession) Transfer

func (_Erc20tradable *Erc20tradableSession) 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 (*Erc20tradableSession) TransferFrom

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

func (*Erc20tradableSession) TransferOwnership

func (_Erc20tradable *Erc20tradableSession) 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 Erc20tradableTransactor

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

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

func NewErc20tradableTransactor

func NewErc20tradableTransactor(address common.Address, transactor bind.ContractTransactor) (*Erc20tradableTransactor, error)

NewErc20tradableTransactor creates a new write-only instance of Erc20tradable, bound to a specific deployed contract.

func (*Erc20tradableTransactor) Approve

func (_Erc20tradable *Erc20tradableTransactor) 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 (*Erc20tradableTransactor) Burn

func (_Erc20tradable *Erc20tradableTransactor) Burn(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address account, uint256 amount) returns()

func (*Erc20tradableTransactor) DecreaseAllowance

func (_Erc20tradable *Erc20tradableTransactor) 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 (*Erc20tradableTransactor) IncreaseAllowance

func (_Erc20tradable *Erc20tradableTransactor) 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 (*Erc20tradableTransactor) Mint

func (_Erc20tradable *Erc20tradableTransactor) Mint(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function mint(address account, uint256 amount) returns()

func (*Erc20tradableTransactor) RenounceOwnership

func (_Erc20tradable *Erc20tradableTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

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

Solidity: function renounceOwnership() returns()

func (*Erc20tradableTransactor) Transfer

func (_Erc20tradable *Erc20tradableTransactor) 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 (*Erc20tradableTransactor) TransferFrom

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

func (*Erc20tradableTransactor) TransferOwnership

func (_Erc20tradable *Erc20tradableTransactor) 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 Erc20tradableTransactorRaw

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

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

func (*Erc20tradableTransactorRaw) Transact

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

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

func (*Erc20tradableTransactorRaw) Transfer

func (_Erc20tradable *Erc20tradableTransactorRaw) 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 Erc20tradableTransactorSession

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

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

func (*Erc20tradableTransactorSession) Approve

func (_Erc20tradable *Erc20tradableTransactorSession) 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 (*Erc20tradableTransactorSession) Burn

func (_Erc20tradable *Erc20tradableTransactorSession) Burn(account common.Address, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address account, uint256 amount) returns()

func (*Erc20tradableTransactorSession) DecreaseAllowance

func (_Erc20tradable *Erc20tradableTransactorSession) 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 (*Erc20tradableTransactorSession) IncreaseAllowance

func (_Erc20tradable *Erc20tradableTransactorSession) 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 (*Erc20tradableTransactorSession) Mint

func (_Erc20tradable *Erc20tradableTransactorSession) Mint(account common.Address, amount *big.Int) (*types.Transaction, error)

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

Solidity: function mint(address account, uint256 amount) returns()

func (*Erc20tradableTransactorSession) RenounceOwnership

func (_Erc20tradable *Erc20tradableTransactorSession) RenounceOwnership() (*types.Transaction, error)

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

Solidity: function renounceOwnership() returns()

func (*Erc20tradableTransactorSession) Transfer

func (_Erc20tradable *Erc20tradableTransactorSession) 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 (*Erc20tradableTransactorSession) TransferFrom

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

func (*Erc20tradableTransactorSession) TransferOwnership

func (_Erc20tradable *Erc20tradableTransactorSession) 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 Erc20tradableTransfer

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

Erc20tradableTransfer represents a Transfer event raised by the Erc20tradable contract.

type Erc20tradableTransferIterator

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

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

func (*Erc20tradableTransferIterator) Close

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

func (*Erc20tradableTransferIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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