Documentation ¶
Index ¶
- Constants
- type Erc721
- type Erc721Action
- type Erc721ActionIterator
- type Erc721Approval
- type Erc721ApprovalForAll
- type Erc721ApprovalForAllIterator
- type Erc721ApprovalIterator
- type Erc721Caller
- func (_Erc721 *Erc721Caller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Erc721 *Erc721Caller) ContractURI(opts *bind.CallOpts) (string, error)
- func (_Erc721 *Erc721Caller) Exists(opts *bind.CallOpts, _tokenId *big.Int) (bool, error)
- func (_Erc721 *Erc721Caller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Erc721 *Erc721Caller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)
- func (_Erc721 *Erc721Caller) IsApprovedOrOwner(opts *bind.CallOpts, _spender common.Address, _tokenId *big.Int) (bool, error)
- func (_Erc721 *Erc721Caller) IsSaleActive(opts *bind.CallOpts) (bool, error)
- func (_Erc721 *Erc721Caller) ItemPrice(opts *bind.CallOpts) (*big.Int, error)
- func (_Erc721 *Erc721Caller) Name(opts *bind.CallOpts) (string, error)
- func (_Erc721 *Erc721Caller) NameNFTFee(opts *bind.CallOpts) (*big.Int, error)
- func (_Erc721 *Erc721Caller) NftName(opts *bind.CallOpts, arg0 *big.Int) (string, error)
- func (_Erc721 *Erc721Caller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_Erc721 *Erc721Caller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Erc721 *Erc721Caller) PurchasedTokens(opts *bind.CallOpts) (*big.Int, error)
- func (_Erc721 *Erc721Caller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_Erc721 *Erc721Caller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Erc721 *Erc721Caller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)
- func (_Erc721 *Erc721Caller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)
- func (_Erc721 *Erc721Caller) TokenURI(opts *bind.CallOpts, _tokenId *big.Int) (string, error)
- func (_Erc721 *Erc721Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- func (_Erc721 *Erc721Caller) TotalTokenToMint(opts *bind.CallOpts) (*big.Int, error)
- type Erc721CallerRaw
- type Erc721CallerSession
- func (_Erc721 *Erc721CallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Erc721 *Erc721CallerSession) ContractURI() (string, error)
- func (_Erc721 *Erc721CallerSession) Exists(_tokenId *big.Int) (bool, error)
- func (_Erc721 *Erc721CallerSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Erc721 *Erc721CallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_Erc721 *Erc721CallerSession) IsApprovedOrOwner(_spender common.Address, _tokenId *big.Int) (bool, error)
- func (_Erc721 *Erc721CallerSession) IsSaleActive() (bool, error)
- func (_Erc721 *Erc721CallerSession) ItemPrice() (*big.Int, error)
- func (_Erc721 *Erc721CallerSession) Name() (string, error)
- func (_Erc721 *Erc721CallerSession) NameNFTFee() (*big.Int, error)
- func (_Erc721 *Erc721CallerSession) NftName(arg0 *big.Int) (string, error)
- func (_Erc721 *Erc721CallerSession) Owner() (common.Address, error)
- func (_Erc721 *Erc721CallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Erc721 *Erc721CallerSession) PurchasedTokens() (*big.Int, error)
- func (_Erc721 *Erc721CallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Erc721 *Erc721CallerSession) Symbol() (string, error)
- func (_Erc721 *Erc721CallerSession) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_Erc721 *Erc721CallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_Erc721 *Erc721CallerSession) TokenURI(_tokenId *big.Int) (string, error)
- func (_Erc721 *Erc721CallerSession) TotalSupply() (*big.Int, error)
- func (_Erc721 *Erc721CallerSession) TotalTokenToMint() (*big.Int, error)
- type Erc721Filterer
- func (_Erc721 *Erc721Filterer) FilterAction(opts *bind.FilterOpts) (*Erc721ActionIterator, error)
- func (_Erc721 *Erc721Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, ...) (*Erc721ApprovalIterator, error)
- func (_Erc721 *Erc721Filterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*Erc721ApprovalForAllIterator, error)
- func (_Erc721 *Erc721Filterer) FilterNamed(opts *bind.FilterOpts) (*Erc721NamedIterator, error)
- func (_Erc721 *Erc721Filterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*Erc721OwnershipTransferredIterator, error)
- func (_Erc721 *Erc721Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, ...) (*Erc721TransferIterator, error)
- func (_Erc721 *Erc721Filterer) ParseAction(log types.Log) (*Erc721Action, error)
- func (_Erc721 *Erc721Filterer) ParseApproval(log types.Log) (*Erc721Approval, error)
- func (_Erc721 *Erc721Filterer) ParseApprovalForAll(log types.Log) (*Erc721ApprovalForAll, error)
- func (_Erc721 *Erc721Filterer) ParseNamed(log types.Log) (*Erc721Named, error)
- func (_Erc721 *Erc721Filterer) ParseOwnershipTransferred(log types.Log) (*Erc721OwnershipTransferred, error)
- func (_Erc721 *Erc721Filterer) ParseTransfer(log types.Log) (*Erc721Transfer, error)
- func (_Erc721 *Erc721Filterer) WatchAction(opts *bind.WatchOpts, sink chan<- *Erc721Action) (event.Subscription, error)
- func (_Erc721 *Erc721Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Erc721Approval, owner []common.Address, ...) (event.Subscription, error)
- func (_Erc721 *Erc721Filterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Erc721ApprovalForAll, ...) (event.Subscription, error)
- func (_Erc721 *Erc721Filterer) WatchNamed(opts *bind.WatchOpts, sink chan<- *Erc721Named) (event.Subscription, error)
- func (_Erc721 *Erc721Filterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *Erc721OwnershipTransferred, ...) (event.Subscription, error)
- func (_Erc721 *Erc721Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Erc721Transfer, from []common.Address, ...) (event.Subscription, error)
- type Erc721Named
- type Erc721NamedIterator
- type Erc721OwnershipTransferred
- type Erc721OwnershipTransferredIterator
- type Erc721Raw
- func (_Erc721 *Erc721Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Erc721 *Erc721Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Erc721 *Erc721Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Erc721Session
- func (_Erc721 *Erc721Session) Action(_nftID *big.Int, _actionID *big.Int, payload string) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) AdminMint(_howMany *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Erc721 *Erc721Session) ContractURI() (string, error)
- func (_Erc721 *Erc721Session) Exists(_tokenId *big.Int) (bool, error)
- func (_Erc721 *Erc721Session) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Erc721 *Erc721Session) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_Erc721 *Erc721Session) IsApprovedOrOwner(_spender common.Address, _tokenId *big.Int) (bool, error)
- func (_Erc721 *Erc721Session) IsSaleActive() (bool, error)
- func (_Erc721 *Erc721Session) ItemPrice() (*big.Int, error)
- func (_Erc721 *Erc721Session) Name() (string, error)
- func (_Erc721 *Erc721Session) NameNFT(_nftID *big.Int, _name string) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) NameNFTFee() (*big.Int, error)
- func (_Erc721 *Erc721Session) NftName(arg0 *big.Int) (string, error)
- func (_Erc721 *Erc721Session) Owner() (common.Address, error)
- func (_Erc721 *Erc721Session) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Erc721 *Erc721Session) PurchaseToken(_howMany *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) PurchasedTokens() (*big.Int, error)
- func (_Erc721 *Erc721Session) ReclaimToken(token common.Address) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) RenounceOwnership() (*types.Transaction, error)
- func (_Erc721 *Erc721Session) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) SetBaseURI(newBaseURI string) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) SetContractURI(newuri string) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) SetNameNFTFee(_newFee *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) StartSale() (*types.Transaction, error)
- func (_Erc721 *Erc721Session) StopSale() (*types.Transaction, error)
- func (_Erc721 *Erc721Session) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Erc721 *Erc721Session) Symbol() (string, error)
- func (_Erc721 *Erc721Session) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_Erc721 *Erc721Session) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_Erc721 *Erc721Session) TokenURI(_tokenId *big.Int) (string, error)
- func (_Erc721 *Erc721Session) TotalSupply() (*big.Int, error)
- func (_Erc721 *Erc721Session) TotalTokenToMint() (*big.Int, error)
- func (_Erc721 *Erc721Session) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Erc721 *Erc721Session) Withdraw() (*types.Transaction, error)
- type Erc721Transactor
- func (_Erc721 *Erc721Transactor) Action(opts *bind.TransactOpts, _nftID *big.Int, _actionID *big.Int, payload string) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) AdminMint(opts *bind.TransactOpts, _howMany *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) NameNFT(opts *bind.TransactOpts, _nftID *big.Int, _name string) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) PurchaseToken(opts *bind.TransactOpts, _howMany *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) ReclaimToken(opts *bind.TransactOpts, token common.Address) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) SetBaseURI(opts *bind.TransactOpts, newBaseURI string) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) SetContractURI(opts *bind.TransactOpts, newuri string) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) SetNameNFTFee(opts *bind.TransactOpts, _newFee *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) StartSale(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) StopSale(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- func (_Erc721 *Erc721Transactor) Withdraw(opts *bind.TransactOpts) (*types.Transaction, error)
- type Erc721TransactorRaw
- type Erc721TransactorSession
- func (_Erc721 *Erc721TransactorSession) Action(_nftID *big.Int, _actionID *big.Int, payload string) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) AdminMint(_howMany *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) NameNFT(_nftID *big.Int, _name string) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) PurchaseToken(_howMany *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) ReclaimToken(token common.Address) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) SetBaseURI(newBaseURI string) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) SetContractURI(newuri string) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) SetNameNFTFee(_newFee *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) StartSale() (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) StopSale() (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Erc721 *Erc721TransactorSession) Withdraw() (*types.Transaction, error)
- type Erc721Transfer
- type Erc721TransferIterator
Constants ¶
const Erc721ABI = "" /* 10518-byte string literal not displayed */
Erc721ABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Erc721 ¶
type Erc721 struct { Erc721Caller // Read-only binding to the contract Erc721Transactor // Write-only binding to the contract Erc721Filterer // Log filterer for contract events }
Erc721 is an auto generated Go binding around an Ethereum contract.
type Erc721Action ¶
type Erc721Action struct { PetID *big.Int Value *big.Int ActionID *big.Int Payload string Raw types.Log // Blockchain specific contextual infos }
Erc721Action represents a Action event raised by the Erc721 contract.
type Erc721ActionIterator ¶
type Erc721ActionIterator struct { Event *Erc721Action // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc721ActionIterator is returned from FilterAction and is used to iterate over the raw logs and unpacked data for Action events raised by the Erc721 contract.
func (*Erc721ActionIterator) Close ¶
func (it *Erc721ActionIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc721ActionIterator) Error ¶
func (it *Erc721ActionIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc721ActionIterator) Next ¶
func (it *Erc721ActionIterator) 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 Erc721Approval ¶
type Erc721Approval struct { Owner common.Address Approved common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
Erc721Approval represents a Approval event raised by the Erc721 contract.
type Erc721ApprovalForAll ¶
type Erc721ApprovalForAll struct { Owner common.Address Operator common.Address Approved bool Raw types.Log // Blockchain specific contextual infos }
Erc721ApprovalForAll represents a ApprovalForAll event raised by the Erc721 contract.
type Erc721ApprovalForAllIterator ¶
type Erc721ApprovalForAllIterator struct { Event *Erc721ApprovalForAll // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc721ApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Erc721 contract.
func (*Erc721ApprovalForAllIterator) Close ¶
func (it *Erc721ApprovalForAllIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc721ApprovalForAllIterator) Error ¶
func (it *Erc721ApprovalForAllIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc721ApprovalForAllIterator) Next ¶
func (it *Erc721ApprovalForAllIterator) 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 Erc721ApprovalIterator ¶
type Erc721ApprovalIterator struct { Event *Erc721Approval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc721ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Erc721 contract.
func (*Erc721ApprovalIterator) Close ¶
func (it *Erc721ApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc721ApprovalIterator) Error ¶
func (it *Erc721ApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc721ApprovalIterator) Next ¶
func (it *Erc721ApprovalIterator) 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 Erc721Caller ¶
type Erc721Caller struct {
// contains filtered or unexported fields
}
Erc721Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewErc721Caller ¶
func NewErc721Caller(address common.Address, caller bind.ContractCaller) (*Erc721Caller, error)
NewErc721Caller creates a new read-only instance of Erc721, bound to a specific deployed contract.
func (*Erc721Caller) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*Erc721Caller) ContractURI ¶
func (_Erc721 *Erc721Caller) ContractURI(opts *bind.CallOpts) (string, error)
ContractURI is a free data retrieval call binding the contract method 0xe8a3d485.
Solidity: function contractURI() view returns(string)
func (*Erc721Caller) Exists ¶
Exists is a free data retrieval call binding the contract method 0x4f558e79.
Solidity: function exists(uint256 _tokenId) view returns(bool)
func (*Erc721Caller) GetApproved ¶
func (_Erc721 *Erc721Caller) 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)
func (*Erc721Caller) IsApprovedForAll ¶
func (_Erc721 *Erc721Caller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)
func (*Erc721Caller) IsApprovedOrOwner ¶
func (_Erc721 *Erc721Caller) IsApprovedOrOwner(opts *bind.CallOpts, _spender common.Address, _tokenId *big.Int) (bool, error)
IsApprovedOrOwner is a free data retrieval call binding the contract method 0x430c2081.
Solidity: function isApprovedOrOwner(address _spender, uint256 _tokenId) view returns(bool)
func (*Erc721Caller) IsSaleActive ¶
func (_Erc721 *Erc721Caller) IsSaleActive(opts *bind.CallOpts) (bool, error)
IsSaleActive is a free data retrieval call binding the contract method 0x564566a8.
Solidity: function isSaleActive() view returns(bool)
func (*Erc721Caller) ItemPrice ¶
ItemPrice is a free data retrieval call binding the contract method 0xdac6db1c.
Solidity: function itemPrice() view returns(uint256)
func (*Erc721Caller) Name ¶
func (_Erc721 *Erc721Caller) 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 (*Erc721Caller) NameNFTFee ¶
NameNFTFee is a free data retrieval call binding the contract method 0xcd019e4e.
Solidity: function nameNFTFee() view returns(uint256)
func (*Erc721Caller) NftName ¶
NftName is a free data retrieval call binding the contract method 0xa78e5fa6.
Solidity: function nftName(uint256 ) view returns(string)
func (*Erc721Caller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*Erc721Caller) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*Erc721Caller) PurchasedTokens ¶
PurchasedTokens is a free data retrieval call binding the contract method 0x05971912.
Solidity: function purchasedTokens() view returns(uint256)
func (*Erc721Caller) SupportsInterface ¶
func (_Erc721 *Erc721Caller) 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 (*Erc721Caller) Symbol ¶
func (_Erc721 *Erc721Caller) 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 (*Erc721Caller) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*Erc721Caller) TokenOfOwnerByIndex ¶
func (_Erc721 *Erc721Caller) 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 (*Erc721Caller) TokenURI ¶
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 _tokenId) view returns(string)
func (*Erc721Caller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*Erc721Caller) TotalTokenToMint ¶
TotalTokenToMint is a free data retrieval call binding the contract method 0xfd15ec58.
Solidity: function totalTokenToMint() view returns(uint256)
type Erc721CallerRaw ¶
type Erc721CallerRaw struct {
Contract *Erc721Caller // Generic read-only contract binding to access the raw methods on
}
Erc721CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Erc721CallerRaw) Call ¶
func (_Erc721 *Erc721CallerRaw) 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 Erc721CallerSession ¶
type Erc721CallerSession struct { Contract *Erc721Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Erc721CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*Erc721CallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*Erc721CallerSession) ContractURI ¶
func (_Erc721 *Erc721CallerSession) ContractURI() (string, error)
ContractURI is a free data retrieval call binding the contract method 0xe8a3d485.
Solidity: function contractURI() view returns(string)
func (*Erc721CallerSession) Exists ¶
func (_Erc721 *Erc721CallerSession) Exists(_tokenId *big.Int) (bool, error)
Exists is a free data retrieval call binding the contract method 0x4f558e79.
Solidity: function exists(uint256 _tokenId) view returns(bool)
func (*Erc721CallerSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*Erc721CallerSession) IsApprovedForAll ¶
func (_Erc721 *Erc721CallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)
func (*Erc721CallerSession) IsApprovedOrOwner ¶
func (_Erc721 *Erc721CallerSession) IsApprovedOrOwner(_spender common.Address, _tokenId *big.Int) (bool, error)
IsApprovedOrOwner is a free data retrieval call binding the contract method 0x430c2081.
Solidity: function isApprovedOrOwner(address _spender, uint256 _tokenId) view returns(bool)
func (*Erc721CallerSession) IsSaleActive ¶
func (_Erc721 *Erc721CallerSession) IsSaleActive() (bool, error)
IsSaleActive is a free data retrieval call binding the contract method 0x564566a8.
Solidity: function isSaleActive() view returns(bool)
func (*Erc721CallerSession) ItemPrice ¶
func (_Erc721 *Erc721CallerSession) ItemPrice() (*big.Int, error)
ItemPrice is a free data retrieval call binding the contract method 0xdac6db1c.
Solidity: function itemPrice() view returns(uint256)
func (*Erc721CallerSession) Name ¶
func (_Erc721 *Erc721CallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*Erc721CallerSession) NameNFTFee ¶
func (_Erc721 *Erc721CallerSession) NameNFTFee() (*big.Int, error)
NameNFTFee is a free data retrieval call binding the contract method 0xcd019e4e.
Solidity: function nameNFTFee() view returns(uint256)
func (*Erc721CallerSession) NftName ¶
func (_Erc721 *Erc721CallerSession) NftName(arg0 *big.Int) (string, error)
NftName is a free data retrieval call binding the contract method 0xa78e5fa6.
Solidity: function nftName(uint256 ) view returns(string)
func (*Erc721CallerSession) Owner ¶
func (_Erc721 *Erc721CallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*Erc721CallerSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*Erc721CallerSession) PurchasedTokens ¶
func (_Erc721 *Erc721CallerSession) PurchasedTokens() (*big.Int, error)
PurchasedTokens is a free data retrieval call binding the contract method 0x05971912.
Solidity: function purchasedTokens() view returns(uint256)
func (*Erc721CallerSession) SupportsInterface ¶
func (_Erc721 *Erc721CallerSession) 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 (*Erc721CallerSession) Symbol ¶
func (_Erc721 *Erc721CallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*Erc721CallerSession) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*Erc721CallerSession) TokenOfOwnerByIndex ¶
func (_Erc721 *Erc721CallerSession) 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 (*Erc721CallerSession) TokenURI ¶
func (_Erc721 *Erc721CallerSession) 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 (*Erc721CallerSession) TotalSupply ¶
func (_Erc721 *Erc721CallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*Erc721CallerSession) TotalTokenToMint ¶
func (_Erc721 *Erc721CallerSession) TotalTokenToMint() (*big.Int, error)
TotalTokenToMint is a free data retrieval call binding the contract method 0xfd15ec58.
Solidity: function totalTokenToMint() view returns(uint256)
type Erc721Filterer ¶
type Erc721Filterer struct {
// contains filtered or unexported fields
}
Erc721Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewErc721Filterer ¶
func NewErc721Filterer(address common.Address, filterer bind.ContractFilterer) (*Erc721Filterer, error)
NewErc721Filterer creates a new log filterer instance of Erc721, bound to a specific deployed contract.
func (*Erc721Filterer) FilterAction ¶
func (_Erc721 *Erc721Filterer) FilterAction(opts *bind.FilterOpts) (*Erc721ActionIterator, error)
FilterAction is a free log retrieval operation binding the contract event 0x6d5be2d5e54b5cd48becd92c56afd0c7564ff6d89f42e6f5fbd3913f279f110c.
Solidity: event Action(uint256 petID, uint256 value, uint256 actionID, string payload)
func (*Erc721Filterer) FilterApproval ¶
func (_Erc721 *Erc721Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*Erc721ApprovalIterator, 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 (*Erc721Filterer) FilterApprovalForAll ¶
func (_Erc721 *Erc721Filterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*Erc721ApprovalForAllIterator, 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 (*Erc721Filterer) FilterNamed ¶
func (_Erc721 *Erc721Filterer) FilterNamed(opts *bind.FilterOpts) (*Erc721NamedIterator, error)
FilterNamed is a free log retrieval operation binding the contract event 0x9726e950b835e1f7f4fe747cca4223de678452a4f67c102d50408e22e94e9485.
Solidity: event Named(uint256 tokenID, string name)
func (*Erc721Filterer) FilterOwnershipTransferred ¶
func (_Erc721 *Erc721Filterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*Erc721OwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*Erc721Filterer) FilterTransfer ¶
func (_Erc721 *Erc721Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*Erc721TransferIterator, 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 (*Erc721Filterer) ParseAction ¶
func (_Erc721 *Erc721Filterer) ParseAction(log types.Log) (*Erc721Action, error)
ParseAction is a log parse operation binding the contract event 0x6d5be2d5e54b5cd48becd92c56afd0c7564ff6d89f42e6f5fbd3913f279f110c.
Solidity: event Action(uint256 petID, uint256 value, uint256 actionID, string payload)
func (*Erc721Filterer) ParseApproval ¶
func (_Erc721 *Erc721Filterer) ParseApproval(log types.Log) (*Erc721Approval, 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 (*Erc721Filterer) ParseApprovalForAll ¶
func (_Erc721 *Erc721Filterer) ParseApprovalForAll(log types.Log) (*Erc721ApprovalForAll, error)
ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*Erc721Filterer) ParseNamed ¶
func (_Erc721 *Erc721Filterer) ParseNamed(log types.Log) (*Erc721Named, error)
ParseNamed is a log parse operation binding the contract event 0x9726e950b835e1f7f4fe747cca4223de678452a4f67c102d50408e22e94e9485.
Solidity: event Named(uint256 tokenID, string name)
func (*Erc721Filterer) ParseOwnershipTransferred ¶
func (_Erc721 *Erc721Filterer) ParseOwnershipTransferred(log types.Log) (*Erc721OwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*Erc721Filterer) ParseTransfer ¶
func (_Erc721 *Erc721Filterer) ParseTransfer(log types.Log) (*Erc721Transfer, 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 (*Erc721Filterer) WatchAction ¶
func (_Erc721 *Erc721Filterer) WatchAction(opts *bind.WatchOpts, sink chan<- *Erc721Action) (event.Subscription, error)
WatchAction is a free log subscription operation binding the contract event 0x6d5be2d5e54b5cd48becd92c56afd0c7564ff6d89f42e6f5fbd3913f279f110c.
Solidity: event Action(uint256 petID, uint256 value, uint256 actionID, string payload)
func (*Erc721Filterer) WatchApproval ¶
func (_Erc721 *Erc721Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Erc721Approval, 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 (*Erc721Filterer) WatchApprovalForAll ¶
func (_Erc721 *Erc721Filterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Erc721ApprovalForAll, 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 (*Erc721Filterer) WatchNamed ¶
func (_Erc721 *Erc721Filterer) WatchNamed(opts *bind.WatchOpts, sink chan<- *Erc721Named) (event.Subscription, error)
WatchNamed is a free log subscription operation binding the contract event 0x9726e950b835e1f7f4fe747cca4223de678452a4f67c102d50408e22e94e9485.
Solidity: event Named(uint256 tokenID, string name)
func (*Erc721Filterer) WatchOwnershipTransferred ¶
func (_Erc721 *Erc721Filterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *Erc721OwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*Erc721Filterer) WatchTransfer ¶
func (_Erc721 *Erc721Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Erc721Transfer, 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)
type Erc721Named ¶
type Erc721Named struct { TokenID *big.Int Name string Raw types.Log // Blockchain specific contextual infos }
Erc721Named represents a Named event raised by the Erc721 contract.
type Erc721NamedIterator ¶
type Erc721NamedIterator struct { Event *Erc721Named // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc721NamedIterator is returned from FilterNamed and is used to iterate over the raw logs and unpacked data for Named events raised by the Erc721 contract.
func (*Erc721NamedIterator) Close ¶
func (it *Erc721NamedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc721NamedIterator) Error ¶
func (it *Erc721NamedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc721NamedIterator) Next ¶
func (it *Erc721NamedIterator) 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 Erc721OwnershipTransferred ¶
type Erc721OwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
Erc721OwnershipTransferred represents a OwnershipTransferred event raised by the Erc721 contract.
type Erc721OwnershipTransferredIterator ¶
type Erc721OwnershipTransferredIterator struct { Event *Erc721OwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc721OwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Erc721 contract.
func (*Erc721OwnershipTransferredIterator) Close ¶
func (it *Erc721OwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc721OwnershipTransferredIterator) Error ¶
func (it *Erc721OwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc721OwnershipTransferredIterator) Next ¶
func (it *Erc721OwnershipTransferredIterator) 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 Erc721Raw ¶
type Erc721Raw struct {
Contract *Erc721 // Generic contract binding to access the raw methods on
}
Erc721Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*Erc721Raw) Call ¶
func (_Erc721 *Erc721Raw) 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 (*Erc721Raw) Transact ¶
func (_Erc721 *Erc721Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Erc721Raw) Transfer ¶
func (_Erc721 *Erc721Raw) 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 Erc721Session ¶
type Erc721Session struct { Contract *Erc721 // 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 }
Erc721Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*Erc721Session) Action ¶
func (_Erc721 *Erc721Session) Action(_nftID *big.Int, _actionID *big.Int, payload string) (*types.Transaction, error)
Action is a paid mutator transaction binding the contract method 0xce20d643.
Solidity: function action(uint256 _nftID, uint256 _actionID, string payload) payable returns()
func (*Erc721Session) AdminMint ¶
func (_Erc721 *Erc721Session) AdminMint(_howMany *big.Int) (*types.Transaction, error)
AdminMint is a paid mutator transaction binding the contract method 0xc1f26123.
Solidity: function adminMint(uint256 _howMany) returns()
func (*Erc721Session) Approve ¶
func (_Erc721 *Erc721Session) 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 (*Erc721Session) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*Erc721Session) ContractURI ¶
func (_Erc721 *Erc721Session) ContractURI() (string, error)
ContractURI is a free data retrieval call binding the contract method 0xe8a3d485.
Solidity: function contractURI() view returns(string)
func (*Erc721Session) Exists ¶
func (_Erc721 *Erc721Session) Exists(_tokenId *big.Int) (bool, error)
Exists is a free data retrieval call binding the contract method 0x4f558e79.
Solidity: function exists(uint256 _tokenId) view returns(bool)
func (*Erc721Session) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*Erc721Session) IsApprovedForAll ¶
func (_Erc721 *Erc721Session) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)
func (*Erc721Session) IsApprovedOrOwner ¶
func (_Erc721 *Erc721Session) IsApprovedOrOwner(_spender common.Address, _tokenId *big.Int) (bool, error)
IsApprovedOrOwner is a free data retrieval call binding the contract method 0x430c2081.
Solidity: function isApprovedOrOwner(address _spender, uint256 _tokenId) view returns(bool)
func (*Erc721Session) IsSaleActive ¶
func (_Erc721 *Erc721Session) IsSaleActive() (bool, error)
IsSaleActive is a free data retrieval call binding the contract method 0x564566a8.
Solidity: function isSaleActive() view returns(bool)
func (*Erc721Session) ItemPrice ¶
func (_Erc721 *Erc721Session) ItemPrice() (*big.Int, error)
ItemPrice is a free data retrieval call binding the contract method 0xdac6db1c.
Solidity: function itemPrice() view returns(uint256)
func (*Erc721Session) Name ¶
func (_Erc721 *Erc721Session) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*Erc721Session) NameNFT ¶
func (_Erc721 *Erc721Session) NameNFT(_nftID *big.Int, _name string) (*types.Transaction, error)
NameNFT is a paid mutator transaction binding the contract method 0x6f5286d7.
Solidity: function nameNFT(uint256 _nftID, string _name) payable returns()
func (*Erc721Session) NameNFTFee ¶
func (_Erc721 *Erc721Session) NameNFTFee() (*big.Int, error)
NameNFTFee is a free data retrieval call binding the contract method 0xcd019e4e.
Solidity: function nameNFTFee() view returns(uint256)
func (*Erc721Session) NftName ¶
func (_Erc721 *Erc721Session) NftName(arg0 *big.Int) (string, error)
NftName is a free data retrieval call binding the contract method 0xa78e5fa6.
Solidity: function nftName(uint256 ) view returns(string)
func (*Erc721Session) Owner ¶
func (_Erc721 *Erc721Session) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*Erc721Session) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*Erc721Session) PurchaseToken ¶
func (_Erc721 *Erc721Session) PurchaseToken(_howMany *big.Int) (*types.Transaction, error)
PurchaseToken is a paid mutator transaction binding the contract method 0xc2db2c42.
Solidity: function purchaseToken(uint256 _howMany) payable returns()
func (*Erc721Session) PurchasedTokens ¶
func (_Erc721 *Erc721Session) PurchasedTokens() (*big.Int, error)
PurchasedTokens is a free data retrieval call binding the contract method 0x05971912.
Solidity: function purchasedTokens() view returns(uint256)
func (*Erc721Session) ReclaimToken ¶
func (_Erc721 *Erc721Session) ReclaimToken(token common.Address) (*types.Transaction, error)
ReclaimToken is a paid mutator transaction binding the contract method 0x17ffc320.
Solidity: function reclaimToken(address token) returns()
func (*Erc721Session) RenounceOwnership ¶
func (_Erc721 *Erc721Session) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*Erc721Session) SafeTransferFrom ¶
func (_Erc721 *Erc721Session) 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 (*Erc721Session) SafeTransferFrom0 ¶
func (_Erc721 *Erc721Session) 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 (*Erc721Session) SetApprovalForAll ¶
func (_Erc721 *Erc721Session) 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 (*Erc721Session) SetBaseURI ¶
func (_Erc721 *Erc721Session) SetBaseURI(newBaseURI string) (*types.Transaction, error)
SetBaseURI is a paid mutator transaction binding the contract method 0x55f804b3.
Solidity: function setBaseURI(string newBaseURI) returns()
func (*Erc721Session) SetContractURI ¶
func (_Erc721 *Erc721Session) SetContractURI(newuri string) (*types.Transaction, error)
SetContractURI is a paid mutator transaction binding the contract method 0x938e3d7b.
Solidity: function setContractURI(string newuri) returns()
func (*Erc721Session) SetNameNFTFee ¶
func (_Erc721 *Erc721Session) SetNameNFTFee(_newFee *big.Int) (*types.Transaction, error)
SetNameNFTFee is a paid mutator transaction binding the contract method 0x22cef5f6.
Solidity: function setNameNFTFee(uint256 _newFee) returns()
func (*Erc721Session) StartSale ¶
func (_Erc721 *Erc721Session) StartSale() (*types.Transaction, error)
StartSale is a paid mutator transaction binding the contract method 0xb66a0e5d.
Solidity: function startSale() returns()
func (*Erc721Session) StopSale ¶
func (_Erc721 *Erc721Session) StopSale() (*types.Transaction, error)
StopSale is a paid mutator transaction binding the contract method 0xe36b0b37.
Solidity: function stopSale() returns()
func (*Erc721Session) SupportsInterface ¶
func (_Erc721 *Erc721Session) 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 (*Erc721Session) Symbol ¶
func (_Erc721 *Erc721Session) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*Erc721Session) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*Erc721Session) TokenOfOwnerByIndex ¶
func (_Erc721 *Erc721Session) 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 (*Erc721Session) TokenURI ¶
func (_Erc721 *Erc721Session) 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 (*Erc721Session) TotalSupply ¶
func (_Erc721 *Erc721Session) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*Erc721Session) TotalTokenToMint ¶
func (_Erc721 *Erc721Session) TotalTokenToMint() (*big.Int, error)
TotalTokenToMint is a free data retrieval call binding the contract method 0xfd15ec58.
Solidity: function totalTokenToMint() view returns(uint256)
func (*Erc721Session) TransferFrom ¶
func (_Erc721 *Erc721Session) 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 (*Erc721Session) TransferOwnership ¶
func (_Erc721 *Erc721Session) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*Erc721Session) Withdraw ¶
func (_Erc721 *Erc721Session) Withdraw() (*types.Transaction, error)
Withdraw is a paid mutator transaction binding the contract method 0x3ccfd60b.
Solidity: function withdraw() returns()
type Erc721Transactor ¶
type Erc721Transactor struct {
// contains filtered or unexported fields
}
Erc721Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewErc721Transactor ¶
func NewErc721Transactor(address common.Address, transactor bind.ContractTransactor) (*Erc721Transactor, error)
NewErc721Transactor creates a new write-only instance of Erc721, bound to a specific deployed contract.
func (*Erc721Transactor) Action ¶
func (_Erc721 *Erc721Transactor) Action(opts *bind.TransactOpts, _nftID *big.Int, _actionID *big.Int, payload string) (*types.Transaction, error)
Action is a paid mutator transaction binding the contract method 0xce20d643.
Solidity: function action(uint256 _nftID, uint256 _actionID, string payload) payable returns()
func (*Erc721Transactor) AdminMint ¶
func (_Erc721 *Erc721Transactor) AdminMint(opts *bind.TransactOpts, _howMany *big.Int) (*types.Transaction, error)
AdminMint is a paid mutator transaction binding the contract method 0xc1f26123.
Solidity: function adminMint(uint256 _howMany) returns()
func (*Erc721Transactor) Approve ¶
func (_Erc721 *Erc721Transactor) 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 (*Erc721Transactor) NameNFT ¶
func (_Erc721 *Erc721Transactor) NameNFT(opts *bind.TransactOpts, _nftID *big.Int, _name string) (*types.Transaction, error)
NameNFT is a paid mutator transaction binding the contract method 0x6f5286d7.
Solidity: function nameNFT(uint256 _nftID, string _name) payable returns()
func (*Erc721Transactor) PurchaseToken ¶
func (_Erc721 *Erc721Transactor) PurchaseToken(opts *bind.TransactOpts, _howMany *big.Int) (*types.Transaction, error)
PurchaseToken is a paid mutator transaction binding the contract method 0xc2db2c42.
Solidity: function purchaseToken(uint256 _howMany) payable returns()
func (*Erc721Transactor) ReclaimToken ¶
func (_Erc721 *Erc721Transactor) ReclaimToken(opts *bind.TransactOpts, token common.Address) (*types.Transaction, error)
ReclaimToken is a paid mutator transaction binding the contract method 0x17ffc320.
Solidity: function reclaimToken(address token) returns()
func (*Erc721Transactor) RenounceOwnership ¶
func (_Erc721 *Erc721Transactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*Erc721Transactor) SafeTransferFrom ¶
func (_Erc721 *Erc721Transactor) 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 (*Erc721Transactor) SafeTransferFrom0 ¶
func (_Erc721 *Erc721Transactor) 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 (*Erc721Transactor) SetApprovalForAll ¶
func (_Erc721 *Erc721Transactor) 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 (*Erc721Transactor) SetBaseURI ¶
func (_Erc721 *Erc721Transactor) SetBaseURI(opts *bind.TransactOpts, newBaseURI string) (*types.Transaction, error)
SetBaseURI is a paid mutator transaction binding the contract method 0x55f804b3.
Solidity: function setBaseURI(string newBaseURI) returns()
func (*Erc721Transactor) SetContractURI ¶
func (_Erc721 *Erc721Transactor) SetContractURI(opts *bind.TransactOpts, newuri string) (*types.Transaction, error)
SetContractURI is a paid mutator transaction binding the contract method 0x938e3d7b.
Solidity: function setContractURI(string newuri) returns()
func (*Erc721Transactor) SetNameNFTFee ¶
func (_Erc721 *Erc721Transactor) SetNameNFTFee(opts *bind.TransactOpts, _newFee *big.Int) (*types.Transaction, error)
SetNameNFTFee is a paid mutator transaction binding the contract method 0x22cef5f6.
Solidity: function setNameNFTFee(uint256 _newFee) returns()
func (*Erc721Transactor) StartSale ¶
func (_Erc721 *Erc721Transactor) StartSale(opts *bind.TransactOpts) (*types.Transaction, error)
StartSale is a paid mutator transaction binding the contract method 0xb66a0e5d.
Solidity: function startSale() returns()
func (*Erc721Transactor) StopSale ¶
func (_Erc721 *Erc721Transactor) StopSale(opts *bind.TransactOpts) (*types.Transaction, error)
StopSale is a paid mutator transaction binding the contract method 0xe36b0b37.
Solidity: function stopSale() returns()
func (*Erc721Transactor) TransferFrom ¶
func (_Erc721 *Erc721Transactor) 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 (*Erc721Transactor) TransferOwnership ¶
func (_Erc721 *Erc721Transactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*Erc721Transactor) Withdraw ¶
func (_Erc721 *Erc721Transactor) Withdraw(opts *bind.TransactOpts) (*types.Transaction, error)
Withdraw is a paid mutator transaction binding the contract method 0x3ccfd60b.
Solidity: function withdraw() returns()
type Erc721TransactorRaw ¶
type Erc721TransactorRaw struct {
Contract *Erc721Transactor // Generic write-only contract binding to access the raw methods on
}
Erc721TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Erc721TransactorRaw) Transact ¶
func (_Erc721 *Erc721TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Erc721TransactorRaw) Transfer ¶
func (_Erc721 *Erc721TransactorRaw) 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 Erc721TransactorSession ¶
type Erc721TransactorSession struct { Contract *Erc721Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Erc721TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*Erc721TransactorSession) Action ¶
func (_Erc721 *Erc721TransactorSession) Action(_nftID *big.Int, _actionID *big.Int, payload string) (*types.Transaction, error)
Action is a paid mutator transaction binding the contract method 0xce20d643.
Solidity: function action(uint256 _nftID, uint256 _actionID, string payload) payable returns()
func (*Erc721TransactorSession) AdminMint ¶
func (_Erc721 *Erc721TransactorSession) AdminMint(_howMany *big.Int) (*types.Transaction, error)
AdminMint is a paid mutator transaction binding the contract method 0xc1f26123.
Solidity: function adminMint(uint256 _howMany) returns()
func (*Erc721TransactorSession) Approve ¶
func (_Erc721 *Erc721TransactorSession) 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 (*Erc721TransactorSession) NameNFT ¶
func (_Erc721 *Erc721TransactorSession) NameNFT(_nftID *big.Int, _name string) (*types.Transaction, error)
NameNFT is a paid mutator transaction binding the contract method 0x6f5286d7.
Solidity: function nameNFT(uint256 _nftID, string _name) payable returns()
func (*Erc721TransactorSession) PurchaseToken ¶
func (_Erc721 *Erc721TransactorSession) PurchaseToken(_howMany *big.Int) (*types.Transaction, error)
PurchaseToken is a paid mutator transaction binding the contract method 0xc2db2c42.
Solidity: function purchaseToken(uint256 _howMany) payable returns()
func (*Erc721TransactorSession) ReclaimToken ¶
func (_Erc721 *Erc721TransactorSession) ReclaimToken(token common.Address) (*types.Transaction, error)
ReclaimToken is a paid mutator transaction binding the contract method 0x17ffc320.
Solidity: function reclaimToken(address token) returns()
func (*Erc721TransactorSession) RenounceOwnership ¶
func (_Erc721 *Erc721TransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*Erc721TransactorSession) SafeTransferFrom ¶
func (_Erc721 *Erc721TransactorSession) 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 (*Erc721TransactorSession) SafeTransferFrom0 ¶
func (_Erc721 *Erc721TransactorSession) 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 (*Erc721TransactorSession) SetApprovalForAll ¶
func (_Erc721 *Erc721TransactorSession) 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 (*Erc721TransactorSession) SetBaseURI ¶
func (_Erc721 *Erc721TransactorSession) SetBaseURI(newBaseURI string) (*types.Transaction, error)
SetBaseURI is a paid mutator transaction binding the contract method 0x55f804b3.
Solidity: function setBaseURI(string newBaseURI) returns()
func (*Erc721TransactorSession) SetContractURI ¶
func (_Erc721 *Erc721TransactorSession) SetContractURI(newuri string) (*types.Transaction, error)
SetContractURI is a paid mutator transaction binding the contract method 0x938e3d7b.
Solidity: function setContractURI(string newuri) returns()
func (*Erc721TransactorSession) SetNameNFTFee ¶
func (_Erc721 *Erc721TransactorSession) SetNameNFTFee(_newFee *big.Int) (*types.Transaction, error)
SetNameNFTFee is a paid mutator transaction binding the contract method 0x22cef5f6.
Solidity: function setNameNFTFee(uint256 _newFee) returns()
func (*Erc721TransactorSession) StartSale ¶
func (_Erc721 *Erc721TransactorSession) StartSale() (*types.Transaction, error)
StartSale is a paid mutator transaction binding the contract method 0xb66a0e5d.
Solidity: function startSale() returns()
func (*Erc721TransactorSession) StopSale ¶
func (_Erc721 *Erc721TransactorSession) StopSale() (*types.Transaction, error)
StopSale is a paid mutator transaction binding the contract method 0xe36b0b37.
Solidity: function stopSale() returns()
func (*Erc721TransactorSession) TransferFrom ¶
func (_Erc721 *Erc721TransactorSession) 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 (*Erc721TransactorSession) TransferOwnership ¶
func (_Erc721 *Erc721TransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*Erc721TransactorSession) Withdraw ¶
func (_Erc721 *Erc721TransactorSession) Withdraw() (*types.Transaction, error)
Withdraw is a paid mutator transaction binding the contract method 0x3ccfd60b.
Solidity: function withdraw() returns()
type Erc721Transfer ¶
type Erc721Transfer struct { From common.Address To common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
Erc721Transfer represents a Transfer event raised by the Erc721 contract.
type Erc721TransferIterator ¶
type Erc721TransferIterator struct { Event *Erc721Transfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc721TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Erc721 contract.
func (*Erc721TransferIterator) Close ¶
func (it *Erc721TransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc721TransferIterator) Error ¶
func (it *Erc721TransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc721TransferIterator) Next ¶
func (it *Erc721TransferIterator) 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.