Returns the contract address
Returns an interface allowing for us with the multicall method of a provider
Rest
...params: any[]Connects the existing instance of the contract to a new signer or provider
Fetches the metadata for the specified token ID
Protected
metadataProtected
Retrieves bulk metadata
Returns the metadata for all NFTs owned by the specified account
Protected
retryReturns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of exchange. The royalty amount is denominated and should be payed in that same unit of exchange.
Transfers the ownership of an NFT from one address to another address
Optional
data: stringTransfer ownership of an NFT -- THE CALLER IS RESPONSIBLE
TO CONFIRM THAT _to
IS CAPABLE OF RECEIVING NFTS OR ELSE
THEY MAY BE PERMANENTLY LOST
Basic representation of an ERC721 compatible contract. If additional functionality is required, this contract can be extended via inheritance