Canto Name Service
  • Welcome to Canto Name Service (CNS)
  • 🤓Technicals
    • Integrating
      • Get Primary Name
      • Get TokenId From Name
      • Get Name from TokenId
      • Get All Tokens Owned by an Address
    • Contract Address
Powered by GitBook
On this page
  1. Technicals
  2. Integrating

Get Primary Name

Get Primary Name from an Address:

function getPrimary(address _address) external view returns (string memory)

If this call reverts, the address does not have a valid primary name.

PreviousIntegratingNextGet TokenId From Name

Last updated 2 years ago

🤓