<!doctype html><html><head><title>Dexegen</title><meta charset=utf-8><meta name=theme-color content=#13151b><style id=boot-bg>html {
        background-color: #13151b;
      }</style><script>(function () {
        var DEFAULT_BG = "#13151b";
        var LIGHT_BG = "#fbfcfd";
        var THEME_BG = {
          protocol: "#13151b",
          poseidon: "#0d0e12",
          obey: "#19171c",
          fullsend: "#0d0e12",
          blood: "#0f1015",
          fomo: "#161413",
          aura: "#101313",
          light: "#fbfcfd",
          custom: "#13151b",
        };
        var bg = DEFAULT_BG;
        var isLight = false;

        try {
          var settings = JSON.parse(
            localStorage.getItem("theme-settings") || "{}",
          );
          var themeId = settings.themeId;
          var customGray =
            settings.customColors &&
            settings.customColors.gray &&
            settings.customColors.gray.sourceColors &&
            settings.customColors.gray.sourceColors.background;
          var safeColor =
            typeof customGray === "string" &&
            /^(#[0-9a-fA-F]{3,8}|rgb\(\s*\d{1,3}\s*,\s*\d{1,3}\s*,\s*\d{1,3}\s*\))$/.test(
              customGray,
            )
              ? customGray
              : null;

          if (themeId === "light") {
            bg = LIGHT_BG;
            isLight = true;
          } else if (themeId === "custom" && safeColor) {
            bg = safeColor;
          } else if (
            themeId === "custom" &&
            settings.customBaseThemeId &&
            THEME_BG[settings.customBaseThemeId]
          ) {
            bg = THEME_BG[settings.customBaseThemeId];
            isLight = settings.customBaseThemeId === "light";
          } else if (themeId && THEME_BG[themeId]) {
            bg = THEME_BG[themeId];
          }
        } catch (e) {
          bg = DEFAULT_BG;
        }

        var bootStyle = document.getElementById("boot-bg");
        if (bootStyle) {
          bootStyle.textContent =
            "html{background-color:" + bg + "}";
        }

        document.documentElement.style.colorScheme = isLight
          ? "light"
          : "dark";

        var themeMeta = document.querySelector('meta[name="theme-color"]');
        if (themeMeta) {
          themeMeta.setAttribute("content", bg);
        }
      })();</script><meta name=description content="Catch Early Trends, and Maximize Profits with Real-time Metrics and Comprehensive Trading Insights. Get up to 35% cashback on trading fees."><meta name=format-detection content="telephone=no, address=no, email=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width,viewport-fit=cover"><link rel=preload href=/icons/graditentIcons/token-sol.svg as=image type=image/svg+xml><link rel=icon href=/favicon.ico sizes=any><link rel=icon href=/favicon.svg type=image/svg+xml><link rel=apple-touch-icon href=/apple-touch-icon.png><link rel=manifest href=/site.webmanifest><meta data-rh=true name=robots content=max-image-preview:large><meta property=og:site_name content=Dexegen><meta property=og:title content="Dexegen — Real-time DEX data"><meta property=og:description content="Catch Early Trends, and Maximize Profits with Real-time Metrics and Comprehensive Trading Insights. Get up to 35% cashback on trading fees."><meta property=og:image content="https://dexegen.io/og-img/main.png"><meta property=og:image:width content=800><meta property=og:image:height content=800><meta property=og:type content=website><meta property=og:url content="https://dexegen.io/sitemap.xml"><meta name=twitter:card content=summary_large_image><meta name=twitter:title content="Dexegen — Real-time DEX data"><meta name=twitter:description content="Catch Early Trends, and Maximize Profits with Real-time Metrics and Comprehensive Trading Insights. Get up to 35% cashback on trading fees."><meta name=twitter:image content="https://dexegen.io/og-img/main.png">  <script type="module" crossorigin src="/assets/index-EhGmKzeY.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/index-zksy1WoY.css">
</head><body><div id=q-app></div><svg style="display: none"><symbol id=outline-warning><path fill-rule=evenodd clip-rule=evenodd d="M2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2C6.49 2 2 6.49 2 12ZM12 14C11.45 14 11 13.55 11 13V7C11 6.45 11.45 6 12 6C12.55 6 13 6.45 13 7V13C13 13.55 12.55 14 12 14ZM12 18.1899C12.6241 18.1899 13.13 17.684 13.13 17.0599C13.13 16.4358 12.6241 15.9299 12 15.9299C11.3759 15.9299 10.87 16.4358 10.87 17.0599C10.87 17.684 11.3759 18.1899 12 18.1899Z" fill=currentColor></path></symbol></svg></body></html>
