# INaymsTokenFacet

# Functions

# totalSupply

No description Get total supply of token.

  function totalSupply(
  ) external returns (uint256)

# Returns:

| Type | Description | | --- | --- | |total | supply.|

# balanceOf

No description Get token balance of given wallet.

  function balanceOf(
    address addr
  ) external returns (uint256)

# Arguments:

| Argument | Type | Description | | --- | --- | --- | |addr | address | wallet whose balance to get. |

# Returns:

| Type | Description | | --- | --- | |balance | of wallet.|