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.approvebondContractApprovedbuybuyWithZapcheckAndPrepareCreateArgscreatecreateAirdropcreateMintClubMetadataexistsgetBalanceOfgetBalanceOfBatchgetBondAddressgetBuyEstimationgetContractURIgetDecimalsgetDetailgetImageUrigetIsApprovedForAllgetMaxSupplygetMetadataUrigetMintClubMetadatagetNamegetPriceForNextMintgetReserveTokengetReserveTokenAddressgetSellEstimationgetStepsgetSupportsInterfacegetSymbolgetTokenAddressgetTokenBondgetTotalSupplygetUsdRatesellsellWithZaptransferupdateMintClubMetadatavalidateMetadataParamsvalidateUpdateMetadataParams.