SmartChefInitializable

BNB Smart Chain
bscscandexguru
Code Snippets

PRECISION_FACTOR

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