Documentation ¶
Index ¶
- Constants
- Variables
- type TemporalLoot
- type TemporalLootApproval
- type TemporalLootApprovalForAll
- type TemporalLootApprovalForAllIterator
- type TemporalLootApprovalIterator
- type TemporalLootCaller
- func (_TemporalLoot *TemporalLootCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_TemporalLoot *TemporalLootCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_TemporalLoot *TemporalLootCaller) GetChest(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) GetFoot(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) GetHand(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) GetHead(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) GetNeck(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) GetRing(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) GetWaist(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) GetWeapon(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)
- func (_TemporalLoot *TemporalLootCaller) Name(opts *bind.CallOpts) (string, error)
- func (_TemporalLoot *TemporalLootCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_TemporalLoot *TemporalLootCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_TemporalLoot *TemporalLootCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_TemporalLoot *TemporalLootCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_TemporalLoot *TemporalLootCaller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)
- func (_TemporalLoot *TemporalLootCaller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)
- func (_TemporalLoot *TemporalLootCaller) TokenURI(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type TemporalLootCallerRaw
- type TemporalLootCallerSession
- func (_TemporalLoot *TemporalLootCallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetChest(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetFoot(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetHand(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetHead(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetNeck(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetRing(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetWaist(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) GetWeapon(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_TemporalLoot *TemporalLootCallerSession) Name() (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) Owner() (common.Address, error)
- func (_TemporalLoot *TemporalLootCallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_TemporalLoot *TemporalLootCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_TemporalLoot *TemporalLootCallerSession) Symbol() (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_TemporalLoot *TemporalLootCallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_TemporalLoot *TemporalLootCallerSession) TokenURI(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootCallerSession) TotalSupply() (*big.Int, error)
- type TemporalLootFilterer
- func (_TemporalLoot *TemporalLootFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, ...) (*TemporalLootApprovalIterator, error)
- func (_TemporalLoot *TemporalLootFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*TemporalLootApprovalForAllIterator, error)
- func (_TemporalLoot *TemporalLootFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*TemporalLootOwnershipTransferredIterator, error)
- func (_TemporalLoot *TemporalLootFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, ...) (*TemporalLootTransferIterator, error)
- func (_TemporalLoot *TemporalLootFilterer) ParseApproval(log types.Log) (*TemporalLootApproval, error)
- func (_TemporalLoot *TemporalLootFilterer) ParseApprovalForAll(log types.Log) (*TemporalLootApprovalForAll, error)
- func (_TemporalLoot *TemporalLootFilterer) ParseOwnershipTransferred(log types.Log) (*TemporalLootOwnershipTransferred, error)
- func (_TemporalLoot *TemporalLootFilterer) ParseTransfer(log types.Log) (*TemporalLootTransfer, error)
- func (_TemporalLoot *TemporalLootFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *TemporalLootApproval, ...) (event.Subscription, error)
- func (_TemporalLoot *TemporalLootFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *TemporalLootApprovalForAll, ...) (event.Subscription, error)
- func (_TemporalLoot *TemporalLootFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *TemporalLootOwnershipTransferred, ...) (event.Subscription, error)
- func (_TemporalLoot *TemporalLootFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *TemporalLootTransfer, from []common.Address, ...) (event.Subscription, error)
- type TemporalLootOwnershipTransferred
- type TemporalLootOwnershipTransferredIterator
- type TemporalLootRaw
- func (_TemporalLoot *TemporalLootRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_TemporalLoot *TemporalLootRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type TemporalLootSession
- func (_TemporalLoot *TemporalLootSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_TemporalLoot *TemporalLootSession) Claim(tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_TemporalLoot *TemporalLootSession) GetChest(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) GetFoot(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) GetHand(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) GetHead(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) GetNeck(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) GetRing(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) GetWaist(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) GetWeapon(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_TemporalLoot *TemporalLootSession) Name() (string, error)
- func (_TemporalLoot *TemporalLootSession) Owner() (common.Address, error)
- func (_TemporalLoot *TemporalLootSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_TemporalLoot *TemporalLootSession) RenounceOwnership() (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_TemporalLoot *TemporalLootSession) Symbol() (string, error)
- func (_TemporalLoot *TemporalLootSession) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_TemporalLoot *TemporalLootSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_TemporalLoot *TemporalLootSession) TokenURI(tokenId *big.Int) (string, error)
- func (_TemporalLoot *TemporalLootSession) TotalSupply() (*big.Int, error)
- func (_TemporalLoot *TemporalLootSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type TemporalLootTransactor
- func (_TemporalLoot *TemporalLootTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactor) Claim(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- type TemporalLootTransactorRaw
- type TemporalLootTransactorSession
- func (_TemporalLoot *TemporalLootTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactorSession) Claim(tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_TemporalLoot *TemporalLootTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type TemporalLootTransfer
- type TemporalLootTransferIterator
Constants ¶
const TemporalLootABI = "" /* 8090-byte string literal not displayed */
TemporalLootABI is the input ABI used to generate the binding from.
Variables ¶
var TemporalLootBin = "" /* 73078-byte string literal not displayed */
TemporalLootBin is the compiled bytecode used for deploying new contracts.
Functions ¶
This section is empty.
Types ¶
type TemporalLoot ¶
type TemporalLoot struct { TemporalLootCaller // Read-only binding to the contract TemporalLootTransactor // Write-only binding to the contract TemporalLootFilterer // Log filterer for contract events }
TemporalLoot is an auto generated Go binding around an Ethereum contract.
func DeployTemporalLoot ¶
func DeployTemporalLoot(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *TemporalLoot, error)
DeployTemporalLoot deploys a new Ethereum contract, binding an instance of TemporalLoot to it.
func NewTemporalLoot ¶
func NewTemporalLoot(address common.Address, backend bind.ContractBackend) (*TemporalLoot, error)
NewTemporalLoot creates a new instance of TemporalLoot, bound to a specific deployed contract.
type TemporalLootApproval ¶
type TemporalLootApproval struct { Owner common.Address Approved common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
TemporalLootApproval represents a Approval event raised by the TemporalLoot contract.
type TemporalLootApprovalForAll ¶
type TemporalLootApprovalForAll struct { Owner common.Address Operator common.Address Approved bool Raw types.Log // Blockchain specific contextual infos }
TemporalLootApprovalForAll represents a ApprovalForAll event raised by the TemporalLoot contract.
type TemporalLootApprovalForAllIterator ¶
type TemporalLootApprovalForAllIterator struct { Event *TemporalLootApprovalForAll // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TemporalLootApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the TemporalLoot contract.
func (*TemporalLootApprovalForAllIterator) Close ¶
func (it *TemporalLootApprovalForAllIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TemporalLootApprovalForAllIterator) Error ¶
func (it *TemporalLootApprovalForAllIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TemporalLootApprovalForAllIterator) Next ¶
func (it *TemporalLootApprovalForAllIterator) 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 TemporalLootApprovalIterator ¶
type TemporalLootApprovalIterator struct { Event *TemporalLootApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TemporalLootApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the TemporalLoot contract.
func (*TemporalLootApprovalIterator) Close ¶
func (it *TemporalLootApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TemporalLootApprovalIterator) Error ¶
func (it *TemporalLootApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TemporalLootApprovalIterator) Next ¶
func (it *TemporalLootApprovalIterator) 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 TemporalLootCaller ¶
type TemporalLootCaller struct {
// contains filtered or unexported fields
}
TemporalLootCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewTemporalLootCaller ¶
func NewTemporalLootCaller(address common.Address, caller bind.ContractCaller) (*TemporalLootCaller, error)
NewTemporalLootCaller creates a new read-only instance of TemporalLoot, bound to a specific deployed contract.
func (*TemporalLootCaller) BalanceOf ¶
func (_TemporalLoot *TemporalLootCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*TemporalLootCaller) GetApproved ¶
func (_TemporalLoot *TemporalLootCaller) 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 (*TemporalLootCaller) GetChest ¶
func (_TemporalLoot *TemporalLootCaller) GetChest(opts *bind.CallOpts, tokenId *big.Int) (string, error)
GetChest is a free data retrieval call binding the contract method 0xef68075a.
Solidity: function getChest(uint256 tokenId) view returns(string)
func (*TemporalLootCaller) GetFoot ¶
func (_TemporalLoot *TemporalLootCaller) GetFoot(opts *bind.CallOpts, tokenId *big.Int) (string, error)
GetFoot is a free data retrieval call binding the contract method 0x0e99990d.
Solidity: function getFoot(uint256 tokenId) view returns(string)
func (*TemporalLootCaller) GetHand ¶
func (_TemporalLoot *TemporalLootCaller) GetHand(opts *bind.CallOpts, tokenId *big.Int) (string, error)
GetHand is a free data retrieval call binding the contract method 0xd47f269e.
Solidity: function getHand(uint256 tokenId) view returns(string)
func (*TemporalLootCaller) GetHead ¶
func (_TemporalLoot *TemporalLootCaller) GetHead(opts *bind.CallOpts, tokenId *big.Int) (string, error)
GetHead is a free data retrieval call binding the contract method 0x9720c969.
Solidity: function getHead(uint256 tokenId) view returns(string)
func (*TemporalLootCaller) GetNeck ¶
func (_TemporalLoot *TemporalLootCaller) GetNeck(opts *bind.CallOpts, tokenId *big.Int) (string, error)
GetNeck is a free data retrieval call binding the contract method 0x67209aa8.
Solidity: function getNeck(uint256 tokenId) view returns(string)
func (*TemporalLootCaller) GetRing ¶
func (_TemporalLoot *TemporalLootCaller) GetRing(opts *bind.CallOpts, tokenId *big.Int) (string, error)
GetRing is a free data retrieval call binding the contract method 0xc08a5dd5.
Solidity: function getRing(uint256 tokenId) view returns(string)
func (*TemporalLootCaller) GetWaist ¶
func (_TemporalLoot *TemporalLootCaller) GetWaist(opts *bind.CallOpts, tokenId *big.Int) (string, error)
GetWaist is a free data retrieval call binding the contract method 0x9bdc1b69.
Solidity: function getWaist(uint256 tokenId) view returns(string)
func (*TemporalLootCaller) GetWeapon ¶
func (_TemporalLoot *TemporalLootCaller) GetWeapon(opts *bind.CallOpts, tokenId *big.Int) (string, error)
GetWeapon is a free data retrieval call binding the contract method 0x9e41b73f.
Solidity: function getWeapon(uint256 tokenId) view returns(string)
func (*TemporalLootCaller) IsApprovedForAll ¶
func (_TemporalLoot *TemporalLootCaller) 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 (*TemporalLootCaller) Name ¶
func (_TemporalLoot *TemporalLootCaller) 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 (*TemporalLootCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*TemporalLootCaller) OwnerOf ¶
func (_TemporalLoot *TemporalLootCaller) 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 (*TemporalLootCaller) SupportsInterface ¶
func (_TemporalLoot *TemporalLootCaller) 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 (*TemporalLootCaller) Symbol ¶
func (_TemporalLoot *TemporalLootCaller) 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 (*TemporalLootCaller) TokenByIndex ¶
func (_TemporalLoot *TemporalLootCaller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*TemporalLootCaller) TokenOfOwnerByIndex ¶
func (_TemporalLoot *TemporalLootCaller) 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 (*TemporalLootCaller) TokenURI ¶
func (_TemporalLoot *TemporalLootCaller) TokenURI(opts *bind.CallOpts, 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 (*TemporalLootCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type TemporalLootCallerRaw ¶
type TemporalLootCallerRaw struct {
Contract *TemporalLootCaller // Generic read-only contract binding to access the raw methods on
}
TemporalLootCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*TemporalLootCallerRaw) Call ¶
func (_TemporalLoot *TemporalLootCallerRaw) 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 TemporalLootCallerSession ¶
type TemporalLootCallerSession struct { Contract *TemporalLootCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
TemporalLootCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*TemporalLootCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*TemporalLootCallerSession) GetApproved ¶
func (_TemporalLoot *TemporalLootCallerSession) GetApproved(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 (*TemporalLootCallerSession) GetChest ¶
func (_TemporalLoot *TemporalLootCallerSession) GetChest(tokenId *big.Int) (string, error)
GetChest is a free data retrieval call binding the contract method 0xef68075a.
Solidity: function getChest(uint256 tokenId) view returns(string)
func (*TemporalLootCallerSession) GetFoot ¶
func (_TemporalLoot *TemporalLootCallerSession) GetFoot(tokenId *big.Int) (string, error)
GetFoot is a free data retrieval call binding the contract method 0x0e99990d.
Solidity: function getFoot(uint256 tokenId) view returns(string)
func (*TemporalLootCallerSession) GetHand ¶
func (_TemporalLoot *TemporalLootCallerSession) GetHand(tokenId *big.Int) (string, error)
GetHand is a free data retrieval call binding the contract method 0xd47f269e.
Solidity: function getHand(uint256 tokenId) view returns(string)
func (*TemporalLootCallerSession) GetHead ¶
func (_TemporalLoot *TemporalLootCallerSession) GetHead(tokenId *big.Int) (string, error)
GetHead is a free data retrieval call binding the contract method 0x9720c969.
Solidity: function getHead(uint256 tokenId) view returns(string)
func (*TemporalLootCallerSession) GetNeck ¶
func (_TemporalLoot *TemporalLootCallerSession) GetNeck(tokenId *big.Int) (string, error)
GetNeck is a free data retrieval call binding the contract method 0x67209aa8.
Solidity: function getNeck(uint256 tokenId) view returns(string)
func (*TemporalLootCallerSession) GetRing ¶
func (_TemporalLoot *TemporalLootCallerSession) GetRing(tokenId *big.Int) (string, error)
GetRing is a free data retrieval call binding the contract method 0xc08a5dd5.
Solidity: function getRing(uint256 tokenId) view returns(string)
func (*TemporalLootCallerSession) GetWaist ¶
func (_TemporalLoot *TemporalLootCallerSession) GetWaist(tokenId *big.Int) (string, error)
GetWaist is a free data retrieval call binding the contract method 0x9bdc1b69.
Solidity: function getWaist(uint256 tokenId) view returns(string)
func (*TemporalLootCallerSession) GetWeapon ¶
func (_TemporalLoot *TemporalLootCallerSession) GetWeapon(tokenId *big.Int) (string, error)
GetWeapon is a free data retrieval call binding the contract method 0x9e41b73f.
Solidity: function getWeapon(uint256 tokenId) view returns(string)
func (*TemporalLootCallerSession) IsApprovedForAll ¶
func (_TemporalLoot *TemporalLootCallerSession) 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 (*TemporalLootCallerSession) Name ¶
func (_TemporalLoot *TemporalLootCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*TemporalLootCallerSession) Owner ¶
func (_TemporalLoot *TemporalLootCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*TemporalLootCallerSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*TemporalLootCallerSession) SupportsInterface ¶
func (_TemporalLoot *TemporalLootCallerSession) 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 (*TemporalLootCallerSession) Symbol ¶
func (_TemporalLoot *TemporalLootCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*TemporalLootCallerSession) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*TemporalLootCallerSession) TokenOfOwnerByIndex ¶
func (_TemporalLoot *TemporalLootCallerSession) 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 (*TemporalLootCallerSession) TokenURI ¶
func (_TemporalLoot *TemporalLootCallerSession) 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 (*TemporalLootCallerSession) TotalSupply ¶
func (_TemporalLoot *TemporalLootCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type TemporalLootFilterer ¶
type TemporalLootFilterer struct {
// contains filtered or unexported fields
}
TemporalLootFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewTemporalLootFilterer ¶
func NewTemporalLootFilterer(address common.Address, filterer bind.ContractFilterer) (*TemporalLootFilterer, error)
NewTemporalLootFilterer creates a new log filterer instance of TemporalLoot, bound to a specific deployed contract.
func (*TemporalLootFilterer) FilterApproval ¶
func (_TemporalLoot *TemporalLootFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*TemporalLootApprovalIterator, 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 (*TemporalLootFilterer) FilterApprovalForAll ¶
func (_TemporalLoot *TemporalLootFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*TemporalLootApprovalForAllIterator, 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 (*TemporalLootFilterer) FilterOwnershipTransferred ¶
func (_TemporalLoot *TemporalLootFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*TemporalLootOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*TemporalLootFilterer) FilterTransfer ¶
func (_TemporalLoot *TemporalLootFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*TemporalLootTransferIterator, 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 (*TemporalLootFilterer) ParseApproval ¶
func (_TemporalLoot *TemporalLootFilterer) ParseApproval(log types.Log) (*TemporalLootApproval, 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 (*TemporalLootFilterer) ParseApprovalForAll ¶
func (_TemporalLoot *TemporalLootFilterer) ParseApprovalForAll(log types.Log) (*TemporalLootApprovalForAll, error)
ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*TemporalLootFilterer) ParseOwnershipTransferred ¶
func (_TemporalLoot *TemporalLootFilterer) ParseOwnershipTransferred(log types.Log) (*TemporalLootOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*TemporalLootFilterer) ParseTransfer ¶
func (_TemporalLoot *TemporalLootFilterer) ParseTransfer(log types.Log) (*TemporalLootTransfer, 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 (*TemporalLootFilterer) WatchApproval ¶
func (_TemporalLoot *TemporalLootFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *TemporalLootApproval, 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 (*TemporalLootFilterer) WatchApprovalForAll ¶
func (_TemporalLoot *TemporalLootFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *TemporalLootApprovalForAll, 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 (*TemporalLootFilterer) WatchOwnershipTransferred ¶
func (_TemporalLoot *TemporalLootFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *TemporalLootOwnershipTransferred, 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 (*TemporalLootFilterer) WatchTransfer ¶
func (_TemporalLoot *TemporalLootFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *TemporalLootTransfer, 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 TemporalLootOwnershipTransferred ¶
type TemporalLootOwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
TemporalLootOwnershipTransferred represents a OwnershipTransferred event raised by the TemporalLoot contract.
type TemporalLootOwnershipTransferredIterator ¶
type TemporalLootOwnershipTransferredIterator struct { Event *TemporalLootOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TemporalLootOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the TemporalLoot contract.
func (*TemporalLootOwnershipTransferredIterator) Close ¶
func (it *TemporalLootOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TemporalLootOwnershipTransferredIterator) Error ¶
func (it *TemporalLootOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TemporalLootOwnershipTransferredIterator) Next ¶
func (it *TemporalLootOwnershipTransferredIterator) 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 TemporalLootRaw ¶
type TemporalLootRaw struct {
Contract *TemporalLoot // Generic contract binding to access the raw methods on
}
TemporalLootRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*TemporalLootRaw) Call ¶
func (_TemporalLoot *TemporalLootRaw) 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 (*TemporalLootRaw) Transact ¶
func (_TemporalLoot *TemporalLootRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*TemporalLootRaw) Transfer ¶
func (_TemporalLoot *TemporalLootRaw) 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 TemporalLootSession ¶
type TemporalLootSession struct { Contract *TemporalLoot // 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 }
TemporalLootSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*TemporalLootSession) Approve ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*TemporalLootSession) Claim ¶
func (_TemporalLoot *TemporalLootSession) Claim(tokenId *big.Int) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0x379607f5.
Solidity: function claim(uint256 tokenId) returns()
func (*TemporalLootSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*TemporalLootSession) GetChest ¶
func (_TemporalLoot *TemporalLootSession) GetChest(tokenId *big.Int) (string, error)
GetChest is a free data retrieval call binding the contract method 0xef68075a.
Solidity: function getChest(uint256 tokenId) view returns(string)
func (*TemporalLootSession) GetFoot ¶
func (_TemporalLoot *TemporalLootSession) GetFoot(tokenId *big.Int) (string, error)
GetFoot is a free data retrieval call binding the contract method 0x0e99990d.
Solidity: function getFoot(uint256 tokenId) view returns(string)
func (*TemporalLootSession) GetHand ¶
func (_TemporalLoot *TemporalLootSession) GetHand(tokenId *big.Int) (string, error)
GetHand is a free data retrieval call binding the contract method 0xd47f269e.
Solidity: function getHand(uint256 tokenId) view returns(string)
func (*TemporalLootSession) GetHead ¶
func (_TemporalLoot *TemporalLootSession) GetHead(tokenId *big.Int) (string, error)
GetHead is a free data retrieval call binding the contract method 0x9720c969.
Solidity: function getHead(uint256 tokenId) view returns(string)
func (*TemporalLootSession) GetNeck ¶
func (_TemporalLoot *TemporalLootSession) GetNeck(tokenId *big.Int) (string, error)
GetNeck is a free data retrieval call binding the contract method 0x67209aa8.
Solidity: function getNeck(uint256 tokenId) view returns(string)
func (*TemporalLootSession) GetRing ¶
func (_TemporalLoot *TemporalLootSession) GetRing(tokenId *big.Int) (string, error)
GetRing is a free data retrieval call binding the contract method 0xc08a5dd5.
Solidity: function getRing(uint256 tokenId) view returns(string)
func (*TemporalLootSession) GetWaist ¶
func (_TemporalLoot *TemporalLootSession) GetWaist(tokenId *big.Int) (string, error)
GetWaist is a free data retrieval call binding the contract method 0x9bdc1b69.
Solidity: function getWaist(uint256 tokenId) view returns(string)
func (*TemporalLootSession) GetWeapon ¶
func (_TemporalLoot *TemporalLootSession) GetWeapon(tokenId *big.Int) (string, error)
GetWeapon is a free data retrieval call binding the contract method 0x9e41b73f.
Solidity: function getWeapon(uint256 tokenId) view returns(string)
func (*TemporalLootSession) IsApprovedForAll ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) Name ¶
func (_TemporalLoot *TemporalLootSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*TemporalLootSession) Owner ¶
func (_TemporalLoot *TemporalLootSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*TemporalLootSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*TemporalLootSession) RenounceOwnership ¶
func (_TemporalLoot *TemporalLootSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*TemporalLootSession) SafeTransferFrom ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) SafeTransferFrom0 ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) SetApprovalForAll ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) SupportsInterface ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) Symbol ¶
func (_TemporalLoot *TemporalLootSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*TemporalLootSession) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*TemporalLootSession) TokenOfOwnerByIndex ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) TokenURI ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) TotalSupply ¶
func (_TemporalLoot *TemporalLootSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*TemporalLootSession) TransferFrom ¶
func (_TemporalLoot *TemporalLootSession) 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 (*TemporalLootSession) TransferOwnership ¶
func (_TemporalLoot *TemporalLootSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type TemporalLootTransactor ¶
type TemporalLootTransactor struct {
// contains filtered or unexported fields
}
TemporalLootTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewTemporalLootTransactor ¶
func NewTemporalLootTransactor(address common.Address, transactor bind.ContractTransactor) (*TemporalLootTransactor, error)
NewTemporalLootTransactor creates a new write-only instance of TemporalLoot, bound to a specific deployed contract.
func (*TemporalLootTransactor) Approve ¶
func (_TemporalLoot *TemporalLootTransactor) 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 (*TemporalLootTransactor) Claim ¶
func (_TemporalLoot *TemporalLootTransactor) Claim(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0x379607f5.
Solidity: function claim(uint256 tokenId) returns()
func (*TemporalLootTransactor) RenounceOwnership ¶
func (_TemporalLoot *TemporalLootTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*TemporalLootTransactor) SafeTransferFrom ¶
func (_TemporalLoot *TemporalLootTransactor) 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 (*TemporalLootTransactor) SafeTransferFrom0 ¶
func (_TemporalLoot *TemporalLootTransactor) 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 (*TemporalLootTransactor) SetApprovalForAll ¶
func (_TemporalLoot *TemporalLootTransactor) 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 (*TemporalLootTransactor) TransferFrom ¶
func (_TemporalLoot *TemporalLootTransactor) 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 (*TemporalLootTransactor) TransferOwnership ¶
func (_TemporalLoot *TemporalLootTransactor) 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()
type TemporalLootTransactorRaw ¶
type TemporalLootTransactorRaw struct {
Contract *TemporalLootTransactor // Generic write-only contract binding to access the raw methods on
}
TemporalLootTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*TemporalLootTransactorRaw) Transact ¶
func (_TemporalLoot *TemporalLootTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*TemporalLootTransactorRaw) Transfer ¶
func (_TemporalLoot *TemporalLootTransactorRaw) 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 TemporalLootTransactorSession ¶
type TemporalLootTransactorSession struct { Contract *TemporalLootTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
TemporalLootTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*TemporalLootTransactorSession) Approve ¶
func (_TemporalLoot *TemporalLootTransactorSession) 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 (*TemporalLootTransactorSession) Claim ¶
func (_TemporalLoot *TemporalLootTransactorSession) Claim(tokenId *big.Int) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0x379607f5.
Solidity: function claim(uint256 tokenId) returns()
func (*TemporalLootTransactorSession) RenounceOwnership ¶
func (_TemporalLoot *TemporalLootTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*TemporalLootTransactorSession) SafeTransferFrom ¶
func (_TemporalLoot *TemporalLootTransactorSession) 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 (*TemporalLootTransactorSession) SafeTransferFrom0 ¶
func (_TemporalLoot *TemporalLootTransactorSession) 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 (*TemporalLootTransactorSession) SetApprovalForAll ¶
func (_TemporalLoot *TemporalLootTransactorSession) 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 (*TemporalLootTransactorSession) TransferFrom ¶
func (_TemporalLoot *TemporalLootTransactorSession) 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 (*TemporalLootTransactorSession) TransferOwnership ¶
func (_TemporalLoot *TemporalLootTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type TemporalLootTransfer ¶
type TemporalLootTransfer struct { From common.Address To common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
TemporalLootTransfer represents a Transfer event raised by the TemporalLoot contract.
type TemporalLootTransferIterator ¶
type TemporalLootTransferIterator struct { Event *TemporalLootTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TemporalLootTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the TemporalLoot contract.
func (*TemporalLootTransferIterator) Close ¶
func (it *TemporalLootTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TemporalLootTransferIterator) Error ¶
func (it *TemporalLootTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TemporalLootTransferIterator) Next ¶
func (it *TemporalLootTransferIterator) 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.