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
create
createAirdrop
exists
getBalanceOf
getBalanceOfBatch
getBondAddress
getBuyEstimation
getContractURI
getDecimals
getDetail
getImageUri
getIsApprovedForAll
getMaxSupply
getMetadataUri
getName
getPriceForNextMint
getReserveToken
getReserveTokenAddress
getSellEstimation
getSteps
getSupportsInterface
getSymbol
getTokenAddress
getTokenBond
getTotalSupply
sell
transfer
.