EntryPoint

Base
basescanbasescout
Code Snippets

SIG_VALIDATION_FAILED

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