The EVM Networks Project Documentation
  • Project Presentation
  • Overview
    • Mission & Vision
    • Features
  • Project Initialization
    • Prerequisites
    • Installation
  • Project Usage
    • Networks
    • Providers
    • Endpoints
  • Data Models
    • Network Model
    • Native Currency Model
    • RPC Node Model
    • RPC Provider Model
    • Block Explorer Model
    • Contract Model
    • Interface Definition
  • Data Accounted Entries
    • Networks
    • Providers
    • Contracts
  • EVM Tools
    • Tools
  • Resources
    • EIPs
    • Contracts
    • References
Powered by GitBook
On this page
  1. Data Models

Native Currency Model

EVM Network Native Currency Data Model Documentation

PreviousNetwork ModelNextRPC Node Model

Last updated 2 years ago

CtrlK
  • Name
  • Symbol
  • Unit Symbol
  • Decimals

Name

description: alphabetical official human readable name

type: string - required

requirements

  • format: more than 0 characters & less than 21

  • standard: official name to identify EVM network native currency

Symbol

description: official EVM network native currency symbol

type: string - required

requirements

  • format: more than 0 characters & less than 5 & uppercase

  • standard: official symbol to identify EVM network native currency

Unit Symbol

description: official EVM network native currency smallest unit symbol

type: string - required

requirements

  • format: more than 0 characters & less than 7

  • standard: official symbol to identify EVM network native currency smallest unit - if not defined by the EVM network project, it is defined as the native currency symbol prefixed by the prefix according to the decimals

Decimals

description: official EVM native currency number of decimal places

type: number - required

requirements

  • format: natural integer

  • standard: official number of decimal places associated with the EVM network

order of magnitude