maxMint

Calls the "maxMint" function on the contract.

Example

import { maxMint } from "thirdweb/extensions/erc4626";
const result = await maxMint({
contract,
receiver: ...,
});

Parameters

Returns

The parsed result of the function call.