MasterAuthContract

Polygon
polygonscandexguru
Code Snippets

BACKEND_WALLET

(BACKEND_WALLET)

view

Use this function in your app


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