Bomber Hero

Polygon
polygonscandexguru
Code Snippets

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