$FLOKI AIRDROP AT floki-crypto.xyz

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