thirdweb

MAX_PUBLIC_MINT

(MAX_PUBLIC_MINT)

view

Use this function in your app


import { readContract } from "thirdweb"; const data = await readContract({ contract, method: "function MAX_PUBLIC_MINT() view returns (uint256)", params: [] })