BaseRegistrarImplementation

Ethereum
etherscanblockscout
Code Snippets

GRACE_PERIOD

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