thirdweb

SignedMintAuthorizer

Ethereum
etherscanblockscout

Authorize Mint

(authorizeMint)

view

minter

to

signedAuthorization


Use this function in your app


import { readContract } from "thirdweb"; const data = await readContract({ contract, method: "function authorizeMint(address minter, address to, bytes signedAuthorization) view returns (bool)", params: [minter, to, signedAuthorization] })