SimpleStaking

BNB Smart Chain
bscscandexguru
Code Snippets

alreadyWithdrawn

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