Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ERC721CollectiblesMethods

Hierarchy

  • ERC721CollectiblesMethods

Index

Methods

  • approve(to: string, tokenId: number): ContractSendMethod
  • lock(): ContractSendMethod
  • mint(tokenIdToMint: number): ContractSendMethod
  • openPack(amount: number): ContractSendMethod
  • safeTransferFrom(from: string, to: string, tokenId: number): ContractSendMethod
  • safeTransferFrom(from: string, to: string, tokenId: number, _data?: string): ContractSendMethod
  • setApprovalForAll(operator: string, approved: boolean): ContractSendMethod
  • setBaseURI(baseURI: string): ContractSendMethod
  • setFeeAddress(feeAddress: string): ContractSendMethod
  • setOtherAddress(otherAddress: string): ContractSendMethod
  • setPricePerPack(newPrice: string | number): ContractSendMethod
  • setPurchaseTokenAddress(purchaseToken: string): ContractSendMethod
  • setShares(feeShare: number, otherShare: number): ContractSendMethod
  • setTokenURI(tokenId: number, uri: string): ContractSendMethod
  • transferFrom(from: string, to: string, tokenId: number): ContractSendMethod
  • transferOwnership(newOwner: string): ContractSendMethod
  • unlock(): ContractSendMethod

Generated using TypeDoc