hsf

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const HsfABI = "" /* 5133-byte string literal not displayed */

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

Variables

View Source
var HsfBin = "" /* 16274-byte string literal not displayed */

HsfBin is the compiled bytecode used for deploying new contracts.

Functions

This section is empty.

Types

type Hsf

type Hsf struct {
	HsfCaller     // Read-only binding to the contract
	HsfTransactor // Write-only binding to the contract
	HsfFilterer   // Log filterer for contract events
}

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

func DeployHsf

func DeployHsf(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Hsf, error)

DeployHsf deploys a new Ethereum contract, binding an instance of Hsf to it.

func NewHsf

func NewHsf(address common.Address, backend bind.ContractBackend) (*Hsf, error)

NewHsf creates a new instance of Hsf, bound to a specific deployed contract.

type HsfApproval

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

HsfApproval represents a Approval event raised by the Hsf contract.

type HsfApprovalIterator

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

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

func (*HsfApprovalIterator) Close

func (it *HsfApprovalIterator) Close() error

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

func (*HsfApprovalIterator) Error

func (it *HsfApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*HsfApprovalIterator) Next

func (it *HsfApprovalIterator) 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 HsfCaller

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

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

func NewHsfCaller

func NewHsfCaller(address common.Address, caller bind.ContractCaller) (*HsfCaller, error)

NewHsfCaller creates a new read-only instance of Hsf, bound to a specific deployed contract.

func (*HsfCaller) Allowance

func (_Hsf *HsfCaller) 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 (*HsfCaller) BalanceOf

func (_Hsf *HsfCaller) 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 (*HsfCaller) Decimals

func (_Hsf *HsfCaller) 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 (*HsfCaller) IvToken

func (_Hsf *HsfCaller) IvToken(opts *bind.CallOpts) (common.Address, error)

IvToken is a free data retrieval call binding the contract method 0x0e2bcdb8.

Solidity: function ivToken() view returns(address)

func (*HsfCaller) Name

func (_Hsf *HsfCaller) 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 (*HsfCaller) Owner

func (_Hsf *HsfCaller) 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 (*HsfCaller) Symbol

func (_Hsf *HsfCaller) 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 (*HsfCaller) TotalSupply

func (_Hsf *HsfCaller) 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 HsfCallerRaw

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

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

func (*HsfCallerRaw) Call

func (_Hsf *HsfCallerRaw) 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 HsfCallerSession

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

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

func (*HsfCallerSession) Allowance

func (_Hsf *HsfCallerSession) 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 (*HsfCallerSession) BalanceOf

func (_Hsf *HsfCallerSession) 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 (*HsfCallerSession) Decimals

func (_Hsf *HsfCallerSession) Decimals() (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*HsfCallerSession) IvToken

func (_Hsf *HsfCallerSession) IvToken() (common.Address, error)

IvToken is a free data retrieval call binding the contract method 0x0e2bcdb8.

Solidity: function ivToken() view returns(address)

func (*HsfCallerSession) Name

func (_Hsf *HsfCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*HsfCallerSession) Owner

func (_Hsf *HsfCallerSession) Owner() (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*HsfCallerSession) Symbol

func (_Hsf *HsfCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*HsfCallerSession) TotalSupply

func (_Hsf *HsfCallerSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

type HsfFilterer

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

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

func NewHsfFilterer

func NewHsfFilterer(address common.Address, filterer bind.ContractFilterer) (*HsfFilterer, error)

NewHsfFilterer creates a new log filterer instance of Hsf, bound to a specific deployed contract.

func (*HsfFilterer) FilterApproval

func (_Hsf *HsfFilterer) FilterApproval(opts *bind.FilterOpts) (*HsfApprovalIterator, error)

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

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

func (*HsfFilterer) FilterTransfer

func (_Hsf *HsfFilterer) FilterTransfer(opts *bind.FilterOpts) (*HsfTransferIterator, error)

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

Solidity: event Transfer(address owner, address spender, uint256 value)

func (*HsfFilterer) ParseApproval

func (_Hsf *HsfFilterer) ParseApproval(log types.Log) (*HsfApproval, error)

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

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

func (*HsfFilterer) ParseTransfer

func (_Hsf *HsfFilterer) ParseTransfer(log types.Log) (*HsfTransfer, error)

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

Solidity: event Transfer(address owner, address spender, uint256 value)

func (*HsfFilterer) WatchApproval

func (_Hsf *HsfFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *HsfApproval) (event.Subscription, error)

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

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

func (*HsfFilterer) WatchTransfer

func (_Hsf *HsfFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *HsfTransfer) (event.Subscription, error)

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

Solidity: event Transfer(address owner, address spender, uint256 value)

type HsfRaw

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

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

func (*HsfRaw) Call

func (_Hsf *HsfRaw) 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 (*HsfRaw) Transact

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

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

func (*HsfRaw) Transfer

func (_Hsf *HsfRaw) 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 HsfSession

type HsfSession struct {
	Contract     *Hsf              // 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
}

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

func (*HsfSession) Allowance

func (_Hsf *HsfSession) 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 (*HsfSession) Approve

func (_Hsf *HsfSession) 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 success)

