ADDRESSES_PROVIDER

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