OdosRouterV2

Avalanche C-Chain
snowtrace
Code Snippets

FEE_DENOM

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