USD Coin (PoS)

Polygon
polygonscandexguru

APPROVE_WITH_AUTHORIZATION_TYPEHASH

(APPROVE_WITH_AUTHORIZATION_TYPEHASH)

view


Use this function in your app


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