erc20byte32

package
v0.1.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const Ierc20byte32ABI = "" /* 2902-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type Ierc20byte32

type Ierc20byte32 struct {
	Ierc20byte32Caller     // Read-only binding to the contract
	Ierc20byte32Transactor // Write-only binding to the contract
	Ierc20byte32Filterer   // Log filterer for contract events
}

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

func NewIerc20byte32

func NewIerc20byte32(address common.Address, backend bind.ContractBackend) (*Ierc20byte32, error)

NewIerc20byte32 creates a new instance of Ierc20byte32, bound to a specific deployed contract.

type Ierc20byte32Approval

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

Ierc20byte32Approval represents a Approval event raised by the Ierc20byte32 contract.

type Ierc20byte32ApprovalIterator

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

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

func (*Ierc20byte32ApprovalIterator) Close

func (it *Ierc20byte32ApprovalIterator) Close() error

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

func (*Ierc20byte32ApprovalIterator) Error

func (it *Ierc20byte32ApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

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

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

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

func NewIerc20byte32Caller

func NewIerc20byte32Caller(address common.Address, caller bind.ContractCaller) (*Ierc20byte32Caller, error)

NewIerc20byte32Caller creates a new read-only instance of Ierc20byte32, bound to a specific deployed contract.

func (*Ierc20byte32Caller) Allowance

func (_Ierc20byte32 *Ierc20byte32Caller) 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 (*Ierc20byte32Caller) BalanceOf

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

func (*Ierc20byte32Caller) Decimals

func (_Ierc20byte32 *Ierc20byte32Caller) 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 (*Ierc20byte32Caller) Name

func (_Ierc20byte32 *Ierc20byte32Caller) Name(opts *bind.CallOpts) ([32]byte, error)

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

Solidity: function name() view returns(bytes32)

func (*Ierc20byte32Caller) Symbol

func (_Ierc20byte32 *Ierc20byte32Caller) Symbol(opts *bind.CallOpts) ([32]byte, error)

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

Solidity: function symbol() view returns(bytes32)

func (*Ierc20byte32Caller) TotalSupply

func (_Ierc20byte32 *Ierc20byte32Caller) 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 Ierc20byte32CallerRaw

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

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

func (*Ierc20byte32CallerRaw) Call

func (_Ierc20byte32 *Ierc20byte32CallerRaw) 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 Ierc20byte32CallerSession

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

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

func (*Ierc20byte32CallerSession) Allowance

func (_Ierc20byte32 *Ierc20byte32CallerSession) 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 (*Ierc20byte32CallerSession) BalanceOf

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

func (*Ierc20byte32CallerSession) Decimals

func (_Ierc20byte32 *Ierc20byte32CallerSession) Decimals() (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*Ierc20byte32CallerSession) Name

func (_Ierc20byte32 *Ierc20byte32CallerSession) Name() ([32]byte, error)

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

Solidity: function name() view returns(bytes32)

func (*Ierc20byte32CallerSession) Symbol

func (_Ierc20byte32 *Ierc20byte32CallerSession) Symbol() ([32]byte, error)

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

Solidity: function symbol() view returns(bytes32)

func (*Ierc20byte32CallerSession) TotalSupply

func (_Ierc20byte32 *Ierc20byte32CallerSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

type Ierc20byte32Filterer

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

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

func NewIerc20byte32Filterer

func NewIerc20byte32Filterer(address common.Address, filterer bind.ContractFilterer) (*Ierc20byte32Filterer, error)

NewIerc20byte32Filterer creates a new log filterer instance of Ierc20byte32, bound to a specific deployed contract.

func (*Ierc20byte32Filterer) FilterApproval

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

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

func (_Ierc20byte32 *Ierc20byte32Filterer) ParseApproval(log types.Log) (*Ierc20byte32Approval, error)

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

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

func (*Ierc20byte32Filterer) ParseTransfer

func (_Ierc20byte32 *Ierc20byte32Filterer) ParseTransfer(log types.Log) (*Ierc20byte32Transfer, error)

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

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

func (*Ierc20byte32Filterer) WatchApproval

func (_Ierc20byte32 *Ierc20byte32Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Ierc20byte32Approval, 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 (*Ierc20byte32Filterer) WatchTransfer

func (_Ierc20byte32 *Ierc20byte32Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Ierc20byte32Transfer, 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 Ierc20byte32Raw

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

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

func (*Ierc20byte32Raw) Call

func (_Ierc20byte32 *Ierc20byte32Raw) 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 (*Ierc20byte32Raw) Transact

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

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

func (*Ierc20byte32Raw) Transfer

func (_Ierc20byte32 *Ierc20byte32Raw) 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 Ierc20byte32Session

type Ierc20byte32Session struct {
	Contract     *Ierc20byte32     // 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
}

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

func (*Ierc20byte32Session) Allowance

func (_Ierc20byte32 *Ierc20byte32Session) 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 (*Ierc20byte32Session) Approve

func (_Ierc20byte32 *Ierc20byte32Session) 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 (*Ierc20byte32Session) BalanceOf

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

func (*Ierc20byte32Session) Decimals

func (_Ierc20byte32 *Ierc20byte32Session) Decimals() (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*Ierc20byte32Session) Name

func (_Ierc20byte32 *Ierc20byte32Session) Name() ([32]byte, error)

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

Solidity: function name() view returns(bytes32)

func (*Ierc20byte32Session) Symbol

func (_Ierc20byte32 *Ierc20byte32Session) Symbol() ([32]byte, error)

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

Solidity: function symbol() view returns(bytes32)

func (*Ierc20byte32Session) TotalSupply

func (_Ierc20byte32 *Ierc20byte32Session) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

func (*Ierc20byte32Session) Transfer

func (_Ierc20byte32 *Ierc20byte32Session) 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 (*Ierc20byte32Session) TransferFrom

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

type Ierc20byte32Transactor

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

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

func NewIerc20byte32Transactor

func NewIerc20byte32Transactor(address common.Address, transactor bind.ContractTransactor) (*Ierc20byte32Transactor, error)

NewIerc20byte32Transactor creates a new write-only instance of Ierc20byte32, bound to a specific deployed contract.

func (*Ierc20byte32Transactor) Approve

func (_Ierc20byte32 *Ierc20byte32Transactor) 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 (*Ierc20byte32Transactor) Transfer

func (_Ierc20byte32 *Ierc20byte32Transactor) 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 (*Ierc20byte32Transactor) TransferFrom

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

type Ierc20byte32TransactorRaw

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

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

func (*Ierc20byte32TransactorRaw) Transact

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

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

func (*Ierc20byte32TransactorRaw) Transfer

func (_Ierc20byte32 *Ierc20byte32TransactorRaw) 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 Ierc20byte32TransactorSession

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

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

func (*Ierc20byte32TransactorSession) Approve

func (_Ierc20byte32 *Ierc20byte32TransactorSession) 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 (*Ierc20byte32TransactorSession) Transfer

func (_Ierc20byte32 *Ierc20byte32TransactorSession) 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 (*Ierc20byte32TransactorSession) TransferFrom

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

type Ierc20byte32Transfer

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

Ierc20byte32Transfer represents a Transfer event raised by the Ierc20byte32 contract.

type Ierc20byte32TransferIterator

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

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

func (*Ierc20byte32TransferIterator) Close

func (it *Ierc20byte32TransferIterator) Close() error

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

func (*Ierc20byte32TransferIterator) Error

func (it *Ierc20byte32TransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

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