func (*HsfSession) BalanceOf

func (_Hsf *HsfSession) 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 (*HsfSession) Burn

func (_Hsf *HsfSession) Burn(amount *big.Int) (*types.Transaction, error)

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

Solidity: function burn(uint256 amount) returns()

func (*HsfSession) BurnAll

func (_Hsf *HsfSession) BurnAll() (*types.Transaction, error)

BurnAll is a paid mutator transaction binding the contract method 0x9975038c.

Solidity: function burnAll() returns()

func (*HsfSession) BurnFrom

func (_Hsf *HsfSession) BurnFrom(account common.Address, amount *big.Int) (*types.Transaction, error)

BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.

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

func (*HsfSession) Decimals

func (_Hsf *HsfSession) Decimals() (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*HsfSession) InitCoin

func (_Hsf *HsfSession) InitCoin(initialSupply *big.Int, holder common.Address) (*types.Transaction, error)

InitCoin is a paid mutator transaction binding the contract method 0xf50c3f4c.

Solidity: function initCoin(uint256 initialSupply, address holder) returns()

func (*HsfSession) IvToken

func (_Hsf *HsfSession) IvToken() (common.Address, error)

IvToken is a free data retrieval call binding the contract method 0x0e2bcdb8.

Solidity: function ivToken() view returns(address)

func (*HsfSession) Name

func (_Hsf *HsfSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*HsfSession) Owner

func (_Hsf *HsfSession) Owner() (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*HsfSession) PlaceAndTransfer

func (_Hsf *HsfSession) PlaceAndTransfer(manager common.Address, _class *big.Int, _value *big.Int) (*types.Transaction, error)

PlaceAndTransfer is a paid mutator transaction binding the contract method 0x528d0f49.

Solidity: function placeAndTransfer(address manager, uint256 _class, uint256 _value) payable returns(bool success)

func (*HsfSession) RemoveAndTransfer

func (_Hsf *HsfSession) RemoveAndTransfer(manager common.Address, _class *big.Int, _value *big.Int) (*types.Transaction, error)

RemoveAndTransfer is a paid mutator transaction binding the contract method 0x95ef9ca3.

Solidity: function removeAndTransfer(address manager, uint256 _class, uint256 _value) payable returns(bool success)

func (*HsfSession) Seo

func (_Hsf *HsfSession) Seo(_to common.Address, _value *big.Int) (*types.Transaction, error)

Seo is a paid mutator transaction binding the contract method 0x70238ecd.

Solidity: function seo(address _to, uint256 _value) returns()

func (*HsfSession) Symbol

func (_Hsf *HsfSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*HsfSession) TotalSupply

func (_Hsf *HsfSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

func (*HsfSession) Transfer

func (_Hsf *HsfSession) 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) payable returns(bool success)

func (*HsfSession) TransferFrom

func (_Hsf *HsfSession) 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) payable returns(bool success)

type HsfTransactor

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

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

func NewHsfTransactor

func NewHsfTransactor(address common.Address, transactor bind.ContractTransactor) (*HsfTransactor, error)

NewHsfTransactor creates a new write-only instance of Hsf, bound to a specific deployed contract.

func (*HsfTransactor) Approve

func (_Hsf *HsfTransactor) 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 success)

func (*HsfTransactor) Burn

func (_Hsf *HsfTransactor) Burn(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)

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

Solidity: function burn(uint256 amount) returns()

func (*HsfTransactor) BurnAll

func (_Hsf *HsfTransactor) BurnAll(opts *bind.TransactOpts) (*types.Transaction, error)

BurnAll is a paid mutator transaction binding the contract method 0x9975038c.

Solidity: function burnAll() returns()

func (*HsfTransactor) BurnFrom

func (_Hsf *HsfTransactor) BurnFrom(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)

BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.

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

func (*HsfTransactor) InitCoin

func (_Hsf *HsfTransactor) InitCoin(opts *bind.TransactOpts, initialSupply *big.Int, holder common.Address) (*types.Transaction, error)

InitCoin is a paid mutator transaction binding the contract method 0xf50c3f4c.

