GenericProxy

Polygon
polygonscandexguru
Code Snippets

Get Logic

(GetLogic)

view

Use this function in your app


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