Documentation
¶
Index ¶
- Variables
- type Itokenwrappedbridgeupgradeable
- type ItokenwrappedbridgeupgradeableApproval
- type ItokenwrappedbridgeupgradeableApprovalIterator
- type ItokenwrappedbridgeupgradeableCaller
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) Name(opts *bind.CallOpts) (string, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) Nonces(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type ItokenwrappedbridgeupgradeableCallerRaw
- type ItokenwrappedbridgeupgradeableCallerSession
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) DOMAINSEPARATOR() ([32]byte, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Decimals() (uint8, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Name() (string, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Nonces(owner common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Symbol() (string, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) TotalSupply() (*big.Int, error)
- type ItokenwrappedbridgeupgradeableFilterer
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ItokenwrappedbridgeupgradeableApprovalIterator, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ItokenwrappedbridgeupgradeableTransferIterator, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) ParseApproval(log types.Log) (*ItokenwrappedbridgeupgradeableApproval, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) ParseTransfer(log types.Log) (*ItokenwrappedbridgeupgradeableTransfer, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ItokenwrappedbridgeupgradeableApproval, ...) (event.Subscription, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ItokenwrappedbridgeupgradeableTransfer, ...) (event.Subscription, error)
- type ItokenwrappedbridgeupgradeableRaw
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ItokenwrappedbridgeupgradeableSession
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Burn(account common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) DOMAINSEPARATOR() ([32]byte, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Decimals() (uint8, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Initialize(name string, symbol string, __decimals uint8) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Mint(to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Name() (string, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Nonces(owner common.Address) (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Permit(owner common.Address, spender common.Address, value *big.Int, ...) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Symbol() (string, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) TotalSupply() (*big.Int, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
- type ItokenwrappedbridgeupgradeableTransactor
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Approve(opts *bind.TransactOpts, spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Burn(opts *bind.TransactOpts, account common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Initialize(opts *bind.TransactOpts, name string, symbol string, __decimals uint8) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Mint(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Permit(opts *bind.TransactOpts, owner common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Transfer(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- type ItokenwrappedbridgeupgradeableTransactorRaw
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ItokenwrappedbridgeupgradeableTransactorSession
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Burn(account common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Initialize(name string, symbol string, __decimals uint8) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Mint(to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Permit(owner common.Address, spender common.Address, value *big.Int, ...) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
- type ItokenwrappedbridgeupgradeableTransfer
- type ItokenwrappedbridgeupgradeableTransferIterator
Constants ¶
This section is empty.
Variables ¶
var ItokenwrappedbridgeupgradeableABI = ItokenwrappedbridgeupgradeableMetaData.ABI
ItokenwrappedbridgeupgradeableABI is the input ABI used to generate the binding from. Deprecated: Use ItokenwrappedbridgeupgradeableMetaData.ABI instead.
var ItokenwrappedbridgeupgradeableMetaData = &bind.MetaData{
ABI: "[{\"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\":\"DOMAIN_SEPARATOR\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"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\":\"value\",\"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\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"uint8\",\"name\":\"__decimals\",\"type\":\"uint8\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"nonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"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\":\"value\",\"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\":\"value\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
ItokenwrappedbridgeupgradeableMetaData contains all meta data concerning the Itokenwrappedbridgeupgradeable contract.
Functions ¶
This section is empty.
Types ¶
type Itokenwrappedbridgeupgradeable ¶
type Itokenwrappedbridgeupgradeable struct {
ItokenwrappedbridgeupgradeableCaller // Read-only binding to the contract
ItokenwrappedbridgeupgradeableTransactor // Write-only binding to the contract
ItokenwrappedbridgeupgradeableFilterer // Log filterer for contract events
}
Itokenwrappedbridgeupgradeable is an auto generated Go binding around an Ethereum contract.
func NewItokenwrappedbridgeupgradeable ¶
func NewItokenwrappedbridgeupgradeable(address common.Address, backend bind.ContractBackend) (*Itokenwrappedbridgeupgradeable, error)
NewItokenwrappedbridgeupgradeable creates a new instance of Itokenwrappedbridgeupgradeable, bound to a specific deployed contract.
type ItokenwrappedbridgeupgradeableApproval ¶
type ItokenwrappedbridgeupgradeableApproval struct {
Owner common.Address
Spender common.Address
Value *big.Int
Raw types.Log // Blockchain specific contextual infos
}
ItokenwrappedbridgeupgradeableApproval represents a Approval event raised by the Itokenwrappedbridgeupgradeable contract.
type ItokenwrappedbridgeupgradeableApprovalIterator ¶
type ItokenwrappedbridgeupgradeableApprovalIterator struct {
Event *ItokenwrappedbridgeupgradeableApproval // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
ItokenwrappedbridgeupgradeableApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Itokenwrappedbridgeupgradeable contract.
func (*ItokenwrappedbridgeupgradeableApprovalIterator) Close ¶
func (it *ItokenwrappedbridgeupgradeableApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ItokenwrappedbridgeupgradeableApprovalIterator) Error ¶
func (it *ItokenwrappedbridgeupgradeableApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ItokenwrappedbridgeupgradeableApprovalIterator) Next ¶
func (it *ItokenwrappedbridgeupgradeableApprovalIterator) 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 ItokenwrappedbridgeupgradeableCaller ¶
type ItokenwrappedbridgeupgradeableCaller struct {
// contains filtered or unexported fields
}
ItokenwrappedbridgeupgradeableCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewItokenwrappedbridgeupgradeableCaller ¶
func NewItokenwrappedbridgeupgradeableCaller(address common.Address, caller bind.ContractCaller) (*ItokenwrappedbridgeupgradeableCaller, error)
NewItokenwrappedbridgeupgradeableCaller creates a new read-only instance of Itokenwrappedbridgeupgradeable, bound to a specific deployed contract.
func (*ItokenwrappedbridgeupgradeableCaller) Allowance ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) 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 (*ItokenwrappedbridgeupgradeableCaller) BalanceOf ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) 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 (*ItokenwrappedbridgeupgradeableCaller) DOMAINSEPARATOR ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*ItokenwrappedbridgeupgradeableCaller) Decimals ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) 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 (*ItokenwrappedbridgeupgradeableCaller) Name ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) 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 (*ItokenwrappedbridgeupgradeableCaller) Nonces ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) Nonces(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*ItokenwrappedbridgeupgradeableCaller) Symbol ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) 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 (*ItokenwrappedbridgeupgradeableCaller) TotalSupply ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCaller) 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 ItokenwrappedbridgeupgradeableCallerRaw ¶
type ItokenwrappedbridgeupgradeableCallerRaw struct {
Contract *ItokenwrappedbridgeupgradeableCaller // Generic read-only contract binding to access the raw methods on
}
ItokenwrappedbridgeupgradeableCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ItokenwrappedbridgeupgradeableCallerRaw) Call ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerRaw) 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 ItokenwrappedbridgeupgradeableCallerSession ¶
type ItokenwrappedbridgeupgradeableCallerSession struct {
Contract *ItokenwrappedbridgeupgradeableCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts // Call options to use throughout this session
}
ItokenwrappedbridgeupgradeableCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ItokenwrappedbridgeupgradeableCallerSession) Allowance ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) 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 (*ItokenwrappedbridgeupgradeableCallerSession) BalanceOf ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) 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 (*ItokenwrappedbridgeupgradeableCallerSession) DOMAINSEPARATOR ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*ItokenwrappedbridgeupgradeableCallerSession) Decimals ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ItokenwrappedbridgeupgradeableCallerSession) Name ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ItokenwrappedbridgeupgradeableCallerSession) Nonces ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Nonces(owner common.Address) (*big.Int, error)
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*ItokenwrappedbridgeupgradeableCallerSession) Symbol ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ItokenwrappedbridgeupgradeableCallerSession) TotalSupply ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type ItokenwrappedbridgeupgradeableFilterer ¶
type ItokenwrappedbridgeupgradeableFilterer struct {
// contains filtered or unexported fields
}
ItokenwrappedbridgeupgradeableFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewItokenwrappedbridgeupgradeableFilterer ¶
func NewItokenwrappedbridgeupgradeableFilterer(address common.Address, filterer bind.ContractFilterer) (*ItokenwrappedbridgeupgradeableFilterer, error)
NewItokenwrappedbridgeupgradeableFilterer creates a new log filterer instance of Itokenwrappedbridgeupgradeable, bound to a specific deployed contract.
func (*ItokenwrappedbridgeupgradeableFilterer) FilterApproval ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ItokenwrappedbridgeupgradeableApprovalIterator, 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 (*ItokenwrappedbridgeupgradeableFilterer) FilterTransfer ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ItokenwrappedbridgeupgradeableTransferIterator, 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 (*ItokenwrappedbridgeupgradeableFilterer) ParseApproval ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) ParseApproval(log types.Log) (*ItokenwrappedbridgeupgradeableApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*ItokenwrappedbridgeupgradeableFilterer) ParseTransfer ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) ParseTransfer(log types.Log) (*ItokenwrappedbridgeupgradeableTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*ItokenwrappedbridgeupgradeableFilterer) WatchApproval ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ItokenwrappedbridgeupgradeableApproval, 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 (*ItokenwrappedbridgeupgradeableFilterer) WatchTransfer ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ItokenwrappedbridgeupgradeableTransfer, 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 ItokenwrappedbridgeupgradeableRaw ¶
type ItokenwrappedbridgeupgradeableRaw struct {
Contract *Itokenwrappedbridgeupgradeable // Generic contract binding to access the raw methods on
}
ItokenwrappedbridgeupgradeableRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ItokenwrappedbridgeupgradeableRaw) Call ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableRaw) 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 (*ItokenwrappedbridgeupgradeableRaw) Transact ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ItokenwrappedbridgeupgradeableRaw) Transfer ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableRaw) 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 ItokenwrappedbridgeupgradeableSession ¶
type ItokenwrappedbridgeupgradeableSession struct {
Contract *Itokenwrappedbridgeupgradeable // 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
}
ItokenwrappedbridgeupgradeableSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ItokenwrappedbridgeupgradeableSession) Allowance ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) 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 (*ItokenwrappedbridgeupgradeableSession) Approve ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) 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 (*ItokenwrappedbridgeupgradeableSession) BalanceOf ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) 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 (*ItokenwrappedbridgeupgradeableSession) Burn ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Burn(account common.Address, value *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x9dc29fac.
Solidity: function burn(address account, uint256 value) returns()
func (*ItokenwrappedbridgeupgradeableSession) DOMAINSEPARATOR ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*ItokenwrappedbridgeupgradeableSession) Decimals ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ItokenwrappedbridgeupgradeableSession) Initialize ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Initialize(name string, symbol string, __decimals uint8) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1624f6c6.
Solidity: function initialize(string name, string symbol, uint8 __decimals) returns()
func (*ItokenwrappedbridgeupgradeableSession) Mint ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Mint(to common.Address, value *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 value) returns()
func (*ItokenwrappedbridgeupgradeableSession) Name ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ItokenwrappedbridgeupgradeableSession) Nonces ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Nonces(owner common.Address) (*big.Int, error)
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*ItokenwrappedbridgeupgradeableSession) Permit ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Permit(owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*ItokenwrappedbridgeupgradeableSession) Symbol ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ItokenwrappedbridgeupgradeableSession) TotalSupply ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*ItokenwrappedbridgeupgradeableSession) Transfer ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) 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 (*ItokenwrappedbridgeupgradeableSession) TransferFrom ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableSession) 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 ItokenwrappedbridgeupgradeableTransactor ¶
type ItokenwrappedbridgeupgradeableTransactor struct {
// contains filtered or unexported fields
}
ItokenwrappedbridgeupgradeableTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewItokenwrappedbridgeupgradeableTransactor ¶
func NewItokenwrappedbridgeupgradeableTransactor(address common.Address, transactor bind.ContractTransactor) (*ItokenwrappedbridgeupgradeableTransactor, error)
NewItokenwrappedbridgeupgradeableTransactor creates a new write-only instance of Itokenwrappedbridgeupgradeable, bound to a specific deployed contract.
func (*ItokenwrappedbridgeupgradeableTransactor) Approve ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) 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 (*ItokenwrappedbridgeupgradeableTransactor) Burn ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Burn(opts *bind.TransactOpts, account common.Address, value *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x9dc29fac.
Solidity: function burn(address account, uint256 value) returns()
func (*ItokenwrappedbridgeupgradeableTransactor) Initialize ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Initialize(opts *bind.TransactOpts, name string, symbol string, __decimals uint8) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1624f6c6.
Solidity: function initialize(string name, string symbol, uint8 __decimals) returns()
func (*ItokenwrappedbridgeupgradeableTransactor) Mint ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Mint(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 value) returns()
func (*ItokenwrappedbridgeupgradeableTransactor) Permit ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) Permit(opts *bind.TransactOpts, owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*ItokenwrappedbridgeupgradeableTransactor) Transfer ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) 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 (*ItokenwrappedbridgeupgradeableTransactor) TransferFrom ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactor) 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 ItokenwrappedbridgeupgradeableTransactorRaw ¶
type ItokenwrappedbridgeupgradeableTransactorRaw struct {
Contract *ItokenwrappedbridgeupgradeableTransactor // Generic write-only contract binding to access the raw methods on
}
ItokenwrappedbridgeupgradeableTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ItokenwrappedbridgeupgradeableTransactorRaw) Transact ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ItokenwrappedbridgeupgradeableTransactorRaw) Transfer ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorRaw) 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 ItokenwrappedbridgeupgradeableTransactorSession ¶
type ItokenwrappedbridgeupgradeableTransactorSession struct {
Contract *ItokenwrappedbridgeupgradeableTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
ItokenwrappedbridgeupgradeableTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ItokenwrappedbridgeupgradeableTransactorSession) Approve ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) 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 (*ItokenwrappedbridgeupgradeableTransactorSession) Burn ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Burn(account common.Address, value *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x9dc29fac.
Solidity: function burn(address account, uint256 value) returns()
func (*ItokenwrappedbridgeupgradeableTransactorSession) Initialize ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Initialize(name string, symbol string, __decimals uint8) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1624f6c6.
Solidity: function initialize(string name, string symbol, uint8 __decimals) returns()
func (*ItokenwrappedbridgeupgradeableTransactorSession) Mint ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Mint(to common.Address, value *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 value) returns()
func (*ItokenwrappedbridgeupgradeableTransactorSession) Permit ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) Permit(owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*ItokenwrappedbridgeupgradeableTransactorSession) Transfer ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) 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 (*ItokenwrappedbridgeupgradeableTransactorSession) TransferFrom ¶
func (_Itokenwrappedbridgeupgradeable *ItokenwrappedbridgeupgradeableTransactorSession) 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 ItokenwrappedbridgeupgradeableTransfer ¶
type ItokenwrappedbridgeupgradeableTransfer struct {
From common.Address
To common.Address
Value *big.Int
Raw types.Log // Blockchain specific contextual infos
}
ItokenwrappedbridgeupgradeableTransfer represents a Transfer event raised by the Itokenwrappedbridgeupgradeable contract.
type ItokenwrappedbridgeupgradeableTransferIterator ¶
type ItokenwrappedbridgeupgradeableTransferIterator struct {
Event *ItokenwrappedbridgeupgradeableTransfer // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
ItokenwrappedbridgeupgradeableTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Itokenwrappedbridgeupgradeable contract.
func (*ItokenwrappedbridgeupgradeableTransferIterator) Close ¶
func (it *ItokenwrappedbridgeupgradeableTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ItokenwrappedbridgeupgradeableTransferIterator) Error ¶
func (it *ItokenwrappedbridgeupgradeableTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ItokenwrappedbridgeupgradeableTransferIterator) Next ¶
func (it *ItokenwrappedbridgeupgradeableTransferIterator) 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.