OpenSea Collections

Polygon
polygonscandexguru
Code Snippets

ERC712_VERSION

view

Use this function in your app

const response = await fetch('https://api.thirdweb.com/v1/contracts/read', { method: 'POST', headers: { 'Content-Type': 'application/json', 'x-secret-key': '<YOUR_SECRET_KEY>' }, body: JSON.stringify({ calls: [ { contractAddress: "0x2953399124F0cBB46d2CbACD8A89cF0599974963", method: "function ERC712_VERSION() view returns (string)", params: [] } ], chainId: 137 }) }); const data = await response.json();