thirdweb
polygonscandexguru

Allowance

(allowance)

view

owner

spender


Use this function in your app


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