bronze stacking 1

Conflux eSpace
Code Snippets

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