SchainsInternal

Ethereum
etherscanblockscout
Code Snippets

DEBUGGER_ROLE

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: "0x836Df73065Cb143bdDF3106e46783d43C12C6012", method: "function DEBUGGER_ROLE() view returns (bytes32)", params: [] } ], chainId: 1 }) }); const data = await response.json();