USD Coin

Scroll
Scrollscan
Code Snippets

admin

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: "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4", method: "function admin() view returns (address)", params: [] } ], chainId: 534352 }) }); const data = await response.json();