Documentation ¶
Index ¶
- Variables
- type Account
- type AccountApproval
- type AccountApprovalForAll
- type AccountApprovalForAllIterator
- type AccountApprovalIterator
- type AccountCaller
- func (_Account *AccountCaller) BalanceOf(opts *bind.CallOpts, holder common.Address) (*big.Int, error)
- func (_Account *AccountCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Account *AccountCaller) GetImplementation(opts *bind.CallOpts) (common.Address, error)
- func (_Account *AccountCaller) IsApprovedForAll(opts *bind.CallOpts, holder common.Address, operator common.Address) (bool, error)
- func (_Account *AccountCaller) IsInitialized(opts *bind.CallOpts) (bool, error)
- func (_Account *AccountCaller) Name(opts *bind.CallOpts) (string, error)
- func (_Account *AccountCaller) NominatedOwner(opts *bind.CallOpts) (common.Address, error)
- func (_Account *AccountCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_Account *AccountCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Account *AccountCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_Account *AccountCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Account *AccountCaller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)
- func (_Account *AccountCaller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)
- func (_Account *AccountCaller) TokenURI(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_Account *AccountCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type AccountCallerRaw
- type AccountCallerSession
- func (_Account *AccountCallerSession) BalanceOf(holder common.Address) (*big.Int, error)
- func (_Account *AccountCallerSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Account *AccountCallerSession) GetImplementation() (common.Address, error)
- func (_Account *AccountCallerSession) IsApprovedForAll(holder common.Address, operator common.Address) (bool, error)
- func (_Account *AccountCallerSession) IsInitialized() (bool, error)
- func (_Account *AccountCallerSession) Name() (string, error)
- func (_Account *AccountCallerSession) NominatedOwner() (common.Address, error)
- func (_Account *AccountCallerSession) Owner() (common.Address, error)
- func (_Account *AccountCallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Account *AccountCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Account *AccountCallerSession) Symbol() (string, error)
- func (_Account *AccountCallerSession) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_Account *AccountCallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_Account *AccountCallerSession) TokenURI(tokenId *big.Int) (string, error)
- func (_Account *AccountCallerSession) TotalSupply() (*big.Int, error)
- type AccountFilterer
- func (_Account *AccountFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, ...) (*AccountApprovalIterator, error)
- func (_Account *AccountFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*AccountApprovalForAllIterator, error)
- func (_Account *AccountFilterer) FilterOwnerChanged(opts *bind.FilterOpts) (*AccountOwnerChangedIterator, error)
- func (_Account *AccountFilterer) FilterOwnerNominated(opts *bind.FilterOpts) (*AccountOwnerNominatedIterator, error)
- func (_Account *AccountFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, ...) (*AccountTransferIterator, error)
- func (_Account *AccountFilterer) FilterUpgraded(opts *bind.FilterOpts, self []common.Address) (*AccountUpgradedIterator, error)
- func (_Account *AccountFilterer) ParseApproval(log types.Log) (*AccountApproval, error)
- func (_Account *AccountFilterer) ParseApprovalForAll(log types.Log) (*AccountApprovalForAll, error)
- func (_Account *AccountFilterer) ParseOwnerChanged(log types.Log) (*AccountOwnerChanged, error)
- func (_Account *AccountFilterer) ParseOwnerNominated(log types.Log) (*AccountOwnerNominated, error)
- func (_Account *AccountFilterer) ParseTransfer(log types.Log) (*AccountTransfer, error)
- func (_Account *AccountFilterer) ParseUpgraded(log types.Log) (*AccountUpgraded, error)
- func (_Account *AccountFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *AccountApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_Account *AccountFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *AccountApprovalForAll, ...) (event.Subscription, error)
- func (_Account *AccountFilterer) WatchOwnerChanged(opts *bind.WatchOpts, sink chan<- *AccountOwnerChanged) (event.Subscription, error)
- func (_Account *AccountFilterer) WatchOwnerNominated(opts *bind.WatchOpts, sink chan<- *AccountOwnerNominated) (event.Subscription, error)
- func (_Account *AccountFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *AccountTransfer, from []common.Address, ...) (event.Subscription, error)
- func (_Account *AccountFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *AccountUpgraded, self []common.Address) (event.Subscription, error)
- type AccountOwnerChanged
- type AccountOwnerChangedIterator
- type AccountOwnerNominated
- type AccountOwnerNominatedIterator
- type AccountRaw
- func (_Account *AccountRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Account *AccountRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Account *AccountRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type AccountSession
- func (_Account *AccountSession) AcceptOwnership() (*types.Transaction, error)
- func (_Account *AccountSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountSession) BalanceOf(holder common.Address) (*big.Int, error)
- func (_Account *AccountSession) Burn(tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Account *AccountSession) GetImplementation() (common.Address, error)
- func (_Account *AccountSession) Initialize(tokenName string, tokenSymbol string, uri string) (*types.Transaction, error)
- func (_Account *AccountSession) IsApprovedForAll(holder common.Address, operator common.Address) (bool, error)
- func (_Account *AccountSession) IsInitialized() (bool, error)
- func (_Account *AccountSession) Mint(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountSession) Name() (string, error)
- func (_Account *AccountSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
- func (_Account *AccountSession) NominatedOwner() (common.Address, error)
- func (_Account *AccountSession) Owner() (common.Address, error)
- func (_Account *AccountSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Account *AccountSession) RenounceNomination() (*types.Transaction, error)
- func (_Account *AccountSession) SafeMint(to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
- func (_Account *AccountSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
- func (_Account *AccountSession) SetAllowance(tokenId *big.Int, spender common.Address) (*types.Transaction, error)
- func (_Account *AccountSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Account *AccountSession) SetBaseTokenURI(uri string) (*types.Transaction, error)
- func (_Account *AccountSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_Account *AccountSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Account *AccountSession) Symbol() (string, error)
- func (_Account *AccountSession) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_Account *AccountSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_Account *AccountSession) TokenURI(tokenId *big.Int) (string, error)
- func (_Account *AccountSession) TotalSupply() (*big.Int, error)
- func (_Account *AccountSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- type AccountTransactor
- func (_Account *AccountTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Account *AccountTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountTransactor) Burn(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountTransactor) Initialize(opts *bind.TransactOpts, tokenName string, tokenSymbol string, uri string) (*types.Transaction, error)
- func (_Account *AccountTransactor) Mint(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountTransactor) NominateNewOwner(opts *bind.TransactOpts, newNominatedOwner common.Address) (*types.Transaction, error)
- func (_Account *AccountTransactor) RenounceNomination(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Account *AccountTransactor) SafeMint(opts *bind.TransactOpts, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
- func (_Account *AccountTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Account *AccountTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Account *AccountTransactor) SetAllowance(opts *bind.TransactOpts, tokenId *big.Int, spender common.Address) (*types.Transaction, error)
- func (_Account *AccountTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
- func (_Account *AccountTransactor) SetBaseTokenURI(opts *bind.TransactOpts, uri string) (*types.Transaction, error)
- func (_Account *AccountTransactor) SimulateUpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- func (_Account *AccountTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Account *AccountTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- type AccountTransactorRaw
- type AccountTransactorSession
- func (_Account *AccountTransactorSession) AcceptOwnership() (*types.Transaction, error)
- func (_Account *AccountTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) Burn(tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) Initialize(tokenName string, tokenSymbol string, uri string) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) Mint(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) RenounceNomination() (*types.Transaction, error)
- func (_Account *AccountTransactorSession) SafeMint(to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) SetAllowance(tokenId *big.Int, spender common.Address) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) SetBaseTokenURI(uri string) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Account *AccountTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- type AccountTransfer
- type AccountTransferIterator
- type AccountUpgraded
- type AccountUpgradedIterator
Constants ¶
This section is empty.
Variables ¶
var AccountABI = AccountMetaData.ABI
AccountABI is the input ABI used to generate the binding from. Deprecated: Use AccountMetaData.ABI instead.
var AccountMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"ImplementationIsSterile\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NoChange\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contr\",\"type\":\"address\"}],\"name\":\"NotAContract\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"NotNominated\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UpgradeSimulationFailed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddress\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldOwner\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnerChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnerNominated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"self\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getImplementation\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newNominatedOwner\",\"type\":\"address\"}],\"name\":\"nominateNewOwner\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"nominatedOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceNomination\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"simulateUpgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"upgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"AlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"CannotSelfApprove\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"requestedIndex\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"IndexOverrun\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"InvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"parameter\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"reason\",\"type\":\"string\"}],\"name\":\"InvalidParameter\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"InvalidTransferRecipient\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OverflowUint256ToUint128\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"TokenAlreadyMinted\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"TokenDoesNotExist\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"holder\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"tokenName\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"tokenSymbol\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"uri\",\"type\":\"string\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"holder\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isInitialized\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeMint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"setAllowance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"uri\",\"type\":\"string\"}],\"name\":\"setBaseTokenURI\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"tokenByIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"tokenOfOwnerByIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"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\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
AccountMetaData contains all meta data concerning the Account contract.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { AccountCaller // Read-only binding to the contract AccountTransactor // Write-only binding to the contract AccountFilterer // Log filterer for contract events }
Account is an auto generated Go binding around an Ethereum contract.
func NewAccount ¶
NewAccount creates a new instance of Account, bound to a specific deployed contract.
type AccountApproval ¶
type AccountApproval struct { Owner common.Address Approved common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
AccountApproval represents a Approval event raised by the Account contract.
type AccountApprovalForAll ¶
type AccountApprovalForAll struct { Owner common.Address Operator common.Address Approved bool Raw types.Log // Blockchain specific contextual infos }
AccountApprovalForAll represents a ApprovalForAll event raised by the Account contract.
type AccountApprovalForAllIterator ¶
type AccountApprovalForAllIterator struct { Event *AccountApprovalForAll // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Account contract.
func (*AccountApprovalForAllIterator) Close ¶
func (it *AccountApprovalForAllIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountApprovalForAllIterator) Error ¶
func (it *AccountApprovalForAllIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountApprovalForAllIterator) Next ¶
func (it *AccountApprovalForAllIterator) 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 AccountApprovalIterator ¶
type AccountApprovalIterator struct { Event *AccountApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Account contract.
func (*AccountApprovalIterator) Close ¶
func (it *AccountApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountApprovalIterator) Error ¶
func (it *AccountApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountApprovalIterator) Next ¶
func (it *AccountApprovalIterator) 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 AccountCaller ¶
type AccountCaller struct {
// contains filtered or unexported fields
}
AccountCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewAccountCaller ¶
func NewAccountCaller(address common.Address, caller bind.ContractCaller) (*AccountCaller, error)
NewAccountCaller creates a new read-only instance of Account, bound to a specific deployed contract.
func (*AccountCaller) BalanceOf ¶
func (_Account *AccountCaller) BalanceOf(opts *bind.CallOpts, holder common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address holder) view returns(uint256 balance)
func (*AccountCaller) GetApproved ¶
func (_Account *AccountCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address operator)
func (*AccountCaller) GetImplementation ¶
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*AccountCaller) IsApprovedForAll ¶
func (_Account *AccountCaller) IsApprovedForAll(opts *bind.CallOpts, holder common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address holder, address operator) view returns(bool)
func (*AccountCaller) IsInitialized ¶
func (_Account *AccountCaller) IsInitialized(opts *bind.CallOpts) (bool, error)
IsInitialized is a free data retrieval call binding the contract method 0x392e53cd.
Solidity: function isInitialized() view returns(bool)
func (*AccountCaller) Name ¶
func (_Account *AccountCaller) 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 (*AccountCaller) NominatedOwner ¶
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*AccountCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AccountCaller) OwnerOf ¶
func (_Account *AccountCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*AccountCaller) SupportsInterface ¶
func (_Account *AccountCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*AccountCaller) Symbol ¶
func (_Account *AccountCaller) 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 (*AccountCaller) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*AccountCaller) TokenOfOwnerByIndex ¶
func (_Account *AccountCaller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)
TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.
Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)
func (*AccountCaller) TokenURI ¶
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 tokenId) view returns(string)
func (*AccountCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type AccountCallerRaw ¶
type AccountCallerRaw struct {
Contract *AccountCaller // Generic read-only contract binding to access the raw methods on
}
AccountCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AccountCallerRaw) Call ¶
func (_Account *AccountCallerRaw) 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 AccountCallerSession ¶
type AccountCallerSession struct { Contract *AccountCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AccountCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*AccountCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address holder) view returns(uint256 balance)
func (*AccountCallerSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address operator)
func (*AccountCallerSession) GetImplementation ¶
func (_Account *AccountCallerSession) GetImplementation() (common.Address, error)
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*AccountCallerSession) IsApprovedForAll ¶
func (_Account *AccountCallerSession) IsApprovedForAll(holder common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address holder, address operator) view returns(bool)
func (*AccountCallerSession) IsInitialized ¶
func (_Account *AccountCallerSession) IsInitialized() (bool, error)
IsInitialized is a free data retrieval call binding the contract method 0x392e53cd.
Solidity: function isInitialized() view returns(bool)
func (*AccountCallerSession) Name ¶
func (_Account *AccountCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AccountCallerSession) NominatedOwner ¶
func (_Account *AccountCallerSession) NominatedOwner() (common.Address, error)
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*AccountCallerSession) Owner ¶
func (_Account *AccountCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AccountCallerSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*AccountCallerSession) SupportsInterface ¶
func (_Account *AccountCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*AccountCallerSession) Symbol ¶
func (_Account *AccountCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AccountCallerSession) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*AccountCallerSession) TokenOfOwnerByIndex ¶
func (_Account *AccountCallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.
Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)
func (*AccountCallerSession) TokenURI ¶
func (_Account *AccountCallerSession) TokenURI(tokenId *big.Int) (string, error)
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 tokenId) view returns(string)
func (*AccountCallerSession) TotalSupply ¶
func (_Account *AccountCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type AccountFilterer ¶
type AccountFilterer struct {
// contains filtered or unexported fields
}
AccountFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAccountFilterer ¶
func NewAccountFilterer(address common.Address, filterer bind.ContractFilterer) (*AccountFilterer, error)
NewAccountFilterer creates a new log filterer instance of Account, bound to a specific deployed contract.
func (*AccountFilterer) FilterApproval ¶
func (_Account *AccountFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*AccountApprovalIterator, error)
FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
func (*AccountFilterer) FilterApprovalForAll ¶
func (_Account *AccountFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*AccountApprovalForAllIterator, error)
FilterApprovalForAll is a free log retrieval operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*AccountFilterer) FilterOwnerChanged ¶
func (_Account *AccountFilterer) FilterOwnerChanged(opts *bind.FilterOpts) (*AccountOwnerChangedIterator, error)
FilterOwnerChanged is a free log retrieval operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*AccountFilterer) FilterOwnerNominated ¶
func (_Account *AccountFilterer) FilterOwnerNominated(opts *bind.FilterOpts) (*AccountOwnerNominatedIterator, error)
FilterOwnerNominated is a free log retrieval operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*AccountFilterer) FilterTransfer ¶
func (_Account *AccountFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*AccountTransferIterator, error)
FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
func (*AccountFilterer) FilterUpgraded ¶
func (_Account *AccountFilterer) FilterUpgraded(opts *bind.FilterOpts, self []common.Address) (*AccountUpgradedIterator, error)
FilterUpgraded is a free log retrieval operation binding the contract event 0x5d611f318680d00598bb735d61bacf0c514c6b50e1e5ad30040a4df2b12791c7.
Solidity: event Upgraded(address indexed self, address implementation)
func (*AccountFilterer) ParseApproval ¶
func (_Account *AccountFilterer) ParseApproval(log types.Log) (*AccountApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
func (*AccountFilterer) ParseApprovalForAll ¶
func (_Account *AccountFilterer) ParseApprovalForAll(log types.Log) (*AccountApprovalForAll, error)
ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*AccountFilterer) ParseOwnerChanged ¶
func (_Account *AccountFilterer) ParseOwnerChanged(log types.Log) (*AccountOwnerChanged, error)
ParseOwnerChanged is a log parse operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*AccountFilterer) ParseOwnerNominated ¶
func (_Account *AccountFilterer) ParseOwnerNominated(log types.Log) (*AccountOwnerNominated, error)
ParseOwnerNominated is a log parse operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*AccountFilterer) ParseTransfer ¶
func (_Account *AccountFilterer) ParseTransfer(log types.Log) (*AccountTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
func (*AccountFilterer) ParseUpgraded ¶
func (_Account *AccountFilterer) ParseUpgraded(log types.Log) (*AccountUpgraded, error)
ParseUpgraded is a log parse operation binding the contract event 0x5d611f318680d00598bb735d61bacf0c514c6b50e1e5ad30040a4df2b12791c7.
Solidity: event Upgraded(address indexed self, address implementation)
func (*AccountFilterer) WatchApproval ¶
func (_Account *AccountFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *AccountApproval, owner []common.Address, approved []common.Address, tokenId []*big.Int) (event.Subscription, error)
WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
func (*AccountFilterer) WatchApprovalForAll ¶
func (_Account *AccountFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *AccountApprovalForAll, owner []common.Address, operator []common.Address) (event.Subscription, error)
WatchApprovalForAll is a free log subscription operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*AccountFilterer) WatchOwnerChanged ¶
func (_Account *AccountFilterer) WatchOwnerChanged(opts *bind.WatchOpts, sink chan<- *AccountOwnerChanged) (event.Subscription, error)
WatchOwnerChanged is a free log subscription operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*AccountFilterer) WatchOwnerNominated ¶
func (_Account *AccountFilterer) WatchOwnerNominated(opts *bind.WatchOpts, sink chan<- *AccountOwnerNominated) (event.Subscription, error)
WatchOwnerNominated is a free log subscription operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*AccountFilterer) WatchTransfer ¶
func (_Account *AccountFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *AccountTransfer, from []common.Address, to []common.Address, tokenId []*big.Int) (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 indexed tokenId)
func (*AccountFilterer) WatchUpgraded ¶
func (_Account *AccountFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *AccountUpgraded, self []common.Address) (event.Subscription, error)
WatchUpgraded is a free log subscription operation binding the contract event 0x5d611f318680d00598bb735d61bacf0c514c6b50e1e5ad30040a4df2b12791c7.
Solidity: event Upgraded(address indexed self, address implementation)
type AccountOwnerChanged ¶
type AccountOwnerChanged struct { OldOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
AccountOwnerChanged represents a OwnerChanged event raised by the Account contract.
type AccountOwnerChangedIterator ¶
type AccountOwnerChangedIterator struct { Event *AccountOwnerChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountOwnerChangedIterator is returned from FilterOwnerChanged and is used to iterate over the raw logs and unpacked data for OwnerChanged events raised by the Account contract.
func (*AccountOwnerChangedIterator) Close ¶
func (it *AccountOwnerChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountOwnerChangedIterator) Error ¶
func (it *AccountOwnerChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountOwnerChangedIterator) Next ¶
func (it *AccountOwnerChangedIterator) 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 AccountOwnerNominated ¶
type AccountOwnerNominated struct { NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
AccountOwnerNominated represents a OwnerNominated event raised by the Account contract.
type AccountOwnerNominatedIterator ¶
type AccountOwnerNominatedIterator struct { Event *AccountOwnerNominated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountOwnerNominatedIterator is returned from FilterOwnerNominated and is used to iterate over the raw logs and unpacked data for OwnerNominated events raised by the Account contract.
func (*AccountOwnerNominatedIterator) Close ¶
func (it *AccountOwnerNominatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountOwnerNominatedIterator) Error ¶
func (it *AccountOwnerNominatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountOwnerNominatedIterator) Next ¶
func (it *AccountOwnerNominatedIterator) 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 AccountRaw ¶
type AccountRaw struct {
Contract *Account // Generic contract binding to access the raw methods on
}
AccountRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*AccountRaw) Call ¶
func (_Account *AccountRaw) 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 (*AccountRaw) Transact ¶
func (_Account *AccountRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AccountRaw) Transfer ¶
func (_Account *AccountRaw) 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 AccountSession ¶
type AccountSession struct { Contract *Account // 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 }
AccountSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*AccountSession) AcceptOwnership ¶
func (_Account *AccountSession) AcceptOwnership() (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*AccountSession) Approve ¶
func (_Account *AccountSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address to, uint256 tokenId) returns()
func (*AccountSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address holder) view returns(uint256 balance)
func (*AccountSession) Burn ¶
func (_Account *AccountSession) Burn(tokenId *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 tokenId) returns()
func (*AccountSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address operator)
func (*AccountSession) GetImplementation ¶
func (_Account *AccountSession) GetImplementation() (common.Address, error)
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*AccountSession) Initialize ¶
func (_Account *AccountSession) Initialize(tokenName string, tokenSymbol string, uri string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xa6487c53.
Solidity: function initialize(string tokenName, string tokenSymbol, string uri) returns()
func (*AccountSession) IsApprovedForAll ¶
func (_Account *AccountSession) IsApprovedForAll(holder common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address holder, address operator) view returns(bool)
func (*AccountSession) IsInitialized ¶
func (_Account *AccountSession) IsInitialized() (bool, error)
IsInitialized is a free data retrieval call binding the contract method 0x392e53cd.
Solidity: function isInitialized() view returns(bool)
func (*AccountSession) Mint ¶
func (_Account *AccountSession) Mint(to common.Address, tokenId *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 tokenId) returns()
func (*AccountSession) Name ¶
func (_Account *AccountSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AccountSession) NominateNewOwner ¶
func (_Account *AccountSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
NominateNewOwner is a paid mutator transaction binding the contract method 0x1627540c.
Solidity: function nominateNewOwner(address newNominatedOwner) returns()
func (*AccountSession) NominatedOwner ¶
func (_Account *AccountSession) NominatedOwner() (common.Address, error)
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*AccountSession) Owner ¶
func (_Account *AccountSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AccountSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*AccountSession) RenounceNomination ¶
func (_Account *AccountSession) RenounceNomination() (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*AccountSession) SafeMint ¶
func (_Account *AccountSession) SafeMint(to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
SafeMint is a paid mutator transaction binding the contract method 0x8832e6e3.
Solidity: function safeMint(address to, uint256 tokenId, bytes data) returns()
func (*AccountSession) SafeTransferFrom ¶
func (_Account *AccountSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()
func (*AccountSession) SafeTransferFrom0 ¶
func (_Account *AccountSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()
func (*AccountSession) SetAllowance ¶
func (_Account *AccountSession) SetAllowance(tokenId *big.Int, spender common.Address) (*types.Transaction, error)
SetAllowance is a paid mutator transaction binding the contract method 0xff53fac7.
Solidity: function setAllowance(uint256 tokenId, address spender) returns()
func (*AccountSession) SetApprovalForAll ¶
func (_Account *AccountSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.
Solidity: function setApprovalForAll(address operator, bool approved) returns()
func (*AccountSession) SetBaseTokenURI ¶
func (_Account *AccountSession) SetBaseTokenURI(uri string) (*types.Transaction, error)
SetBaseTokenURI is a paid mutator transaction binding the contract method 0x30176e13.
Solidity: function setBaseTokenURI(string uri) returns()
func (*AccountSession) SimulateUpgradeTo ¶
func (_Account *AccountSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
SimulateUpgradeTo is a paid mutator transaction binding the contract method 0xc7f62cda.
Solidity: function simulateUpgradeTo(address newImplementation) returns()
func (*AccountSession) SupportsInterface ¶
func (_Account *AccountSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*AccountSession) Symbol ¶
func (_Account *AccountSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AccountSession) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*AccountSession) TokenOfOwnerByIndex ¶
func (_Account *AccountSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.
Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)
func (*AccountSession) TokenURI ¶
func (_Account *AccountSession) TokenURI(tokenId *big.Int) (string, error)
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 tokenId) view returns(string)
func (*AccountSession) TotalSupply ¶
func (_Account *AccountSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*AccountSession) TransferFrom ¶
func (_Account *AccountSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()
func (*AccountSession) UpgradeTo ¶
func (_Account *AccountSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
type AccountTransactor ¶
type AccountTransactor struct {
// contains filtered or unexported fields
}
AccountTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAccountTransactor ¶
func NewAccountTransactor(address common.Address, transactor bind.ContractTransactor) (*AccountTransactor, error)
NewAccountTransactor creates a new write-only instance of Account, bound to a specific deployed contract.
func (*AccountTransactor) AcceptOwnership ¶
func (_Account *AccountTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*AccountTransactor) Approve ¶
func (_Account *AccountTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address to, uint256 tokenId) returns()
func (*AccountTransactor) Burn ¶
func (_Account *AccountTransactor) Burn(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 tokenId) returns()
func (*AccountTransactor) Initialize ¶
func (_Account *AccountTransactor) Initialize(opts *bind.TransactOpts, tokenName string, tokenSymbol string, uri string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xa6487c53.
Solidity: function initialize(string tokenName, string tokenSymbol, string uri) returns()
func (*AccountTransactor) Mint ¶
func (_Account *AccountTransactor) Mint(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 tokenId) returns()
func (*AccountTransactor) NominateNewOwner ¶
func (_Account *AccountTransactor) NominateNewOwner(opts *bind.TransactOpts, newNominatedOwner common.Address) (*types.Transaction, error)
NominateNewOwner is a paid mutator transaction binding the contract method 0x1627540c.
Solidity: function nominateNewOwner(address newNominatedOwner) returns()
func (*AccountTransactor) RenounceNomination ¶
func (_Account *AccountTransactor) RenounceNomination(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*AccountTransactor) SafeMint ¶
func (_Account *AccountTransactor) SafeMint(opts *bind.TransactOpts, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
SafeMint is a paid mutator transaction binding the contract method 0x8832e6e3.
Solidity: function safeMint(address to, uint256 tokenId, bytes data) returns()
func (*AccountTransactor) SafeTransferFrom ¶
func (_Account *AccountTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()
func (*AccountTransactor) SafeTransferFrom0 ¶
func (_Account *AccountTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()
func (*AccountTransactor) SetAllowance ¶
func (_Account *AccountTransactor) SetAllowance(opts *bind.TransactOpts, tokenId *big.Int, spender common.Address) (*types.Transaction, error)
SetAllowance is a paid mutator transaction binding the contract method 0xff53fac7.
Solidity: function setAllowance(uint256 tokenId, address spender) returns()
func (*AccountTransactor) SetApprovalForAll ¶
func (_Account *AccountTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.
Solidity: function setApprovalForAll(address operator, bool approved) returns()
func (*AccountTransactor) SetBaseTokenURI ¶
func (_Account *AccountTransactor) SetBaseTokenURI(opts *bind.TransactOpts, uri string) (*types.Transaction, error)
SetBaseTokenURI is a paid mutator transaction binding the contract method 0x30176e13.
Solidity: function setBaseTokenURI(string uri) returns()
func (*AccountTransactor) SimulateUpgradeTo ¶
func (_Account *AccountTransactor) SimulateUpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
SimulateUpgradeTo is a paid mutator transaction binding the contract method 0xc7f62cda.
Solidity: function simulateUpgradeTo(address newImplementation) returns()
func (*AccountTransactor) TransferFrom ¶
func (_Account *AccountTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()
func (*AccountTransactor) UpgradeTo ¶
func (_Account *AccountTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
type AccountTransactorRaw ¶
type AccountTransactorRaw struct {
Contract *AccountTransactor // Generic write-only contract binding to access the raw methods on
}
AccountTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AccountTransactorRaw) Transact ¶
func (_Account *AccountTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AccountTransactorRaw) Transfer ¶
func (_Account *AccountTransactorRaw) 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 AccountTransactorSession ¶
type AccountTransactorSession struct { Contract *AccountTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AccountTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*AccountTransactorSession) AcceptOwnership ¶
func (_Account *AccountTransactorSession) AcceptOwnership() (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*AccountTransactorSession) Approve ¶
func (_Account *AccountTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address to, uint256 tokenId) returns()
func (*AccountTransactorSession) Burn ¶
func (_Account *AccountTransactorSession) Burn(tokenId *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 tokenId) returns()
func (*AccountTransactorSession) Initialize ¶
func (_Account *AccountTransactorSession) Initialize(tokenName string, tokenSymbol string, uri string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xa6487c53.
Solidity: function initialize(string tokenName, string tokenSymbol, string uri) returns()
func (*AccountTransactorSession) Mint ¶
func (_Account *AccountTransactorSession) Mint(to common.Address, tokenId *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 tokenId) returns()
func (*AccountTransactorSession) NominateNewOwner ¶
func (_Account *AccountTransactorSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
NominateNewOwner is a paid mutator transaction binding the contract method 0x1627540c.
Solidity: function nominateNewOwner(address newNominatedOwner) returns()
func (*AccountTransactorSession) RenounceNomination ¶
func (_Account *AccountTransactorSession) RenounceNomination() (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*AccountTransactorSession) SafeMint ¶
func (_Account *AccountTransactorSession) SafeMint(to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
SafeMint is a paid mutator transaction binding the contract method 0x8832e6e3.
Solidity: function safeMint(address to, uint256 tokenId, bytes data) returns()
func (*AccountTransactorSession) SafeTransferFrom ¶
func (_Account *AccountTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()
func (*AccountTransactorSession) SafeTransferFrom0 ¶
func (_Account *AccountTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()
func (*AccountTransactorSession) SetAllowance ¶
func (_Account *AccountTransactorSession) SetAllowance(tokenId *big.Int, spender common.Address) (*types.Transaction, error)
SetAllowance is a paid mutator transaction binding the contract method 0xff53fac7.
Solidity: function setAllowance(uint256 tokenId, address spender) returns()
func (*AccountTransactorSession) SetApprovalForAll ¶
func (_Account *AccountTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.
Solidity: function setApprovalForAll(address operator, bool approved) returns()
func (*AccountTransactorSession) SetBaseTokenURI ¶
func (_Account *AccountTransactorSession) SetBaseTokenURI(uri string) (*types.Transaction, error)
SetBaseTokenURI is a paid mutator transaction binding the contract method 0x30176e13.
Solidity: function setBaseTokenURI(string uri) returns()
func (*AccountTransactorSession) SimulateUpgradeTo ¶
func (_Account *AccountTransactorSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
SimulateUpgradeTo is a paid mutator transaction binding the contract method 0xc7f62cda.
Solidity: function simulateUpgradeTo(address newImplementation) returns()
func (*AccountTransactorSession) TransferFrom ¶
func (_Account *AccountTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()
func (*AccountTransactorSession) UpgradeTo ¶
func (_Account *AccountTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
type AccountTransfer ¶
type AccountTransfer struct { From common.Address To common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
AccountTransfer represents a Transfer event raised by the Account contract.
type AccountTransferIterator ¶
type AccountTransferIterator struct { Event *AccountTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Account contract.
func (*AccountTransferIterator) Close ¶
func (it *AccountTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountTransferIterator) Error ¶
func (it *AccountTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountTransferIterator) Next ¶
func (it *AccountTransferIterator) 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 AccountUpgraded ¶
type AccountUpgraded struct { Self common.Address Implementation common.Address Raw types.Log // Blockchain specific contextual infos }
AccountUpgraded represents a Upgraded event raised by the Account contract.
type AccountUpgradedIterator ¶
type AccountUpgradedIterator struct { Event *AccountUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the Account contract.
func (*AccountUpgradedIterator) Close ¶
func (it *AccountUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountUpgradedIterator) Error ¶
func (it *AccountUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountUpgradedIterator) Next ¶
func (it *AccountUpgradedIterator) 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.