Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Extension to IERC20 that includes token metadata

Functions

name

  function name(
  ) external returns (string)

Return Values:

TypeDescription
stringname of the token

symbol

  function symbol(
  ) external returns (string)

Return Values:

TypeDescription
stringsymbol of the token

decimals

  function decimals(
  ) external returns (uint8)

Return Values:

TypeDescription
uint8number of decimal places the token has