Solidity: function initCoin(uint256 initialSupply, address holder) returns()

func (*HsfTransactor) PlaceAndTransfer

func (_Hsf *HsfTransactor) PlaceAndTransfer(opts *bind.TransactOpts, manager common.Address, _class *big.Int, _value *big.Int) (*types.Transaction, error)

PlaceAndTransfer is a paid mutator transaction binding the contract method 0x528d0f49.

Solidity: function placeAndTransfer(address manager, uint256 _class, uint256 _value) payable returns(bool success)

func (*HsfTransactor) RemoveAndTransfer

func (_Hsf *HsfTransactor) RemoveAndTransfer(opts *bind.TransactOpts, manager common.Address, _class *big.Int, _value *big.Int) (*types.Transaction, error)

RemoveAndTransfer is a paid mutator transaction binding the contract method 0x95ef9ca3.

Solidity: function removeAndTransfer(address manager, uint256 _class, uint256 _value) payable returns(bool success)

func (*HsfTransactor) Seo

func (_Hsf *HsfTransactor) Seo(opts *bind.TransactOpts, _to common.Address, _value *big.Int) (*types.Transaction, error)

Seo is a paid mutator transaction binding the contract method 0x70238ecd.

Solidity: function seo(address _to, uint256 _value) returns()

func (*HsfTransactor) Transfer

func (_Hsf *HsfTransactor) 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) payable returns(bool success)

func (*HsfTransactor) TransferFrom

func (_Hsf *HsfTransactor) 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) payable returns(bool success)

type HsfTransactorRaw

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

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

func (*HsfTransactorRaw) Transact

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

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

func (*HsfTransactorRaw) Transfer

func (_Hsf *HsfTransactorRaw) 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 HsfTransactorSession

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

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

func (*HsfTransactorSession) Approve

func (_Hsf *HsfTransactorSession) 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 success)

func (*HsfTransactorSession) Burn

func (_Hsf *HsfTransactorSession) Burn(amount *big.Int) (*types.Transaction, error)

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

Solidity: function burn(uint256 amount) returns()

func (*HsfTransactorSession) BurnAll

func (_Hsf *HsfTransactorSession) BurnAll() (*types.Transaction, error)

BurnAll is a paid mutator transaction binding the contract method 0x9975038c.

Solidity: function burnAll() returns()

func (*HsfTransactorSession) BurnFrom

func (_Hsf *HsfTransactorSession) BurnFrom(account common.Address, amount *big.Int) (*types.Transaction, error)

BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.

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

func (*HsfTransactorSession) InitCoin

func (_Hsf *HsfTransactorSession) InitCoin(initialSupply *big.Int, holder common.Address) (*types.Transaction, error)

InitCoin is a paid mutator transaction binding the contract method 0xf50c3f4c.

Solidity: function initCoin(uint256 initialSupply, address holder) returns()

func (*HsfTransactorSession) PlaceAndTransfer

func (_Hsf *HsfTransactorSession) PlaceAndTransfer(manager common.Address, _class *big.Int, _value *big.Int) (*types.Transaction, error)

PlaceAndTransfer is a paid mutator transaction binding the contract method 0x528d0f49.

Solidity: function placeAndTransfer(address manager, uint256 _class, uint256 _value) payable returns(bool success)

func (*HsfTransactorSession) RemoveAndTransfer

func (_Hsf *HsfTransactorSession) RemoveAndTransfer(manager common.Address, _class *big.Int, _value *big.Int) (*types.Transaction, error)

RemoveAndTransfer is a paid mutator transaction binding the contract method 0x95ef9ca3.

Solidity: function removeAndTransfer(address manager, uint256 _class, uint256 _value) payable returns(bool success)

func (*HsfTransactorSession) Seo

func (_Hsf *HsfTransactorSession) Seo(_to common.Address, _value *big.Int) (*types.Transaction, error)

Seo is a paid mutator transaction binding the contract method 0x70238ecd.

Solidity: function seo(address _to, uint256 _value) returns()

func (*HsfTransactorSession) Transfer

func (_Hsf *HsfTransactorSession) 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) payable returns(bool success)

func (*HsfTransactorSession) TransferFrom

func (_Hsf *HsfTransactorSession) 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) payable returns(bool success)

type HsfTransfer

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

HsfTransfer represents a Transfer event raised by the Hsf contract.

type HsfTransferIterator

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

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

func (*HsfTransferIterator) Close

func (it *HsfTransferIterator) Close() error

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

func (*HsfTransferIterator) Error

func (it *HsfTransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*HsfTransferIterator) Next

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

Jump to

Keyboard shortcuts

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