Skip to main content

Non Distinct Address Resolutions

There are tokens and projects built on other chains which use addresses from the chains they are built on. To avoid collisions in address resolutions, Clet permits only distinct addresses. Since these projects might want to have their own tickers, we have provided a separate contract on the main core contract to enable resolution of such tokens and projects.

This works by putting the tickers in slots for reference. For instance, the Skale ticker (.skl) resides in slot 0 (it's reference index) which is the specific index required to resolve SKALE names and addresses.

🧱 NDA Resolution Contract Address (Mainnet)

0x9E9241d9aCA3BAe08e6582F4499990A46bE59e25

🧱 NDA Resolution Contract Address (Staging)

0xb5AF517E6Cead72C78dA0E6321F19B4582e7555E
info

Find out how to resolve a clet name from the sub/custom name service contract using the link below

github View Example

tip

📝 Apply for NDA-Resolution Slot Here