Skip to content

getMaxSupply

Returns the max supply of the token.

Usage

example.ts
import { mintclub } from 'mint.club-v2-sdk'
 
const maxSupply = await mintclub.network('ethereum').token('SYMBOL').getMaxSupply()

Return Value

Promise<bigint>

Returns the max supply of the token.