Skip to content

nft

ERC-1155 nft introduction

nft represents fungible ERC-1155 tokens.

All the read calls are prepended with get and all the other calls are write calls that requires the user to sign the transaction.

app.ts
import { mintclub } from 'mint.club-v2-sdk'
 
const symbolOrAddress: string = 'CHICKEN'

mintclub.network('base').nft(symbolOrAddress.
approve
bondContractApproved
buy
buyWithZap
checkAndPrepareCreateArgs
create
createAirdrop
createMintClubMetadata
exists
getBalanceOf
getBalanceOfBatch
getBondAddress
getBuyEstimation
getContractURI
getDecimals
getDetail
getImageUri
getIsApprovedForAll
getMaxSupply
getMetadataUri
getMintClubMetadata
getName
getPriceForNextMint
getReserveToken
getReserveTokenAddress
getSellEstimation
getSteps
getSupportsInterface
getSymbol
getTokenAddress
getTokenBond
getTotalSupply
getUsdRate
sell
sellWithZap
transfer
updateMintClubMetadata
validateMetadataParams
validateUpdateMetadataParams
.