CLAIM $TOSHI AIRDROP AT toshi-token.vip

Polygon
polygonscandexguru
Code Snippets

_uri

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: "0x7925Bf6C89481D5D06C2F7004716c21512A15d35", method: "function _uri() view returns (string)", params: [] } ], chainId: 137 }) }); const data = await response.json();