FLASHLOAN_PREMIUM_TOTAL

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: "0xCFa5aE7c2CE8Fadc6426C1ff872cA45378Fb7cF3", method: "function FLASHLOAN_PREMIUM_TOTAL() view returns (uint256)", params: [] } ], chainId: 5000 }) }); const data = await response.json();